Jeffery To
7bf5ed1eda
vobject: Remove maintainer
...
The previous maintainer has removed himself from his other packages
(#11612 ). This package appears to have been omitted by mistake.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 03:47:12 +08:00
Hannu Nyman
9cbfa032f9
Merge pull request #11924 from stangri/master-simple-adblock
...
simple-adblock: bugfix: start downloads on cold boot/fresh install
2020-04-22 20:57:27 +03:00
Stan Grishin
c805064a7d
simple-adblock: bugfix: start downloads on cold boot
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-22 17:45:53 +00:00
Matthias Schiffer
65f63a0e9d
Merge pull request #11922 from adrianschmutzler/micrond
...
micrond: show stdout and stderr in log
2020-04-22 19:11:53 +02:00
Hannu Nyman
b5672b0fd1
Merge pull request #11919 from jefferyto/python-packages-cleanup
...
python-packages: Clean up Makefiles
2020-04-22 18:04:37 +03:00
Adrian Schmutzler
26ccda6eed
micrond: show stdout and stderr in log
...
So far, all output created by scripts run with micrond has been
discarded. Since there is no reason for that and it also does not
match the expected behavior, this enables both stdout and stderr
output for the service.
If not desired, a user can still use >/dev/null or similar in his/her
micrond jobs to disable output easily and similar to what it would be
on other systems.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-22 16:57:34 +02:00
Rosen Penev
3cac33fbd1
Merge pull request #11914 from pprindeville/add-perl-net-cidr-list
...
perl: add Net::CIDR::Lite for iptables-mod-geoip
2020-04-22 01:52:34 -07:00
Jeffery To
2210c4a60d
python-packages: Clean up Makefiles
...
This removes:
* Python 3 variants (VARIANT:=python3)
* "for Python3" from package titles
* Package selection condition from package dependencies, e.g.
+PACKAGE_python3-six:python3-light replaced with +python3-light
* "Default" package information sections, e.g.
Package/python-six/Default removed and package details merged into
Package/python3-six
* "(Variant for Python3)" from package descriptions
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-22 16:36:55 +08:00
Rosen Penev
124b966b3f
Merge pull request #11858 from peter-stadler/nginx-version
...
nginx: update to version 1.17.10 and fix bug
2020-04-21 23:59:31 -07:00
Rosen Penev
2e49e6e776
Merge pull request #11897 from pprindeville/fix-dhcpd-startup
...
Fix dhcpd startup
2020-04-21 23:04:18 -07:00
Philip Prindeville
8193eb5952
isc-dhcp: improve startup performance
...
On some platforms where interfaces come up very slowly, this can
cause a race-condition with dhcpd coming up before all the interfaces
have finished initializing.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-21 23:57:33 -06:00
Philip Prindeville
acf7aef830
perl: add Net::CIDR::Lite for iptables-mod-geoip
...
The DBIP geolocation database is generated from sparse data without
compaction. Two different ISP's in the same country might have
adjacent CIDR blocks, and when aggregated as "country" data, may
be merged to conserve space. This package facilitates this.
There are scripts to download and preprocess the GeoIP database
for iptables-mod-geoip which require this Perl module.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-21 23:51:03 -06:00
Luiz Angelo Daros de Luca
348d3aad2a
libvpx: remove PKG_SOURCE to use default tar.xz
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 01:50:23 -03:00
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
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
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
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