Brian J. Murrell [Mon, 21 Dec 2020 05:07:38 +0000 (00:07 -0500)]
mwan3: Use shebang in /etc/mwan3.user
To allow the script to define what it should be run with.
This let's the user use bash if it's available, or python, or perl, etc.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Update PKG_VERSION to 2.10.12
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
3d824ea288d907a31729c3629e884ea122c30da0)
Robert Högberg [Tue, 31 Aug 2021 12:20:08 +0000 (14:20 +0200)]
perlbase-data: Add dependency on perlbase-scalar
Data::Dumper requires Scalar::Util -> add missing dependency.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
Michael Heimpold [Tue, 16 Feb 2021 23:28:49 +0000 (00:28 +0100)]
lttng-tools: fix linking with full language support enabled
This fixes fallout after
d18692c.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
ce4701cc922bd118a6da00409d4be89b6ad46faa)
Rosen Penev [Mon, 1 Mar 2021 22:47:43 +0000 (14:47 -0800)]
stoken: fix compilation with BUILD_NLS
Fixes linking issue as libxml2 uses iconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
60682c02357077ba13d0993bdb5c1b81d18939e1)
Rosen Penev [Mon, 1 Mar 2021 23:08:17 +0000 (15:08 -0800)]
augeas: fix compilation with BUILD_NLS
Needs nls.mk because of libxml2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
80a0261a5dc0863c6acf5f0d55e8ae8029c9814e)
Rosen Penev [Thu, 2 Sep 2021 00:16:16 +0000 (17:16 -0700)]
Merge pull request #16517 from jefferyto/golang-packages-remove-strip-ldflags-openwrt-21.02
[openwrt-21.02] treewide: Remove GO_PKG_LDFLAGS for stripping binaries
Jeffery To [Wed, 1 Sep 2021 22:07:05 +0000 (06:07 +0800)]
treewide: Remove GO_PKG_LDFLAGS for stripping binaries
The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.
When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.
This removes these flags for all relevant packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nguyen Quang Minh [Thu, 15 Jul 2021 08:24:48 +0000 (08:24 +0000)]
openvpn: add OpenVPN option push-peer-info
This will allow the server to know more info about the client like
HWADDR, very useful for managing IoT devices.
See: https://www.mankier.com/8/openvpn#--push-peer-info
Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
Rosen Penev [Wed, 1 Sep 2021 21:08:46 +0000 (14:08 -0700)]
Merge pull request #16514 from jefferyto/python-cryptography-3.4.8-openwrt-21.02
[openwrt-21.02] python-cryptography: Update to 3.4.8
Jeffery To [Wed, 1 Sep 2021 18:30:37 +0000 (02:30 +0800)]
python-cryptography: Update to 3.4.8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
69ae9c29a206856af5e737737fcb691c8bce7f08)
Jan Pavlinec [Mon, 23 Aug 2021 06:44:46 +0000 (08:44 +0200)]
tailscale: update to version 1.12.3
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
(cherry picked from commit
23d90cabd2b7fcb8a2d75a96a00b4653988f8af6)
Jan Pavlinec [Tue, 3 Aug 2021 06:45:29 +0000 (08:45 +0200)]
tailscale: update to version 1.12.1
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
(cherry picked from commit
bb419b3227a7ac191fe2403899aacd71b791e7c0)
Jan Pavlinec [Thu, 24 Jun 2021 10:23:25 +0000 (12:23 +0200)]
tailscale: update to version 1.8.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
fabaf9f184ee90eacec9515dd9fd61ecdaaf9c22)
Jan Pavlinec [Fri, 7 May 2021 16:53:58 +0000 (18:53 +0200)]
tailscale: update to version 1.8.1
Add readme with simple tailscale howto.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
791de7b5d07e54556888f3c6689b8bf6d29c184d)
Josef Schlehofer [Wed, 1 Sep 2021 08:48:38 +0000 (10:48 +0200)]
Merge pull request #16512 from paper42/libssh-21
[21.02] libssh: update to 0.9.6
Michal Vasilek [Wed, 1 Sep 2021 07:56:00 +0000 (09:56 +0200)]
libssh: update to 0.9.6
* fixes CVE-2021-3634
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Etienne Champetier [Tue, 31 Aug 2021 04:38:39 +0000 (00:38 -0400)]
htop: Add HTOP_LMSENSORS config option
Enabled by default for x86, this enables lm-sensors support in htop.
Also add --enable-linux-affinity to avoid autodetecting it
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit
37ca4e923d2efe21a4c6c8d8d9ab8b6720a4cd3a)
Dirk Brenken [Tue, 31 Aug 2021 09:29:13 +0000 (11:29 +0200)]
banip: update 0.7.10
* switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues
* compact json generator code (tested with report files > 2MB)
* various code cleanups and optimizations
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
8ac0103cbdb74e2ec9ea2986c4b80bf83ba00211)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Tue, 31 Aug 2021 03:15:53 +0000 (20:15 -0700)]
Merge pull request #16494 from
1715173329/xray-2102
[openwrt-21.02] xray-core: fix build under go 1.17
Tianling Shen [Thu, 26 Aug 2021 13:52:40 +0000 (21:52 +0800)]
xray-core: fix build under go 1.17
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
dcd3f288e441dac264f4c34e19270e75d38933eb)
Jeffery To [Sun, 22 Aug 2021 16:36:15 +0000 (00:36 +0800)]
golang: Update to 1.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
d0aab6b8bc1a687f0c7b62ac2c92be36e2bdd8bd)
Sebastian Kemper [Sun, 22 Aug 2021 14:21:58 +0000 (16:21 +0200)]
gpsd: bump to 3.23
Contains fix for time jumping back 1024 weeks after 23-October-2021.
Changes:
- Between current version and 3.23 the ABI version changed from 27 to
29. Add ABI_VERSION variable to package as the jumps occur often.
- 0001-no-distutils-import.patch: removed because current patch doesn't
work with new release and host python3-distutils is a build
requirement anyway.
- 0002-ncurses6_detection.patch: fixed the patch. Currently the first
"elif" checks for "ncurses6-config". But this is only provided by
ncurses/host package, so the CFLAGS then contain includes that point
into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs
"ncursesw6-config" into the staging area. So this is the only tool of
interest. Also, the hunk moved from SConstruct to SConscript.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Fri, 27 Aug 2021 20:30:58 +0000 (13:30 -0700)]
Merge pull request #16478 from
1715173329/yq-2102
[openwrt-21.02] yq: Update to 4.12.1
Tianling Shen [Fri, 27 Aug 2021 16:43:24 +0000 (00:43 +0800)]
yq: Update to 4.12.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
8dfc2e06c6b89fe5783fc67c4091a2171c8ed1af)
Daniel Golle [Wed, 18 Aug 2021 18:30:56 +0000 (19:30 +0100)]
auc: update to version 0.2.4
* Brings support for future connexion based API.
* read `detail` not `message` from server
* use regular verrevcmp for branch names, fixes update indication
* break out usage() from main() function
* require '-f' in case installed package is missing in remote lists
* don't use ENETUNREACH for unlrelated error
* Fix check for mandatory fields (stray parenthesis)
* Don't even fetch package lists if checking only for release.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
8486f64fea140dddb7ca92333ed956f2966e444a)
(cherry picked from commit
23ce5b0e6feb141b272d277a0b72a12add67d9b6)
(cherry picked from commit
2edbc4c805d61d859f5e2af84293cdfb051f7f56)
(cherry picked from commit
bd4ad7b0baa3c95c5c8ee88c1aa372030fc6a47a)
Tianling Shen [Wed, 25 Aug 2021 14:41:14 +0000 (22:41 +0800)]
yq: Update to 4.12.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit
c881b29cfdfd274b721775d1d0de71eb02a27201)
Michal Vasilek [Mon, 23 Aug 2021 11:37:53 +0000 (13:37 +0200)]
apr: patch CVE-2021-35940
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
0777e40b7472a0b0b77531b6797448f8c15bd586)
Stan Grishin [Wed, 25 Aug 2021 00:07:53 +0000 (17:07 -0700)]
Merge pull request #16456 from rs/nextdns-1.36.0-openwrt-21.02
[21.02] nextdns: Update to version 1.36.0
Olivier Poitrey [Tue, 24 Aug 2021 23:40:32 +0000 (23:40 +0000)]
nextdns: Update to version 1.36.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Karl Palsson [Tue, 24 Aug 2021 14:19:41 +0000 (14:19 +0000)]
mosquitto: allow auth options with per listener settings
Some settings can be either global or per listener, and we need to
support both forms in UCI.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Tue, 24 Aug 2021 12:07:23 +0000 (12:07 +0000)]
mosquitto: init: support more UCI options
Recent versions of mosquitto have added a lot more fine grained control
of various options. Add UCI support for all of them, and fix a couple
of things that were configured as per listener, that are actually global
settings.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Simon Polack [Tue, 3 Aug 2021 10:59:44 +0000 (12:59 +0200)]
airos-dfs-reset: add airos-dfs-reset
Ubiquitis airmax based gear does not fallback to original port after DFS
event is over. This tool triggers the fallback automatically by soft-restarting
unconditionally, whenever the configured freq differs from the running.
Signed-off-by: Simon Polack <spolack+git@mailbox.org>
(cherry picked from commit
e36e8a6a3ba5b5fe103b19f6aab9dc1af9a224fa)
Rosen Penev [Mon, 23 Aug 2021 19:19:47 +0000 (12:19 -0700)]
Merge pull request #16443 from nwidger/delve-1.7.1-openwrt-21.02
[openwrt-21.02] delve: Update to 1.7.1
Niels Widger [Mon, 23 Aug 2021 12:40:12 +0000 (08:40 -0400)]
[openwrt-21.02] delve: Update to 1.7.1
See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#171-2021-08-18
for changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
(cherry picked from
3583fd1c2)
Etienne Champetier [Sun, 22 Aug 2021 11:25:45 +0000 (07:25 -0400)]
phantap: update to latest commit
26bd876 Switch from ifname to device
d8d3d5f Fix blog post link
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit
ac2b796704e02a1332c468c9dd9354426142ab7d)
Dirk Brenken [Sat, 21 Aug 2021 19:37:01 +0000 (21:37 +0200)]
travelmate: update to 2.0.6
* replaced pipe input for a while/read-loop with a here document/variable as input
(fix various subshell related bugs and oddities)
* further improve abort and re-connection handling
* prevent alleged detected connection failures (false positives) with an additional gw check,
to stabilize VPN connections in particular
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
1c0fcbd28b01c0af2013fb4ef4ec5e0ad1c881fd)
Dirk Brenken [Sun, 15 Aug 2021 12:11:27 +0000 (14:11 +0200)]
travelmate: update to 2.0.5-3
* simplify the scan logic, to get rid of nifty IFS tricks
* limit the nearby scan results to process only the strongest uplinks, set 'trm_maxscan' accordingly (default '10')
* update the readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
58a3cf1f01f7d29a69f5e3aa82fe5aa060470c47)
Etienne Champetier [Fri, 20 Aug 2021 19:33:27 +0000 (15:33 -0400)]
https-dns-proxy: patch CMakeList.txt to use OpenWrt CFLAGS
This fixes compilation issues with ASLR PIE enabled
We were compiling with '-g -DDEBUG'
https-dns-proxy_2021-07-29-*_arm_cortex-a9_vfpv3-d16.ipk
shrink from 19514 to 19095
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit
374e1dd56e1742273b261f25a69fd3d46741e357)
Ted Hess [Thu, 19 Aug 2021 22:03:54 +0000 (18:03 -0400)]
dnscrypt-proxy2: Upgrade to 2.1.0
Adjust build opts to force GOPATH mode by setting GO111MODULE off.
Ref: https://go.dev/blog/go116-module-changes
Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry picked from commit
6981009f4847b1f46ef69ae813f7154b7946e47e)
Petr Štetiar [Tue, 10 Aug 2021 07:15:06 +0000 (09:15 +0200)]
c-ares: update to version 1.17.2
Missing input validation of host names returned by Domain Name Servers
in the c-ares library can lead to output of wrong hostnames (leading to
Domain Hijacking).
The Common Vulnerabilities and Exposures (CVE) project has assigned the
name CVE-2021-3672 to this issue.
References: https://c-ares.haxx.se/adv_20210810.html
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Michal Vasilek [Fri, 20 Aug 2021 08:06:42 +0000 (10:06 +0200)]
mc: add a missing Syntax file
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
312caff03b17241d2e383eb254b41d35e9225294)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Michal Vasilek [Wed, 11 Aug 2021 13:05:13 +0000 (15:05 +0200)]
mblaze: new package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
80f7a8ec8b5bb208503b89f19e689e372d2c7b5b)
Josef Schlehofer [Wed, 11 Aug 2021 21:45:19 +0000 (23:45 +0200)]
hwdata: update to version 0.350
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
3d5bed38e8e554b39081496d44eed8befb9f1f5f)
Marius Dinu [Sat, 14 Aug 2021 09:39:44 +0000 (12:39 +0300)]
tvheadend: update to v4.2.8, remove static ffmpeg
- refresh patches
- add missing dependency: libffi
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
[edited commit message and the maintainer line]
(cherry picked from commit
326da3dbbc57b6c44bc0d0401529531c7d5dfb89)
Rosen Penev [Thu, 24 Jun 2021 08:14:05 +0000 (01:14 -0700)]
tvheadend: fix compilation with GCC 9 and 10
Without this, compilation fails because of a fortify-source header.
There's something defining and undefining _GNU_SOURCE somewhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
57c6c5e73fd9a3e367364466ea1b7ec1ed8e69c4)
Josef Schlehofer [Wed, 18 Aug 2021 10:12:01 +0000 (12:12 +0200)]
python3-setuptools: add _distutils_hack
I tried to install matplotlib by using pip and it failed with the following output:
2021-08-18T11:52:26,171 Collecting matplotlib
2021-08-18T11:52:26,173 Created temporary directory: /tmp/pip-unpack-wuth2u0e
2021-08-18T11:52:26,565 Using cached matplotlib-3.4.3.tar.gz (37.9 MB)
2021-08-18T11:52:38,659 Added matplotlib from https://files.pythonhosted.org/packages/21/37/
197e68df384ff694f78d687a49ad39f96c67b8d75718bc61503e1676b617/matplotlib-3.4.3.tar. gz#sha256=
fc4f526dfdb31c9bd6b8ca06bf9fab663ca12f3ec9cdf4496fb44bc680140318 to build tracker '/tmp/pip- req-tracker-u30x8pht'
2021-08-18T11:52:38,660 Running setup.py (path:/tmp/pip-install-afiyiers/ matplotlib_8e717e38862f4976a3d6cb1832ba3261/setup.py) egg_info for package matplotlib
2021-08-18T11:52:38,661 Created temporary directory: /tmp/pip-pip-egg-info-kbtiezxq
2021-08-18T11:52:38,662 Running command python setup.py egg_info
2021-08-18T11:52:38,831 Traceback (most recent call last):
2021-08-18T11:52:38,832 File "<string>", line 1, in <module>
2021-08-18T11:52:38,832 File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 8, in <module>
2021-08-18T11:52:38,833 ModuleNotFoundError: No module named '_distutils_hack'
More details about it:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968410
Once I applied the patch from the bug tracker, I got further to install
it.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
feaaacc10fff283505ff261ed6886a4936fbe7f5)
Jan Baier [Mon, 16 Aug 2021 10:19:46 +0000 (12:19 +0200)]
zabbix: Call killall with the -s
Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.
I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2
Signed-off-by: Jan Baier <jan.baier@amagical.net>
(cherry picked from commit
641f75d98ac77139d44056d260395efea169abf7)
Michal Vasilek [Wed, 18 Aug 2021 12:52:15 +0000 (14:52 +0200)]
git: update to 2.33.0
* refresh patches
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
e684672916f3a8ca54ddd66ec09c2e87b32726d9)
Dirk Brenken [Wed, 18 Aug 2021 19:23:43 +0000 (21:23 +0200)]
Merge pull request #16397 from paper42/mc-21.02
[21.02] mc: update to 2.8.27
Michal Vasilek [Wed, 18 Aug 2021 13:17:50 +0000 (15:17 +0200)]
mc: update to 2.8.27
* fixes CVE-2021-36370
* refresh patches
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Rosen Penev [Wed, 18 Aug 2021 09:01:11 +0000 (02:01 -0700)]
Merge pull request #16358 from jamesmacwhite/21.02-stubby-0.4.0
[21.02] stubby: version 0.4.0
Stan Grishin [Tue, 17 Aug 2021 02:24:52 +0000 (19:24 -0700)]
Merge pull request #16384 from stangri/openwrt-21.02
[21.02] curl: update to 7.78.0
Stan Grishin [Wed, 4 Aug 2021 21:57:19 +0000 (21:57 +0000)]
curl: update to 7.78.0
* update to 7.78.0
* change maintainer
* remove obsolete mirror (curl.mirror.anstey.ca)
* update main curl URLs
Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit
243c86ffc8fc77aa40237c037538a830cb307f8e)
Daniel Golle [Mon, 16 Aug 2021 22:14:59 +0000 (23:14 +0100)]
auc: update to version 0.2.0
Cherry-picked from
9c491c6cb auc: update to version 0.1.9
4d789eac3 auc: handle root filesystem type
545c93d45 auc: improve branch selection logic
6c784dff2 auc: move function to right place
b1d38e7ab auc: update to version 0.2.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Eneas U de Queiroz [Wed, 11 Aug 2021 14:04:50 +0000 (11:04 -0300)]
unixodbc: use 'install' when copying host binaries
'cp' fails with a text file busy error if it tries to overwrite an
executable file that is running. 'install' unlinks the file first, so
it will not cause the problem.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
47f98d7030f1023e7b2ed118c7774c6100fc979b)
Eneas U de Queiroz [Wed, 11 Aug 2021 13:57:23 +0000 (10:57 -0300)]
perl: perlmod.mk: use 'install' for host binaries
When installing a host perl module, the host perl binary in the staging
dir is replaced by using 'cp'. However, if the binary is running in a
parallel job, cp will fail with a text file busy error. Use
$(INSTALL_BIN), which unliks the file first to avoid the error.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
19c7496648cb25500ca7007a7c1578a426c23a09)
James White [Tue, 3 Aug 2021 12:25:46 +0000 (13:25 +0100)]
stubby: Add multi WAN support for procd trigger
Signed-off-by: James White <james@jmwhite.co.uk>
(cherry picked from commit
1ad5e3f88ccfed8979c95b461a3ba566270a49f8)
Jonathan G. Underwood [Sun, 13 Jun 2021 14:10:51 +0000 (15:10 +0100)]
stubby: remove maintainer
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
(cherry picked from commit
791a8fb2bcfeabb238b4b1068ea48f18548e2c34)
Rosen Penev [Fri, 11 Jun 2021 22:44:25 +0000 (15:44 -0700)]
stubby: remove libidn2 and libunwind dependencies
There's no good way to get rid of these, so just delete the cmake files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
4ebc8798555eb5c4628956ffec49dfc64453e898)
Rui Salvaterra [Tue, 8 Jun 2021 16:17:25 +0000 (17:17 +0100)]
stubby: bump to 0.4.0
Remove obsolete patch.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit
a01696890c80eb2add7eba6c9bd0f0edc8db1137)
Rosen Penev [Fri, 13 Aug 2021 20:41:25 +0000 (13:41 -0700)]
Merge pull request #16355 from commodo/django-bump-21.02
[21.02] django: bump to version 3.2.6
Toke Høiland-Jørgensen [Thu, 12 Aug 2021 10:45:43 +0000 (12:45 +0200)]
sqm-scripts: bump to v1.5.1
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Dirk Brenken [Fri, 13 Aug 2021 06:28:29 +0000 (08:28 +0200)]
travelmate: update to 2.0.5-2
* scan for open uplinks even if no other station has been added/configured
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
e6e3c9481d6b297127f491854739a37a5f399af8)
Dirk Brenken [Wed, 11 Aug 2021 17:14:56 +0000 (19:14 +0200)]
travelmate: update to 2.0.5
* support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink)
* vpn connections are now handled separately for each uplink
* The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation.
* more code cleanups und optimizations to reduce the repetitive connection handling workload
* bugfixes regarding multiple radio support
* refine cp detection (no longer write and parse an error file)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c6328bad6c6e9f0f2747eebb1389c679bccc86ab)
Alexandru Ardelean [Fri, 13 Aug 2021 07:04:25 +0000 (10:04 +0300)]
django: bump to version 3.2.6
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Thu, 12 Aug 2021 18:12:41 +0000 (11:12 -0700)]
Merge pull request #16338 from G-M0N3Y-2503/docker-20.10.8-backport
Docker 20.10.8 backport
Gerard Ryan [Wed, 11 Aug 2021 12:21:05 +0000 (22:21 +1000)]
dockerd: Updated to 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:20:46 +0000 (22:20 +1000)]
docker: Updated to 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:19:36 +0000 (22:19 +1000)]
containerd: Updated to 1.4.9 for docker 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:18:14 +0000 (22:18 +1000)]
runc: Updated to 1.0.1 for docker 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Paul Spooren [Sun, 28 Mar 2021 19:30:59 +0000 (09:30 -1000)]
whois: update to 5.5.9
* Updated the .ga TLD server.
* Removed the .cd and cf TLD servers.
* Removed 72 new gTLDs which are no longer active.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit
d424d19b5a46c2a77b20d936880144e1cdeca5ba)
Rosen Penev [Mon, 1 Mar 2021 01:25:32 +0000 (17:25 -0800)]
whois: update to 5.5.8
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
a5278062111351c2e6d1ebf7ac24f94722bf2e8e)
Rosen Penev [Mon, 19 Jul 2021 04:14:33 +0000 (21:14 -0700)]
gitlab-runner: update to 14.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
dd51f58b14fa50fb3a879d012da4e7f4c02ffbe4)
Rosen Penev [Wed, 21 Jul 2021 03:38:33 +0000 (20:38 -0700)]
clamav: update to 0.103.3
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
2a685d665cd581405274d2b404f785dcf2508716)
Josef Schlehofer [Tue, 27 Jul 2021 08:50:37 +0000 (10:50 +0200)]
irssi: add test.sh
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
21992344b54144dae1b73ad7145540328e7ed0bb)
Rosen Penev [Mon, 19 Jul 2021 03:54:55 +0000 (20:54 -0700)]
irssi: update to 1.2.3
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
752656c6be242d266d689078cc3ed1d76cb0143f)
Ansuel Smith [Mon, 2 Aug 2021 13:08:22 +0000 (15:08 +0200)]
atlas-sw-probe: fix copypaste error and clean tmp dir on exit
- Fix copypaste error for PUB_KEY link creation
- Clean tmp dir on exit to clear any remaining data
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit
842a9d399f1e3eb96290f3f0df72e70a5cd4d5b7)
Daniel Golle [Sun, 1 Aug 2021 03:13:37 +0000 (04:13 +0100)]
Flash: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
2abbf288ed5cabd024706ec8dad2dfb74ca4e620)
Daniel Golle [Sun, 1 Aug 2021 03:13:23 +0000 (04:13 +0100)]
Jinja2: update to version 3.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
7b5b9b9d11ff222d45b11de3db92b91314cdacf2)
Daniel Golle [Sun, 1 Aug 2021 03:13:04 +0000 (04:13 +0100)]
Werkzeug: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
65c12b3c2f40b1e2eb555d7e2d835912097a67c4)
Daniel Golle [Sun, 1 Aug 2021 03:12:54 +0000 (04:12 +0100)]
MarkupSafe: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
c30b80484238cd2d255fa75f856e470f2bd6161b)
Daniel Golle [Sun, 1 Aug 2021 03:12:33 +0000 (04:12 +0100)]
click: update to version 8.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
01620b9cfb4a86c959c826edc22bf6626af9c684)
Daniel Golle [Sun, 1 Aug 2021 03:12:12 +0000 (04:12 +0100)]
itsdangerous: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
6ab3b605cf91387cb69075f2c39cfd9e91ce28d3)
Josef Schlehofer [Wed, 11 Aug 2021 21:22:43 +0000 (23:22 +0200)]
Merge pull request #16195 from miska/snort3-21.02
net/snort3: Include default configs and snort2lua
Michal Vasilek [Thu, 5 Aug 2021 12:26:29 +0000 (14:26 +0200)]
knot-resolver: update to version 5.4.0
* refresh patches
* disable kres_gen_test to fix cross
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
e7127d468490baeaa863b4ab817ac05ec74186fa)
Michal Vasilek [Thu, 5 Aug 2021 12:10:54 +0000 (14:10 +0200)]
knot: update to version 3.1.0
* refresh patches
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit
81e0fcb76fd886dd0188d5da341e6fb7c38677c5)
Rosen Penev [Mon, 9 Aug 2021 20:59:26 +0000 (13:59 -0700)]
Merge pull request #16309 from jefferyto/golang-1.16.7-openwrt-21.02
[openwrt-21.02] golang: Update to 1.16.7
Rosen Penev [Mon, 9 Aug 2021 20:58:54 +0000 (13:58 -0700)]
Merge pull request #16307 from jefferyto/python-twisted-21.7.0-openwrt-21.02
[openwrt-21.02] python-twisted: Update to 21.7.0, refresh patches
Jeffery To [Mon, 9 Aug 2021 09:51:43 +0000 (17:51 +0800)]
golang: Update to 1.16.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
4d7a71a7cbb144c098526282aee81a748259bd83)
Jeffery To [Mon, 9 Aug 2021 09:25:25 +0000 (17:25 +0800)]
python-twisted: Update to 21.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
4fa4cd832208e59ada0cb8cba9c99afe9467231a)
Rosen Penev [Sat, 7 Aug 2021 23:57:31 +0000 (16:57 -0700)]
Merge pull request #16288 from Linaro1985/openwrt-21.02_fix_libxslt
[21.02] libxslt: fix compilation because of wrong libxml2 check in configure script
Maxim Anisimov [Tue, 3 Aug 2021 14:43:31 +0000 (17:43 +0300)]
libxslt: fix compilation because of wrong libxml2 check in configure script
More details: https://github.com/GNOME/libxslt/commit/
90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
(cherry picked from commit
b5ac497d66e53dfe0e3408c57ff34a02e52c26e5)
Rosen Penev [Tue, 3 Aug 2021 19:21:13 +0000 (12:21 -0700)]
Merge pull request #16258 from stangri/21.02-curl
[21.02] curl: enable HTTP/2 support by default
Stan Grishin [Mon, 2 Aug 2021 07:25:40 +0000 (00:25 -0700)]
Merge pull request #16275 from stangri/21.02-simple-adblock
[21.02] simple-adblock: update to 1.8.7-6
Stan Grishin [Mon, 2 Aug 2021 06:34:17 +0000 (06:34 +0000)]
simple-adblock: update to 1.8.7-6
* supports newer shellcheck
* restore EXTRA_COMMANDS compatibility with 19.07
* move status display from various functions to status_service
* bugfix: status_service line break after output
* minor arythmetic fix in status_service
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Mon, 2 Aug 2021 05:58:28 +0000 (22:58 -0700)]
Merge pull request #16253 from stangri/21.02-https-dns-proxy
[21.02] https-dns-proxy: update to 2021-07-29-1
Rosen Penev [Sun, 1 Aug 2021 20:29:40 +0000 (13:29 -0700)]
Merge pull request #16266 from nxhack/2102_node_14174
[21.02] node: bump to 14.17.4
Michael Heimpold [Sun, 1 Aug 2021 10:32:47 +0000 (12:32 +0200)]
Merge pull request #16264 from mhei/21.02-php8-update
[21.02] php8 update to 8.0.9
Michael Heimpold [Sun, 1 Aug 2021 10:32:25 +0000 (12:32 +0200)]
Merge pull request #16267 from mhei/21.02-php7-update
[21.02] php7: update to 7.4.22
Michael Heimpold [Sun, 1 Aug 2021 10:31:30 +0000 (12:31 +0200)]
Merge pull request #16265 from mhei/libxml2-update
[21.02] libxml2: update to 2.9.12