feed/packages.git
4 years agoacme: Bump release version 12616/head
David Yang [Mon, 27 Apr 2020 01:59:32 +0000 (09:59 +0800)]
acme: Bump release version

Signed-off-by: David Yang <mmyangfl@gmail.com>
4 years agoacme: Handle ecc cert correctly
David Yang [Mon, 27 Apr 2020 01:57:09 +0000 (09:57 +0800)]
acme: Handle ecc cert correctly

Error was:
  The domain 'example.com' seems to have a ECC cert already, please add '--ecc' parameter if you want to use that cert.

Signed-off-by: David Yang <mmyangfl@gmail.com>
4 years agoacme: Handle log message correctly
David Yang [Mon, 27 Apr 2020 01:44:47 +0000 (09:44 +0800)]
acme: Handle log message correctly

Error was:
  logger: unrecognized option: renew

Signed-off-by: David Yang <mmyangfl@gmail.com>
4 years agoMerge pull request #12614 from stangri/19.07-https-dns-proxy
Rosen Penev [Fri, 26 Jun 2020 05:18:04 +0000 (22:18 -0700)]
Merge pull request #12614 from stangri/19.07-https-dns-proxy

[19.07] https-dns-proxy: re-add conffiles and add description to Makefile

4 years agohttps-dns-proxy: re-add conffiles and add description to Makefile 12614/head
Stan Grishin [Fri, 26 Jun 2020 03:09:39 +0000 (03:09 +0000)]
https-dns-proxy: re-add conffiles and add description to Makefile

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12597 from stangri/19.07-https-dns-proxy
Rosen Penev [Thu, 25 Jun 2020 21:22:18 +0000 (14:22 -0700)]
Merge pull request #12597 from stangri/19.07-https-dns-proxy

[19.07] https-dns-proxy: bugfix: remove eDNS support

4 years agohttps-dns-proxy: bugfix: remove eDNS support 12597/head
Stan Grishin [Thu, 25 Jun 2020 19:40:52 +0000 (19:40 +0000)]
https-dns-proxy: bugfix: remove eDNS support

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12588 from rs/nextdns-1.7.0-openwrt-19.07
Rosen Penev [Thu, 25 Jun 2020 05:05:00 +0000 (22:05 -0700)]
Merge pull request #12588 from rs/nextdns-1.7.0-openwrt-19.07

[19.07] nextdns: Update to version 1.7.0

4 years agonextdns: Update to version 1.7.0 12588/head
Olivier Poitrey [Thu, 25 Jun 2020 00:22:43 +0000 (00:22 +0000)]
nextdns: Update to version 1.7.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoirqbalance: fix socket directory and create it
Hannu Nyman [Wed, 24 Jun 2020 15:20:25 +0000 (18:20 +0300)]
irqbalance: fix socket directory and create it

Irqbalance defines /run/irqbalance dir for its socket
communication between irqbalance and its UI. /run does not exist
in OpenWrt (although it is defined by the Linux FHS), so the
socket creation fails. Although we do not compile UI and thus
the issue is not critical to us, fix the directory location.

Additionally, the creation is originally handled by a systemd
init script that we do not use.

* patch source to define dir as /var/run/irqbalance
* create the dir in the procd init script.

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

4 years agotreewide: add conffiles
Huangbin Zhan [Fri, 8 May 2020 21:43:57 +0000 (05:43 +0800)]
treewide: add conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry-picked irqbalance section from from 0ec746ccb6)

4 years agoirqbalance: fix compilation for USE_GLIBC and BUILD_NLS cases
Ian Cooper [Mon, 27 Apr 2020 21:48:53 +0000 (22:48 +0100)]
irqbalance: fix compilation for USE_GLIBC and BUILD_NLS cases

The package Makefile was not taking into consideration that the build
may be using BUILD_NLS with libintl-full and libiconv-full and was
trying to link the wrong versions of these libraries in this case.

The necessary flags are added by nls.mk to TARGET_LDFLAGS and can be
passed to irqbalance's configure script for setting the GLIB2_LIBS
variable instead of the explicit static link to the libiconv stub.

The PKG_BUILD_DEPENDS line should be modified so as to add to and not
override the definition set by nls.mk, which will ensure the right
version of libiconv and libintl is built beforehand.

A DEPENDS:= line should be added to the package definition using the
variables defined in nls.mk, which will add the appropriate version
of libintl and libiconv (vanilla or -full versions)

If USE_GLIBC is true, then libpthread needs to be explicitly passed
to the configure script in the GLIB2_LIBS variable for linking.

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
(cherry-picked from 88c25e87a1)

4 years agohaveged: update to 1.9.12
Hannu Nyman [Sun, 21 Jun 2020 20:22:52 +0000 (23:22 +0300)]
haveged: update to 1.9.12

Update haveged to version 1.9.12

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

4 years agoMerge pull request #12563 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)
Daniel Engberg [Sat, 20 Jun 2020 19:11:26 +0000 (21:11 +0200)]
Merge pull request #12563 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)

[19.07] Revert "ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6"

4 years agoRevert "ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6" 12563/head
Andy Walsh [Sat, 20 Jun 2020 17:26:12 +0000 (19:26 +0200)]
Revert "ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6"

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This reverts commit d88405ba84d397a1ccecee5077bba25d33c4c21e.

4 years agohaproxy: Update HAProxy to v2.0.15
Christian Lachner [Fri, 19 Jun 2020 05:56:11 +0000 (07:56 +0200)]
haproxy: Update HAProxy to v2.0.15

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agotransmission: add access to web interface files to procd jail
Josef Zila [Thu, 18 Jun 2020 10:52:43 +0000 (12:52 +0200)]
transmission: add access to web interface files to procd jail

Signed-off-by: Josef Zila <josefzila@gmail.com>
(cherry picked from commit 9a82c952b447b9b3145c288957dbd1a671021f1b)

4 years agotransmission: add a disabled notification
Rosen Penev [Sun, 31 May 2020 22:36:12 +0000 (15:36 -0700)]
transmission: add a disabled notification

Helps to see that transmission must be enabled.

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

4 years agotransmission: update to 3.0
Rosen Penev [Mon, 25 May 2020 03:33:33 +0000 (20:33 -0700)]
transmission: update to 3.0

remove upstreamed patches. Refresh remaining one.

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

4 years agoupmpdcli: update to 0.4.6
Rosen Penev [Tue, 18 Feb 2020 03:42:43 +0000 (19:42 -0800)]
upmpdcli: update to 0.4.6

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

4 years agoupmpdcli: Update to 1.4.2
Rosen Penev [Sat, 10 Aug 2019 02:40:42 +0000 (19:40 -0700)]
upmpdcli: Update to 1.4.2

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed upstreamed patch.

Ran init script through shellcheck.

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

4 years agohaveged: update to 1.9.11
Hannu Nyman [Sun, 14 Jun 2020 18:12:12 +0000 (21:12 +0300)]
haveged: update to 1.9.11

Update haveged to version 1.9.11

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

4 years agoMerge pull request #12509 from lipnitsk/openwrt-19.07
Rosen Penev [Sun, 14 Jun 2020 01:43:51 +0000 (18:43 -0700)]
Merge pull request #12509 from lipnitsk/openwrt-19.07

perl: fix build failure in GCC10

4 years agoperl: fix build failure in GCC10 12509/head
Ken Wong [Sat, 16 May 2020 05:30:42 +0000 (13:30 +0800)]
perl: fix build failure in GCC10

The perl Configure file was matching GCC 10 against "1*" and treating it
as GCC 1, causing ABI breakage and segfaults.

Cherry-pick the upstream patch which fixes it to check against (e.g)
"1.*" instead, which will make it work for hundreds more GCC versions
to come.

https://github.com/Perl/perl5/commit/6bd6308fcea3541
 "Adapt Configure to GCC version 10"

Also includes the previous commit just adding GCC 8 and 9 to one case:
https://github.com/Perl/perl5/commit/ae195500577d707
 "Add gcc-8 and gcc-9 for FORTIFY_SOURCE"

Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
(cherry picked from commit 65578a43f0d12c02888df00b6fdc90c73a02875c)

4 years agoMerge pull request #12505 from EricLuehrsen/unbound_ifauto_1907
Etienne Champetier [Sat, 13 Jun 2020 22:14:25 +0000 (18:14 -0400)]
Merge pull request #12505 from EricLuehrsen/unbound_ifauto_1907

[openwrt-19.07] unobund: make option interface_auto default on

4 years agoMerge pull request #12507 from stangri/19.07-simple-adblock
Etienne Champetier [Sat, 13 Jun 2020 22:10:40 +0000 (18:10 -0400)]
Merge pull request #12507 from stangri/19.07-simple-adblock

[19.07] simple-adblock: racially-neutral names

4 years agoMerge pull request #12503 from Andy2244/samba-4.11.9-(19-07)
Rosen Penev [Sat, 13 Jun 2020 21:39:09 +0000 (14:39 -0700)]
Merge pull request #12503 from Andy2244/samba-4.11.9-(19-07)

[19.07] samba4: update to 4.11.9

4 years agoMerge pull request #12502 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)
Rosen Penev [Sat, 13 Jun 2020 21:38:30 +0000 (14:38 -0700)]
Merge pull request #12502 from Andy2244/ksmbd-3.2.0_ksmbd-tools-3.2.6-(19-07)

[19.07] ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6

4 years agoMerge pull request #12501 from Andy2244/rpcsvc-proto-1907
Rosen Penev [Sat, 13 Jun 2020 21:38:17 +0000 (14:38 -0700)]
Merge pull request #12501 from Andy2244/rpcsvc-proto-1907

[19.07] rpcsvc-proto: update to 1.4.1

4 years agoMerge pull request #12500 from Andy2244/libtirpc-1.2.6-(19-07)
Rosen Penev [Sat, 13 Jun 2020 21:37:42 +0000 (14:37 -0700)]
Merge pull request #12500 from Andy2244/libtirpc-1.2.6-(19-07)

[19.07] libtirpc: update to 1.2.6

4 years agoMerge pull request #12499 from Andy2244/softethervpn5-9674-(19-07)
Rosen Penev [Sat, 13 Jun 2020 21:37:21 +0000 (14:37 -0700)]
Merge pull request #12499 from Andy2244/softethervpn5-9674-(19-07)

[19.07] Softethervpn5: update to 5.01.9674

4 years agoMerge pull request #12498 from Andy2244/wsdd2-4-(19-07)
Rosen Penev [Sat, 13 Jun 2020 21:37:07 +0000 (14:37 -0700)]
Merge pull request #12498 from Andy2244/wsdd2-4-(19-07)

[19.07] wsdd2: update to git 2020-05-06

4 years agolibtirpc: update to 1.2.6 12500/head
Andy Walsh [Sat, 13 Jun 2020 18:28:06 +0000 (20:28 +0200)]
libtirpc: update to 1.2.6

* update to 1.2.6
* Add HOST_BUILD_PARALLEL for faster compilation

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agowsdd2: update to git 2020-05-06 12498/head
Andy Walsh [Sat, 13 Jun 2020 18:32:21 +0000 (20:32 +0200)]
wsdd2: update to git 2020-05-06

* update to git 2020-05-06
* run init script through shellcheck
* fix infinite loop when BI_PARM is never set
* Fix '-b' option parsing

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agosimple-adblock: racially-neutral names 12507/head
Stan Grishin [Sat, 13 Jun 2020 20:39:11 +0000 (20:39 +0000)]
simple-adblock: racially-neutral names

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agounbound: make option interface_auto default on 12505/head
Eric Luehrsen [Sat, 13 Jun 2020 19:06:20 +0000 (15:06 -0400)]
unbound: make option interface_auto default on

Unbound has a quirk and may reply on a different device address.
When Unbound answers with from-address different than it
received queries on, it may cause trouble for select VPN and
firewall configurations. Ensure Unbound replies with the same
address by changing this default.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agounbound: bump PKG_RELEASE
David Bauer [Thu, 4 Jun 2020 13:53:52 +0000 (15:53 +0200)]
unbound: bump PKG_RELEASE

Fixes commit da76aeb24c1b ("unbound: expose interface-auto to UCI")

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agounbound: suggest matched domain option for dnsmasq link
Eric Luehrsen [Thu, 4 Jun 2020 05:13:46 +0000 (01:13 -0400)]
unbound: suggest matched domain option for dnsmasq link

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agosamba4: update to 4.11.9 12503/head
Andy Walsh [Sat, 13 Jun 2020 18:39:26 +0000 (20:39 +0200)]
samba4: update to 4.11.9

* update to 4.11.9
* remove merged upstream patches
* disable netbios port 139 on 'DISABLE_NETBIOS' option or missing 'nmbd'
* fixes CVE-2020-10700, CVE-2020-10704

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6 12502/head
Andy Walsh [Sat, 13 Jun 2020 18:36:06 +0000 (20:36 +0200)]
ksmbd: update to 3.2.0, ksmbd-tools: update to 3.2.6

* ksmbd: update to 3.2.0
* ksmbd-tools: update to 3.2.6
* refresh patch

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agosoftethervpn5: update to 5.01.9674 12499/head
Andy Walsh [Sat, 13 Jun 2020 18:29:55 +0000 (20:29 +0200)]
softethervpn5: update to 5.01.9674

* update to 5.01.9674

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agorpcsvc-proto: update to 1.4.1 12501/head
Andy Walsh [Sat, 13 Jun 2020 18:25:03 +0000 (20:25 +0200)]
rpcsvc-proto: update to 1.4.1

* update to 1.4.1

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoadblock: update 4.0.6
Dirk Brenken [Fri, 12 Jun 2020 20:58:44 +0000 (22:58 +0200)]
adblock: update 4.0.6

* add anti_ad blocklist source
* made SafeSearch provider configurable, you can limit
  SafeSearch to certain providers
* update readme

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

4 years agompd: update to 0.21.24
Rosen Penev [Thu, 11 Jun 2020 21:48:54 +0000 (14:48 -0700)]
mpd: update to 0.21.24

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

4 years agoadblock: update 4.0.5-5
Dirk Brenken [Thu, 11 Jun 2020 14:25:17 +0000 (16:25 +0200)]
adblock: update 4.0.5-5

* add regional list source for czech/slovak
* add regional list source for korea
* adapt oisd_nl changes, switch to adb-syntax domains

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

4 years agoMerge pull request #12472 from zhanhb/less-alternatives-19
Rosen Penev [Wed, 10 Jun 2020 08:58:23 +0000 (01:58 -0700)]
Merge pull request #12472 from zhanhb/less-alternatives-19

[19.07] less: update ALTERNATIVES

4 years agoless: update ALTERNATIVES 12472/head
Huangbin Zhan [Tue, 9 Jun 2020 22:37:36 +0000 (06:37 +0800)]
less: update ALTERNATIVES

Avoid conflict with busybox

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit d866393)

4 years agoMerge pull request #12454 from stangri/19.07-simple-adblock
Rosen Penev [Mon, 8 Jun 2020 20:50:47 +0000 (13:50 -0700)]
Merge pull request #12454 from stangri/19.07-simple-adblock

[19.07] simple-adblock: remove obsolete dshield.org links from config

4 years agosimple-adblock: remove obsolete dshield.org links from config 12454/head
Stan Grishin [Mon, 8 Jun 2020 17:35:48 +0000 (17:35 +0000)]
simple-adblock: remove obsolete dshield.org links from config

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12449 from jefferyto/golang-1.13.12-openwrt-19.07
Hannu Nyman [Mon, 8 Jun 2020 15:05:04 +0000 (18:05 +0300)]
Merge pull request #12449 from jefferyto/golang-1.13.12-openwrt-19.07

[openwrt-19.07] golang: Update to 1.13.12

4 years agogolang: Update to 1.13.12 12449/head
Jeffery To [Mon, 8 Jun 2020 08:25:01 +0000 (16:25 +0800)]
golang: Update to 1.13.12

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agocollectd: sqm_collect: tidy interval string handling
Kevin Darbyshire-Bryant [Sun, 7 Jun 2020 15:33:31 +0000 (18:33 +0300)]
collectd: sqm_collect: tidy interval string handling

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit c2c91ea99e5fb7d4798116888b31f8fd9117d8ee)

4 years agocollectd: sqm_collectd: improve error handling
Kevin Darbyshire-Bryant [Fri, 22 May 2020 11:50:12 +0000 (12:50 +0100)]
collectd: sqm_collectd: improve error handling

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 947c85bff0176c0bb7b6dce796ee32bd9fa868da)

4 years agocollectd: Improve sqm_collectd error reporting
Kevin Darbyshire-Bryant [Sun, 17 May 2020 15:10:48 +0000 (16:10 +0100)]
collectd: Improve sqm_collectd error reporting

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit a809dc6f3b4d42e185d84f527cb5e800325ae1d7)

4 years agocollectd: sqm_collectd improve interface name filter
Kevin Darbyshire-Bryant [Thu, 7 May 2020 08:43:27 +0000 (09:43 +0100)]
collectd: sqm_collectd improve interface name filter

Increase the range of characters that get substituted by '_' so the
shell doesn't complain about illegal variable names.

Primarily done to catch '.' and '-' but who knows what funnies will
appear in i/f names.

It's a shame that busybox ash doesn't understand :alnum:

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit c8640d1f68321c092542f91adc33f3d21fcecd18)

4 years agocollectd: bump PKG_RELEASE
Hannu Nyman [Tue, 5 May 2020 13:52:48 +0000 (16:52 +0300)]
collectd: bump PKG_RELEASE

Bump PKG_RELEASE on behalf of 38235de9c

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

4 years agocollectd: SQM collect data from some qdiscs
Kevin Darbyshire-Bryant [Wed, 15 Apr 2020 09:37:58 +0000 (10:37 +0100)]
collectd: SQM collect data from some qdiscs

Add a script that can collect data from mq (multi queue) and cake
qdiscs.

Script is reliant on collectd's 'exec' module.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 38235de9c3a6d0574f3293178617549822fbc738)

4 years agocollectd: add syslog json plugin
Florian Eckert [Mon, 27 Apr 2020 11:29:27 +0000 (13:29 +0200)]
collectd: add syslog json plugin

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

4 years agorrdtool1: modify logarithmic scale labelling
Kevin Darbyshire-Bryant [Sun, 7 Jun 2020 15:21:24 +0000 (18:21 +0300)]
rrdtool1: modify logarithmic scale labelling

The y-axis graph labels in logarithmic mode display in 'scientific'
notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on.
This IMO is a pain in the backside for non scientific humans to read.

Modified output to display numbers up to 99,999 in conventional decimal
format and to revert to scientific notation for larger, thus the same
display space is taken.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit edc41b26ab1e78d55e87c79562d8430b87d314a7)

4 years agoknot: update to version 2.9.5
Jan Hak [Tue, 26 May 2020 08:31:18 +0000 (10:31 +0200)]
knot: update to version 2.9.5

Removed patch
`03-configure-allow-to-manually-disable-POSIX-capabiliti.patch` that has been backported into release.

Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit 9d81b6e4cac85a387a629fbb0a278b1ca320ea1c)

4 years agoknot: disable libcap-ng
Josef Schlehofer [Fri, 22 May 2020 11:59:39 +0000 (13:59 +0200)]
knot: disable libcap-ng

Recently, there was added libcap-ng to OpenWrt packages feed,
which is optional for Knot DNS. It enables POSIX 1003.1e capabilities.
This can restrict root (by default it runs as root) permissions and
might harm and as there isn't systemd on OpenWrt it can interfere.

There is an added patch, which introduced an option to disable libcap-ng.
This will be part of the next release.

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

4 years agoknot: update to version 2.9.3
Jan Hak [Mon, 9 Mar 2020 13:53:40 +0000 (14:53 +0100)]
knot: update to version 2.9.3

Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit 87d6c26c737501544e2aa14758c7fdf68e568764)

4 years agolinuxptp: fix build failure
Paulo Machado [Mon, 25 May 2020 10:31:18 +0000 (11:31 +0100)]
linuxptp: fix build failure

Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on
linux net_tstamp.h.

Moreover, the usual way of linuxptp build is looking for system includes
unless user defines differently. That also was tried to fix.

PKG_RELEASE bumped to 3.

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
(cherry picked from commit 5f64b2d1e451e55babe3e6e9dcb7debaedb2b7db)

4 years agosslh: use tls option instead of deprecated ssl
Gabor Seljan [Sun, 24 May 2020 15:44:25 +0000 (17:44 +0200)]
sslh: use tls option instead of deprecated ssl

Upstream will drop support for the ssl option in the next future version.

Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
(cherry picked from commit 46c253dfcaba4ee9cb8299d3c895e399bf282bb8)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[package bump]

4 years agoMerge pull request #12361 from rs/nextdns-1.6.4-openwrt-19.07
Rosen Penev [Fri, 5 Jun 2020 19:23:37 +0000 (12:23 -0700)]
Merge pull request #12361 from rs/nextdns-1.6.4-openwrt-19.07

[19.07] nextdns: Update to version 1.6.4

4 years agognutls: updated to 3.6.14
Nikos Mavrogiannopoulos [Thu, 4 Jun 2020 03:52:44 +0000 (05:52 +0200)]
gnutls: updated to 3.6.14

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agompd: enable id3tag for all builds
Rosen Penev [Tue, 19 May 2020 21:37:28 +0000 (14:37 -0700)]
mpd: enable id3tag for all builds

2cedae0aa9befe1135c83f007942d89ec906658e enabled mp3 support for mini,
while keeping id3tag for full. This makes no sense as id3tag is used
specifically for mp3 files.

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

4 years agoMerge pull request #12334 from stangri/19.07-simple-adblock
Hannu Nyman [Wed, 3 Jun 2020 15:21:49 +0000 (18:21 +0300)]
Merge pull request #12334 from stangri/19.07-simple-adblock

[19.07] simple-adblock: bugfix: proper error reporting on failed downloads; lists update script

4 years agounbound: expose interface-auto to UCI
David Bauer [Tue, 2 Jun 2020 22:05:33 +0000 (00:05 +0200)]
unbound: expose interface-auto to UCI

This exposes the interface-auto option to UCI.

By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.

Devices with a packet filter might not receive the reply in this case.

Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.

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

4 years agoMerge pull request #12382 from neheb/gst-p
Rosen Penev [Wed, 3 Jun 2020 00:55:22 +0000 (17:55 -0700)]
Merge pull request #12382 from neheb/gst-p

[19.07] gstreamer update

4 years agogst1-plugins-bad: don't add webp support 12382/head
Rosen Penev [Tue, 2 Jun 2020 22:07:57 +0000 (15:07 -0700)]
gst1-plugins-bad: don't add webp support

Not present in 19.07.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12383 from neheb/pige
Rosen Penev [Tue, 2 Jun 2020 21:29:31 +0000 (14:29 -0700)]
Merge pull request #12383 from neheb/pige

[19.07] update pigeonhole

4 years agogst1-libav: update to 1.16.2
Rosen Penev [Wed, 8 Apr 2020 02:05:26 +0000 (19:05 -0700)]
gst1-libav: update to 1.16.2

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

4 years agogst1-plugins-ugly: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 04:20:22 +0000 (21:20 -0700)]
gst1-plugins-ugly: update to 1.16.2

Switched to meson.

Fixed license information.

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

4 years agogst1-plugins-bad: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 04:07:44 +0000 (21:07 -0700)]
gst1-plugins-bad: update to 1.16.2

Switched to meson.

Fixed license information.

Several Makefile cleanups for consistency between packages.

Enabled and added packages for a bunch of plugins.

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

4 years agogst1-plugins-good: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 02:42:35 +0000 (19:42 -0700)]
gst1-plugins-good: update to 1.16.2

Switch to meson.

No more static libraries as meson makes you choose.

Enabled speex and shout2 as the libraries are available.

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

4 years agogst1-plugins-base: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 00:29:34 +0000 (17:29 -0700)]
gst1-plugins-base: update to 1.16.2

Switched to meson.

Fixed license information.

No more static libraries as meson makes you choose.

Added several CONFIG_DEPENDS entries.

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

4 years agogstreamer1: update to 1.16.2
Rosen Penev [Mon, 9 Mar 2020 23:17:31 +0000 (16:17 -0700)]
gstreamer1: update to 1.16.2

Switched to meson.

Fixed license information.

Rearranged some stuff for consistency between packages.

Removed static libraries. It seems meson only supports either one or the
other.

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

4 years agopigeonhole: Update to 0.5.9 12383/head
Rosen Penev [Thu, 19 Dec 2019 21:00:39 +0000 (13:00 -0800)]
pigeonhole: Update to 0.5.9

Dovecot was updated but not pigeonhole. This is important as the API broke

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

4 years agopigeonhole: reflect license of LGPL-2.1-or-later
W. Michael Petullo [Mon, 14 Oct 2019 12:53:55 +0000 (08:53 -0400)]
pigeonhole: reflect license of LGPL-2.1-or-later

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

4 years agopigeonhole: update to 0.5.8
W. Michael Petullo [Sun, 13 Oct 2019 20:46:42 +0000 (16:46 -0400)]
pigeonhole: update to 0.5.8

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

4 years agogst1-libav: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:38:33 +0000 (08:38 -0400)]
gst1-libav: update to 1.16.1

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

4 years agogst1-plugins-ugly: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:38:17 +0000 (08:38 -0400)]
gst1-plugins-ugly: update to 1.16.1

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

4 years agogst1-plugins-bad: Make HLS crypto explicit
Rosen Penev [Sun, 29 Dec 2019 03:22:53 +0000 (19:22 -0800)]
gst1-plugins-bad: Make HLS crypto explicit

It's normally set to auto. When nettle is missing, it tries to use the
other libraries.

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

4 years agogst1-plugins-bad: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:38:09 +0000 (08:38 -0400)]
gst1-plugins-bad: update to 1.16.1

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

4 years agogst1-plugins-good: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:38:01 +0000 (08:38 -0400)]
gst1-plugins-good: update to 1.16.1

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

4 years agogst1-plugins-base: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:37:51 +0000 (08:37 -0400)]
gst1-plugins-base: update to 1.16.1

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

4 years agogstreamer1: update to 1.16.1
W. Michael Petullo [Mon, 14 Oct 2019 12:37:33 +0000 (08:37 -0400)]
gstreamer1: update to 1.16.1

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

4 years agonet/mosquitto: bump to 1.6.10
Karl Palsson [Tue, 2 Jun 2020 09:56:24 +0000 (09:56 +0000)]
net/mosquitto: bump to 1.6.10

Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/

Fixes openssl 3.0 support,
Minor fixes, nothing standout as applicable specifically to OpenWrt.

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agoola: fix compilation with GCC4
Rosen Penev [Mon, 25 May 2020 02:56:00 +0000 (19:56 -0700)]
ola: fix compilation with GCC4

The configure script confusingly sets CXXFLAGS to gnu++11 but does
not use that to check the important stuff. Fix that.

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

4 years agodovecot: update to version 2.3.10.1 (security fix)
Jan Pavlinec [Fri, 29 May 2020 13:05:18 +0000 (15:05 +0200)]
dovecot: update to version 2.3.10.1 (security fix)

Fixes:
CVE-2020-10957
CVE-2020-10958
CVE-2020-10967

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

4 years agoadblock: update 4.0.5-4
Dirk Brenken [Sun, 31 May 2020 16:28:27 +0000 (18:28 +0200)]
adblock: update 4.0.5-4

* remove dumb list cache
* start adblock processing after adding/removing
  list sources via CLI
* add regional list source for france

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

4 years agonextdns: Update to version 1.6.4 12361/head
Olivier Poitrey [Sat, 30 May 2020 00:28:43 +0000 (00:28 +0000)]
nextdns: Update to version 1.6.4

Refactor the package so init script is installed from the binary instead
of an init script embedded in the package.

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoadblock: update 4.0.5-3
Dirk Brenken [Sat, 30 May 2020 04:10:59 +0000 (06:10 +0200)]
adblock: update 4.0.5-3

* fix oisd_nl source parser (format has been changed)
* enable safesearch support for kresd (ip based)

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

4 years agoMerge pull request #12348 from adrianschmutzler/fixmake
Rosen Penev [Fri, 29 May 2020 02:11:38 +0000 (19:11 -0700)]
Merge pull request #12348 from adrianschmutzler/fixmake

[19.07] treewide: use relative include paths for python Makefiles

4 years agoMerge pull request #12294 from neheb/keab
Rosen Penev [Thu, 28 May 2020 22:17:01 +0000 (15:17 -0700)]
Merge pull request #12294 from neheb/keab

[19.07] backport kea changes

4 years agotreewide: use relative include paths for python Makefiles 12348/head
Jeffery To [Sat, 18 Apr 2020 10:29:06 +0000 (18:29 +0800)]
treewide: use relative include paths for python Makefiles

This updates the include paths for python(3)-package.mk to be relative
to the package Makefile. If not, in certain cases this will print errors
like the following one:

ERROR: please fix feeds/openwrt/net/freeradius3/Makefile
   - see logs/feeds/openwrt/net/freeradius3/dump.txt for details

In the dump.txt there is the following:

Makefile:42: /mylocalpath/feeds/packages/lang/python/python3-package.mk: No such file or directory
make[1]: *** No rule to make target '/mylocalpath/feeds/packages/lang/python/python3-package.mk'.  Stop.

The relative path is used already in 19.07 for most of the packages, and
has been updated for the packages at hand in master as well:

302f4d17e336 ("libmraa,libupm: Disable default Python package build recipe")
1bc2f4f3c621 ("treewide: Remove Python variants for non-Python packages")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years agoMerge pull request #12339 from ja-pa/transmission-fix-19.07
Rosen Penev [Wed, 27 May 2020 09:54:55 +0000 (02:54 -0700)]
Merge pull request #12339 from ja-pa/transmission-fix-19.07

[openwrt-19.07] transmission: init script check syscall list for seccomp

4 years agotransmission: init script check syscall list for seccomp 12339/head
Jan Pavlinec [Mon, 25 May 2020 10:56:06 +0000 (12:56 +0200)]
transmission: init script check syscall list for seccomp

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agosimple-adblock: bugfix: proper error reporting on failed downloads; lists update... 12334/head
Stan Grishin [Wed, 27 May 2020 00:26:13 +0000 (00:26 +0000)]
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script

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