Olivier Poitrey [Tue, 20 Apr 2021 01:38:41 +0000 (01:38 +0000)]
nextdns: Update to version 1.12.5
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Tue, 20 Apr 2021 00:47:43 +0000 (17:47 -0700)]
Merge pull request #15462 from rs/nextdns-1.12.3-openwrt-21.02
[21.02] nextdns: Update to version 1.12.3
Olivier Poitrey [Mon, 19 Apr 2021 23:23:44 +0000 (23:23 +0000)]
nextdns: Update to version 1.12.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Mon, 19 Apr 2021 23:08:33 +0000 (16:08 -0700)]
Merge pull request #15458 from rs/nextdns-1.31.3-openwrt-21.02
[21.02] nextdns: Update to version 1.31.3
Olivier Poitrey [Mon, 19 Apr 2021 22:50:29 +0000 (22:50 +0000)]
nextdns: Update to version 1.31.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Florian Eckert [Tue, 23 Mar 2021 09:22:12 +0000 (10:22 +0100)]
collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
1e2ba94064c3b99bd8543df9283933d84fdc4707)
Florian Eckert [Thu, 11 Mar 2021 15:49:50 +0000 (16:49 +0100)]
collectd: add percent calculation of bad block to ubi plugin
This patche adds the percent evaluation for the bad blocks.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
b4e24c12a6c187565e63b9365df6f88d954bf8c6)
Florian Eckert [Thu, 11 Mar 2021 15:49:18 +0000 (16:49 +0100)]
collectd: prepare ubi plugin for percent calculation
This patche change prepares the ubi plugin to add the bad block evaluation in
percent.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
4927b53333652825a73bf0ecd53914636af6b6d3)
Florian Eckert [Fri, 12 Mar 2021 15:30:31 +0000 (16:30 +0100)]
collectd: upate PKG_RELEASE number
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
6e41bf73ba3e80e206066cbcb8373a82efcbbf95)
Florian Eckert [Mon, 8 Mar 2021 13:40:34 +0000 (14:40 +0100)]
collectd: make compile time debug option configurable
Enables the compiler option that collectd is compiled with
debugging support. This is used at development stages to get
more messages from the collectd during development.
This option is default disabled.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
a4f74eb11c1bfa6d708934b3885be589e39e8851)
Florian Eckert [Mon, 8 Mar 2021 12:00:32 +0000 (13:00 +0100)]
collectd: fix COLLECTD_PLUGINS_SELECTED end of line
This removes the trailing back slash. This is not needed.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
416ba35d50e3381a23caf0ee0d0758a26e29a4f5)
Florian Eckert [Mon, 8 Mar 2021 15:30:53 +0000 (16:30 +0100)]
collectd: fix smart disk detection
On my system the attribute DEVTYPE was not set. The plugin could not
read any data and the function call blocked forever on this function and did
not returned. By removing it, all block devices under `/sys/class/block`
were checked.
Block devices that do not support SMART were not evaluated. The
collected displays the following message.
smart plugin: checking SMART status of /dev/loop4.
smart plugin: unable to open /dev/loop4.
If you do not like this message, you could only enable device in the uci that
does support SMART.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
543a2a970c062c30ac33f49f67ea952eb0adbed3)
Florian Eckert [Mon, 8 Mar 2021 08:56:45 +0000 (09:56 +0100)]
collectd: enable collectd-mod-smart
Switching on compilation for collectd smart plugin.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
092902a87ee14e3b4b0b37a4ddb81719ae27fcc8)
Florian Eckert [Fri, 5 Mar 2021 16:26:45 +0000 (17:26 +0100)]
libatasmart: initial checkin
This library is required by the smart plugin of the collectd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
87e52cf180921d1fb778298c1ee699e652639b79)
Dirk Brenken [Sat, 17 Apr 2021 07:41:17 +0000 (09:41 +0200)]
adblock: update to 4.1.1
* support the RPZ trigger 'RPZ-CLIENT-IP' to always allow/block certain
clients based on their IP (currently only supported by bind!)
* avoid promiscuous mode in tcpdump setup for adblock reporting
* speed up dns report preparation
* support dns report mailing (/etc/init.d/adblock report mail)
* fix bind autodetection
* update LuCI-frontend (separate PR)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c531b6daea6962c32813b5815105343a76746147)
Rosen Penev [Mon, 12 Apr 2021 05:48:55 +0000 (22:48 -0700)]
squid: update to 4.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
682aebbaea976bee8aa5cc6e2d5818364256b33f)
Josef Schlehofer [Sun, 18 Apr 2021 11:59:30 +0000 (13:59 +0200)]
psmisc: move killall to /usr/libexec and add ALTERNATIVES
Currently, this package can not be installed while using standard path
of busybox, because binary killall wants to be installed on the same
location as busybox.
Collision:
• /usr/bin/killall: busybox (new-file), psmisc (existing-file)
Many of these binaries, which provides alternatives were moved to
folder /usr/libexec like wget, sed, findutils, less.
So I moved killall to /usr/libexec and others leave in touch and added
ALTERNATIVES for it, because preinstall script is no longer necessary.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
d8969e0fd1db2b2cb544cea19179a05aec5a9c28)
Hannu Nyman [Sun, 18 Apr 2021 15:26:43 +0000 (18:26 +0300)]
irqbalance: upgrade to version 1.8.0
Upgrade irqbalance to version 1.8.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
6631cfaa61ff75d97ef1a41c6ec031198103c7df)
Rosen Penev [Sat, 17 Apr 2021 22:40:38 +0000 (15:40 -0700)]
Merge pull request #15441 from
1715173329/yq-2102
[openwrt-21.02] yq: Update to 4.7.0
Tianling Shen [Sat, 17 Apr 2021 19:17:10 +0000 (03:17 +0800)]
yq: Update to 4.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from
c4d27271adbbed1c779e212bc79ed351ddde6553)
Eneas U de Queiroz [Thu, 15 Apr 2021 20:03:35 +0000 (17:03 -0300)]
atheepmgr: avoid libpciaccess dependency
HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable
building with libpciaccess can't be set through the environment.
Instead, use CONFIG_CON_PCI, which can be passed through the environment
and will disable libpciaccess.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
52837117541f9a35d60a0e4befac1960ea8675fe)
Josef Schlehofer [Wed, 14 Apr 2021 23:02:34 +0000 (01:02 +0200)]
clamav: add libiconv dependencies when build with NLS
NLS means Native Language Support and when you have it enabled (it is
not default), clamav can not be compiled as it shows following error:
Package clamav is missing dependencies for the following libraries:
libiconv.so.2
Also, it is required that package libiconv-full is compiled first/before
than clamav and then try to compile clamav.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
87be6ffe6076778336f7db752fee0ef5f3f923e8)
Luiz Angelo Daros de Luca [Mon, 12 Apr 2021 21:09:52 +0000 (18:09 -0300)]
openvpn-easy-rsa: add missing configfile
/etc/profile.d/50-openvpn-easy-rsa.sh was not listed as configfile
and changes were lost during upgrades.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit
b0663e2959ff9dc37d0273aa3240a2ef0ed3c611)
Tomas Lara [Tue, 13 Apr 2021 05:37:18 +0000 (01:37 -0400)]
collectd: enable cpufreq for rockchip target
Enable collectd-mod-cpufreq for rockchip
Signed-off-by: Tomas Lara <tl849670@gmail.com>
(cherry picked from commit
6bd8d29b70bf3081d9fe0efe38a36b8f4fed77de)
Luiz Angelo Daros de Luca [Tue, 13 Apr 2021 16:04:54 +0000 (13:04 -0300)]
Merge pull request #15414 from luizluca/21.02/ruby-3.0.1
[21.02] ruby: update to 3.0.1
Jo-Philipp Wich [Fri, 9 Apr 2021 16:52:15 +0000 (18:52 +0200)]
bonding: accept list of slaves in uci list notation
Rework the bonding.sh protocol handler to accept slave interface names
encoded in uci list notation. Also replace ifconfig up/down with ip
link calls while we're at it.
Fixes: #11455
Fixes: https://github.com/openwrt/luci/issues/4473
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
57a77386de7dda12f60bf3021efcde7f059833c8)
Luiz Angelo Daros de Luca [Mon, 12 Apr 2021 21:19:00 +0000 (18:19 -0300)]
ruby: update to 3.0.1
Fixes two CVEs:
CVE-2021-28965: XML round-trip vulnerability in REXML
CVE-2021-28966: Path traversal in Tempfile on Windows
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Hirokazu MORIKAWA [Mon, 12 Apr 2021 01:53:35 +0000 (10:53 +0900)]
node: bump to v14.16.1
April 2021 Security Releases
- OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450)
- OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449)
- npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774)
OpenSSL-related vulnerabilities do not affect the OpenWrt package. Because OpenWrt's OpenSSL shared library has been updated.
NODEJS_ICU_SMALL is default
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Gregory L. Dietsche [Fri, 9 Apr 2021 01:14:45 +0000 (20:14 -0500)]
safe-search: prevent duplicate cron job installation
This patch prevents multiple cron jobs from being created to run the
safe-search-maintenance script.
To reproduce this bug, perform the following:
- Install safe-search
- Perform an OpenWRT firmware upgrade (choose to preserve user settings)
- Install safe-search again
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
(cherry picked from commit
49535edffdd44e1db109f687a5f6e87b7fe0ea3c)
Tiago Gaspar [Sat, 10 Apr 2021 23:21:58 +0000 (00:21 +0100)]
netdata: disable shared memory totals by default
Fix log spam:
daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm'
This is caused by a non existant /proc/sysvipc/shm because of the
CONFIG_PROC_STRIPPED option that is enabled by default in the kernel
generic target config
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
5f65d87bb7727be85e7d3e02045302d6eb76ff7e)
Stan Grishin [Sun, 11 Apr 2021 01:30:23 +0000 (01:30 +0000)]
https-dns-proxy: bugfix: race condition with dnsmasq
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Sat, 10 Apr 2021 18:54:49 +0000 (18:54 +0000)]
simple-adblock: update to 1.8.7-3
Signed-off-by: Stan Grishin <stangri@melmac.net>
Dirk Brenken [Fri, 9 Apr 2021 16:42:30 +0000 (18:42 +0200)]
adblock: fix games_tracking source url
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
ec20e9df96f74c29699aa2df8de63cb9a8c32a2a)
Josef Schlehofer [Thu, 8 Apr 2021 21:30:28 +0000 (23:30 +0200)]
Merge pull request #15372 from farmergreg/21.02-safe-search
[21.02] safe-search: check for changed IP addresses weekly
Josef Schlehofer [Thu, 8 Apr 2021 21:28:05 +0000 (23:28 +0200)]
Merge pull request #15371 from farmergreg/21.02-family-dns
[21.02] net/family-dns: Correct Reference to IPKG_INSTROOT
Greg Dietsche [Sun, 28 Feb 2021 19:40:22 +0000 (13:40 -0600)]
family-dns: Correct Reference to IPKG_INSTROOT
IPKG_INSTROOT was misspelled.
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
(cherry picked from commit
1569131f952915eb12b91268bdf11df3a005fe75)
Gregory L. Dietsche [Wed, 10 Mar 2021 03:34:24 +0000 (21:34 -0600)]
safe-search: check for changed IP addresses weekly
The current default of hourly is too fast. Some services such as
DuckDuckGo return IPs from a pool based on the user's location instead
of a fixed IP address. This change prevents unnecessary writes to the
flash memory by only updating once per week.
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
(cherry picked from commit
7164ccf1553a990d8823bc545d970334fa0cd32e)
Rosen Penev [Mon, 5 Apr 2021 02:31:56 +0000 (19:31 -0700)]
minisatip: add libdvbcsa support
Unconditionally enable with BUILD_PATENTED.
Simplify configure args.
Add missing PKG_CONFIG_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
3d65773650e42c32a2c30d336f266f4fd8723d40)
Jo-Philipp Wich [Sat, 27 Mar 2021 19:33:44 +0000 (20:33 +0100)]
openvpn: fix invoking user up & down commands from hotplug wrapper
This commit adds a number of fixes to the OpenVPN up/down hotplug command
wrapper which currently fails to actually invoke user defined up and down
commands for uci configurations not using external native configurations.
- Use the `--setenv` to pass the user configured `up` and `down` commands
as `user_up` and `user_down` environment variables respectively
- Instead of attempting to scrape the `up` and `down` settings from the
(possibly generated) native OpenVPN configuration in
`/etc/hotplug.d/openvpn/01-user`, read them from the respective
environment variables instead
- Fix parsing of native configuration values in `get_openvpn_option()`;
first try to parse a given setting as single quoted value, then as
double quoted and finally as non-quoted, potentially white-space
escaped one. This ensures that `up '/bin/foo'` is interpreted as
`/bin/foo` and not `'/bin/foo'`
Ref: https://forum.openwrt.org/t/openvpn-up-down-configuration-ignored/91126
Supersedes: #15121, #15284
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry-picked from commit
7f065a94bb2663d32da7424c777a580d470728a0)
Alexander Egorenkov [Sun, 21 Mar 2021 09:57:31 +0000 (10:57 +0100)]
openvpn: add OpenVPN option server-poll-timeout
See https://www.mankier.com/8/openvpn#--server-poll-timeout
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
(cherry-picked from commit
5789faab67db9b2bde999d24a3dbc26c4a82981d)
Magnus Kroken [Wed, 24 Feb 2021 18:00:23 +0000 (19:00 +0100)]
openvpn: update to 2.5.1
Set myself as maintainer.
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
(cherry-picked from commit
204c0901b83b20e34ed12e4ea41236e2261d4099)
Jan Pavlinec [Thu, 1 Apr 2021 08:58:11 +0000 (10:58 +0200)]
curl: update to version 7.76.0
Fixes CVE-2021-22876 and CVE-2021-22890
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
b971310549ac145f88d0251f03ffaa294f51c1e2)
Rafał Dzięgiel [Sun, 2 Aug 2020 09:52:07 +0000 (11:52 +0200)]
libdvbcsa: add new package
Libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm DVB/CSA - with encryption and decryption capabilities.
OpenWrt packages like `tvheadend` and `minisatip` can benefit from it.
Signed-off-by: Rafał Dzięgiel <rafostar.github@gmail.com>
(cherry picked from commit
51c5a8b4bcb5ba4d7447bd6ce77ddc41a46570aa)
Jan Pavlinec [Tue, 6 Apr 2021 10:00:28 +0000 (12:00 +0200)]
python-pytest: update to version 6.2.3
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
4e979ceb6b5b78c136a5981e85e53f27d31510e3)
Jan Pavlinec [Tue, 6 Apr 2021 10:41:02 +0000 (12:41 +0200)]
knot-resolver: update to version 5.3.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
3e3025b1910b158ce35921b4b6fc22579cf4824b)
Josef Schlehofer [Tue, 6 Apr 2021 20:45:06 +0000 (22:45 +0200)]
youtube-dl: update to version 2021.4.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
701ded952a2505d3c39184767d2d55d1e299ec0f)
Josef Schlehofer [Tue, 6 Apr 2021 20:48:19 +0000 (22:48 +0200)]
zeroconf: update to version 0.29.0
Update copyright in Makefile
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
757b0ea64710c692579ca59b4afbd49d4c025728)
Rosen Penev [Wed, 7 Apr 2021 04:48:16 +0000 (21:48 -0700)]
ksmbd: update to 3.3.8
Major changes are:
clean-up codes using checkpatch --strict option.
fix several warning and build failure from linux-next.
change the minimum supported kernel version to v5.4.
use xarray for tree connect list.
fix reviews from lkml.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
fa6f182a21c597cd792bfe83fc68c9c5d0b196b3)
Rosen Penev [Wed, 7 Apr 2021 04:50:36 +0000 (21:50 -0700)]
ksmbd-tools: update to 3.3.8
Major changes are:
disable symlink by default.
remove smack inherit leftovers.
Enable guest access on IPC$ share by default.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
c6fa2d5bfaf24f347efd7156b2ad5b1cf62bd9a9)
Kirill Nikolaev [Mon, 5 Apr 2021 23:03:18 +0000 (01:03 +0200)]
ksmbd-tools: Add a mDNS TXT record for the ksmbd service
MacOS ignores Bonjour services for which TXT records are not returned. This changes forces umdns service to return a TXT record (`daemon=ksmbd`) for the ksmbd service. The exact content is unimportant and to the best of my knowledge nothing reads the `daemon` tag.
Symptoms of the problem (which are also debugging steps):
* Finder refuses to open the OpenWRT "computer" in the Network list.
* Discovery.app (Bonjour Browser) lists the _ssh._tcp service, but the submenu for it doesn't unfold and no address is shown.
* `dns-sd -L OpenWrt _smb._tcp` doesn't return any address.
Signed-off-by: Kirill Nikolaev <cyril7@gmail.com>
(cherry picked from commit
272b0a5c1873a34f6609e7af38395cea3f02bda5)
Sven Roederer [Sat, 3 Apr 2021 16:47:02 +0000 (18:47 +0200)]
xinetd: honor ${IPKG_INSTROOT} when sourcing /lib/functions.sh
Avoid "file not found"-error when embedding via Imagebuilder.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
(cherry picked from commit
bdab7e6bfed9d29f51589ed4461dd927dc78eaf1)
Philip Prindeville [Sun, 4 Apr 2021 20:17:15 +0000 (14:17 -0600)]
strongswan: bump to 5.9.2
Retire weak algorithms like MD5 and 3DES.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
ae3d5aa73ee2bb608a97ce55742489780f07b779)
Philip Prindeville [Wed, 24 Feb 2021 21:46:33 +0000 (14:46 -0700)]
strongswan: force PIC on all builds
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
a72780a9c25eeff46319d6be1bc33e515deb703c)
Philip Prindeville [Wed, 10 Feb 2021 05:49:30 +0000 (22:49 -0700)]
strongswan: migrate to swanctl configs
Derived from the ipsec initd script, with the following changes:
(1) various code improvements, corrections (get rid of left/right
updown scripts, since there's only one), etc;
(2) add reauth and fragmentation parameters;
(3) add x.509 certificate-based authentication;
and other minor changes.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
f9d91f1f470aaa6d3da5aab97bf5ece139d8c5bd)
Philip Prindeville [Thu, 1 Apr 2021 20:43:12 +0000 (14:43 -0600)]
strongswan: remove synthesized ipsec conf files
If you shutdown ipsec service, and it doesn't clean up
/var/ipsec/ipsec.conf, then when you start swanctl service it
might see an incompatible file on startup. Remedy is to
remove unneeded files when shutting down the service. They
can always be regenerated when the service starts again.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
baa38a14200d0549a0531be92f3ef89e526063ac)
Philip Prindeville [Sat, 27 Mar 2021 19:37:21 +0000 (13:37 -0600)]
strongswan: move ipsec conf files to subpackage
These config files are only used by the ipsec interface to charon,
and shouldn't be part of the base package.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
e626255b371b8bd7811ea870525b32c0a4b2f589)
Philip Prindeville [Wed, 10 Feb 2021 06:42:00 +0000 (23:42 -0700)]
strongswan: make the include's in the .conf files persistent
Having scripts diddle user written config files seems potentially
dangerous. Plus there's really no downside to including some
empty files. Best to just make the includes be permanent.
Additional feature suggested by Luiz: if a -opkg version of the
config file was created unnecessarily, remove it as part of the
upgrade process since changes won't be happening to that file
as an artifact of the service starting. The include lines are
now permanent, which means that (1) additional configuration
synthesized by UCI won't be anywhere that opkg (or sysupgrade,
for that matter) cares about since it won't be persistent, and
(2) if changes are being made, then they're being done by a
person with an editor and they really should be distinguished.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
643df01275798dc4a44d33ac1a8b630c91a80c8c)
Philip Prindeville [Fri, 26 Mar 2021 03:37:56 +0000 (21:37 -0600)]
strongswan: change maintainers
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
0bd4410e304f6164a1e0766815a1ca080dbeaa17)
Philip Prindeville [Mon, 15 Feb 2021 21:51:02 +0000 (14:51 -0700)]
strongswan: fix local_gateway discovery
This has been observed by myself and @luizluca: ip route get is
appending uid0 to the output, as seen from:
root@OpenWrt2:~# ip route get 1.1.1.1
1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0
cache
root@OpenWrt2:~#
so the fix is an anchored match, discarding all else. Also, using
ip -o means never having to do multiline matches...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
ec72d3a9e47954f0be844fb32abb5ca1e4dda667)
David Bauer [Fri, 26 Feb 2021 14:38:15 +0000 (15:38 +0100)]
mtd-rw: fix build failure with kernel 5.10
When building mtd-rw for a target based on Kernel 5.10 which has
CONFIG_MTD disabled the build fails with
ERROR: "put_mtd_device" [../mtd-rw.ko] undefined!
ERROR: "get_mtd_device" [../mtd-rw.ko] undefined!
Omit building the package for such a target.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
c6b3d949295e687c54a6d87f60f49f7ccc4bdcdf)
Rosen Penev [Sun, 28 Feb 2021 12:06:30 +0000 (04:06 -0800)]
clamav: update to 0.103.1
Convert to using CMake in order to speed up compilation and to fix
compilation under glibc.
Add extra dependencies since they're now needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
7cd687cb7ea576dda2a54114eb4f90838aa13580)
Rosen Penev [Tue, 9 Mar 2021 08:05:06 +0000 (00:05 -0800)]
python3-libsemanage: update to 3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
acb72e74529a5f3c6ec067cfe6047b621407c29a)
Rosen Penev [Tue, 9 Mar 2021 08:22:25 +0000 (00:22 -0800)]
setools: update to 4.4.0
Remove no longer needed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
39bce0e7191bab285d3c0fb6b205df7bcfd36e4f)
Ondřej Caletka [Sun, 4 Apr 2021 19:53:39 +0000 (21:53 +0200)]
jool: Update to 4.1.5
Compile and run tested on: mvebu (Turris Omnia)
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
(cherry picked from commit
0c044284b7882c71642af38077a92f99277564e9)
Sven Roederer [Sat, 3 Apr 2021 20:00:31 +0000 (22:00 +0200)]
nut: fix typo in nutshutdown script
Even it's only cosmetic and should not affect the function of regular system,
fix the name of the IPKG_INSTROOT variable.
Typo was added long ago with
8400c9a6ec799.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
(cherry picked from commit
f25f49a8b7c5a038f8a50dbb74e10db19f26d15a)
Karl Palsson [Tue, 6 Apr 2021 10:33:56 +0000 (10:33 +0000)]
mosquitto: bump to 2.0.10
This is a security fix, affecting 2.0.0 through to 2.0.9. Mosquitto instances
could be remotely DoS'd by authenticated clients.
Release notes at: https://github.com/eclipse/mosquitto/blob/v2.0.10/ChangeLog.txt
CVE number has not yet been assigned.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Christian Lachner [Tue, 6 Apr 2021 05:46:03 +0000 (07:46 +0200)]
haproxy: Update HAProxy to v2.2.13
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Gerard Ryan [Fri, 2 Apr 2021 05:22:55 +0000 (15:22 +1000)]
cache-domains: Fixed host files directory
* Hid unnecessary output
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Sun, 4 Apr 2021 02:07:23 +0000 (19:07 -0700)]
Merge pull request #15331 from
1715173329/xray-2102
[openwrt-21.02] xray-core: Update to 1.4.2
Dirk Brenken [Sat, 3 Apr 2021 17:16:39 +0000 (19:16 +0200)]
banip: bugfix 0.7.6-2
* fix housekeeping of external list sources
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
86a20c79556284807f95aafd4f9db9633fafe5b7)
Tianling Shen [Fri, 2 Apr 2021 08:59:11 +0000 (16:59 +0800)]
xray-core: Update to 1.4.2
Updated geo datas to latest version.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from
781c70077bf5dfd1c372c3a7a6955eadb3e380a2)
Tianling Shen [Fri, 2 Apr 2021 09:06:19 +0000 (17:06 +0800)]
xray-core: init: add browser dialer support
Since v1.4.1, Xray has introduced a new feature to transfer data via
browsers, which can disguise itself as a normal browser to cheat
network censorship.
For more details, see https://github.com/XTLS/Xray-core/pull/421.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from
736667ce6eab44e265744337559c155aa99cbc00)
Stan Grishin [Thu, 18 Mar 2021 01:37:42 +0000 (01:37 +0000)]
simple-adblock: jsonOps-related bugfixes
Signed-off-by: Stan Grishin <stangri@melmac.net>
Tianling Shen [Wed, 31 Mar 2021 08:09:36 +0000 (16:09 +0800)]
xray-core: Update to 1.4.1
Updated geodata to latest version.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from
ee9868cb20f78b01df1996090f1fe224a5e4c017)
Tianling Shen [Wed, 31 Mar 2021 08:17:18 +0000 (16:17 +0800)]
yq: Update to 4.6.3
- Re-assigned myself as the maintainer
- Used $(AUTORELEASE) for PKG_RELEASE
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from
82ebe3e49a50075116da4b677eacae91e6fcd2c4)
Martin Matějek [Mon, 29 Mar 2021 20:20:57 +0000 (22:20 +0200)]
python3-pyroute2: update to version 0.5.16
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
(cherry picked from commit
df4b1ae24e5532e8d3c634d8ae82f87c8f6ea8e0)
Dirk Brenken [Sun, 28 Mar 2021 15:06:46 +0000 (17:06 +0200)]
banip: update to 0.7.6
* rework the central iptables function to significantly
reduce the code complexity and the overall number of iptables calls
* check early and only once in the chain for ctstate NEW and
return otherwise (thanks @ldir-EDB0)
* made the whitelist ordering within the chain more flexible
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
1235acdde621d5ba5dd85d3e232db1162f1f086f)
Josef Schlehofer [Mon, 8 Mar 2021 09:41:31 +0000 (10:41 +0100)]
hwdata: update to version 0.345
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
5e30a07908e195d8bf3966532b3466da519a25b1)
Jan Pavlinec [Mon, 8 Mar 2021 14:23:44 +0000 (15:23 +0100)]
python-zipp: update to version 3.4.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
7f850739791257905cd6e3ec36dba18713f0af55)
Jan Pavlinec [Mon, 8 Mar 2021 12:52:09 +0000 (13:52 +0100)]
subversion: update to 1.14.1
Fixes CVE-2020-17525
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
0dd5354abce28eed9e4944f61b80c441c18956a1)
Jan Pavlinec [Wed, 10 Mar 2021 12:10:58 +0000 (13:10 +0100)]
zstd: update to version 1.4.9
Fixes CVE-2021-24032
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
ebc4939dd235f3cdc8a69182426bd94cfece4cf0)
Jan Pavlinec [Wed, 10 Mar 2021 09:51:57 +0000 (10:51 +0100)]
git: update to version 2.30.2
Fixes CVE-2021-21300
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
a4f058ec5cad69c981ca47d2f922a4abf22d5319)
Paul Spooren [Thu, 18 Mar 2021 06:25:16 +0000 (20:25 -1000)]
CI: use new `openwrt` Docker username
We now own `openwrtorg` and `openwrt`, where the latter replaces the
former. Slowly migrate over.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
b164a3aa32caa181feff8074ecce3a42b052b060)
Rosen Penev [Sun, 21 Mar 2021 01:39:46 +0000 (18:39 -0700)]
reptyr: add mips64el to the DEPENDS list
MIPS is completely unsupported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
03515d00cdaa6a9d91d8c003fc27a1e59258d8fa)
Rosen Penev [Sat, 20 Mar 2021 22:21:51 +0000 (15:21 -0700)]
bind: update to 9.17.11
Backport upstream OpenSSL deprecated API patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
dd64cb713bc3d08b94b544d95dd22151f0e71394)
Josef Schlehofer [Sun, 21 Mar 2021 23:56:07 +0000 (00:56 +0100)]
netdata: update to version 1.29.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
5074fbbfdc8536daf1d979f7ead32cebb1ec2acb)
Josef Schlehofer [Mon, 22 Mar 2021 01:00:46 +0000 (02:00 +0100)]
sshpass: update to version 1.09
Changelog [1]:
Version 1.09
* Explicitly set the controlling TTY
Version 1.08
* Report when IP key has changed
* Scrub the environment variable for -e
Version 1.07
* Pass signals that should terminate to ssh
* Fix race around signal handling
* Report IPC errors to stderr
* Report if can't open -f password file
[1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
5799d0b1eea5e2cf90c05eab7729112288874470)
Josef Schlehofer [Mon, 22 Mar 2021 01:09:02 +0000 (02:09 +0100)]
nnn: update to version 3.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
ad116f29ceb1470e38bece6b5a71b737f976939b)
Josef Schlehofer [Sun, 21 Mar 2021 23:50:54 +0000 (00:50 +0100)]
syslog-ng: update to version 3.31.2
Bump config file
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
3d817e968e8d9289255f1eea293363835f6e74a7)
Jan Pavlinec [Mon, 22 Mar 2021 14:53:30 +0000 (15:53 +0100)]
gitlab-runner: update to version 13.10.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
d7e2b608e617b6558f4373e76840f940043535d5)
Rosen Penev [Tue, 19 Jan 2021 04:16:13 +0000 (20:16 -0800)]
gitlab-runner: update to 13.9.0
Remove no MIPS depends as it supports MIPS now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
1329b9fe2e0bdb19b0850dbaae71e374f42ae751)
Jan Pavlinec [Thu, 25 Mar 2021 09:48:08 +0000 (10:48 +0100)]
gnutls: update to version 3.7.1
Fixes
CVE-2021-20231
CVE-2021-20232
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
323461a1f018a1613537742779da8ee2a892f0af)
Philip Prindeville [Tue, 16 Feb 2021 02:25:46 +0000 (19:25 -0700)]
libmariadb: add dependency on libcurl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
5b2d35a8d005faa5c2ea6fd457fcb57141463eeb)
Nicholas Smith [Sun, 7 Mar 2021 09:44:37 +0000 (19:44 +1000)]
libqmi: bump to 1.28.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit
570ff69ec63c737cd0f6049e476042df423fa65e)
Nicholas Smith [Wed, 24 Feb 2021 01:05:33 +0000 (11:05 +1000)]
libqrtr-glib: add libqrtr-glib
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit
cfe24305de3d00916fd7deac8a93fb719cdd4df4)
Nicholas Smith [Wed, 24 Feb 2021 03:42:54 +0000 (13:42 +1000)]
libqmi: bump to 1.28.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit
c9709a3c82b963e2b882b3a0c2c44bd7e9f8ae23)
Nicholas Smith [Sun, 7 Mar 2021 09:50:23 +0000 (19:50 +1000)]
modemmanager: bump to 1.16.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit
02d8bbcfe0a76a375657ce4042586d09c94ea03a)
Nicholas Smith [Wed, 24 Feb 2021 01:06:29 +0000 (11:06 +1000)]
modemmanager: bump to version 1.16.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit
54a9b58ffd549bc271881a81a773be4e5c1a62d5)
Dirk Brenken [Fri, 26 Mar 2021 18:19:57 +0000 (19:19 +0100)]
banip: update to 0.7.5-4
* fix another IPv4/IPv6 related iptables chain creation problem
* fix counter during ipset creation
* fix regex for debug counters
* fix ipset housekeeping for local sources
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
fb4bfd259df3e06499e2c8b7c9197755bd39ab72)
Stan Grishin [Thu, 25 Mar 2021 22:55:42 +0000 (22:55 +0000)]
https-dns-proxy: bugfix: correct PROCD firewall object
Signed-off-by: Stan Grishin <stangri@melmac.net>