feed/packages.git
3 years agomodemmanager: bump to 1.16.2
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)

3 years agomodemmanager: bump to version 1.16.0
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)

3 years agobanip: update to 0.7.5-4
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)

3 years agohttps-dns-proxy: bugfix: correct PROCD firewall object
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>
3 years agoadblock: update 4.1.0-3
Dirk Brenken [Mon, 22 Mar 2021 20:53:04 +0000 (21:53 +0100)]
adblock: update 4.1.0-3

* add a restrictive "jail mode only" variant, just point your
  jail directory to your primary dns directory
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit df9ee1388e59b964dfafd28310c59f62c9071932)

3 years agoMerge pull request #15220 from stangri/21.02-https-dns-proxy
Rosen Penev [Mon, 22 Mar 2021 18:57:03 +0000 (11:57 -0700)]
Merge pull request #15220 from stangri/21.02-https-dns-proxy

[21.02] https-dns-proxy: support for additional Force DNS ports

3 years agoMerge pull request #15227 from cotequeiroz/pic_quote-21.02
Rosen Penev [Mon, 22 Mar 2021 18:56:33 +0000 (11:56 -0700)]
Merge pull request #15227 from cotequeiroz/pic_quote-21.02

[21.02] Cherry-picks from PRs dealing with $(FPIC) quoting

3 years agonss: fix compilation with QUILT 15227/head
Eneas U de Queiroz [Sun, 21 Mar 2021 15:28:54 +0000 (12:28 -0300)]
nss: fix compilation with QUILT

Commit 657574f45 disabled building the host nsinstall program when using
QUILT.  However, the host nsinstall is needed to compile the package,
breaking compilation with QUILT.

Move the native compile to Build/Configure, which will not be called for
prepare, refresh, or update targets, but will be called before
Build/Compile.

nss does not have a configure script, so Build/Configure/Default is not
being called.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit fbed6751b044d3c644065cdca37bd37cbb854723)

3 years agonss: quote $(FPIC), as it may have multiple flags
Eneas U de Queiroz [Sun, 21 Mar 2021 15:34:47 +0000 (12:34 -0300)]
nss: quote $(FPIC), as it may have multiple flags

FPIC may be defined with more than one flag.  In that case, it becomes
necessary to use it inside QUOTES in a shell context.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit c5f91a2a56d9087adbc084d51aa3dae8165970f3)

3 years agotreewide: fix places where $(FPIC) is unquoted
Philip Prindeville [Fri, 19 Mar 2021 22:26:31 +0000 (16:26 -0600)]
treewide: fix places where $(FPIC) is unquoted

Fixes part of issue #14921.

When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can
count on $(TARGET_CFLAGS) in turn being quoted when it gets
expanded.  But there are a few places where $(FPIC) gets
expanded directly into environment variables passed on the
command line, such as when setting lt_cv_* variables as in this
case.

It's wrong to assume that the expansion of $(FPIC) won't require
quoting (such as it containing spaces) if it has multiple compiler
flags.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 0d5c6769f15f15ce950d2b41dce3341b5c160c36)

3 years agoMerge pull request #15158 from TDT-AG/pr/20210218-openwrt-21.02-watchcat
Florian Eckert [Mon, 22 Mar 2021 07:48:04 +0000 (08:48 +0100)]
Merge pull request #15158 from TDT-AG/pr/20210218-openwrt-21.02-watchcat

watchcat: update to support procd

3 years agohttps-dns-proxy: support for additional Force DNS ports 15220/head
Stan Grishin [Mon, 22 Mar 2021 07:29:01 +0000 (07:29 +0000)]
https-dns-proxy: support for additional Force DNS ports

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agotinc: new maintainer
Erwan MAS [Tue, 16 Feb 2021 04:25:40 +0000 (23:25 -0500)]
tinc: new maintainer

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agotinc: fix missing HASH
Erwan MAS [Sun, 14 Feb 2021 19:47:43 +0000 (14:47 -0500)]
tinc: fix missing HASH

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agotinc: Bump to version 1.1 commit 3ee0d5dd
Erwan MAS [Sun, 14 Feb 2021 19:21:34 +0000 (14:21 -0500)]
tinc: Bump to version 1.1 commit 3ee0d5dd

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agoMerge pull request #15164 from gladiac1337/haproxy-2.2.11-21.02
Rosen Penev [Fri, 19 Mar 2021 22:51:43 +0000 (15:51 -0700)]
Merge pull request #15164 from gladiac1337/haproxy-2.2.11-21.02

[openwrt-21.02] haproxy: Update HAProxy to v2.2.11

3 years agobanip: update 0.7.5-3
Dirk Brenken [Fri, 19 Mar 2021 19:49:59 +0000 (20:49 +0100)]
banip: update 0.7.5-3

* fix iptables/chain creation in setups without IPv6 support

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 80466dd04528dac3f349c1eef35e1ac797d51cfd)

3 years agohaproxy: Update HAProxy to v2.2.11 15164/head
Christian Lachner [Fri, 19 Mar 2021 17:13:39 +0000 (18:13 +0100)]
haproxy: Update HAProxy to v2.2.11

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agotmate: add new package
Tianling Shen [Thu, 18 Mar 2021 05:12:13 +0000 (13:12 +0800)]
tmate: add new package

Tmate is a fork of tmux. It provides an instant pairing solution.
For more details, see https://tmate.io.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ccfe1bfa508e7041c4b5f902f1354ef9566bff28)

3 years agomsgpack-c: add new package
Tianling Shen [Thu, 18 Mar 2021 05:08:45 +0000 (13:08 +0800)]
msgpack-c: add new package

This is needed by tmate.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit cfc965b10754fea8c71dad79e6b4cd7c02f47a9b)

3 years agowatchcat: update to support procd 15158/head
Nicholas Smith [Tue, 26 Jan 2021 00:35:57 +0000 (10:35 +1000)]
watchcat: update to support procd

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit 399279b363b23a541753e69a89c2a68b4e04a3fe)

3 years agoauc: bump to version 0.1.6
Daniel Golle [Thu, 18 Mar 2021 00:31:18 +0000 (00:31 +0000)]
auc: bump to version 0.1.6

Fixes running on release branches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 004abfec7540de3b48181c997af9ad7757700d3e)

3 years agoauc: sync with development branch
Daniel Golle [Tue, 9 Mar 2021 21:20:55 +0000 (21:20 +0000)]
auc: sync with development branch

 * update to new server API
 * include version_code in request
 * include versions of selected packages in request
 * add SHA256 verification via busybox sha256sum
 * sort attributes in policies alphabetically
 * move all API-specific string constants to precompiler macros
 * set correct MIME type for JSON post request (application/json)
 * output string error message if something goes wrong
 * auto-generate version string

(cherry squashed from commit 85ba80592ba67d4b47d914416ecec1f764dbc64b,
commit 985b0f8f637eb2d5a4ad21d90d288f13c4109313 and
commit fb26b424e8efbc47f768d41b671702e420ce3c59)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agotor: update to version 0.4.5.7
Jan Pavlinec [Wed, 17 Mar 2021 08:56:43 +0000 (09:56 +0100)]
tor: update to version 0.4.5.7

Fixes CVE-2021-28089 and CVE-2021-28090

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agomwan3: add connecting and disconnecting event to mwan3track
Florian Eckert [Tue, 2 Mar 2021 15:04:49 +0000 (16:04 +0100)]
mwan3: add connecting and disconnecting event to mwan3track

If the interface goes into failure state (is disconnecting)
then with this change one hotplug.d event is generated.

The same is true for the recovery state (is connecting), when the interface
comes back from a failure state.

In both cases, a hotplug.d event for the iface is triggered. Once
with the $ACTION=disconnecting and once for the $ACTION=connecting.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 5348732b98818e7e3c02c84eea1beaae1e5bf580)

3 years agobanip: update to 0.7.5-2
Dirk Brenken [Mon, 15 Mar 2021 19:38:46 +0000 (20:38 +0100)]
banip: update to 0.7.5-2

* refine the new dns resolving process
* add a caching mechanism for the resolved IPs, the detached name
  lookup takes place only during 'restart' or 'reload' action, 'start'
  and 'refresh' actions are using an auto-generated backup instead.
* update the readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 909a87c2f59ce49b4006383aa3a8bcb7e8b7039f)

3 years agolang/lua-libmodbus: bump to 0.7 release
Karl Palsson [Mon, 15 Feb 2021 20:42:09 +0000 (20:42 +0000)]
lang/lua-libmodbus: bump to 0.7 release

Includes fixes for OpenWrt's Lnum patched lua.
Release notes at: https://github.com/etactica/lua-libmodbus/blob/v0.7/changelog

Signed-off-by: Karl Palsson <karlp@etactica.com>
3 years agonet/mosquitto: Update to 2.0.9
Karl Palsson [Mon, 15 Mar 2021 09:47:20 +0000 (09:47 +0000)]
net/mosquitto: Update to 2.0.9

This is a bugfix release, with minor security fixes for outgoing bridge
connections and the client library.

Full details here: https://mosquitto.org/blog/2021/03/version-2-0-9-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
3 years agogerbera: update to 1.7.0
Rosen Penev [Sun, 14 Mar 2021 21:58:31 +0000 (14:58 -0700)]
gerbera: update to 1.7.0

Switch to AUTORELEASE for simplicity.

Switch to building with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit be54cf98eb73f355d0e74ea1f7626bd07544805c)

3 years agolibnpupnp: update to 4.1.1
Rosen Penev [Sun, 14 Mar 2021 22:20:08 +0000 (15:20 -0700)]
libnpupnp: update to 4.1.1

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 12044355b01c05e456779ac700c84704f075ce58)

3 years agopugixml: update to 1.11.4
Rosen Penev [Sun, 14 Mar 2021 21:55:49 +0000 (14:55 -0700)]
pugixml: update to 1.11.4

Switch to AUTORELEASE for simplicity.

Switch to ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 2c8c25d6f8416eb9f1559bfe151f770ed027edc9)

3 years agotaglib: update to 1.12-beta-2
Rosen Penev [Sun, 14 Mar 2021 21:51:55 +0000 (14:51 -0700)]
taglib: update to 1.12-beta-2

Switch to AUTORELEASE for simplicity.

Switch to building with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit c94614841fa3e90a47fff97ccfef979ff0836991)

3 years agolibmatroska: update to 1.6.3
Rosen Penev [Sun, 14 Mar 2021 21:46:03 +0000 (14:46 -0700)]
libmatroska: update to 1.6.3

Switch to AUTORELEASE for simplicity.

Switch to ninja for faster compilation.

Remove LTO as it's broken on this package.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3074960bb61077361a01834cc41614340f3f5034)

3 years agolibebml: update to 1.4.2
Rosen Penev [Sun, 14 Mar 2021 21:42:05 +0000 (14:42 -0700)]
libebml: update to 1.4.2

Switch to AUTORELEASE for simplicity.

Switch to ninja for faster compilation.

Remove LTO as it's broken on this package.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7888403545935fd0bcea47704e5dc97bac21988e)

3 years agoMerge pull request #15123 from 1715173329/21.02-xray-update
Rosen Penev [Sun, 14 Mar 2021 23:34:54 +0000 (16:34 -0700)]
Merge pull request #15123 from 1715173329/21.02-xray-update

[openwrt-21.02] xray-core: Update to 1.4.0

3 years agoxray-core: Update to 1.4.0 15123/head
Tianling Shen [Sun, 14 Mar 2021 16:10:01 +0000 (00:10 +0800)]
xray-core: Update to 1.4.0

- Re-assigned myself as the maintainer
- Updated geodata to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from a28580a53087935677452be866bce66da055dc89)

3 years agoMerge pull request #15085 from cotequeiroz/pigeonhole-21.02
Hannu Nyman [Sun, 14 Mar 2021 09:12:39 +0000 (11:12 +0200)]
Merge pull request #15085 from cotequeiroz/pigeonhole-21.02

[21.02] pigeonhole: cherry-pick bumps to 0.5.14 from master

3 years agobanip: bump to 0.7.5
Dirk Brenken [Sat, 13 Mar 2021 20:08:25 +0000 (21:08 +0100)]
banip: bump to 0.7.5

* black- and whitelist now supporting domain names as well - the
corresponding IPs (IPv4 & IPv6) will be resolved in a detached
background process and added to the IPsets

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 804249a5719c3ecdb49e64ea1329d37dace094fb)

3 years agoMerge pull request #15113 from G-M0N3Y-2503/docker-20.10.5
Rosen Penev [Sat, 13 Mar 2021 14:10:47 +0000 (06:10 -0800)]
Merge pull request #15113 from G-M0N3Y-2503/docker-20.10.5

docker,dockerd: Updated to 20.10.5

3 years agodocker,dockerd: Updated to 20.10.5 15113/head
Gerard Ryan [Sat, 13 Mar 2021 08:30:49 +0000 (18:30 +1000)]
docker,dockerd: Updated to 20.10.5

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agohaproxy: Update HAProxy to v2.2.10
Christian Lachner [Sat, 13 Mar 2021 08:37:49 +0000 (09:37 +0100)]
haproxy: Update HAProxy to v2.2.10

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agoksmbd-tools: update to 3.3.7
Rosen Penev [Sat, 13 Mar 2021 02:14:23 +0000 (18:14 -0800)]
ksmbd-tools: update to 3.3.7

Major change are:

ksmbd.control -s terminate ksmbd.mountd as well as kernel server.
Update configuration.txt and README.
Turn off smb2 leases by default again.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7a1a8f3659cf79237fba6394fbea42755af38a52)

3 years agoksmbd: update to 3.3.7
Rosen Penev [Sat, 13 Mar 2021 02:07:32 +0000 (18:07 -0800)]
ksmbd: update to 3.3.7

Major change are:

Fix an issue that directories appear as files when using windows
backup.
Fix xfstests generic/241 failure on life test.
Update ksmbd shutdown and debug print on/off using ksmbd.control in
cifsd.rst.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 851b9b252fc5f5fdd541fd3a18ab393bdac9a6e8)

3 years agoksmbd-tools: update to 3.3.6
Rosen Penev [Fri, 12 Mar 2021 20:44:39 +0000 (12:44 -0800)]
ksmbd-tools: update to 3.3.6

Major changes are:

Add missing g_rwlock_init() for rpc_samr and rpc_lsaprc.
Fix potential potential null pointer dereferencing error.
Fix memleak.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit d95edf16eff9fe7ee27eb084764d5cc329155b15)

3 years agoksmbd-tools: update to 3.3.5
Martin Blumenstingl [Sat, 20 Feb 2021 14:30:03 +0000 (15:30 +0100)]
ksmbd-tools: update to 3.3.5

Major changes for version 3.3.5 are:
- Rename "streams" parameter to "vfs objects = streams_xattr".
- Enable smb2 leases by default.
- Ignore ksmbd.subauth creation failure.
- Fix bugs that related to guest ok = yes.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(cherry picked from commit 58f91090f598892d12f435e02e09f3b37fd059d3)

3 years agoksmbd: update to 3.3.6
Rosen Penev [Fri, 12 Mar 2021 20:25:48 +0000 (12:25 -0800)]
ksmbd: update to 3.3.6

Major changes are:

Fix kernel oops from fuse+ntfs driver.
Fix the issue of change the directory to the file using Nautilus
client.
Fix ksmbd build break with the latest linux-5.12-rc1.
Fix potential memleak and use after free.
Fix use after free from KASAN(racy issue)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 8e3a4adea3c351f1c0f0ee87ff9bad842dbe8259)

3 years agoksmbd: update to 3.3.5
Martin Blumenstingl [Sat, 20 Feb 2021 14:29:27 +0000 (15:29 +0100)]
ksmbd: update to 3.3.5

Major changes for version 3.3.5 are:
- Add support for version 4 dos attribute structure of samba.
- Implement maximal allowed desired access.
- Fix several error handling.
- Fix a few smbtorture failures.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(cherry picked from commit 71aef26ecb99f2cb086e74ecfd08cdd5b8244535)

3 years agosyncthing: update to 1.14.0
Paul Spooren [Thu, 11 Mar 2021 21:18:01 +0000 (11:18 -1000)]
syncthing: update to 1.14.0

https://github.com/syncthing/syncthing/releases/tag/v1.14.0

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 2ce92152133c7c8b956c9738cb1ed7d05ca6b10e)

3 years agopigeonhole: bump to 0.5.14 15085/head
Eneas U de Queiroz [Thu, 4 Mar 2021 12:11:33 +0000 (09:11 -0300)]
pigeonhole: bump to 0.5.14

ChangeLog:
 - IMAP FILTER command: cmd-filter-sieve - Do not allow NIL as script
   name argument.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit e40776d2642c248d1d2a9a0ad349791e441e3901)

3 years agopigeonhole: update to 0.5.13
Rosen Penev [Mon, 1 Mar 2021 10:17:45 +0000 (02:17 -0800)]
pigeonhole: update to 0.5.13

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3eb83963cfa73d882861793838bf2b79eff9f7a2)

3 years agoadblock: small update
Dirk Brenken [Wed, 10 Mar 2021 10:38:15 +0000 (11:38 +0100)]
adblock: small update

* add adguard_tracking source (list with cname trackers)
* optimize/sort output of active sources in status
* optimize log output in EMails

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit f91e5cc666ac205a86385b331140921e3dc906fd)

3 years agoMerge pull request #15064 from mhei/21.02-php8
Michael Heimpold [Wed, 10 Mar 2021 06:21:25 +0000 (07:21 +0100)]
Merge pull request #15064 from mhei/21.02-php8

[21.02] php8: backport fixes and update from master

3 years agoMerge pull request #15062 from mhei/21.02-php7-update
Michael Heimpold [Mon, 8 Mar 2021 22:10:57 +0000 (23:10 +0100)]
Merge pull request #15062 from mhei/21.02-php7-update

[21.02] php7: update to 7.4.16

3 years agoMerge pull request #15053 from stangri/21.02-vpn-policy-routing
Rosen Penev [Mon, 8 Mar 2021 20:26:29 +0000 (12:26 -0800)]
Merge pull request #15053 from stangri/21.02-vpn-policy-routing

[21.02] vpn-policy-routing: better processing of custom user files

3 years agophp8: update to 8.0.3 15064/head
Michael Heimpold [Thu, 4 Mar 2021 22:08:55 +0000 (23:08 +0100)]
php8: update to 8.0.3

Also update opcache compile fix patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit e819f630a23858649c0fa2985e852fc7c696a8fc)

3 years agophp8: fix pecl build with QUILT
Eneas U de Queiroz [Thu, 25 Feb 2021 15:58:36 +0000 (12:58 -0300)]
php8: fix pecl build with QUILT

This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit db3389edc285d4ba7a23a2bd212d8af5db596dd4)

3 years agophp8: fix build with QUILT
Eneas U de Queiroz [Thu, 25 Feb 2021 22:09:12 +0000 (19:09 -0300)]
php8: fix build with QUILT

This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 8c6d7dc37c139178a60197834bbab20df265dc33)

3 years agoMerge pull request #15051 from stangri/21.02-simple-adblock
Rosen Penev [Mon, 8 Mar 2021 20:25:23 +0000 (12:25 -0800)]
Merge pull request #15051 from stangri/21.02-simple-adblock

[21.02] simple-adblock: update to 1.8.5-1

3 years agovpn-policy-routing: better processing of custom user files 15053/head
Stan Grishin [Mon, 8 Mar 2021 10:34:50 +0000 (10:34 +0000)]
vpn-policy-routing: better processing of custom user files

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agosimple-adblock: update to 1.8.5-1 15051/head
Stan Grishin [Mon, 8 Mar 2021 10:25:23 +0000 (10:25 +0000)]
simple-adblock: update to 1.8.5-1

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agophp7: update to 7.4.16 15062/head
Michael Heimpold [Thu, 4 Mar 2021 22:14:49 +0000 (23:14 +0100)]
php7: update to 7.4.16

Also refresh patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 87e852fc7189b6deb390784d1741e0120e09045d)

3 years agoi2pd: fix startup
Dirk Neukirchen [Wed, 3 Mar 2021 12:46:42 +0000 (13:46 +0100)]
i2pd: fix startup

i2pd reports:
missing/unreadable config file: /etc/i2pd/i2pd.conf

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
(cherry picked from commit 4f42a7a95ada0a3b4f82ad238759fd77e64e4227)

3 years agopython-aiohttp: update to version 3.7.4
Jan Pavlinec [Tue, 2 Mar 2021 12:38:58 +0000 (13:38 +0100)]
python-aiohttp: update to version 3.7.4

Note:
Fixes CVE-2021-21330
Add new required dependecy python3-typing-extensions

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit c99a19f614a33e1991f30d51428458b0079cdf4f)

3 years agopython-typing-extensions: add new package
Jan Pavlinec [Tue, 2 Mar 2021 12:57:04 +0000 (13:57 +0100)]
python-typing-extensions: add new package

Note:
Dependency for python3-aiohttp

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit 034cba33c63c8bcae3da94a48ea582af657ee133)

3 years agohs20: fix linking with full language support enabled
Michael Heimpold [Tue, 2 Mar 2021 21:08:48 +0000 (22:08 +0100)]
hs20: fix linking with full language support enabled

After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 3b177a9d6056af61ec7bf5db81382003965767d4)

3 years agoaria2: fix linking with full language support enabled
Michael Heimpold [Sun, 28 Feb 2021 08:47:01 +0000 (09:47 +0100)]
aria2: fix linking with full language support enabled

After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit ab52802e389e9a83885cc88659172e44c3a82a54)

3 years agoreptyr: do not build on mips64
Rosen Penev [Fri, 5 Mar 2021 07:53:34 +0000 (23:53 -0800)]
reptyr: do not build on mips64

mips of any kind is not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit a30518f99ecc3f255e7eeec3bca3d49caaa92d58)

3 years agonano: update to 5.6.1
Hannu Nyman [Sat, 6 Mar 2021 08:27:14 +0000 (10:27 +0200)]
nano: update to 5.6.1

Update nano editor to version 5.6.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 0f4138db0be558d0c957e3d4d78091a59ba660ec)

3 years agoMerge pull request #14993 from 1715173329/2102-newyq
Rosen Penev [Wed, 3 Mar 2021 03:53:33 +0000 (19:53 -0800)]
Merge pull request #14993 from 1715173329/2102-newyq

[openwrt-21.02] yq: Update to 4.6.1

3 years agoMerge pull request #14995 from 1715173329/2102-xr-go1.16
Rosen Penev [Wed, 3 Mar 2021 03:51:50 +0000 (19:51 -0800)]
Merge pull request #14995 from 1715173329/2102-xr-go1.16

[openwrt-21.02] xray-core: Update to 1.3.1

3 years agoMerge pull request #14908 from jefferyto/python-3.9.2-openwrt-21.02
Josef Schlehofer [Tue, 2 Mar 2021 23:09:13 +0000 (00:09 +0100)]
Merge pull request #14908 from jefferyto/python-3.9.2-openwrt-21.02

[openwrt-21.02] python3: Update to 3.9.2, refresh patches

3 years agopython3: Update to 3.9.2, refresh patches 14908/head
Jeffery To [Mon, 22 Feb 2021 13:58:19 +0000 (21:58 +0800)]
python3: Update to 3.9.2, refresh patches

Includes fixes for:
* CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
* CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
  as a query args separator

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 6d9005d5ac63d5a3092577fdd4f085f00d1f5fdd)

3 years agoxray-core: Update to 1.3.1 14995/head
Tianling Shen [Tue, 2 Mar 2021 14:36:41 +0000 (22:36 +0800)]
xray-core: Update to 1.3.1

- updated geodata to latest version
- updated project url

Fixes: #14972
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from 264ce0d0eeda2f99722de9e9e41039b1016fd8b4)

3 years agoyq: Update to 4.6.1 14993/head
Tianling Shen [Tue, 2 Mar 2021 12:07:12 +0000 (20:07 +0800)]
yq: Update to 4.6.1

Fixed performance issue.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(backported from 32515ced93d5dbf99588b1714b70bc4cf3e8af57)

3 years agoMerge pull request #14990 from G-M0N3Y-2503/dockerd-20.10.4
Rosen Penev [Tue, 2 Mar 2021 11:19:19 +0000 (03:19 -0800)]
Merge pull request #14990 from G-M0N3Y-2503/dockerd-20.10.4

docker,dockerd,runc: Docker 20.10.4 Update

3 years agoMerge pull request #14989 from stangri/21.02-vpn-policy-routing
Rosen Penev [Tue, 2 Mar 2021 09:57:02 +0000 (01:57 -0800)]
Merge pull request #14989 from stangri/21.02-vpn-policy-routing

[21.02] vpn-policy-routing: update to 0.3.2-18

3 years agoknot-resolver: update to version 5.3.0
Jan Pavlinec [Thu, 25 Feb 2021 13:46:21 +0000 (14:46 +0100)]
knot-resolver: update to version 5.3.0

Changes:
- remove arch limit
- add libnghttpd2 dependency

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit 9103076ec73aa1e941e1316075f8a1e8ca053bfe)

3 years agodocker,dockerd: Updated to 20.10.4 14990/head
Gerard Ryan [Mon, 1 Mar 2021 09:39:36 +0000 (19:39 +1000)]
docker,dockerd: Updated to 20.10.4

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agorunc: Updated to 1.0.0-rc93
Gerard Ryan [Mon, 1 Mar 2021 09:38:44 +0000 (19:38 +1000)]
runc: Updated to 1.0.0-rc93

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoMerge pull request #14976 from G-M0N3Y-2503/dockerd-ipv6-config-bridge
Rosen Penev [Tue, 2 Mar 2021 01:19:53 +0000 (17:19 -0800)]
Merge pull request #14976 from G-M0N3Y-2503/dockerd-ipv6-config-bridge

dockerd: ipv6 bridge config

3 years agosyncthing: update to 1.13.1
Paul Spooren [Mon, 1 Mar 2021 19:30:01 +0000 (09:30 -1000)]
syncthing: update to 1.13.1

Also start using $(AUTORELEASE)

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit dda59fedccf4340780908d16ae4d273308017a43)

3 years agoCI: fix handling of release branches
Paul Spooren [Mon, 1 Mar 2021 21:06:22 +0000 (11:06 -1000)]
CI: fix handling of release branches

The "changed package" logic triggers all packages changed since
`origin/master` while for releases branches all changes since e.g.
`origin/openwrt-21.02` should be considered.

First figure out the active branch, then find changed packages.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agovpn-policy-routing: update to 0.3.2-18 14989/head
Stan Grishin [Mon, 1 Mar 2021 21:38:57 +0000 (21:38 +0000)]
vpn-policy-routing: update to 0.3.2-18

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agomwan3: disable DNS lookups for ping checks
Florian Eckert [Mon, 1 Mar 2021 11:22:38 +0000 (12:22 +0100)]
mwan3: disable DNS lookups for ping checks

By default, ping does a reverse DNS of the IP that you are pinging.
When you have a network issue (such as when a link has just gone down
and you haven't yet marked it down), this lookup can cause failures on
tests for links that are still good.

This option only works for iputils ping.
For busybox the option is not evaluated, but it is accepted without
throwing an error.

Fixes: #14968
Fixes: #14924
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Suggested-by: David Lang <david@lang.hm>
(cherry picked from commit 7cfb282432dad52aca0c2c578b43a99da4f8522a)

3 years agodockerd: package release bump 14976/head
Gerard Ryan [Sun, 28 Feb 2021 06:48:46 +0000 (16:48 +1000)]
dockerd: package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Added options to setup a dualstack default bridge
Gerard Ryan [Mon, 25 Jan 2021 08:05:28 +0000 (18:05 +1000)]
dockerd: Added options to setup a dualstack default bridge
* Added IPv6 Support

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoCI: enhance package detection logic
Ilya Lipnitskiy [Wed, 24 Feb 2021 05:06:21 +0000 (21:06 -0800)]
CI: enhance package detection logic

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit a2b08b5cbfb655d853a92f845d7e93e6b4031456)

3 years agoMerge pull request #14946 from G-M0N3Y-2503/docker-20.10.3
Rosen Penev [Sun, 28 Feb 2021 23:03:06 +0000 (15:03 -0800)]
Merge pull request #14946 from G-M0N3Y-2503/docker-20.10.3

docker,dockerd: Updated to 20.10.3

3 years agoMerge pull request #14963 from EricLuehrsen/unbound_1131_2102
Rosen Penev [Sun, 28 Feb 2021 23:02:22 +0000 (15:02 -0800)]
Merge pull request #14963 from EricLuehrsen/unbound_1131_2102

[openwrt-21.02] unbound: update to 1.13.1

3 years agounbound: update to 1.13.1 14963/head
Eric Luehrsen [Sun, 21 Feb 2021 05:51:49 +0000 (00:51 -0500)]
unbound: update to 1.13.1

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
3 years agosafe-search: fix typos in package scripting
Philip Prindeville [Fri, 26 Feb 2021 22:39:01 +0000 (15:39 -0700)]
safe-search: fix typos in package scripting

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 8d09fc0cfbe126ce3e7123d011c9597e1fae795c)

3 years agoutils/findutils: update to 4.8.0
Bernhard Voelker [Sat, 27 Feb 2021 07:02:57 +0000 (08:02 +0100)]
utils/findutils: update to 4.8.0

* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_RELEASE): Reset to 1.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
(cherry picked from commit 3614a520d22f48b753460f5d6ca25e89e5300c21)

3 years agostatic-neighbor-reports: add missing Lua dependency
David Bauer [Wed, 6 Jan 2021 01:19:57 +0000 (02:19 +0100)]
static-neighbor-reports: add missing Lua dependency

Add a missing dependency on Lua. Otherwise the script installing the
neighbor report can't be executed in case Lua is not installed on the
system.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 83d572af980db83f91851327dc0e0ed07383f5c8)

3 years agovim: fix compile with BUILD_NLS
Rosen Penev [Fri, 26 Feb 2021 03:47:00 +0000 (19:47 -0800)]
vim: fix compile with BUILD_NLS

Avoids having to use msgfmt, which happens to be broken with gettext-full.

msgfmt is used for the desktop gvim application, which is not used here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit d5ddc98cb6070b1dd412c13ffab87e43722bb80d)

3 years agodocker,dockerd: Updated to 20.10.3 14946/head
Gerard Ryan [Thu, 25 Feb 2021 13:11:56 +0000 (23:11 +1000)]
docker,dockerd: Updated to 20.10.3

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodocker,dockerd: Added git-short-commit to verify short commit
Gerard Ryan [Sun, 21 Feb 2021 12:44:23 +0000 (22:44 +1000)]
docker,dockerd: Added git-short-commit to verify short commit

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoMerge pull request #14937 from nxhack/2102_add_node-yarn
Rosen Penev [Sun, 28 Feb 2021 09:30:07 +0000 (01:30 -0800)]
Merge pull request #14937 from nxhack/2102_add_node-yarn

[21.02] node-yarn: add new package - for building adguardhome

3 years agoMerge pull request #14935 from G-M0N3Y-2503/dockerd-use-host-dns
Rosen Penev [Sun, 28 Feb 2021 09:29:22 +0000 (01:29 -0800)]
Merge pull request #14935 from G-M0N3Y-2503/dockerd-use-host-dns

dockerd: Added option to configrue docker to use host Dnsmasq for DNS

3 years agodockerd: Package release bump 14935/head
Gerard Ryan [Sun, 21 Feb 2021 01:09:05 +0000 (11:09 +1000)]
dockerd: Package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: set docker zone chain defaults to ACCEPT
Gerard Ryan [Sat, 20 Feb 2021 07:59:58 +0000 (17:59 +1000)]
dockerd: set docker zone chain defaults to ACCEPT
* Since the docker0 is a private network by default we can be
  more accepting like the LAN is by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>