feed/packages.git
3 years agoMerge pull request #12542 from neheb/opens
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

3 years agoMerge pull request #12539 from neheb/revperl
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"

3 years agoMerge pull request #12577 from neheb/shado
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

3 years agoMerge pull request #12548 from neheb/power
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

3 years agoMerge pull request #12533 from TDT-AG/pr/20200617-mwan3
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

3 years agoMerge pull request #12531 from zhanhb/overture
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

3 years agooverture: update to 1.6.1 12531/head
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>
3 years agoshadow: use libxcrypt 12577/head
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>
3 years agolibxcrypt: add
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>
3 years agoMerge pull request #12575 from neheb/alp
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

3 years agoMerge pull request #12566 from zhanhb/which
Rosen Penev [Tue, 23 Jun 2020 01:00:39 +0000 (18:00 -0700)]
Merge pull request #12566 from zhanhb/which

which: new package

3 years agoMerge pull request #12574 from neheb/npupnp-gerbera
Rosen Penev [Tue, 23 Jun 2020 00:59:49 +0000 (17:59 -0700)]
Merge pull request #12574 from neheb/npupnp-gerbera

Npupnp gerbera

3 years agoalpine: update to 2.23 12575/head
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>
3 years agogerbera: use npupnp 12574/head
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>
3 years agolibnpupnp: update to 4.0.7
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>
3 years agoMerge pull request #12572 from jow-/minidlna-fix-reload
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

3 years agoMerge pull request #12573 from miska/lighttpd
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

3 years agolighttpd: Add subpackage containing authn_pam module 12573/head
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>
3 years agoMerge pull request #12560 from G-M0N3Y-2503/feature_docker-ce_update
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

3 years agominidlna: restore service triggers 12572/head
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>
3 years agoMerge pull request #12567 from Grommish/master
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

3 years ago[LuaJIT] Allow MIPS64 support 12567/head
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>
3 years agoMerge pull request #12570 from wvdakker/master
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

3 years agoShorewall6: Bump to 5.2.5.1 12570/head
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>
3 years agoShorewall: Bump to 5.2.5.1
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>
3 years agoShorewall6-lite: Bump to 5.2.5.1
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>
3 years agoShorewall-lite: Bump to 5.2.5.1
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>
3 years agoShorewall-core: Bump to 5.2.5.1
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>
3 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>
3 years agoMerge pull request #12564 from ehrmann/patch-1
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

3 years agowhich: new package 12566/head
Huangbin Zhan [Sun, 21 Jun 2020 09:25:59 +0000 (17:25 +0800)]
which: new package

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
3 years agoMerge pull request #12550 from TELUS-BBA/feat/zabbix
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

3 years agominiupnpd: suppress grep and uci errors 12564/head
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>
3 years agoMerge pull request #12558 from neheb/iOS
Rosen Penev [Sat, 20 Jun 2020 18:55:25 +0000 (11:55 -0700)]
Merge pull request #12558 from neheb/iOS

iOS stuff

3 years agodocker-ce: Updated to 19.03.11 12560/head
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>
3 years agolibnetwork: Updated to 153d0769 for docker 19.03.11
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>
3 years agodocker-ce: Simplified config layout for menuconfig
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>
3 years agoopenssh: always enable stackprotect option 12542/head
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>
3 years agoidevicerestore: update to 1.0.0 12558/head
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>
3 years agousbmuxd: update to 1.1.1
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>
3 years agolibirecovery: update to official tarball
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>
3 years agolibimobiledevice: update to 1.3.0
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>
3 years agolibusbmuxd: update to 2.0.2
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>
3 years agolibplist: update to 2.2.0
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>
3 years agoMerge pull request #12535 from BKPepe/travis-ci
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)

3 years agoMerge pull request #12555 from Andy2244/samba-4.12-fix-python3-path
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

3 years agotravis: improve build config 12535/head
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>
3 years agotravis: Use Ubuntu 20.04 LTS - Focal Fossa
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>
3 years agozabbix: update to 5.0 LTS 12550/head
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>
3 years agosamba4: fix python3 host paths 12555/head
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>
3 years agoMerge pull request #12552 from ja-pa/python-more-itertools-8.4.0
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

3 years agopython-more-itertools: update to version 8.4.0 12552/head
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>
3 years agoMerge pull request #12551 from ja-pa/redis-6.0.5
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

3 years agoredis: update to version 6.0.5 12551/head
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>
3 years agopowertop: fix compilation with glibc 12548/head
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>
3 years agogkrellmd: update to 2.3.11
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>
3 years agoMerge pull request #12537 from neheb/motttt
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

3 years agoMerge pull request #12433 from neheb/pcre2
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

3 years agoMerge pull request #12431 from neheb/gph
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

3 years agoMerge pull request #12438 from neheb/cons
Rosen Penev [Thu, 18 Jun 2020 22:25:12 +0000 (15:25 -0700)]
Merge pull request #12438 from neheb/cons

conserver: 8.2.5

3 years agoMerge pull request #12514 from neheb/ari
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

3 years agoMerge pull request #12543 from mydzor/master
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

3 years agoMerge pull request #12545 from tru7/knxd
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

3 years agooniguruma: build using autotools
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>
3 years agoknxd: bump to version 0.14.39 12545/head
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>
3 years agotravis: use mpc85xx-p2020 sdk instead of ar71xx
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>
3 years agotransmission: add access to web interface files to procd jail 12543/head
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>
3 years agokmod: fix ALTERNATIVES
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>
3 years agoMerge pull request #12540 from neheb/avah
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

3 years agoMerge pull request #12530 from neheb/shadd
Rosen Penev [Thu, 18 Jun 2020 08:02:47 +0000 (01:02 -0700)]
Merge pull request #12530 from neheb/shadd

shadow: don't compile bcrypt for unsupported platforms

3 years agoMerge pull request #12541 from neheb/seaf
Rosen Penev [Thu, 18 Jun 2020 07:19:34 +0000 (00:19 -0700)]
Merge pull request #12541 from neheb/seaf

seafile-server: remove GCC_LIBSSP

3 years agoseafile-server: remove GCC_LIBSSP 12541/head
Rosen Penev [Wed, 17 Jun 2020 23:03:02 +0000 (16:03 -0700)]
seafile-server: remove GCC_LIBSSP

The variable is gone as of b933f9cf0cb254e368027cad6d5799e45b237df5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoavahi: remove lssp_nonshared flag 12540/head
Rosen Penev [Wed, 17 Jun 2020 23:05:18 +0000 (16:05 -0700)]
avahi: remove lssp_nonshared flag

Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoRevert "perl: fix compilation on x86_64 with glibc and ssp" 12539/head
Rosen Penev [Wed, 17 Jun 2020 23:36:03 +0000 (16:36 -0700)]
Revert "perl: fix compilation on x86_64 with glibc and ssp"

This reverts commit 3d5ba0f094709c1ca98a39d1f080aa414c40d530.

As of b933f9cf0cb254e368027cad6d5799e45b237df5 , this is not needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agomotion: add support for raspberrypi mmal 12537/head
Rosen Penev [Wed, 17 Jun 2020 22:14:10 +0000 (15:14 -0700)]
motion: add support for raspberrypi mmal

Currently motion is failing to compile on bcm27xx because of a missing
dependency.

Sorted the configure options based on the order they appear in the
configure script. Also removed outdated ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoopenzwave: update to 1.6.1149
David Woodhouse [Wed, 17 Jun 2020 21:39:15 +0000 (22:39 +0100)]
openzwave: update to 1.6.1149

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
3 years agoirqbalance: fix socket directory and create it
Hannu Nyman [Wed, 17 Jun 2020 20:29:13 +0000 (23:29 +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>
3 years agoyoutube-dl: update to version 2020.6.16.1 12534/head
Josef Schlehofer [Wed, 17 Jun 2020 11:35:48 +0000 (13:35 +0200)]
youtube-dl: update to version 2020.6.16.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agomwan3: update version to 2.8.7 12533/head
Florian Eckert [Wed, 17 Jun 2020 11:04:38 +0000 (13:04 +0200)]
mwan3: update version to 2.8.7

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agomwan3: set status to unknown in rpcd if status file not found
Florian Eckert [Thu, 23 Jan 2020 09:24:19 +0000 (10:24 +0100)]
mwan3: set status to unknown in rpcd if status file not found

If the status file is not found then set then return the value unknown.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agomwan3: switch to procd init script
Florian Eckert [Fri, 6 Dec 2019 14:28:36 +0000 (15:28 +0100)]
mwan3: switch to procd init script

This enables the procd handling for mwan3 on config change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoMerge pull request #12525 from neheb/rpp
Rosen Penev [Tue, 16 Jun 2020 22:33:42 +0000 (15:33 -0700)]
Merge pull request #12525 from neheb/rpp

rp-pppoe: update to 3.14

3 years agoshadow: don't compile bcrypt for unsupported platforms 12530/head
Rosen Penev [Tue, 16 Jun 2020 22:23:17 +0000 (15:23 -0700)]
shadow: don't compile bcrypt for unsupported platforms

If musl has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$w8EJ0Yfz5bGsG4U/0m7bk/': Function not implemented
The password for root is unchanged.

glibc output as it has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$xbpmAYmq6Q/rZN5jOlNxJZ': Invalid argument
The password for root is unchanged.

--without-bcrypt output:

Invalid ENCRYPT_METHOD value: 'BCRYPT'.
Defaulting to DES.
passwd: password changed.

The solution was tested on glibc despite using a musl specific variable
Still works.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #12528 from Andy2244/samba-4-12-update-waf-cross-answers
Rosen Penev [Tue, 16 Jun 2020 21:14:17 +0000 (14:14 -0700)]
Merge pull request #12528 from Andy2244/samba-4-12-update-waf-cross-answers

samba4: update waf-cross-answers

3 years agosamba4: update waf-cross-answers 12528/head
Andy Walsh [Tue, 16 Jun 2020 19:46:04 +0000 (21:46 +0200)]
samba4: update waf-cross-answers

* update waf-cross-answers for 4.12.x

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agoShorewall6: Bump to 5.2.5.
W. van den Akker [Tue, 16 Jun 2020 06:54:59 +0000 (08:54 +0200)]
Shorewall6: Bump to 5.2.5.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
3 years agoShorewall: Bump to 5.2.5.
W. van den Akker [Tue, 16 Jun 2020 06:53:25 +0000 (08:53 +0200)]
Shorewall: Bump to 5.2.5.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
3 years agoShorewall6-lite: Bump to 5.2.5.
W. van den Akker [Tue, 16 Jun 2020 06:51:25 +0000 (08:51 +0200)]
Shorewall6-lite: Bump to 5.2.5.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
3 years agoShorewall-lite: Bump to 5.2.5.
W. van den Akker [Tue, 16 Jun 2020 06:50:10 +0000 (08:50 +0200)]
Shorewall-lite: Bump to 5.2.5.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
3 years agoShorewall-core: Bump to 5.2.5.
W. van den Akker [Tue, 16 Jun 2020 06:48:43 +0000 (08:48 +0200)]
Shorewall-core: Bump to 5.2.5.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
3 years agoMerge pull request #12524 from lnslbrty/update/libndpi
Rosen Penev [Tue, 16 Jun 2020 04:10:42 +0000 (21:10 -0700)]
Merge pull request #12524 from lnslbrty/update/libndpi

libndpi: update to 3.2.0

3 years agolibndpi: update to 3.2.0 12524/head
Toni Uhlig [Mon, 15 Jun 2020 20:01:10 +0000 (22:01 +0200)]
libndpi: update to 3.2.0

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
3 years agorp-pppoe: update to 3.14 12525/head
Rosen Penev [Tue, 16 Jun 2020 03:12:10 +0000 (20:12 -0700)]
rp-pppoe: update to 3.14

Switched to new upstream.

Added PKG_BUILD_PARALLEL for faster compilation.

Refreshed and fixed up patches.

Fixed up license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #12371 from neheb/trans2
Rosen Penev [Tue, 16 Jun 2020 02:44:56 +0000 (19:44 -0700)]
Merge pull request #12371 from neheb/trans2

transmission: add a disabled notification

3 years agotransmission: add a disabled notification 12371/head
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>
3 years agoMerge pull request #12409 from lnslbrty/package/libulfius
Rosen Penev [Mon, 15 Jun 2020 18:28:54 +0000 (11:28 -0700)]
Merge pull request #12409 from lnslbrty/package/libulfius

libulfius: new package

3 years agoMerge pull request #12515 from neheb/mot
Rosen Penev [Mon, 15 Jun 2020 18:26:10 +0000 (11:26 -0700)]
Merge pull request #12515 from neheb/mot

motion: update to 4.3.1

3 years agolibulfius: new package 12409/head
Toni Uhlig [Thu, 4 Jun 2020 18:23:34 +0000 (20:23 +0200)]
libulfius: new package

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
3 years agoovn: bump to version 20.06.0
Yousong Zhou [Mon, 15 Jun 2020 06:37:39 +0000 (14:37 +0800)]
ovn: bump to version 20.06.0

3 years agokeepalived: fix config typo
Florian Eckert [Mon, 15 Jun 2020 09:47:20 +0000 (11:47 +0200)]
keepalived: fix config typo

Signed-off-by: Florian Eckert <fe@dev.tdt.de>