feed/packages.git
4 years agonextdns: Update to version 1.8.8 13799/head
Olivier Poitrey [Mon, 26 Oct 2020 16:10:08 +0000 (16:10 +0000)]
nextdns: Update to version 1.8.8

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoopenconnect: allow specify --protocol from config
Mengyang Li [Sun, 25 Oct 2020 04:00:40 +0000 (21:00 -0700)]
openconnect: allow specify --protocol from config

openconnect v8.10 supports 4 VPN protocols

  --protocol=anyconnect  Compatible with Cisco AnyConnect SSL VPN, as well as ocserv (default)
  --protocol=nc          Compatible with Juniper Network Connect
  --protocol=gp          Compatible with Palo Alto Networks (PAN) GlobalProtect SSL VPN
  --protocol=pulse       Compatible with Pulse Connect Secure SSL VPN

This patch allows user to specify protocol use the new "vpn_protocol"
option and deprecate the old option "juniper" which seems to be missing in
the current openconnect client.

Signed-off-by: Mengyang Li <mayli.he@gmail.com>
4 years agoadblock: update 4.0.7-2
Dirk Brenken [Mon, 19 Oct 2020 07:32:37 +0000 (09:32 +0200)]
adblock: update 4.0.7-2

* switch all safesearch providers to dynamic ips (derived from cname)
* made the new safesearch approach compatible with bind-nslookup
* removed 3.x config compatibility code

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

4 years agoadblock: update 4.0.7
Dirk Brenken [Sun, 18 Oct 2020 09:05:22 +0000 (11:05 +0200)]
adblock: update 4.0.7

* fix aria2c download options
* fix report engine with empty domains
* fix safesearch ips of safe.duckduckgo.com (get ips dynamically)
* fix safesearch ips of safesearch.pixabay.com (get ips dynamically)
* add regional blocklist for italy
* shellcheck adjustments
* add test.sh for CI testing

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

4 years agozoneinfo: Updated to the latest release
Vladimir Ulrich [Mon, 19 Oct 2020 20:29:41 +0000 (23:29 +0300)]
zoneinfo: Updated to the latest release

Also updated compability options to build in supported by musl format

Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit 4315b0e4f2d46ed45a6808847e8a579b7dbb0b47)

4 years agozoneinfo: Updated to the latest release
Vladimir Ulrich [Fri, 24 Apr 2020 22:23:55 +0000 (01:23 +0300)]
zoneinfo: Updated to the latest release

Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit 416dd1fa40e75adc9221cf5f78ca52134487e989)

4 years agozoneinfo: Updated to the latest release.
Vladimir Ulrich [Mon, 16 Sep 2019 15:23:13 +0000 (18:23 +0300)]
zoneinfo: Updated to the latest release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit 8850e94dfb8de9f52be26a75d69eeb4c25a461f8)

4 years agofastd: fix buffer leak when receiving invalid packets
Matthias Schiffer [Mon, 19 Oct 2020 20:09:34 +0000 (22:09 +0200)]
fastd: fix buffer leak when receiving invalid packets

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
4 years agologrotate: update to version 3.17.0
Josef Schlehofer [Sat, 17 Oct 2020 11:53:40 +0000 (13:53 +0200)]
logrotate: update to version 3.17.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit ba8a34e0d9fe7be5d8cd8399d81984647098ab8b)

4 years agologrotate: update to 3.16.0
Rosen Penev [Wed, 1 Jul 2020 00:46:00 +0000 (17:46 -0700)]
logrotate: update to 3.16.0

Fixes compilation with GCC10.

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

4 years agoMerge pull request #13688 from dibdot/trm-19.07
Dirk Brenken [Fri, 16 Oct 2020 19:32:45 +0000 (21:32 +0200)]
Merge pull request #13688 from dibdot/trm-19.07

[19.07] travelmate: bugfix single radio mode

4 years agoMerge pull request #13687 from jefferyto/python-3.7.9-openwrt-19.07
Josef Schlehofer [Fri, 16 Oct 2020 18:15:58 +0000 (20:15 +0200)]
Merge pull request #13687 from jefferyto/python-3.7.9-openwrt-19.07

[openwrt-19.07] python3: Update to 3.7.9, refresh/remove backported patches

4 years agopython3: Update to 3.7.9, refresh/remove backported patches 13687/head
Jeffery To [Fri, 16 Oct 2020 17:35:19 +0000 (01:35 +0800)]
python3: Update to 3.7.9, refresh/remove backported patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agotravelmate: bugfix single radio mode 13688/head
Dirk Brenken [Fri, 16 Oct 2020 17:31:40 +0000 (19:31 +0200)]
travelmate: bugfix single radio mode

* fix the re-connection handling in single radio mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agonetdata: update to version 1.26.0
Josef Schlehofer [Fri, 16 Oct 2020 15:10:56 +0000 (17:10 +0200)]
netdata: update to version 1.26.0

Disable ebpf plugin as in OpenWrt there is no package libbpf.
- With that, I need to introduce patch, which is not merged into netdata,
yet. Without it, I still got during cross-compilation this error:
checking for externaldeps/libbpf/libbpf.a... configure: error: cannot check for file existence when cross compiling

- And yes, the flag was there.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 5ba339b49affba15afc2ab109265cc80e26233c4)

4 years agobind: update to version 9.16.7
Josef Schlehofer [Mon, 5 Oct 2020 17:49:36 +0000 (19:49 +0200)]
bind: update to version 9.16.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit ededaf2977df4ecfcc79b1a779ec830ab20f251a)

4 years agoMerge pull request #13679 from odmdas/freeradius3-backport-19.07
Rosen Penev [Thu, 15 Oct 2020 20:29:40 +0000 (13:29 -0700)]
Merge pull request #13679 from odmdas/freeradius3-backport-19.07

[19.07] freeradius3: backport latest changes to 19.07

4 years agofreeradius3: move "release_" from PKG_VERSION 13679/head
Alexey Dobrovolsky [Thu, 15 Oct 2020 17:51:08 +0000 (20:51 +0300)]
freeradius3: move "release_" from PKG_VERSION

The substring "release_" does not reflect the version number.
In addition, package names will be shorter.

(backported from commit 11aa0b9)
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
4 years agofreeradius3: add meta-package for default modules
Alexey Dobrovolsky [Wed, 14 Oct 2020 18:35:07 +0000 (21:35 +0300)]
freeradius3: add meta-package for default modules

This meta-package contains only dependencies for modules needed in
FreeRADIUS default configuration.

This commit adds missing description and install sections.

(backported from commit 7737abf)
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
4 years agoMerge pull request #13659 from ja-pa/python3-urllib3-19.07
Josef Schlehofer [Wed, 14 Oct 2020 11:15:10 +0000 (13:15 +0200)]
Merge pull request #13659 from ja-pa/python3-urllib3-19.07

[OpenWrt 19.07]python-urllib3: update to version 1.25.10 (security fix)

4 years agopython-urllib3: update to version 1.25.10 (security fix) 13659/head
Jan Pavlinec [Wed, 14 Oct 2020 10:11:30 +0000 (12:11 +0200)]
python-urllib3: update to version 1.25.10 (security fix)

Fixes:
CVE-2020-26137

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13635 from rs/nextdns-1.8.6-openwrt-19.07
Rosen Penev [Sun, 11 Oct 2020 22:13:11 +0000 (15:13 -0700)]
Merge pull request #13635 from rs/nextdns-1.8.6-openwrt-19.07

[19.07] nextdns: Update to version 1.8.6

4 years agonextdns: Update to version 1.8.6 13635/head
Olivier Poitrey [Sun, 11 Oct 2020 21:19:41 +0000 (21:19 +0000)]
nextdns: Update to version 1.8.6

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoMerge pull request #13624 from mlichvar/chrony-update-3.5.1
Josef Schlehofer [Sat, 10 Oct 2020 21:50:30 +0000 (23:50 +0200)]
Merge pull request #13624 from mlichvar/chrony-update-3.5.1

[19.07] chrony: update to 3.5.1

4 years agochrony: update to 3.5.1 13624/head
Miroslav Lichvar [Sat, 10 Oct 2020 14:45:15 +0000 (16:45 +0200)]
chrony: update to 3.5.1

Fixes CVE-2020-14367.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
4 years agonextdns: mark /etc/config/nextdns as configuration file 13622/head
Josef Schlehofer [Sat, 10 Oct 2020 08:00:15 +0000 (10:00 +0200)]
nextdns: mark /etc/config/nextdns as configuration file

Conffile was set for OpenWrt master, but it is not present in OpenWrt
19.07. When /etc/config/nextdns is not set as conffile, it gets
overwritten by each update of nextdns and the user needs to set up it again.

This can be simply reproduced by these steps:
opkg update
opkg install nextdns
edit or add smth to /etc/config/nextdns, save it
then do: opkg install nextdns --force-reinstall
And /etc/config/nextdns gets overwritten by default values

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agosimple-adblock: config update file fix
Stan Grishin [Thu, 8 Oct 2020 02:39:04 +0000 (02:39 +0000)]
simple-adblock: config update file fix

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #13602 from nxhack/1907_libuv_cve
Rosen Penev [Thu, 8 Oct 2020 08:43:26 +0000 (01:43 -0700)]
Merge pull request #13602 from nxhack/1907_libuv_cve

[19.07] libuv: update to 1.40.0

4 years agolibuv: update to 1.40.0 13602/head
Hirokazu MORIKAWA [Thu, 8 Oct 2020 08:18:19 +0000 (17:18 +0900)]
libuv: update to 1.40.0

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonano: update to 5.3
Hannu Nyman [Wed, 7 Oct 2020 15:22:50 +0000 (18:22 +0300)]
nano: update to 5.3

Update nano editor to version 5.3.

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

4 years agobtrfs-progs: update to version 5.7
Josef Schlehofer [Tue, 6 Oct 2020 14:09:35 +0000 (16:09 +0200)]
btrfs-progs: update to version 5.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit f775fa89cafd17a013ac7ff899a8fc70407aac24)

4 years agobtrfs-progs: update to version 5.6
Josef Schlehofer [Fri, 10 Apr 2020 21:41:03 +0000 (23:41 +0200)]
btrfs-progs: update to version 5.6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 0c12882a6507c966f26486b3fb76ef91030c3790)

4 years agopython-pytz: update to 2019.03
Fabian Lipken [Thu, 24 Oct 2019 13:30:19 +0000 (15:30 +0200)]
python-pytz: update to 2019.03

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
(cherry picked from commit 0f2cf9ebd6e4f836c3824433a421928bf13d5275)

4 years agoadblock: refresh blocklist sources
Dirk Brenken [Thu, 3 Sep 2020 09:20:52 +0000 (11:20 +0200)]
adblock: refresh blocklist sources

* rename 'smarttv' to 'smarttv_tracking'
* added 'firetv_tracking' and 'android_tracking' (thanks @panache67)
* added 'gaming' (thanks @hasanlo in openwrt forum)
* update readme

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

4 years agoMerge pull request #13549 from gladiac1337/haproxy-2.0.18-openwrt-19.07
Rosen Penev [Fri, 2 Oct 2020 20:58:24 +0000 (13:58 -0700)]
Merge pull request #13549 from gladiac1337/haproxy-2.0.18-openwrt-19.07

[openwrt-19.07] haproxy: Update HAProxy to v2.0.18

4 years agosyslog-ng: bump version in config file
Josef Schlehofer [Fri, 2 Oct 2020 09:28:34 +0000 (11:28 +0200)]
syslog-ng: bump version in config file

This fixes issues:
syslog-ng[3895]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.29 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.26'

Fixes: 06f3ac21b4d7be5a31f6739ab57e140260cdcd95 ("syslog-ng: update to
version 3.29.1")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 1607774df4779eeb3951d08532c0330549d38950)

4 years agosyslog-ng: tweak shell code of network_localhost little bit
Karel Kočí [Sun, 13 Sep 2020 09:28:02 +0000 (11:28 +0200)]
syslog-ng: tweak shell code of network_localhost little bit

We can get rid of pipe with -n flag to sysctl.

Signed-off-by: Karel Kočí <cynerd@email.cz>
(cherry picked from commit 7b7d074c8d18ce7122d50ec207fd71a3bd88c47b)

4 years agopython-sentry-sdk: Update to version 0.12.3
Josef Schlehofer [Sat, 12 Oct 2019 21:55:36 +0000 (23:55 +0200)]
python-sentry-sdk: Update to version 0.12.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit fd9ebe3d707544d87a54b7d868f9ddebe0daf463)

4 years agohaproxy: Update HAProxy to v2.0.18 13549/head
Christian Lachner [Fri, 2 Oct 2020 07:20:06 +0000 (09:20 +0200)]
haproxy: Update HAProxy to v2.0.18

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agoMerge pull request #13468 from ja-pa/tor-update-0.4.4.5-19.07
Rosen Penev [Thu, 1 Oct 2020 21:43:22 +0000 (14:43 -0700)]
Merge pull request #13468 from ja-pa/tor-update-0.4.4.5-19.07

[OpenWrt 19.07]tor: update to version 0.4.4.5

4 years agoMerge pull request #13542 from miska/mariadb-owrt-19.07
Josef Schlehofer [Thu, 1 Oct 2020 12:22:49 +0000 (14:22 +0200)]
Merge pull request #13542 from miska/mariadb-owrt-19.07

[19.07] mariadb: Update to the latest version from 10.2 branch

4 years agotor: update to version 0.4.4.5 13468/head
Jan Pavlinec [Tue, 22 Sep 2020 12:18:57 +0000 (14:18 +0200)]
tor: update to version 0.4.4.5

Disable ac_cv_func_mallinfo because of arc arch.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agomariadb: Update to the latest version from 10.2 branch 13542/head
Michal Hrusecky [Thu, 1 Oct 2020 08:19:20 +0000 (10:19 +0200)]
mariadb: Update to the latest version from 10.2 branch

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
4 years agoMerge pull request #13532 from flyn-org/openwrt-19.07
Rosen Penev [Wed, 30 Sep 2020 20:40:51 +0000 (13:40 -0700)]
Merge pull request #13532 from flyn-org/openwrt-19.07

gstreamer1: enable build options necessary for most applications

4 years agoWerkzeug: Update to version 0.16.0
Josef Schlehofer [Mon, 30 Sep 2019 22:14:53 +0000 (00:14 +0200)]
Werkzeug: Update to version 0.16.0

- Remove PKG_BUILD_DEPENDS as it is no longer necessary.
- The Python3 is already included in DEPENDS.
- Remove PKG_BUILD_DIR and PKG_UNPACK was for dual Python version.
- Change TITLE and description
- Add source package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 267796c316d12f3c310a4800d317fcab7a41c7ab)

4 years agoFlask: update to version 1.1.2
Daniel Golle [Mon, 15 Jun 2020 00:20:29 +0000 (01:20 +0100)]
Flask: update to version 1.1.2

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

4 years agoFlask: Update to version 1.1.1
Josef Schlehofer [Mon, 30 Sep 2019 22:21:14 +0000 (00:21 +0200)]
Flask: Update to version 1.1.1

- Change TITLE and URL to better one
- Add source package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 19e12971b8ac3294e5f22f1e9dd115c91405d88e)

4 years agogstreamer1: enable build options necessary for most applications 13532/head
W. Michael Petullo [Fri, 21 Aug 2020 22:51:46 +0000 (17:51 -0500)]
gstreamer1: enable build options necessary for most applications

Commit eee7ce2b changed gstreamer1's build options, and this broke
some applications.

First, -Doption-parsing=false is intended for very specific embedded
applications rather general packages. Please see:

https://github.com/openwrt/packages/pull/8847
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388

Second, -Dregistry=false seems to break plugin discovery. Symptoms of
this include broken applications and gst-inspect-1.0 listing zero plugins.

Fixes #13531.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit 10aa094d7f7b039b04eec3feab9e6c4a6a5756a7)

4 years agopython-ifaddr: update to version 0.1.7
Josef Schlehofer [Wed, 8 Jul 2020 13:41:04 +0000 (15:41 +0200)]
python-ifaddr: update to version 0.1.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 98eb81ccd66133586a2ad19ab5bd6ab5a75ed61f)

4 years agoMerge pull request #13529 from rs/nextdns-1.8.5-openwrt-19.07
Rosen Penev [Tue, 29 Sep 2020 19:22:57 +0000 (12:22 -0700)]
Merge pull request #13529 from rs/nextdns-1.8.5-openwrt-19.07

[19.07] nextdns: Update to version 1.8.5

4 years agonextdns: Update to version 1.8.5 13529/head
Olivier Poitrey [Tue, 29 Sep 2020 18:19:36 +0000 (18:19 +0000)]
nextdns: Update to version 1.8.5

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoMerge pull request #13464 from ja-pa/ipmitool-security-fix-19.07
Josef Schlehofer [Tue, 29 Sep 2020 14:37:07 +0000 (16:37 +0200)]
Merge pull request #13464 from ja-pa/ipmitool-security-fix-19.07

[OpenWrt 19.07] ipmitool: fix CVE-2020-5208

4 years agoipmitool: fix CVE-2020-5208 13464/head
Alexander Couzens [Sat, 6 Jun 2020 01:30:37 +0000 (03:30 +0200)]
ipmitool: fix CVE-2020-5208

All patches has been applied upstream.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
(cherry picked from commit b2a9219f738344ddd164c9904cc9019db96d4658)

4 years agonextdns: Update to version 1.8.4
Olivier Poitrey [Sat, 26 Sep 2020 19:23:46 +0000 (19:23 +0000)]
nextdns: Update to version 1.8.4

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoopenconnect: updated to 8.10 to address CVE-2020-12823
Nikos Mavrogiannopoulos [Wed, 23 Sep 2020 16:04:56 +0000 (18:04 +0200)]
openconnect: updated to 8.10 to address CVE-2020-12823

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agopython-zeroconf: update to version 0.28.0
Josef Schlehofer [Wed, 8 Jul 2020 13:39:22 +0000 (15:39 +0200)]
python-zeroconf: update to version 0.28.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 1c2f729c9d768c08cd43763737de35f311d39fcf)

4 years agopython-zeroconf: update to version 0.24.4
Josef Schlehofer [Sat, 25 Jan 2020 09:17:00 +0000 (10:17 +0100)]
python-zeroconf: update to version 0.24.4

Update copyright

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 8ed94a07fc18908379d4f8d5c71256eaacf80b7d)

4 years agoMerge pull request #13466 from aaronjg/openwrt-19.07
Florian Eckert [Wed, 23 Sep 2020 06:30:52 +0000 (08:30 +0200)]
Merge pull request #13466 from aaronjg/openwrt-19.07

mwan3: fix typo in mwan3_set_sticky_iptables [19.07] [bugfix]

4 years agomwan3: fix typo in mwan3_set_sticky_iptables 13466/head
Aaron Goodman [Tue, 22 Sep 2020 11:58:35 +0000 (07:58 -0400)]
mwan3: fix typo in mwan3_set_sticky_iptables

fixes #13443

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoocserv: include ocserv-worker
Nikos Mavrogiannopoulos [Tue, 22 Sep 2020 19:24:54 +0000 (21:24 +0200)]
ocserv: include ocserv-worker

Resolves: #13465

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agovpnbypass: README update, code cleanup 13463/head
Stan Grishin [Mon, 21 Sep 2020 18:15:51 +0000 (18:15 +0000)]
vpnbypass: README update, code cleanup

Signed-off-by: Stan Grishin <stangri@melmac.net>
update

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoocserv: updated to 1.1.1
Nikos Mavrogiannopoulos [Mon, 21 Sep 2020 19:33:49 +0000 (21:33 +0200)]
ocserv: updated to 1.1.1

4 years agominiupnpd: add miniupnpd ipv6_disable option, #11971 close
Alexey Kuznetsov [Thu, 2 Jul 2020 03:18:45 +0000 (06:18 +0300)]
miniupnpd: add miniupnpd ipv6_disable option, #11971 close

Signed-off-by: Alexey Kuznetsov <axet@me.com>
(cherry picked from commit 9b6537b4877077cbc68b9156da363d834fe53a69)

4 years agoMerge pull request #13434 from stangri/19.07-simple-adblock
Rosen Penev [Sun, 20 Sep 2020 11:14:12 +0000 (04:14 -0700)]
Merge pull request #13434 from stangri/19.07-simple-adblock

[19.07 simple-adblock: add config auto-update feature

4 years agosimple-adblock: add config auto-update feature 13434/head
Stan Grishin [Sun, 20 Sep 2020 00:16:50 +0000 (00:16 +0000)]
simple-adblock: add config auto-update feature

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agocollectd: update to 5.12.0
Hannu Nyman [Sat, 19 Sep 2020 16:44:55 +0000 (19:44 +0300)]
collectd: update to 5.12.0

Update collectd to version 5.12.0.

* Refresh patches
* Remove upstreamed patch 920-fix-ubi-data-source-type.patch
* Backport a patch from upstream to fix a missing define
  (920-backport-netlink-reg-noerror.patch)

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

4 years agocollectd: update PKG_RELEASE
Florian Eckert [Wed, 24 Jun 2020 18:10:07 +0000 (20:10 +0200)]
collectd: update PKG_RELEASE

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

4 years agocollectd: remove quotation on interval this is an number
Florian Eckert [Wed, 24 Jun 2020 14:13:32 +0000 (16:13 +0200)]
collectd: remove quotation on interval this is an number

The value is a number and not a string.

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

4 years agocollectd: move include line
Florian Eckert [Wed, 24 Jun 2020 14:09:56 +0000 (16:09 +0200)]
collectd: move include line

Currently the init script generates a config file from uci, that has the
include line before the interval line. This means, that anything happening
in the include directory does not yet see the changed Interval.

Moving the include line before the uci generation process fix this issue.

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

4 years agocollectd: update PKG_RELEASE
Florian Eckert [Wed, 24 Jun 2020 11:20:59 +0000 (13:20 +0200)]
collectd: update PKG_RELEASE

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

4 years agocollectd: fix ubi data source type
Florian Eckert [Wed, 24 Jun 2020 09:04:13 +0000 (11:04 +0200)]
collectd: fix ubi data source type

Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.

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

4 years agocollectd: add ubi uci and plugin info
Florian Eckert [Wed, 17 Jun 2020 13:17:32 +0000 (15:17 +0200)]
collectd: add ubi uci and plugin info

Add uci binding for ubi plugin.

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

4 years agocollectd: enable ubi plugin
Florian Eckert [Wed, 17 Jun 2020 12:59:18 +0000 (14:59 +0200)]
collectd: enable ubi plugin

Enable ubi plugin.

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

4 years agozmq: fix compilation when libbsd is present
Rosen Penev [Wed, 16 Sep 2020 07:16:07 +0000 (00:16 -0700)]
zmq: fix compilation when libbsd is present

Limit libbsd support to glibc.

Remove wrong python variable.

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

4 years agopigeonhole: update to 0.5.11
W. Michael Petullo [Sun, 13 Sep 2020 00:07:53 +0000 (19:07 -0500)]
pigeonhole: update to 0.5.11

This fixes an error in the previous package when building against recent
OpenWrt releases:

In file included from /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/include/dovecot/lib.h:50,
                 from ext-variables-common.c:4:
ext-variables-common.c: In function 'ext_variables_load':
ext-variables-common.c:91:14: error: expected ')' before 'PRIuSIZE_T'
       "(>= %"PRIuSIZE_T" bytes)",

Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit c502f261d3fac3934d0c5336a4c296d14ec6162f)

4 years agozmq: update to version 4.3.3 (security fix)
Jan Pavlinec [Tue, 15 Sep 2020 10:42:12 +0000 (12:42 +0200)]
zmq: update to version 4.3.3 (security fix)

Fixes
CVE-2020-15166

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

4 years agozmq: fix the installed files
Rosen Penev [Thu, 30 Jul 2020 01:10:09 +0000 (18:10 -0700)]
zmq: fix the installed files

the versioned so files are needed.

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

4 years agozmq: fix pkgconfig file
Rosen Penev [Wed, 29 Jul 2020 03:47:22 +0000 (20:47 -0700)]
zmq: fix pkgconfig file

It seems upstream broke it. This in turn broke depending packages.

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

4 years agozmq: update to 4.3.2
Rosen Penev [Tue, 28 Jul 2020 05:00:42 +0000 (22:00 -0700)]
zmq: update to 4.3.2

Remove upstreamed patches.

Add uClibc++ patch for those that need it.

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

4 years agozmq: switch to building with CMake
Rosen Penev [Sat, 18 Jul 2020 22:20:07 +0000 (15:20 -0700)]
zmq: switch to building with CMake

Faster compilation.

Before:

time make package/zmq/compile -j 12
Executed in   24.98 secs   fish           external
   usr time   97.41 secs  263.00 micros   97.40 secs
   sys time   12.51 secs   34.00 micros   12.51 secs

After:

time make package/zmq/compile -j 12
Executed in   18.17 secs   fish           external
   usr time   85.22 secs  248.00 micros   85.22 secs
   sys time    9.23 secs   32.00 micros    9.23 secs

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

4 years agoMerge pull request #13397 from ja-pa/libxml2-patch-19.07
Michael Heimpold [Tue, 15 Sep 2020 17:26:13 +0000 (19:26 +0200)]
Merge pull request #13397 from ja-pa/libxml2-patch-19.07

[OpenWrt 19.07] libxml2: patch security issues

4 years agolibxml2: patch security issues 13397/head
Jan Pavlinec [Tue, 15 Sep 2020 08:43:45 +0000 (10:43 +0200)]
libxml2: patch security issues

Fixes
CVE-2019-19956
CVE-2020-24977
CVE-2019-20388
CVE-2020-7595

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13392 from etactica/u2pnpd-1907
Michael Heimpold [Mon, 14 Sep 2020 19:58:45 +0000 (21:58 +0200)]
Merge pull request #13392 from etactica/u2pnpd-1907

[19.07] u2pnpd: convert to procd

4 years agonet/u2pnpd: convert init to procd 13392/head
Karl Palsson [Thu, 20 Aug 2020 11:40:28 +0000 (11:40 +0000)]
net/u2pnpd: convert init to procd

Drops pid files, no longer needed with procd management.
Now properly reloads on reload_config after UCI changes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
[ Fixed two shellcheck warnings and bump PKG_RELEASE ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #13385 from odmdas/odmdas-freeradius3-radtest-19.07
Josef Schlehofer [Mon, 14 Sep 2020 02:52:37 +0000 (04:52 +0200)]
Merge pull request #13385 from odmdas/odmdas-freeradius3-radtest-19.07

[19.07] freeradius3: enable radtest utility and adapt it to OpenWrt

4 years agofreeradius3: fix hostname invocation in radtest 13385/head
Alexey Dobrovolsky [Sun, 13 Sep 2020 22:36:30 +0000 (01:36 +0300)]
freeradius3: fix hostname invocation in radtest

Canonical radtest start results in an error:

$ radtest bob hello localhost 0 testing123
/usr/bin/radtest: line 1: hostname: not found
(0) Error parsing "stdin": Failed to get value

hostname command is not present in OpenWrt.
Instead, hostname can be obtained from file /proc/sys/kernel/hostname.

added: 005-get-hostname-from-proc-in-radtest.patch

(backported from commit 8b2792a)
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
4 years agofreeradius3: enable radtest utility
Alexey Dobrovolsky [Sun, 13 Sep 2020 21:32:08 +0000 (00:32 +0300)]
freeradius3: enable radtest utility

radtest utility is used in many manuals to check the operation of
radius server.

At the moment all parameters must be specified at startup, for example:

$ radtest bob hello localhost 0 testing123 0 localhost

(backported from commit 6480acd)
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
4 years agoMerge pull request #13382 from Andy2244/samba_4-11-12
Rosen Penev [Sun, 13 Sep 2020 20:07:52 +0000 (13:07 -0700)]
Merge pull request #13382 from Andy2244/samba_4-11-12

[19.07] samba4: update to 4.11.12

4 years agosamba4: update to 4.11.12 13382/head
Andy Walsh [Sun, 13 Sep 2020 16:22:21 +0000 (18:22 +0200)]
samba4: update to 4.11.12

* update to 4.11.12
* fix optional modules not included on module build (vfs_btrfs, vfs_linux_xfs_sgid)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoyoutube-dl: update to version 2020.9.6
Josef Schlehofer [Sat, 12 Sep 2020 09:28:09 +0000 (11:28 +0200)]
youtube-dl: update to version 2020.9.6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit b4eafd5009b43a9850023a34e16533e3b19436aa)

4 years agomsmtp: update to version 1.8.12
Josef Schlehofer [Sat, 12 Sep 2020 13:32:51 +0000 (15:32 +0200)]
msmtp: update to version 1.8.12

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit dd0ba4a55b481d17684e2cc3eb6c7b4790c5bac3)

4 years agodovecot: disable zstd
Jan Pavlinec [Thu, 10 Sep 2020 10:37:38 +0000 (12:37 +0200)]
dovecot: disable zstd

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

4 years agosyslog-ng: update to version 3.29.1
Josef Schlehofer [Sat, 12 Sep 2020 09:09:50 +0000 (11:09 +0200)]
syslog-ng: update to version 3.29.1

Changelog: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.29.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 06f3ac21b4d7be5a31f6739ab57e140260cdcd95)

4 years agophp7: update to 7.2.33
Michael Heimpold [Thu, 10 Sep 2020 18:52:06 +0000 (20:52 +0200)]
php7: update to 7.2.33

This fixes:
  - CVE-2020-7068

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #13356 from rs/nextdns-1.8.3-openwrt-19.07
Hannu Nyman [Thu, 10 Sep 2020 17:35:21 +0000 (20:35 +0300)]
Merge pull request #13356 from rs/nextdns-1.8.3-openwrt-19.07

[19.07] nextdns: Update to version 1.8.3

4 years agonextdns: Update to version 1.8.3 13356/head
Olivier Poitrey [Thu, 10 Sep 2020 17:25:37 +0000 (17:25 +0000)]
nextdns: Update to version 1.8.3

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agognutls: update to version 3.6.15 (security fix)
Jan Pavlinec [Wed, 9 Sep 2020 13:20:21 +0000 (15:20 +0200)]
gnutls: update to version 3.6.15 (security fix)

Fixes:
CVE-2020-24659

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13336 from rs/nextdns-1.8.2-openwrt-19.07
Rosen Penev [Wed, 9 Sep 2020 05:47:10 +0000 (22:47 -0700)]
Merge pull request #13336 from rs/nextdns-1.8.2-openwrt-19.07

[19.07] nextdns: Update to version 1.8.2

4 years agoMerge pull request #13334 from ja-pa/python-rsa-fix-19.07
Josef Schlehofer [Tue, 8 Sep 2020 14:03:20 +0000 (16:03 +0200)]
Merge pull request #13334 from ja-pa/python-rsa-fix-19.07

[OpenWrt 19.07] python-rsa: downgrade to version 4.5 for python2

4 years agodovecot: update to version 2.3.11.3 (security fix)
Jan Pavlinec [Tue, 8 Sep 2020 10:55:19 +0000 (12:55 +0200)]
dovecot: update to version 2.3.11.3 (security fix)

Fixes:
CVE-2020-12100
CVE-2020-12673
CVE-2020-12674

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