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>
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)
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)
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)
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
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)
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
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>
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
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>
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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]
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
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>
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)
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
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)
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
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>
Rosen Penev [Tue, 2 Jun 2020 21:29:31 +0000 (14:29 -0700)]
Merge pull request #12383 from neheb/pige
[19.07] update pigeonhole
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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>
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)
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)
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)
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>
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)
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
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
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>
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
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>
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>
Rosen Penev [Tue, 26 May 2020 21:08:58 +0000 (14:08 -0700)]
Merge pull request #12292 from neheb/spoof
[19.07] spoofer backports
Rosen Penev [Tue, 26 May 2020 20:24:32 +0000 (13:24 -0700)]
Merge pull request #12269 from neheb/gerb56
[19.07] gerbera: add taglib support
Rosen Penev [Tue, 26 May 2020 20:03:59 +0000 (13:03 -0700)]
Merge pull request #12330 from rs/nextdns-1.6.3-openwrt-19.07
[19.07] nextdns: Update to version 1.6.3
Olivier Poitrey [Tue, 26 May 2020 19:31:36 +0000 (19:31 +0000)]
nextdns: Update to version 1.6.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Hannu Nyman [Tue, 26 May 2020 18:08:19 +0000 (21:08 +0300)]
Merge pull request #12326 from rs/nextdns-1.6.0-openwrt-19.07
[19.07] nextdns: Update to version 1.6.0
Olivier Poitrey [Tue, 26 May 2020 17:58:33 +0000 (17:58 +0000)]
nextdns: Update to version 1.6.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Tue, 26 May 2020 08:55:44 +0000 (01:55 -0700)]
Merge pull request #12313 from aleksander0m/aleksander/mm-mtu-19.07
modemmanager: set interface MTU based on bearer settings
Aleksander Morgado [Mon, 25 May 2020 13:34:41 +0000 (15:34 +0200)]
modemmanager: set interface MTU based on bearer settings
Using the same method used by other protocol handlers like uqmi.
Fixes https://github.com/openwrt/packages/issues/11383
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
(cherry picked from commit
41552c1cc225066bd1f35685ccd5dcf83a21b7e5)
Rosen Penev [Sun, 24 May 2020 04:06:57 +0000 (21:06 -0700)]
giflib: remove host build
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
23be4f9d7c16c6c0e1a1e2672d73c5fa839a4525)
Rosen Penev [Sun, 24 May 2020 04:11:46 +0000 (21:11 -0700)]
libtasn1: fix host build under old GCC
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
6d100823e975da012210213c6c29f7f4b3e1123c)
Rosen Penev [Mon, 30 Mar 2020 02:55:55 +0000 (19:55 -0700)]
kea: do not build static host binaries
Errors on some systems. No real change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
1950340c697c537ab9d8d117f1b3ea08fe4bf1c1)
Tiago Gaspar [Mon, 16 Mar 2020 16:00:52 +0000 (16:00 +0000)]
kea: Update kea to the latest stable verion (1.6.2).
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
0f4cc2e339f4633b0e8c0b922d8f38c2fdba14b4)
Rosen Penev [Tue, 22 Oct 2019 17:27:26 +0000 (10:27 -0700)]
kea: Remove openssl host dependency
OpenSSL is already built as part of tools (LibreSSL actually) and can be
used instead for the host build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
c037c8d988027453214849a098232f86dd4ca4d4)
Tiago Gaspar [Thu, 10 Oct 2019 22:15:19 +0000 (23:15 +0100)]
kea: update package to 1.6.0
Update kea to the latest stable verion (1.6.0).
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
03cf09333254fa9f58de1d35556a3286849137ff)
Tiago Gaspar [Tue, 1 Oct 2019 01:05:15 +0000 (02:05 +0100)]
kea: remove dependency and reduce file size
Remove boost-python3 dependency and reduce file size of the compiled
kea-libs
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
74603fe5ea607ad4afb326a68817ded8ac242166)
Tiago Gaspar [Tue, 1 Oct 2019 01:03:21 +0000 (02:03 +0100)]
kea: fix kea-admin dependency
Fix kea-admin dependency where if procps-ng-ps wasn't available busybox
would output an error casuse it does't support showing a processe's PID
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
9314a96765832683326038e4d7c1c162c4ab1677)
Tiago Gaspar [Tue, 1 Oct 2019 00:59:36 +0000 (01:59 +0100)]
kea: fix and improve makefile
Fix an issue where the Makefile wouldn't allow kea to show up in the
menuconfig Also added some description to the packages
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
(cherry picked from commit
95307f2a4b3b64db9244f670f3ea2c7cf3cc2492)
Rosy Song [Wed, 24 Jul 2019 02:56:41 +0000 (10:56 +0800)]
kea: remove python3 dependency of kea-admin
fix #9495
Signed-off-by: Rosy Song <rosysong@rosinson.com>
(cherry picked from commit
444420423fbbd707c41343e043d00fa2e843e483)
Rosen Penev [Thu, 4 Jul 2019 03:48:56 +0000 (20:48 -0700)]
kea: Fix compilation without deprecated OpenSSL APIs
Forgot to add this one to the last pull request.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
54d7bc119d971d80d700406cab56c58e922a65ab)
Rosen Penev [Thu, 20 Jun 2019 18:50:06 +0000 (11:50 -0700)]
kea: Don't install to STAGING_DIR_HOST
STAGING_DIR_HOST is for packages under tools/ , not host packages.
Reorganized Makefile for consistency between packages.
Added PKG/HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
d93fd61d6274aecd98ff9b1b89461f569c345cd1)
Rosen Penev [Fri, 14 Feb 2020 23:12:18 +0000 (15:12 -0800)]
spoofer: remove host build + cleanups
The host build is not used by anything.
Added PKG_INSTALL for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Added missing protobuf/host build dependency. This was previously
specified as a host dependency, which is wrong.
Removed pointless std parameter. It's only useful for old G++ versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
63107fa8c00762cee0c5739397cb36f8c32e8e2d)
Rosen Penev [Fri, 5 Jul 2019 23:12:30 +0000 (16:12 -0700)]
spoofer: Update to 1.4.5
Needed for the new protobuf update.
Cleaned up Makefile.
Got rid of HOST_BUILD_DEPENDS. This package does not have a host build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
4c42eb0b450ad2f58d63efbd60d7b900b3712e4e)
Dirk Brenken [Sun, 24 May 2020 19:40:58 +0000 (21:40 +0200)]
adblock: limit domain name length
* limit domain name length to max. 63 chars
to fix issues with energized sources
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
0b6ea1256058dc28ae35bdd4ff78c4cb528b2c9e)
Hannu Nyman [Sun, 24 May 2020 17:41:28 +0000 (20:41 +0300)]
nano: update to 4.9.3
Update nano version to 4.9.3
Minor bugfix release.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
38be46a7ae496cf9f01dd2fd6fee74bc9f1b2673)
Rosen Penev [Sun, 24 May 2020 10:55:11 +0000 (03:55 -0700)]
Merge pull request #12275 from micmac1/mar19run
[19.07] mariadb: use default umask for rundir
Sebastian Kemper [Sun, 24 May 2020 08:41:09 +0000 (10:41 +0200)]
mariadb: use default umask for rundir
rundir needs to be accessible for clients, hence o= is not the proper
permission for rundir. This commit breaks out rundir from the awk script
and sets it up with default umask.
This also removes chmod call and instead tells mkdir to create the
directories with the proper permissions directly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Sat, 23 May 2020 23:03:21 +0000 (16:03 -0700)]
gerbera: backport init and config changes from master
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 May 2020 22:52:32 +0000 (15:52 -0700)]
gerbera: add taglib support
Gives audio metadata support to gerbera.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 23 Mar 2020 23:37:50 +0000 (16:37 -0700)]
libupnp: enable reuseaddr
Helps applications restart safely.
Disabled optssdp. Not used by anything.
Disabled scriptsupport. Not used by anything.
Made all configure options explicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
8e065c147f7822ca32e053a1da7cc500d0dae2fb)
Added some extra stuff from master.
Rosen Penev [Sun, 24 May 2020 00:26:50 +0000 (17:26 -0700)]
taglib: update to 1.12-beta-1
It seems 1.11.1 is old and has CVEs.
Removed boost hack since upstream removed boost support.
Removed outdated InstallDev hacks.
Added PKG_CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
b0dc454c0ec20d3e2a4994d30657de2f4e21fe55)
Rosen Penev [Sat, 23 May 2020 07:11:16 +0000 (00:11 -0700)]
taglib: fix taglib-config paths
It seems gerbera uses this instead of pkgconfig.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
2016b7b79985aed0323e31656af72e0fef28c7c2)
Rosen Penev [Sat, 23 May 2020 07:11:16 +0000 (00:11 -0700)]
taglib: add
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
350317d6732a6acb332d07585322e7ac87e26c02)
Dirk Brenken [Sat, 23 May 2020 19:15:52 +0000 (21:15 +0200)]
adblock: release 4.0.5
* update energized source urls, add ultimate variant
* switch shalla source to http (invalid server certificate)
* add another stevenblack source variant (normal / porn)
* small cornercase fixes
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
c9f91ecc472596630fa6be265f90899adf2b935e)
Rosen Penev [Sat, 15 Feb 2020 00:58:29 +0000 (16:58 -0800)]
sslh: update to 1.20
Fixed maintainer entry.
Added patch fixing compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
ded3ad41b8e6a7ce90f76623f494124a9bbb2d6c)
Hannu Nyman [Thu, 21 May 2020 15:10:31 +0000 (18:10 +0300)]
Merge pull request #12247 from jefferyto/python-setuptools-site-patch-openwrt-19.07
[openwrt-19.07] python-setuptools,python3-setuptools: Fix error when installing from source
Jeffery To [Thu, 21 May 2020 12:18:25 +0000 (20:18 +0800)]
python-setuptools: Fix error when installing from source
When a Python package is installed from source (i.e. using setup.py)
into a custom location (with --home), setuptools may want to create a
site.py file in the custom location. This file is created based on the
source code of site-patch.py, a file bundled with setuptools.
Because the normal OpenWrt setuptools package does not contain Python
source code, this file is missing and the installation will end with an
error.
This copies site-patch.py to site-patch.py.txt so that it will be
included in python3-setuptools, and patches setuptools to look for this
file.
See https://github.com/openwrt/packages/issues/12223
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 21 May 2020 12:02:13 +0000 (20:02 +0800)]
python3-setuptools: Fix error when installing from source
When a Python package is installed from source (i.e. using setup.py)
into a custom location (with --home), setuptools may want to create a
site.py file in the custom location. This file is created based on the
source code of site-patch.py, a file bundled with setuptools.
Because the normal OpenWrt setuptools package does not contain Python
source code, this file is missing and the installation will end with an
error.
This copies site-patch.py to site-patch.py.txt so that it will be
included in python3-setuptools, and patches setuptools to look for this
file.
See https://github.com/openwrt/packages/issues/12223
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
70a7f736c5d6fb9ebec1acc8b3e8ca77704361bf)
Josef Schlehofer [Tue, 19 May 2020 10:06:34 +0000 (12:06 +0200)]
bind: update to version 9.14.12
Fixes:
CVE-2020-8616
CVE-2020-8617
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 6 May 2020 21:50:34 +0000 (23:50 +0200)]
syslog-ng: update to version 3.27.1
snmp-dest was moved to afsnmp
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
d4db36ea093b76b77262ba13505b178422680523)
Philip Prindeville [Tue, 5 May 2020 21:00:50 +0000 (15:00 -0600)]
syslog-ng: restore service "reload" to actually working
Commit
44a16ca broke syslog-ng such that it no longer works with
logrotate, for example. Yes, you can manually stop and start the
service, but (1) you shouldn't have to and (2) it creates a window
where you potentially lose messages if the syslog UDP socket
overruns.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
c27f4ca53b231823d4298ab976d0a64ed61dfa99)
Philip Prindeville [Fri, 1 May 2020 17:15:57 +0000 (11:15 -0600)]
syslog-ng: including user settings after system settings
Initially we included user-specific settings last, so that they
could turn off or replace system settings... otherwise we only get
to change what's NOT explicitly set by the system. This is overly
constraining.
Restore the original functionality of allowing the user to
override settings defined by the distribution's configuration.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
f8443ae8295fd391f4927e4bb921b5fe9154d224)