Florian Eckert [Tue, 22 Jun 2021 08:07:22 +0000 (10:07 +0200)]
ddns-scripts: get l3 device for bind network using curl
If pppoe is used for wan access. script set 'eth1' as interface for curl
call. The correct interface is however 'pppoe-wan'.
The script uses 'network_get_physdev' function to get real device for
bind_network but this is wrong. We need instead the l3_device of the the
logical interface.
In case if we don't use pppoe connection - 'l3_device' is equal to real device.
This was reported by the github user `welderpb` with P/R:
https://github.com/openwrt/packages/pull/14431
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
036079b308a6e1ba1ac690a1643264696780ae5e)
Wenli Looi [Wed, 19 May 2021 18:42:25 +0000 (11:42 -0700)]
ddns-scripts: Fix for domains with dash
Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
(cherry picked from commit
9e2aad3fde6b1a9c4c0080c2c7434ab41f0b36ce)
Wenli Looi [Wed, 19 May 2021 06:08:52 +0000 (23:08 -0700)]
ddns-scripts: Fix for wildcard subdomain
Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
(cherry picked from commit
93344aafa065ebfe63330e60f7d02ecdcf39c9b8)
Josef Schlehofer [Sun, 20 Jun 2021 08:04:24 +0000 (10:04 +0200)]
Merge pull request #15924 from nxhack/2102_icu_691
[21.02] icu: bump to 69.1
Hirokazu MORIKAWA [Sun, 20 Jun 2021 05:16:04 +0000 (14:16 +0900)]
icu: bump to 69.1
ICU 69 updates to CLDR 39 locale data with many additions and corrections. ICU 69 also includes significant improvements for measurement unit formatting and number formatting in general, as well as many other bug fixes and enhancements.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Sat, 19 Jun 2021 20:13:15 +0000 (13:13 -0700)]
Merge pull request #15909 from mlichvar/21.02-chrony-fix-uci-allow
[21.02] chrony: fix uci NTP access configuration
Miroslav Lichvar [Sat, 19 Jun 2021 11:14:05 +0000 (13:14 +0200)]
chrony: fix uci NTP access configuration
The chrony interface hotplug script reuses the handle_allow function
from the init script to allow NTP access on interfaces specified in uci.
The function requires /lib/functions/network.sh. Include the file in the
hotplug script to make the function work as expected.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Rosen Penev [Sat, 19 Jun 2021 07:41:33 +0000 (00:41 -0700)]
Merge pull request #15901 from nxhack/2102_node_14171
[21.02] node: bump to 14.17.1
Rosen Penev [Sat, 19 Jun 2021 07:41:06 +0000 (00:41 -0700)]
Merge pull request #15905 from
1715173329/yq-2102
[openwrt-21.02] yq: Update to 4.9.6
Chen Minqiang [Sun, 6 Jun 2021 04:46:11 +0000 (12:46 +0800)]
schroot: fix typo
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
(cherry picked from commit
2b52fb6221cc86a9583fc6df38ad0319cdadf5ec)
Jan Pavlinec [Thu, 17 Jun 2021 12:59:32 +0000 (14:59 +0200)]
knot-resolver: change scheduling priority
This should prevent some resolving issues by other router app.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
1d1eca32dbc344cc76a86279a03519c726465daa)
Andy Walsh [Thu, 17 Jun 2021 16:28:08 +0000 (18:28 +0200)]
samba4: update to 4.13.9
* update to 4.13.9
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(cherry picked from commit
2057fc9ee4d9d33f2b0e48ec9c860945ae227394)
Tianling Shen [Fri, 18 Jun 2021 14:57:44 +0000 (22:57 +0800)]
yq: Update to 4.9.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
6c6b74b8f8ef81633bcdf2ae4defd7fc28e56c7a)
Alexandru Ardelean [Tue, 15 Jun 2021 09:25:34 +0000 (12:25 +0300)]
python-cryptography: bump to version 3.4.7
Dropped patches:
0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
0005-Switch-get_-Update-APIs-to-get0.patch
Reworked patches:
0001-Add-new-ASN1_STRING_get0_data-API.patch
0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe
later we can drop this.
Ran 'make package/python-cryptography/refresh'.
Added patch:
0004-disable-rust.patch
upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we
need to patch it, to make sure the setuptools-rust isn't installed.
We may need to carry this patch in our tree for a bit longer than upstream,
because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
01d1b4581e885bc878de6e075b19a1008ef93569)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hirokazu MORIKAWA [Fri, 18 Jun 2021 09:06:04 +0000 (18:06 +0900)]
node: bump to 14.17.1
Notable Changes:
deps: update ICU to 69.1 (Michaƫl Zasso)
errors: align source-map stacks with spec (Benjamin Coe)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Dirk Brenken [Thu, 17 Jun 2021 20:23:24 +0000 (22:23 +0200)]
banip: refine/fix nginx search pattern
* fix issue with nginx search pattern reported in forum support thread
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
0c16840e26ed0a8a808f22a1f5f4dbd265e0a903)
Hannu Nyman [Thu, 17 Jun 2021 16:03:11 +0000 (19:03 +0300)]
nano: update to 5.8
Update nano editor version to 5.8.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
6f2ac237a18d0c8258ca838ff4df2245960b7aef)
Daniel Golle [Mon, 26 Apr 2021 18:16:19 +0000 (19:16 +0100)]
auc: compare versions using dpkg/opkg's verrevcmp
Using strcmp() to compare a version string doesn't work well.
Use verrevcmp() function from opkg instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
794cf3ac59deb28b30f63aeb26f58726595cd885,
as it was previously skipped also switch PKG_REVISION back to manual
to keep it in sync with master branch)
Alexandru Ardelean [Mon, 14 Jun 2021 12:12:05 +0000 (15:12 +0300)]
django: bump to version 3.2.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
24a8f5874155398df8e64b29897a511d5d603e03)
Daniel Golle [Tue, 15 Jun 2021 08:34:17 +0000 (09:34 +0100)]
auc: update to version 0.1.7
No longer fail in case a package is part of multiple lists (which may
happen temporarily in case it becomes 'nonshared').
Bump version to prepare for sync accross branches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
9150e82768c14785c17b77d406a5f9217edd5b5f)
Daniel Golle [Sun, 13 Jun 2021 18:41:57 +0000 (19:41 +0100)]
auc: fix several issues
* don't segfault if server reply is incomplete
* always request 'generic' image on x86/generic and x86/64
* make SNAPSHOT branches sticky, eg. stay on 21.02-SNAPSHOT and do
not 'upgrade' to 21.02.0-rc2.
* output requested server URL when debugging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
02bc1fc929e285153dee318f858f6781bab49895)
Daniel Golle [Wed, 17 Mar 2021 21:09:50 +0000 (21:09 +0000)]
auc: support queue_position status from server
Display position in queue while waiting for build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
5b7ff1ad655e78d9f3c9ed51ecec1a4f91ac2404)
Florian Eckert [Fri, 11 Jun 2021 09:26:20 +0000 (11:26 +0200)]
dockerd: refactoring uciadd and ucidel handling
This change makes the handling of adding and deleting interface, device
bridge and firewall more robust.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
0fded274ecf7af94ac3fa00d5cc22c686789ba3b)
Jeffery To [Sun, 13 Jun 2021 18:21:53 +0000 (02:21 +0800)]
python3: Add readline to dependency finder script
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
1eeeba60d8cffc2f655c1ecbb277ca6734ac46b7)
Hirokazu MORIKAWA [Mon, 14 Jun 2021 03:33:57 +0000 (12:33 +0900)]
mg: bump to 6.9
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Josef Schlehofer [Mon, 14 Jun 2021 07:53:33 +0000 (09:53 +0200)]
Merge pull request #15857 from jefferyto/python3-readline-openwrt-21.02
[openwrt-21.02] python3: add python3-readline subpackage
Dirk Brenken [Sat, 12 Jun 2021 21:00:50 +0000 (23:00 +0200)]
banip: update 0.7.9
* add switch 'ban_fetchinsecure' to allow insecure downloads
without certificate check (disabled by default)
* better explain 'ban_fetchparm' in readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
945513860dcf39a9976659a9458574cd9e38ac3b)
Dirk Brenken [Sat, 12 Jun 2021 20:24:23 +0000 (22:24 +0200)]
adblock: update 4.1.3
* fix a small json syntax issue in adblock.sources
* add easylist addon to reg_fr source
* add switch 'adb_fetchinsecure' to allow insecure downloads
without certificate check (disabled by default)
* better explain 'adb_fetchparm' in readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
74dec65b616a72109eb64132d0bd4df13c000d5f)
Alexandru Ardelean [Wed, 19 May 2021 09:16:20 +0000 (12:16 +0300)]
python3: add python3-readline subpackage
Python3 comes with a built-in readline module. It wasn't included up until
now; mostly because it wasn't considered.
This change introduces it as a sub-package of the main Python3 package.
readline support is included in Python.
libreadline pulls libncursesw as a package, so python3-ncurses was
updated to pull libncursesw as well.
It should be the same package; mostly done for consistency.
Resolves the issue reported here:
https://forum.openwrt.org/t/python3-repl-missing-readline/90039
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
49faf5d7cacf91aeb0c72447f0f5a069c891c3a9)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Sun, 7 Mar 2021 06:42:00 +0000 (22:42 -0800)]
btrfs-progs: update to 5.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
95935f2baf21e3a763e017fdfc33c140755a96c6)
Rosen Penev [Sat, 12 Jun 2021 22:39:21 +0000 (15:39 -0700)]
shairport-sync: update to 3.3.8
Explicitly add libdaemon configure flag. It seems the default was
changed.
Add AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
94bc8a127c7d3a623bcd88af51ce11dc4e684f1a)
Rosen Penev [Sat, 12 Jun 2021 20:58:09 +0000 (13:58 -0700)]
Merge pull request #15840 from jefferyto/python-twisted-tls-conch-openwrt-21.02
[openwrt-21.02] python-twisted: Add tls/conch dependencies
Jeffery To [Sat, 12 Jun 2021 10:40:09 +0000 (18:40 +0800)]
python-twisted: Add tls/conch dependencies
By adding these dependencies, it is much easier for users (both
applications that use Twisted and end users) to have secure
communications by default.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
8349546208fc9474bbd89cc2263c6d61d552ed1d)
Josef Schlehofer [Fri, 11 Jun 2021 23:20:59 +0000 (01:20 +0200)]
Merge pull request #15836 from jefferyto/python-twisted-21.2.0-openwrt-21.02
[openwrt-21.02] python-twisted: Update to 21.2.0, redo patches
Jeffery To [Fri, 11 Jun 2021 22:18:50 +0000 (06:18 +0800)]
python-twisted: Update to 21.2.0, redo patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
4b6e05d1fdd886133c982247f616115ef401e38c)
Rosen Penev [Fri, 11 Jun 2021 20:25:24 +0000 (13:25 -0700)]
Merge pull request #15827 from jefferyto/python-package-updates-openwrt-21.02
[openwrt-21.02] python-six,et_xmlfile, django: bump package versions
Josef Schlehofer [Fri, 11 Jun 2021 20:16:52 +0000 (22:16 +0200)]
Merge pull request #15834 from jefferyto/python-incremental-21.3.0-openwrt-21.02
[openwrt-21.02] python-incremental: Update to 21.3.0, refresh patch
Josef Schlehofer [Fri, 11 Jun 2021 20:16:30 +0000 (22:16 +0200)]
Merge pull request #15831 from jefferyto/python-zope-interface-5.4.0-openwrt-21.02
[openwrt-21.02] python-zope-interface: Update to 5.4.0
Josef Schlehofer [Fri, 11 Jun 2021 20:16:15 +0000 (22:16 +0200)]
Merge pull request #15829 from jefferyto/python-attrs-21.2.0-openwrt-21.02
[openwrt-21.02] python-attrs: Update to 21.2.0
Jeffery To [Fri, 11 Jun 2021 18:15:58 +0000 (02:15 +0800)]
python-incremental: Update to 21.3.0, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
b2738e9da63cd8a0e5638b1d1fc9541bbce3b247)
Jeffery To [Fri, 11 Jun 2021 15:44:51 +0000 (23:44 +0800)]
python-zope-interface: Update to 5.4.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
ffbde739c6a5d10505a12a37b5cb7496a49ef797)
Karl Palsson [Fri, 11 Jun 2021 13:00:35 +0000 (13:00 +0000)]
net/mosquitto: Update to 2.0.11
This is a security and bugfix release.
Full release notes: https://mosquitto.org/blog/2021/06/version-2-0-11-released/
Fixes a remotely triggered memory leak
Fixes broker reconnections in certain failure situations
Fixes (non-standard) qos0 queuing
Signed-off-by: Karl Palsson <karlp@etactica.com>
Jeffery To [Fri, 11 Jun 2021 14:53:18 +0000 (22:53 +0800)]
python-attrs: Update to 21.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
0dbb3769f3c93b05af10555d961e0c505501297a)
Alexandru Ardelean [Wed, 2 Jun 2021 11:13:52 +0000 (14:13 +0300)]
python-idna: bump to version 3.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
fe698b5fca2e7aca7f4c207ae6e8cdbaf0ffac53)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Wed, 12 May 2021 12:30:40 +0000 (15:30 +0300)]
django: bump to version 3.2.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
5a70c9e826e9b1729510ba820cd073667a6a1563)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Wed, 12 May 2021 08:36:57 +0000 (11:36 +0300)]
et_xmlfile: bump to version 1.1.0
Updating Eneas' email as requested on Github:
https://github.com/openwrt/packages/pull/15622
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
6185156e69aab78528ad9db640ca519640d90827)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Wed, 12 May 2021 08:16:40 +0000 (11:16 +0300)]
python-six: bump to version 1.16.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
cf368395d0a291535e00cfbcb2f48e7f7a93fc4b)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Mon, 12 Apr 2021 07:13:43 +0000 (10:13 +0300)]
django: bump to version 3.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
c01d0f16cf91be39d19bd1c60c0360213eb8e560)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Fri, 11 Jun 2021 09:32:11 +0000 (11:32 +0200)]
Merge pull request #15824 from jefferyto/golang-1.16.5-openwrt-21.02
[openwrt-21.02] golang: Update to 1.16.5
Jeffery To [Fri, 11 Jun 2021 08:26:56 +0000 (16:26 +0800)]
golang: Update to 1.16.5
1.16.1 included fixes for:
* CVE-2021-27918 - encoding/xml: infinite loop when using
xml.NewTokenDecoder with a custom TokenReader
* CVE-2021-27919 - archive/zip: can panic when calling Reader.Open
1.16.4 included fixes for:
* CVE-2021-31525 - net/http: ReadRequest can stack overflow due to
recursion with very large headers
1.16.5 includes fixes for:
* CVE-2021-33195 - net: Lookup functions may return invalid host names
* CVE-2021-33196 - archive/zip: malformed archive may cause panic or
memory exhaustion
* CVE-2021-33197 - net/http/httputil: ReverseProxy forwards Connection
headers if first one is empty
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
fe3c49fe07dfcdd3794c588af916ba6a2c03db28)
Nick Hainke [Fri, 30 Apr 2021 21:57:09 +0000 (23:57 +0200)]
samplicator: add samplicator
Samplicator receives UDP datagrams on a given port and resends those
datagrams to a specified set of receivers.
Use Cases:
- replicate Flow Samples to multiple receivers
- use with conntrackd to synchronize via unicast to multiple targets
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
41534e5a19dc8350c1aa27ec926b34f779914ac4)
Rosen Penev [Wed, 9 Jun 2021 21:07:49 +0000 (14:07 -0700)]
Merge pull request #15812 from G-M0N3Y-2503/docker-20.10.7-backport
Docker 20.10.7
Gerard Ryan [Wed, 9 Jun 2021 11:06:09 +0000 (21:06 +1000)]
docker: Updated to 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 9 Jun 2021 11:05:40 +0000 (21:05 +1000)]
dockerd: Updated to 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 9 Jun 2021 11:04:54 +0000 (21:04 +1000)]
libnetwork: Updated to 2021-05-25 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 9 Jun 2021 11:04:15 +0000 (21:04 +1000)]
containerd: Updated to 1.4.6 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 9 Jun 2021 11:02:53 +0000 (21:02 +1000)]
runc: Updated to 1.0.0-rc95 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
David Bauer [Tue, 8 Jun 2021 08:01:14 +0000 (10:01 +0200)]
Merge pull request #15782 from blocktrron/pr-2102-xr_usb_serial_common
xr_usb_serial_common: fix kernel 5.4 builds
Rosen Penev [Tue, 8 Jun 2021 02:20:05 +0000 (19:20 -0700)]
Merge pull request #15799 from PolynomialDivision/gpsd-2102
[21.02] Pull latest changes from gpsd
Nick Hainke [Fri, 4 Jun 2021 13:30:02 +0000 (15:30 +0200)]
gpsd: fix compilation with x86 glibc
The sysroot has to point to the toolchain directory. The directory
includes libraries like libm. However, the STAGING_DIR needs to be
added to the CFLAGS.
Fixes #15773
[As suggested by jow]
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit
35b18ddfc4d5a9e065bb0730523ad338229398de)
ekathva advaita [Fri, 21 May 2021 09:06:28 +0000 (12:06 +0300)]
gpsd: Add a new package gpsd-utils to add gpsdctl
gpsd-utils include management tools for GPS daemon - and this commmit
particularly introduces gpsdctl to add/remove device from the GPS
daemon's device list over control socket.
Signed-off-by: ekathva advaita <ekathva@hotmail.com>
(cherry picked from commit
a86c3666f3bef77dd7002ca0c4f55b543695d534)
Rosen Penev [Sun, 6 Jun 2021 19:50:15 +0000 (12:50 -0700)]
Merge pull request #15790 from DeathCamel58/libnet-config-21.02
[21.02] libnet-1.2.x: Export libnet-config in development environments
Dylan Corrales [Sun, 6 Jun 2021 15:44:53 +0000 (11:44 -0400)]
libnet: Export `libnet-config` in development environments
Affects: libnet
Ref: Issue #15767, PR#15770
Signed-off-by: Dylan Corrales <deathcamel58@gmail.com>
Rosen Penev [Sat, 5 Jun 2021 21:29:04 +0000 (14:29 -0700)]
Merge pull request #15779 from stangri/21.02-https-dns-proxy
[21.02] https-dns-proxy: update to 2021-06-03-1
David Bauer [Sat, 22 May 2021 08:39:53 +0000 (10:39 +0200)]
xr_usb_serial_common: fix kernel 5.4 builds
Building the xr_usb_serial module fails for Kenel 5.4 with CONFIG_PM
enabled:
xr_usb_serial_common.c:1574:15: error: 'ASYNCB_INITIALIZED' undeclared
(first use in this function); did you mean 'RCU_INITIALIZER'?
Use tty_port_initialized in order to determine the status of the TTY
port.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
69cf7836df9e226b4d596d057ca6ad846201e0d0)
Stan Grishin [Fri, 4 Jun 2021 23:34:08 +0000 (23:34 +0000)]
https-dns-proxy: update to 2021-06-03-1
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Fri, 4 Jun 2021 22:08:39 +0000 (15:08 -0700)]
Merge pull request #15776 from
1715173329/xray-2102
[openwrt-21.02] xray-core: bump geodata to latest version
Tianling Shen [Fri, 4 Jun 2021 12:44:28 +0000 (20:44 +0800)]
xray-core: bump geodata to latest version
Also removed `fullcone` option as this is outdated.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
53bbfe4de590ff1dbb88d9b84bd7c507cd442338)
Rosen Penev [Thu, 3 Jun 2021 10:24:31 +0000 (03:24 -0700)]
Merge pull request #15764 from jamesmacwhite/iperf-3.10.1-21.02
[21.02] iperf3: Update to version 3.10.1
James White [Thu, 3 Jun 2021 08:09:58 +0000 (09:09 +0100)]
iperf3: Update to version 3.10.1
Signed-off-by: James White <james@jmwhite.co.uk>
Rosen Penev [Thu, 3 Jun 2021 03:23:24 +0000 (20:23 -0700)]
Merge pull request #15760 from stangri/21.02-miniupnpd
miniupnpd: disable ext_ip_reserved_ignore by default; fix grammar
Nikos Mavrogiannopoulos [Wed, 2 Jun 2021 07:08:24 +0000 (09:08 +0200)]
ocserv: updated to 1.1.3
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Wed, 2 Jun 2021 05:08:59 +0000 (22:08 -0700)]
Merge pull request #15727 from stangri/21.02-https-dns-proxy
[21.02] https-dns-proxy: 2021-05-14 bugfix: fallback to HTTP/1 by default
Stan Grishin [Wed, 2 Jun 2021 04:56:56 +0000 (04:56 +0000)]
miniupnpd: disable ext_ip_reserved_ignore by default; fix grammar
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Tue, 1 Jun 2021 04:32:32 +0000 (04:32 +0000)]
https-dns-proxy: 2021-05-14 bugfix: fallback to HTTP/1 by default
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Tue, 1 Jun 2021 23:58:28 +0000 (16:58 -0700)]
Merge pull request #15658 from mattreeve/openwrt-21.02
[21.02] rsync: Add rrsync script
Josef Schlehofer [Sun, 30 May 2021 22:37:42 +0000 (00:37 +0200)]
msmtp: update to version 1.8.15
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
110abfb9f6a1718d1817a27cab96c28db4ee6012)
Rosen Penev [Tue, 20 Apr 2021 23:06:21 +0000 (16:06 -0700)]
hwinfo: fix compilation with ARC
Added a small patch to fix compilation.
Renamed patch files to have a .patch suffix. Makes them easier to read
with vim and probably IDEs.
Remove UCLIBC depend since it's no longer present.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
6af7fbbf016332acb7c0f3475e77724d3ffb5eae)
Rosen Penev [Mon, 1 Mar 2021 22:46:44 +0000 (14:46 -0800)]
luajit: for powerpc, add FPU dependency
powerpc support as of 2.1 does not work with soft float.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
d23ca0010c7c67bd6883a00cf92e90e0bbd08c77)
Peter Stadler [Wed, 19 May 2021 08:38:44 +0000 (10:38 +0200)]
nginx-util: do not use fallthrough attribute
fixes issue #15653
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
(cherry picked from commit
49a84e9b226c617929e3ad30aad27ab35712f096)
Rosen Penev [Sat, 29 May 2021 23:04:04 +0000 (16:04 -0700)]
Merge pull request #15638 from ErwanMAS/2102_tinc_allow_more_param_in_uci
[21.02] tinc: allow more parameter in uci
Rosen Penev [Sat, 29 May 2021 22:00:01 +0000 (15:00 -0700)]
Merge pull request #15716 from stangri/21.02-https-dns-proxy
[21.02] https-dns-proxy: update to 2021-05-14-1; bugfixes for dhcp server backup
Stan Grishin [Sat, 29 May 2021 20:12:18 +0000 (20:12 +0000)]
https-dns-proxy: update to 2021-05-14-1; bugfixes for dhcp server backup
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sat, 29 May 2021 08:33:04 +0000 (01:33 -0700)]
Merge pull request #15700 from nxhack/2102_reduce_npm_size
[21.02] node: Reduce node-npm package size
Noah Meyerhans [Thu, 27 May 2021 20:02:00 +0000 (13:02 -0700)]
bind: bump to 9.17.13
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
(cherry picked from commit
2e02d899ae99cd4af2ae286554fb16c8affcce37)
Hirokazu MORIKAWA [Fri, 28 May 2021 04:06:02 +0000 (13:06 +0900)]
node: Reduce node-npm package size
Reduce package size by about 1MB.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Jan Pavlinec [Fri, 14 May 2021 10:18:46 +0000 (12:18 +0200)]
python-cryptodomex: update to version 3.10.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
d6cb4edb4ac16eefe697976708ea79d748f44cb1)
Jan Pavlinec [Tue, 25 May 2021 08:19:47 +0000 (10:19 +0200)]
gitlab-runner: update to version 13.12.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
cbb572534c633e0a75eecf6251b4788984b23721)
Jan Pavlinec [Thu, 27 May 2021 08:54:44 +0000 (10:54 +0200)]
curl: update to version 7.77.0 (security fix)
Fixes:
CVE-2021-22897
CVE-2021-22898
CVE-2021-22901
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
ff58fc3a9c4513e88211d5927d8470867cac7b01)
Tianling Shen [Mon, 24 May 2021 08:05:48 +0000 (16:05 +0800)]
yq: Update to 4.9.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
499aba939d229f96c8e14a06bec244a23ff840d4)
Michael Heimpold [Thu, 20 May 2021 05:28:08 +0000 (07:28 +0200)]
Merge pull request #15655 from mhei/21.02-php7-update
[21.02] php7: backports updates and fixes
Matt Reeve [Wed, 12 May 2021 13:28:22 +0000 (14:28 +0100)]
rsync: Add rrsync script
Rrsync is a perl script that is supplied as an extra with the rsync program.
It must be used in conjunction with openssh-server or openssh-server-pam
as it requires ~/.ssh/authorized_keys which is not supported by dropbear.
Rrsync allows selective access to subdirectories in either read-only, write-only or read-write mode,
depending on settings in authorized_keys. This allows for safer, restrictive access.
It's particularly useful for automated backup purposes.
An example usage would be this entry:
command="/usr/bin/rrsync -ro /home" <public key here>
This would allow a system connecting with this public key to be able to rsync FROM the
/home directory tree only. It could not write to this directory, nor read from any other directory.
Signed-off-by: Matt Reeve <matt@mreeve.com>
(cherry picked from commit
081229aa09e28435d3d8802ce053a5d4eee8978a)
Michael Heimpold [Mon, 10 May 2021 20:37:12 +0000 (22:37 +0200)]
php7: update to 7.4.19
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
4e39d9fc7c2a20f04005cdeadddbe1b01b1e57ec)
Michael Heimpold [Fri, 30 Apr 2021 19:39:13 +0000 (21:39 +0200)]
php7: update to 7.4.18
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
aaaeef8b6374ee1dda58f68e4d0626c3167ddc65)
Eneas U de Queiroz [Fri, 26 Feb 2021 16:21:17 +0000 (13:21 -0300)]
php7-pecl-imagick: configure --with-imagick=...
Add --with-imagick=$(STAGING_DIR)/usr so that configure picks
MagickWand-config from there, before it finds an eventual host-installed
version.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
f434a33a13454d09fcc287477193b4626c387deb)
Jan Hoffmann [Sun, 16 May 2021 16:22:56 +0000 (18:22 +0200)]
vnstat2: update to version 2.7
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
Tianling Shen [Tue, 18 May 2021 04:15:53 +0000 (12:15 +0800)]
yq: Update to 4.9.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
2a7114a1aa0abc40f5bf0cfd63c05d3972a50d97)
Erwan MAS [Tue, 18 May 2021 00:19:44 +0000 (20:19 -0400)]
tinc: Add possibility to populate more config variables via uci
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
Alexandru Ardelean [Mon, 10 May 2021 07:10:17 +0000 (10:10 +0300)]
python3: bump version to 3.9.5
Refreshed Python patches.
Updated pip & setuptools version.
For pip, patch '001-pep517-pyc-fix.patch' was reworked.
Also, the current version of the bundled pip (21.1.1) no longer supports
Python2, so the 'py2.py3' suffix gets replaced with just py3.
For setuptools, there is no longer a script/module:
https://github.com/pypa/setuptools/pull/2544
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
e312275dd9c25c4032b4d2d3623b042905c8bf16)
Alexandru Ardelean [Tue, 15 Dec 2020 09:07:21 +0000 (11:07 +0200)]
python3: introduce libpython3 with ABI_VERSION flag
Related to discussion:
https://github.com/openwrt/packages/pull/14060
Every once in a while a version bump will occur that requires an ABI
change. Example: Python 3.8 to 3.9. When this happens some Python packages
would need to be rebuilt. In setups where everything gets rebuilt, this
isn't a problem.
It's usually a bigger problem when needing to upgrade something via
opkg.
To accommodate for this, we add a libpython with it's own ABI_VERSION
flag. If this ABI_VERSION changes, then this should propagate forward.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
27aee1fbf09a6230836d191d1138c9ed805373eb)