Commit Graph
20327 Commits
Author SHA1 Message Date
Rosen Penev 35f1ef1c50 Revert "perl: fix compilation on x86_64 with glibc and ssp"
This reverts commit 3d5ba0f094.

As of b933f9cf0cb254e368027cad6d5799e45b237df5 , this is not needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 20:05:58 -07:00
Rosen Penev 355abcf62d 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>
2020-06-17 15:19:30 -07:00
David Woodhouse 34f7b0092f openzwave: update to 1.6.1149
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-17 22:39:15 +01:00
Hannu Nyman 4f0c847828 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>
2020-06-17 23:29:13 +03:00
Josef Schlehofer c8187f7f16 youtube-dl: update to version 2020.6.16.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-17 13:37:09 +02:00
Florian Eckert 8030814267 mwan3: update version to 2.8.7
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-17 13:04:38 +02:00
Florian Eckert e30f16beef 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>
2020-06-17 13:01:49 +02:00
Florian Eckert a6dc75428c 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>
2020-06-17 13:00:48 +02:00
Rosen PenevandGitHub f89c9e89f5 Merge pull request #12525 from neheb/rpp
rp-pppoe: update to 3.14
2020-06-16 15:33:42 -07:00
Rosen Penev 4e8b188760 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>
2020-06-16 15:23:17 -07:00
Rosen PenevandGitHub f30d021087 Merge pull request #12528 from Andy2244/samba-4-12-update-waf-cross-answers
samba4: update waf-cross-answers
2020-06-16 14:14:17 -07:00
Andy Walsh c5b1b6f86e samba4: update waf-cross-answers
* update waf-cross-answers for 4.12.x

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-16 21:46:04 +02:00
W. van den AkkerandHannu Nyman 36ec51be1f Shorewall6: Bump to 5.2.5.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-16 11:11:04 +03:00
W. van den AkkerandHannu Nyman 18324b4ff2 Shorewall: Bump to 5.2.5.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-16 11:11:04 +03:00
W. van den AkkerandHannu Nyman a2eac99a21 Shorewall6-lite: Bump to 5.2.5.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-16 11:11:04 +03:00
W. van den AkkerandHannu Nyman c4051eb98d Shorewall-lite: Bump to 5.2.5.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-16 11:11:04 +03:00
W. van den AkkerandHannu Nyman fdd3b5b17a Shorewall-core: Bump to 5.2.5.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-16 11:11:04 +03:00
Rosen PenevandGitHub cff969402b Merge pull request #12524 from lnslbrty/update/libndpi
libndpi: update to 3.2.0
2020-06-15 21:10:42 -07:00
Toni Uhlig c5a7f10c94 libndpi: update to 3.2.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-16 06:00:08 +02:00
Rosen Penev 5996f762e5 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>
2020-06-15 20:15:04 -07:00
Rosen PenevandGitHub 819568db53 Merge pull request #12371 from neheb/trans2
transmission: add a disabled notification
2020-06-15 19:44:56 -07:00
Rosen Penev 89fc95c4fc transmission: add a disabled notification
Helps to see that transmission must be enabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-15 19:44:15 -07:00
Rosen PenevandGitHub c0e2d553c4 Merge pull request #12409 from lnslbrty/package/libulfius
libulfius: new package
2020-06-15 11:28:54 -07:00
Rosen PenevandGitHub 0471a6ad8a Merge pull request #12515 from neheb/mot
motion: update to 4.3.1
2020-06-15 11:26:10 -07:00
Toni Uhlig 0c139bb41b libulfius: new package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-15 20:18:45 +02:00
Yousong Zhou 7e3d046a04 ovn: bump to version 20.06.0 2020-06-15 20:34:26 +08:00
Florian Eckert a8a1fbfa0d keepalived: fix config typo
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-15 11:47:33 +02:00
Florian EckertandGitHub d138a31800 Merge pull request #12229 from aaronjg/bugfix/mwan3-ipv6
mwan3: ipv6 improvements
2020-06-15 11:21:49 +02:00
Rosen PenevandGitHub 9c6beaabe0 Merge pull request #12461 from jefferyto/python-package-variants
python-packages: Remove variants
2020-06-15 00:15:16 -07:00
Rosen PenevandGitHub 3a9df5a417 Merge pull request #12519 from Andy2244/samba-4.12.3-unbundle-icu-libunwind
samba4: unbundle libunwind, icu
2020-06-15 00:14:19 -07:00
Daniel Golle 90790b6b8f Flask: update to version 1.1.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-15 01:40:31 +01:00
Daniel Golle 71d1dd3941 Werkzeug: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-15 01:40:31 +01:00
Daniel Golle c66a7c3477 pyodbc: update to version 4.0.30
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-15 01:40:31 +01:00
Michael HeimpoldandEneas U de Queiroz b4ddb635ea oniguruma: add patch to fix NULL pointer exception
I propose to carry this patch until a new upstream
release includes it. For forther references see:

https://github.com/openwrt/packages/issues/12403
and
https://github.com/kkos/oniguruma/pull/196

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 21:14:51 -03:00
Daniel Golle 74315625b9 pcsc-lite: update to version 1.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-14 23:20:53 +01:00
Hannu Nyman ca30b0ff91 haveged: update to 1.9.11
Update haveged to version 1.9.11

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-14 21:12:12 +03:00
Andy Walsh 2698c06d5b samba4: unbundle libunwind, icu
* add unbundle libunwind, icu patches

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-14 17:51:21 +02:00
Michael Heimpold fa566417ca libzip: update to 1.7.1 (closes #12512)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 15:09:37 +02:00
Michael Heimpold 64fafc1e22 php7: update to 7.4.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 14:54:33 +02:00
Rosen PenevandGitHub bac8490d25 Merge pull request #12511 from neheb/cap3
libcap: update to 2.36
2020-06-13 18:57:37 -07:00
Rosen PenevandGitHub 3337860827 Merge pull request #12513 from neheb/xer
libxerces-c: update to 3.2.3
2020-06-13 18:57:19 -07:00
Rosen Penev 78c0e2b06a motion: update to 4.3.1
Remove upstreamed patch.

Added patch to remove man and po stuff to fix compilation and speed up
the build.

Added PKG_BUILD_PARALLEL for faster builds.

Added PKG_INSTALL for consistency between packages. Used those install
paths as well to make it easier.

Other small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:54:22 -07:00
Rosen Penev 7a2147ac41 ariang: update to 1.1.6
Small adjustments for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:14:53 -07:00
Rosen Penev 8ed82b0687 libxerces-c: update to 3.2.3
Small adjustments for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:13:50 -07:00
Rosen Penev bd1caf362e libcap: update to 2.36
Remove outdated patches. A different solution was applied upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:11:47 -07:00
Rosen Penev 512f33f729 git: update to 2.27.0
Added license information.

Small rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:10:49 -07:00
Rosen Penev d5a9a5a2c0 geth: update to 1.9.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:10:16 -07:00
Etienne ChampetierandGitHub baafc660ef Merge pull request #12504 from EricLuehrsen/unbound_ifauto
unbound: make option interface_auto default on
2020-06-13 18:15:01 -04:00
Etienne ChampetierandGitHub 24ae70370e Merge pull request #12506 from stangri/master-simple-adblock
simple-adblock: racially-neutral names
2020-06-13 18:09:53 -04:00
Rosen PenevandGitHub 4b34b4f5ed Merge pull request #12497 from micmac1/mar-reorder
mariadb: move some binaries
2020-06-13 14:31:03 -07:00