Rosen Penev [Thu, 25 Jun 2020 22:30:43 +0000 (15:30 -0700)]
upmpdcli: update to 1.4.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Jun 2020 21:23:07 +0000 (14:23 -0700)]
Merge pull request #12595 from Andy2244/ksmbd-3-2-2
ksmbd: update to 3.2.2
Rosen Penev [Thu, 25 Jun 2020 21:22:02 +0000 (14:22 -0700)]
Merge pull request #12596 from stangri/master-https-dns-proxy
https-dns-proxy: bugfix: remove eDNS support
Stan Grishin [Thu, 25 Jun 2020 19:40:38 +0000 (19:40 +0000)]
https-dns-proxy: bugfix: remove eDNS support
Signed-off-by: Stan Grishin <stangri@melmac.net>
Andy Walsh [Thu, 25 Jun 2020 19:29:46 +0000 (21:29 +0200)]
ksmbd: update to 3.2.2
* update to 3.2.2
ksmbd changelog:
* fix kernel oops when using signing and pysmb (SMB1) as client.
* fix signing bugs.
* fix encryption bugs.
* fix build error on linux-5.8-rc1
* fix bugs with read-only=yes
* fix potential stuck issue due to cache buffers exhaustion
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Hannu Nyman [Thu, 25 Jun 2020 16:52:57 +0000 (19:52 +0300)]
Merge pull request #12589 from Grommish/master
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
Alexandru Ardelean [Thu, 25 Jun 2020 13:41:46 +0000 (16:41 +0300)]
python-requests: bump to version 2.24.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 25 Jun 2020 11:16:27 +0000 (14:16 +0300)]
tcpreplay: bump to version 4.3.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Thu, 25 Jun 2020 14:00:20 +0000 (07:00 -0700)]
Merge pull request #12355 from kuoruan/open-vm-tools
open-vm-tools: add new package open-vm-tools-fuse
Donald Hoskins [Thu, 25 Jun 2020 06:44:31 +0000 (02:44 -0400)]
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
https://nvd.nist.gov/vuln/detail/CVE-2020-12823
Signed-off-by: Donald Hoskins <grommish@gmail.com>
Xingwang Liao [Fri, 29 May 2020 03:39:22 +0000 (11:39 +0800)]
open-vm-tools: add new package open-vm-tools-fuse
Link: https://kb.vmware.com/s/article/60262
Add new package to support Shared Folders user mode FUSE client.
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
Rosen Penev [Thu, 25 Jun 2020 05:05:03 +0000 (22:05 -0700)]
Merge pull request #12587 from rs/nextdns-1.7.0-master
nextdns: Update to version 1.7.0
Luiz Angelo Daros de Luca [Thu, 25 Jun 2020 03:10:40 +0000 (00:10 -0300)]
Merge pull request #12430 from neheb/sane
sane-backends: update to 1.0.30
Olivier Poitrey [Thu, 25 Jun 2020 00:22:33 +0000 (00:22 +0000)]
nextdns: Update to version 1.7.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Thu, 25 Jun 2020 00:17:00 +0000 (17:17 -0700)]
Merge pull request #12404 from commodo/numpy-new
numpy: add new package
Rosen Penev [Wed, 24 Jun 2020 19:58:23 +0000 (12:58 -0700)]
Merge pull request #12516 from rozhuk-im/fbsd_build
FreeBSD build fix
Florian Eckert [Wed, 24 Jun 2020 18:11:06 +0000 (20:11 +0200)]
Merge pull request #12585 from TDT-AG/pr/
20200624-collectd-fix-issues
collectd fix: init uci issues
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>
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>
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>
Hannu Nyman [Wed, 24 Jun 2020 15:09:38 +0000 (18:09 +0300)]
Merge pull request #12584 from TDT-AG/pr/
20200624-collectd
collectd: enable ubi plugin
Rozhuk Ivan [Sun, 14 Jun 2020 03:41:39 +0000 (06:41 +0300)]
xtables-addons: FreeBSD build fix
Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
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>
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>
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>
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>
Rosen Penev [Tue, 23 Jun 2020 22:05:04 +0000 (15:05 -0700)]
Merge pull request #12559 from zhaojh329/wifidog-ng
wifidog-ng: remove package
Rosen Penev [Tue, 23 Jun 2020 22:03:51 +0000 (15:03 -0700)]
Merge pull request #12547 from neheb/torr
tor: remove libssp hack
Rosen Penev [Tue, 23 Jun 2020 22:03:23 +0000 (15:03 -0700)]
Merge pull request #12542 from neheb/opens
openssh: always enable stackprotect option
Rosen Penev [Tue, 23 Jun 2020 22:03:02 +0000 (15:03 -0700)]
Merge pull request #12539 from neheb/revperl
Revert "perl: fix compilation on x86_64 with glibc and ssp"
Rosen Penev [Tue, 23 Jun 2020 22:02:37 +0000 (15:02 -0700)]
Merge pull request #12577 from neheb/shado
added libxcrypt and used for shadow-utils
Rosen Penev [Tue, 23 Jun 2020 20:50:28 +0000 (13:50 -0700)]
Merge pull request #12548 from neheb/power
powertop: fix compilation with glibc
Florian Eckert [Tue, 23 Jun 2020 11:18:04 +0000 (13:18 +0200)]
Merge pull request #12533 from TDT-AG/pr/
20200617-mwan3
mwan3: improvements
Rosen Penev [Tue, 23 Jun 2020 10:18:43 +0000 (03:18 -0700)]
Merge pull request #12531 from zhanhb/overture
overture: update to 1.6.1
Huangbin Zhan [Tue, 16 Jun 2020 22:41:33 +0000 (06:41 +0800)]
overture: update to 1.6.1
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Rosen Penev [Wed, 17 Jun 2020 00:46:33 +0000 (17:46 -0700)]
shadow: use libxcrypt
Since size is not a problem here, use libxcrypt to avoid algorithm
availability. Changed default to bcrypt as that's the strongest
supported by shadow-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 16 Jun 2020 23:18:38 +0000 (16:18 -0700)]
libxcrypt: add
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.
The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:
bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt
The STRONG default adds several algorithms not supported by
shadow-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 23 Jun 2020 01:06:26 +0000 (18:06 -0700)]
Merge pull request #12575 from neheb/alp
alpine: update to 2.23
Rosen Penev [Tue, 23 Jun 2020 01:00:39 +0000 (18:00 -0700)]
Merge pull request #12566 from zhanhb/which
which: new package
Rosen Penev [Tue, 23 Jun 2020 00:59:49 +0000 (17:59 -0700)]
Merge pull request #12574 from neheb/npupnp-gerbera
Npupnp gerbera
Rosen Penev [Mon, 22 Jun 2020 05:27:28 +0000 (22:27 -0700)]
alpine: update to 2.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Jun 2020 04:05:43 +0000 (21:05 -0700)]
gerbera: use npupnp
This is on track to replace libupnp in the next version. Since libupnp
is not building with GCC10, do this now.
Also backported needed header patch.
Replace other patches with the upstream versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Jun 2020 20:28:17 +0000 (13:28 -0700)]
libnpupnp: update to 4.0.7
Fixes CVE-2020-12695.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Jun 2020 18:46:13 +0000 (11:46 -0700)]
Merge pull request #12572 from jow-/minidlna-fix-reload
minidlna: restore service triggers
Rosen Penev [Mon, 22 Jun 2020 18:40:43 +0000 (11:40 -0700)]
Merge pull request #12573 from miska/lighttpd
lighttpd: Add subpackage containing authn_pam module
Michal Hrusecky [Mon, 15 Jun 2020 09:47:41 +0000 (11:47 +0200)]
lighttpd: Add subpackage containing authn_pam module
Add new subpackage containing pam authentication module. Shouldn't
affect dependencies and nothing changes, there is just one more module
enabled for people interested in it.
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
Florian Eckert [Mon, 22 Jun 2020 11:28:32 +0000 (13:28 +0200)]
Merge pull request #12560 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.11, updated relevant dependencies and script simplification
Jo-Philipp Wich [Mon, 22 Jun 2020 08:11:23 +0000 (10:11 +0200)]
minidlna: restore service triggers
Restore service triggers which got wrongly removed in commit
733aae9584ef92c327b9008142602a7e69cfec3b ("fix issues").
Without triggers, changing settings from LuCI or calling reload_config
from the cli won't have any effect.
Also adjust the uci commit call to only commit the minidlna configuration
when setting a UUID, to avoid committing unrelated user changes in other
config files.
Ref: https://github.com/openwrt/luci/issues/4194
Fixes: 733aae958 ("minidlna: fix issues")
Fixes: 37367bdc8 ("minidlna: create UUID in config if it is empty")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Rosen Penev [Mon, 22 Jun 2020 06:36:57 +0000 (23:36 -0700)]
Merge pull request #12567 from Grommish/master
[LuaJit] Add support for mips64
Donald Hoskins [Mon, 22 Jun 2020 04:03:34 +0000 (00:03 -0400)]
[LuaJIT] Allow MIPS64 support
Signed-off-by: Donald Hoskins <grommish@gmail.com>
Rosen Penev [Sun, 21 Jun 2020 21:31:17 +0000 (14:31 -0700)]
Merge pull request #12570 from wvdakker/master
Shorewall: Bump to 5.2.5.1
W. van den Akker [Sun, 21 Jun 2020 20:31:43 +0000 (22:31 +0200)]
Shorewall6: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sun, 21 Jun 2020 20:30:41 +0000 (22:30 +0200)]
Shorewall: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sun, 21 Jun 2020 20:29:30 +0000 (22:29 +0200)]
Shorewall6-lite: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sun, 21 Jun 2020 20:28:26 +0000 (22:28 +0200)]
Shorewall-lite: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sun, 21 Jun 2020 20:27:14 +0000 (22:27 +0200)]
Shorewall-core: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
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>
Rosen Penev [Sun, 21 Jun 2020 20:10:42 +0000 (13:10 -0700)]
Merge pull request #12564 from ehrmann/patch-1
miniupnpd: suppress grep and uci errors
Huangbin Zhan [Sun, 21 Jun 2020 09:25:59 +0000 (17:25 +0800)]
which: new package
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Etienne Champetier [Sun, 21 Jun 2020 16:14:57 +0000 (12:14 -0400)]
Merge pull request #12550 from TELUS-BBA/feat/zabbix
zabbix: update to 5.0 LTS
Alexandru Ardelean [Wed, 3 Jun 2020 13:58:34 +0000 (16:58 +0300)]
numpy: add new package
Essentially, this is a re-spin from
https://github.com/openwrt/packages/pull/9797/
But a really trimmed down version.
Only the Py3 variant is added now, which makes the Makefile really small
now.
Cython is needed on the host, to cythonize some files.
The package needs targets with hard-float enabled. This is because on some
soft-float targets floating-point exception constants aren't defined.
We can define some dummy values, but that ends up being a bit too much
work.
So, for that, the package depends on HAS_FPU or KERNEL_MIPS_FPU_EMULATOR.
This way, numpy should be buildable on hard-float, or for MIPS on the FPU
emulator being compiled in.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
David Ehrmann [Sat, 20 Jun 2020 22:34:39 +0000 (15:34 -0700)]
miniupnpd: suppress grep and uci errors
If miniupnpd is installed but disabled or not running, the hotplug
script will query uci for keys that don't exist and grep a temporary
config file that doesn't exist, resulting in the following errors:
uci: Entry not found
grep: /var/etc/miniupnd.conf: No such file or directory
These would arise when an interface is brought up or down, and are
more confusing than helpful, especially when miniupnpd is disabled.
Suppress these errors.
Signed-off-by: David Ehrmann <ehrmann@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 18:55:25 +0000 (11:55 -0700)]
Merge pull request #12558 from neheb/iOS
iOS stuff
Gerard Ryan [Sat, 20 Jun 2020 07:05:23 +0000 (17:05 +1000)]
docker-ce: Updated to 19.03.11
* Automated dependency version checking
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 20 Jun 2020 07:01:30 +0000 (17:01 +1000)]
libnetwork: Updated to
153d0769 for docker 19.03.11
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 20 Jun 2020 08:02:29 +0000 (18:02 +1000)]
docker-ce: Simplified config layout for menuconfig
cgroupfs-mount: Replaced dependency with cgroup config option
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Jianhui Zhao [Sat, 20 Jun 2020 08:44:59 +0000 (16:44 +0800)]
wifidog-ng: remove package
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Rosen Penev [Wed, 17 Jun 2020 22:43:51 +0000 (15:43 -0700)]
openssh: always enable stackprotect option
b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes
to OpenWrt's libssp support. It seems this workaround is no longer
needed.
Simplified the configure script slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 06:14:42 +0000 (23:14 -0700)]
idevicerestore: update to 1.0.0
Switched to upstream tarballs as they are now available
Removed autoreconf as a result.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 06:06:13 +0000 (23:06 -0700)]
usbmuxd: update to 1.1.1
Switched to upstream tarballs as they are now available.
Removed autoreconf as a result.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 05:59:43 +0000 (22:59 -0700)]
libirecovery: update to official tarball
Removed autoreconf as a result.
Unfortunately, the two versions are not identical. Bumped PKG_RELEASE
to deal with it.
Disable static libraries as they're fairly useless.
Adjusted filepaths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 05:49:27 +0000 (22:49 -0700)]
libimobiledevice: update to 1.3.0
Upstream created proper tarballs. Switch to those.
Removed autoreconf as a result.
Adjusted filepaths.
Removed upstreamed patch.
Disabled static libraries as they're not useful.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 05:39:07 +0000 (22:39 -0700)]
libusbmuxd: update to 2.0.2
Upstream created proper tarballs. Switched to those.
Removed autoreconf as a result.
Adjusted filenames.
Got rid of static compiles as they're pretty useless.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jun 2020 05:28:27 +0000 (22:28 -0700)]
libplist: update to 2.2.0
Upstream finally got a proper tarball. Switched to that.
Remove autoreconf as it's no longer needed.
Adjusted new filepaths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Sat, 20 Jun 2020 00:27:36 +0000 (02:27 +0200)]
Merge pull request #12535 from BKPepe/travis-ci
Improvements for Travis (use different target and update Ubuntu image)
Rosen Penev [Fri, 19 Jun 2020 20:08:18 +0000 (13:08 -0700)]
Merge pull request #12555 from Andy2244/samba-4.12-fix-python3-path
samba4: fix python3 host paths
Josef Schlehofer [Fri, 19 Jun 2020 18:51:53 +0000 (20:51 +0200)]
travis: improve build config
Build config validation showed up 1 warning, 1 info
- deprecated sudo
- missing os
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Fri, 19 Jun 2020 18:22:59 +0000 (20:22 +0200)]
travis: Use Ubuntu 20.04 LTS - Focal Fossa
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Scott Roberts [Fri, 19 Jun 2020 01:50:24 +0000 (19:50 -0600)]
zabbix: update to 5.0 LTS
Updated to 5.0 LTS version.
Removed 120-uclibc-res.patch
Frontend moved from frontend to ui
zabbix-proxy added libevent dependencie
refresh patches
Compile tested: aarch64 cortex-a53
Run tested: aarch64 cortex-a53
Signed-off-by: Scott Roberts <ttocsr@gmail.com>
Andy Walsh [Fri, 19 Jun 2020 11:22:52 +0000 (13:22 +0200)]
samba4: fix python3 host paths
* fix python3 host paths, ensure we use build hostpkg tools
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Fri, 19 Jun 2020 08:33:58 +0000 (01:33 -0700)]
Merge pull request #12552 from ja-pa/python-more-itertools-8.4.0
python-more-itertools: update to version 8.4.0
Jan Pavlinec [Fri, 19 Jun 2020 05:43:36 +0000 (07:43 +0200)]
python-more-itertools: update to version 8.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Fri, 19 Jun 2020 05:31:55 +0000 (22:31 -0700)]
Merge pull request #12551 from ja-pa/redis-6.0.5
redis: update to version 6.0.5
Jan Pavlinec [Fri, 19 Jun 2020 05:22:02 +0000 (07:22 +0200)]
redis: update to version 6.0.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 14 Apr 2020 06:34:39 +0000 (23:34 -0700)]
powertop: fix compilation with glibc
It seems several libraries need to be linked.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 23 Apr 2020 00:55:03 +0000 (17:55 -0700)]
gkrellmd: update to 2.3.11
Added nls.mk as this is now required.
Fixed license information.
Several small fixes and cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 18 Jun 2020 22:26:13 +0000 (15:26 -0700)]
Merge pull request #12537 from neheb/motttt
motion: add support for raspberrypi mmal
Rosen Penev [Thu, 18 Jun 2020 22:25:50 +0000 (15:25 -0700)]
Merge pull request #12433 from neheb/pcre2
pcre2: updater to 10.35
Rosen Penev [Thu, 18 Jun 2020 22:25:30 +0000 (15:25 -0700)]
Merge pull request #12431 from neheb/gph
libgphoto2: update to 2.5.25
Rosen Penev [Thu, 18 Jun 2020 22:25:12 +0000 (15:25 -0700)]
Merge pull request #12438 from neheb/cons
conserver: 8.2.5
Rosen Penev [Thu, 18 Jun 2020 22:24:39 +0000 (15:24 -0700)]
Merge pull request #12514 from neheb/ari
ariang: update to 1.1.6
Rosen Penev [Tue, 16 Jun 2020 22:41:19 +0000 (15:41 -0700)]
tor: remove libssp hack
Does not seem to be needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 18 Jun 2020 21:52:53 +0000 (14:52 -0700)]
Merge pull request #12543 from mydzor/master
transmission: add access to web interface files to procd jail
Michael Heimpold [Thu, 18 Jun 2020 19:51:13 +0000 (21:51 +0200)]
Merge pull request #12545 from tru7/knxd
knxd: bump to version 0.14.39
Eneas U de Queiroz [Tue, 16 Jun 2020 23:20:37 +0000 (20:20 -0300)]
oniguruma: build using autotools
Cmake currently fails to compile properly. While there's a fix
upstream, we can avoid carrying any patches here, and use the more
stable build system, despite being slower.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Othmar Truniger [Thu, 18 Jun 2020 15:42:06 +0000 (17:42 +0200)]
knxd: bump to version 0.14.39
Signed-off-by: Othmar Truniger <github@truniger.ch>
Josef Schlehofer [Wed, 17 Jun 2020 12:47:08 +0000 (14:47 +0200)]
travis: use mpc85xx-p2020 sdk instead of ar71xx
Target ar71xx is deprecated and removed in the master branch and makes SDK
not available anymore. Travis fails because of that.
It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM.
However, ath79 is being used by CircleCI if you have it configured for
your repository and if you are contributing to this repository. It
is not good to have two CI for the same target. Let's use powerpc.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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>
Kuan-Yi Li [Fri, 12 Jun 2020 01:15:32 +0000 (09:15 +0800)]
kmod: fix ALTERNATIVES
ALTERNATIVES shall be defined in the package where /sbin/kmod resides --
otherwise kmod tools will break if we install only the library as these
tools will be linked to a nonexistent executable.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Rosen Penev [Thu, 18 Jun 2020 08:03:57 +0000 (01:03 -0700)]
Merge pull request #12540 from neheb/avah
avahi: remove lssp_nonshared flag