1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

19938 Commits

Author SHA1 Message Date
Andy Walsh
d1e7a77e61 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>
2020-06-19 13:22:52 +02:00
Rosen Penev
e05471e654
Merge pull request #12552 from ja-pa/python-more-itertools-8.4.0
python-more-itertools: update to version 8.4.0
2020-06-19 01:33:58 -07:00
Jan Pavlinec
1eca6b8b1a
python-more-itertools: update to version 8.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:43:50 +02:00
Rosen Penev
c0f0e9d8b1
Merge pull request #12551 from ja-pa/redis-6.0.5
redis: update to version 6.0.5
2020-06-18 22:31:55 -07:00
Jan Pavlinec
26722253ee
redis: update to version 6.0.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:22:28 +02:00
Rosen Penev
4426e4c69b
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>
2020-06-18 15:28:18 -07:00
Rosen Penev
e309ef0d72
Merge pull request #12537 from neheb/motttt
motion: add support for raspberrypi mmal
2020-06-18 15:26:13 -07:00
Rosen Penev
24498b855a
Merge pull request #12433 from neheb/pcre2
pcre2: updater to 10.35
2020-06-18 15:25:50 -07:00
Rosen Penev
c9eabd7c08
Merge pull request #12431 from neheb/gph
libgphoto2: update to 2.5.25
2020-06-18 15:25:30 -07:00
Rosen Penev
bfad83beb8
Merge pull request #12438 from neheb/cons
conserver: 8.2.5
2020-06-18 15:25:12 -07:00
Rosen Penev
2b80d3c433
Merge pull request #12514 from neheb/ari
ariang: update to 1.1.6
2020-06-18 15:24:39 -07:00
Rosen Penev
d498a74910
Merge pull request #12543 from mydzor/master
transmission: add access to web interface files to procd jail
2020-06-18 14:52:53 -07:00
Michael Heimpold
024d36466d
Merge pull request #12545 from tru7/knxd
knxd: bump to version 0.14.39
2020-06-18 21:51:13 +02:00
Eneas U de Queiroz
69b6f46c96 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>
2020-06-18 13:42:26 -03:00
Othmar Truniger
ddbf62c949 knxd: bump to version 0.14.39
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-18 17:42:06 +02:00
Josef Zila
9a82c952b4 transmission: add access to web interface files to procd jail
Signed-off-by: Josef Zila <josefzila@gmail.com>
2020-06-18 13:48:07 +02:00
Kuan-Yi Li
f40a0cf5e4 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>
2020-06-18 16:41:51 +08:00
Rosen Penev
9da08e65de
Merge pull request #12540 from neheb/avah
avahi: remove lssp_nonshared flag
2020-06-18 01:03:57 -07:00
Rosen Penev
e8ebbd69c5
Merge pull request #12530 from neheb/shadd
shadow: don't compile bcrypt for unsupported platforms
2020-06-18 01:02:47 -07:00
Rosen Penev
96311ca0f6
Merge pull request #12541 from neheb/seaf
seafile-server: remove GCC_LIBSSP
2020-06-18 00:19:34 -07:00
Rosen Penev
684a9a6b4f
seafile-server: remove GCC_LIBSSP
The variable is gone as of b933f9cf0cb254e368027cad6d5799e45b237df5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 20:08:59 -07:00
Rosen Penev
4f883459d0
avahi: remove lssp_nonshared flag
Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 20:06:54 -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
Rosen Penev
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 Penev
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 Akker
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 Akker
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 Akker
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 Akker
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 Akker
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 Penev
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 Penev
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 Penev
c0e2d553c4
Merge pull request #12409 from lnslbrty/package/libulfius
libulfius: new package
2020-06-15 11:28:54 -07:00
Rosen Penev
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 Eckert
d138a31800
Merge pull request #12229 from aaronjg/bugfix/mwan3-ipv6
mwan3: ipv6 improvements
2020-06-15 11:21:49 +02:00
Rosen Penev
9c6beaabe0
Merge pull request #12461 from jefferyto/python-package-variants
python-packages: Remove variants
2020-06-15 00:15:16 -07:00
Rosen Penev
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