Rosen Penev
14f5004f30
Merge pull request #11776 from neheb/gerb
...
gerbera: add
2020-04-21 21:48:56 -07:00
Rosen Penev
e36b946b0a
Merge pull request #11876 from neheb/evsd
...
libevdev: update to 2.9.0
2020-04-21 21:47:46 -07:00
Rosen Penev
48ef84ccef
Merge pull request #11874 from neheb/meson
...
meson: allow compilation in a subdirectory
2020-04-21 21:46:08 -07:00
Rosen Penev
f98d8d2406
Merge pull request #11875 from neheb/drm
...
libdrm: update to 2.4.101
2020-04-21 21:44:27 -07:00
Luiz Angelo Daros de Luca
48692cfd5b
Merge pull request #11885 from BKPepe/libvpx
...
libvpx: update to version 1.8.2
2020-04-22 01:24:10 -03:00
Rosen Penev
f1a0a6eff5
Merge pull request #11890 from neheb/dump109
...
dump1090: update to 3.8.1
2020-04-21 20:59:51 -07:00
Luiz Angelo Daros de Luca
f12ef14bcd
sane-backends: enable PKG_BUILD_PARALLEL
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 00:48:08 -03:00
Josef Schlehofer
34ab886263
libvpx: Makefile polishing
...
- Remove PKG_REV
- Reorder things to be more sync with other Makefiles
- Add PKG_BUILD_PARALLEL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-22 00:20:03 +02:00
Josef Schlehofer
0ae161ecb6
less: add ALTERNATIVES
...
This package can not be installed if you have installed less from
busybox.
Collected errors:
* check_data_file_clashes: Package less wants to install file /bin/less
But that file is already provided by package * busybox
* opkg_install_cmd: Cannot install package less.
To avoid this error, I moved it from /bin/less to /usr/bin/less.
If you install it now, it changes symlink from busybox to /usr/bin/less
/bin/less -> busybox*
/bin/less -> /usr/bin/less*
When you remove it, it changes symlink back to busybox.
That's why postint and postrm scripts are no longer needed.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-21 23:36:42 +02:00
Philip Prindeville
9e47697713
xtables-addons: ipt_geoip scripts require wget-ssl
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-21 13:49:47 -06:00
Hannu Nyman
4caa759c8f
Merge pull request #11892 from tobiaswaldvogel/smcroute_keep_config_on_sysupgrade
...
smcroute: Keep config file /etc/smcroute.conf on sysupgrade
2020-04-21 15:19:53 +03:00
tripolar
4bc6ce8b28
Merge pull request #11906 from BKPepe/git
...
git: update to version 2.26.2
2020-04-21 10:03:31 +02:00
Tobias Waldvogel
26f7bd246a
smcroute: Remove faulty tab in conf section
...
Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
2020-04-21 08:28:01 +02:00
Josef Schlehofer
8470eccd5d
git: update to version 2.26.2
...
Fixes CVE-2020-11008
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-21 07:39:17 +02:00
Philip Prindeville
e9b4a74a88
Merge pull request #11899 from pprindeville/xtables-addons-requires-unzip
...
xtables-addons: iptgeoip requires wget-ssl and zcat
2020-04-20 22:24:16 -06:00
Vieno Hakkerinen
bc500293e3
prosody: update to 0.11.5
...
Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>
2020-04-21 05:57:56 +02:00
Hans Dedecker
ccbaf71662
vsftpd: fix compilation with glibc
...
Fix compilation for glibc by removing -lnsl flag
Reported-by: Ian Cooper <iancooper@hotmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-04-20 22:14:06 +02:00
Nikos Mavrogiannopoulos
2ae560539e
Merge pull request #11898 from neheb/p111111
...
p11-kit: update to 0.23.20
2020-04-20 19:52:19 +02:00
Hannu Nyman
08c90cd4f4
Merge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update
...
libmraa,libupm: Disable default Python package build recipe
2020-04-20 20:40:34 +03:00
Hannu Nyman
6c2235253f
Merge pull request #11872 from jefferyto/python3-makefile-cleanup
...
python3: Makefile cleanup
2020-04-20 20:05:07 +03:00
Hannu Nyman
e40f92c90d
Merge pull request #11901 from ja-pa/redis-5.0.9
...
redis: update to version 5.0.9
2020-04-20 16:12:22 +03:00
Jan Pavlinec
489112ec19
redis: update to version 5.0.9
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-20 14:23:10 +02:00
Josef Schlehofer
111865439b
Revert "glib2: update to 2.64.2"
...
It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442
This reverts commit b465ac3002
.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 12:05:33 +02:00
Josef Schlehofer
ad798995ee
Revert "glib2: fix host build"
...
There isn't prime time for it. Currently, it can not be built.
It fails with the following error: ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900
This reverts commit b62ed68007
.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 11:59:48 +02:00
Josef Schlehofer
99e4842e33
Merge pull request #11833 from BKPepe/btrfs-progs
...
btrfs-progs: update to version 5.6
2020-04-20 09:29:03 +02:00
Philip Prindeville
14dcad7650
xtables-addons: iptgeoip requires wget-ssl and zcat
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-19 19:00:34 -06:00
Rosen Penev
5f5b8e3a88
p11-kit: update to 0.23.20
...
Converted to meson for faster compilation speed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-19 15:18:15 -07:00
Hannu Nyman
56e9d83cf8
Merge pull request #11895 from wvdakker/master
...
Shorewall: Bump to 5.2.4.1
2020-04-19 21:58:20 +03:00
W. van den Akker
77ca477e28
Shorewall6: Bump to 5.2.4.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-19 19:14:08 +02:00
W. van den Akker
5760087775
Shorewall: Bump to 5.2.4.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-19 19:04:37 +02:00
W. van den Akker
40d31b02e4
Shorewall6-lite: Bump to 5.2.4.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-19 19:03:31 +02:00
W. van den Akker
7872d259dd
Shorewall-lite: Bump to 5.2.4.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-19 19:02:28 +02:00
Hannu Nyman
c03fee187c
Merge pull request #11893 from lucize/nssup
...
nss: update to 3.51.1
2020-04-19 19:16:36 +03:00
W. van den Akker
9ec7718ef3
Shorewall-core: Bump to 5.2.4.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-04-19 17:50:53 +02:00
Lucian Cristian
5fadec5c0e
nss: update to 3.51.1
...
also refresh patches
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 16:59:00 +03:00
Lars Kruse
b48b144978
muninlite: remove patch "hostname"
...
Since muninlite 2.0 the unpatched upstream also uses
/proc/sys/kernel/hostname. Thus the patch is not necessary anymore.
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-04-19 14:30:01 +02:00
tripolar
b55d2359bc
Merge pull request #11887 from neheb/glbb
...
glib2: fix host build
2020-04-19 12:47:42 +02:00
tripolar
e187ed5072
Merge pull request #11690 from neheb/libffi
...
libffi: update to 3.3
2020-04-19 11:40:56 +02:00
tripolar
a3c62bf8f0
Merge pull request #10601 from neheb/alsa
...
ALSA update - 1.2.2
2020-04-19 11:40:04 +02:00
tripolar
08b643d121
Merge pull request #11886 from neheb/pulsss
...
pulseaudio: fix pkgconfig paths
2020-04-19 11:35:58 +02:00
Michael Heimpold
328d1baad2
php7: update to 7.4.5
...
This fixes:
- CVE-2020-7067
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-04-19 10:39:48 +02:00
Rosen Penev
b62ed68007
glib2: fix host build
...
Seems to need -liconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:58:20 -07:00
Rosen Penev
f8d7165b90
dump1090: update to 3.8.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:10:03 -07:00
Rosen Penev
c73fd179e4
dbus: update to 1.13.12
...
Ran scripts through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:09:07 -07:00
Rosen Penev
030cc5570c
quasselc: fix compilation with newer glib2
...
Needed to fix LDFLAGS variable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Rosen Penev
0266fa2d29
avahi: patch client pkgconfig files without dbus
...
It still gets built without dbus.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Rosen Penev
21f67bf599
pulseaudio: fix pkgconfig paths
...
Turns out, packages like mpd that use pkgconfig to find pulseaudio
end up using host paths.
Fixes compilation with at least mpd.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:04:31 -07:00
Lucian Cristian
e3f6f7d50e
open-isns: add open-isns libs
...
needed for open-iscsi
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 01:15:33 +03:00
Daniel Engberg
b836bc8c3f
Merge pull request #9327 from ysc3839/overture
...
overture: add new package
2020-04-18 23:37:27 +02:00
Josef Schlehofer
97df69bdb5
libvpx: update to version 1.8.2
...
- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-18 23:13:01 +02:00