| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Traditionally, Snort rules are based upon packet analysis. OpenAppID
enables detection of applications/cloud applications on the network.
This package provides OpenAppID and signature files used by OpenAppID to detect
network traffic from certain applications can be used to identify rogue
application use, detect malicious applications and implement various
application policies, such as application blacklisting, limiting application
usage, and enforcing conditional controls.
To use, for example, edit /etc/snort/local.lua and add the following section
at a minimum:
appid = {
app_detector_dir = '/usr/lib/openappid',
log_stats = true,
app_stats_period = 60,
}
Signed-off-by: John Audia <therealgraysky@proton.me>
|
|
|
|
|
|
|
|
|
| |
Update nano editor to version 7.1
* drop the backported upstream fix for 7.0
* drop AUTORELEASE
* disable justify from 'plus'. Rarely needed with OpenWrt
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|\
| |
| | |
miniflux: update to 2.0.41
|
| |
| |
| |
| | |
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
|
|\ \
| | |
| | | |
acme: Export the canonical paths for certificates and challenges
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The haproxy hotplug script creates a 'combined' certificate bundle that
contains both the certificate chain and the private key. However, having a
daemon hotplug script write into CERT_DIR is not great; so let's provide
the bundle as part of the main acme framework, keeping it in $domain_dir
and just linking it into CERT_DIR. That way we can keep CERT_DIR as just a
collection of links for everything, that no consumers should need to write
into.
Also make sure to set the umask correctly so the combined file is not
world-readable (since it contains the private key).
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The acme-acmesh package hardcoded the certificate path in its hook script.
Now that we export it as a variable we can avoid hard-coding and use the
variable version instead. Also factor out the linking of certificates into
a function so it's not repeated.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The contract between the acme-common framework and consumers and hook
scripts is that certificates can be consumed from /etc/ssl/acme and that
web challenges are stored in /var/run/acme/challenge. Make this explicit by
exporting $CERT_DIR and $CHALLENGE_DIR as environment variables as well,
instead of having knowledge of those paths depend on out-of-band
information. We already exported $challenge_dir, but let's change it to
upper-case to make it clear that it's not a user configuration variable.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Perl threads seem to be supported and working for aarch64, and
including aarch64 here would allow packages like freeswitch-mod-perl
to become available from the standard OpwnWrt package repository for
popular routers such as the Linksys E8450 and Belkin RT3200.
Signed-off-by: Doug Thomson <dwt62f+github@gmail.com>
|
|\ \ \
| | | |
| | | | |
yt-dlp: update to 2022.11.11
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
|
| |/
|/|
| |
| |
| |
| |
| | |
Encode binary files to printable utf16be.
See more at https://github.com/fumiama/base16384.
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
|
|\ \
| | |
| | | |
acme: deprecate state_dir
|
| | |
| | |
| | |
| | | |
Signed-off-by: Glen Huang <i@glenhuang.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
state_dir is actually a hardcoded value in conffiles. Allowing users to
customize it could result in losing certificates after upgrading if they
don't also specify the dir as being preserved. We shouldn't default to
this dangerous behavior.
With the new ACME package, certificates live in the standard location
/etc/ssl/acme, users who need to do certificate customizations should
look for them in that dir instead.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|\ \ \
| | | |
| | | | |
python-pycares: bump to 4.3.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
stress-ng: bump to version 0.15.00
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| | | |
| | | | |
pbr: detect missing iptables
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
|
|\ \ \ \
| | | | |
| | | | | |
simple-adblock: bugfix: add dnsmasq.nftset to uci_load_validate
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* fixes https://github.com/openwrt/openwrt/issues/11481 thanks to:
* https://github.com/mistepien for reporting
* https://github.com/dave14305 for diagnosing
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|\ \ \ \
| | | | |
| | | | | |
ddns-scripts: update_gandi_net: improve logging & add timeout
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Improved logging
- Log the executed curl command to be able to rerun and test it manually
- Log the curl exit status
- Added 30 second timeout timeout for clear-cut detection of flaky connections.
Signed-off-by: Pyry Kontio <pyry.kontio@drasa.eu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jan Hák <jan.hak@nic.cz>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
ruby: update to 3.1.3
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This release includes a security fix.
- CVE-2021-33621: HTTP response splitting in CGI
For more details:
- https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Replace my own patch with the upstream solution, which they issued
in response to my bug report.
(Two patches as they overlooked something on the first try.
Reference to https://savannah.gnu.org/bugs/index.php?63431 )
The nettle lib evaluation is now conditional to not having "--disable-ntlm".
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
https-dns-proxy: fix restart
|
|/ /
| |
| |
| | |
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|\ \
| | |
| | | |
https-dns-proxy: add mdns service records
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add mdns records for started instances
* Makefile: use $(PKG_VERSION) as a value for PKG_SOURCE_DATE instead of
hard-coding it
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|\ \ \
| | | |
| | | | |
simple-adblock: support new OISD dnsmasq config
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
* OISD dnsmasq config files switched from using address= to server=
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|\ \ \
| | | |
| | | | |
ddns-scripts: add support for Google Cloud DNS
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The implementation uses a GCP service account. The user is expected to
create and secure a service account and generate a private key. The
"password" field can contain the key inline or be a file path pointing
to the key file on the router.
The GCP project name and Cloud DNS ManagedZone must also be provided.
These are taken as form-urlencoded key-value pairs in param_enc. The TTL
can optionally be supplied in param_opt.
Signed-off-by: Chris Barrick <chrisbarrick@google.com>
|
|\ \ \ \
| | | | |
| | | | | |
golang: Update to 1.19.4
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
go1.19.4 (released 2022-12-06) includes security fixes to the net/http
and os packages, as well as bug fixes to the compiler, the runtime,
and the crypto/x509, os/exec, and sync/atomic packages.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #19774
Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop deprecated AUTORELEASE.
Disable unused tests as its compilation is optional in 1.20.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop deprecated AUTORELEASE.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop deprecated AUTORELEASE.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
|