Rosen Penev
959a2fb307
mjpg-streamer: Fix build depends
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-19 20:58:11 -07:00
Rosen Penev
8e09b9e136
Merge pull request #10032 from cotequeiroz/python-certifi-bump
...
python-certifi: bump to 2019.9.11
2019-09-19 20:55:08 -07:00
Rosen Penev
bc98fd224c
Merge pull request #9977 from neheb/prot
...
protobuf: Switch to CMake
2019-09-19 17:45:02 -07:00
Rosen Penev
064af793e7
Merge pull request #9975 from neheb/lz44
...
liblz4: Update to 1.9.2
2019-09-19 17:44:17 -07:00
Rosen Penev
720ae061e8
Merge pull request #9974 from neheb/libogg
...
libogg: Update to 1.3.4
2019-09-19 17:43:56 -07:00
Josef Schlehofer
61dcd6849f
bind: Update to version 9.14.6
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-19 21:20:34 +02:00
Nikos Mavrogiannopoulos
b60c169b2c
Merge pull request #10030 from neheb/p1123
...
p11-kit: Update to 0.23.17
2019-09-19 20:56:33 +02:00
Eneas U de Queiroz
acf7c540ca
python-certifi: bump to 2019.9.11
...
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-09-19 14:30:35 -03:00
Rosen Penev
5de554a04f
Merge pull request #10028 from neheb/dj
...
django: Update to 1.11.24
2019-09-18 23:48:26 -07:00
Rosen Penev
34c0839a76
p11-kit: Update to 0.23.17
...
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-18 14:57:19 -07:00
Rosen Penev
133a02a115
zstd: Update to 1.4.3
...
Bugfix release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-18 14:49:38 -07:00
Rosen Penev
64a02079da
django: Update to 1.11.24
...
Fixes a whole bunchs of CVEs:
CVE-2019-3498
CVE-2019-6975
CVE-2019-12308
CVE-2019-12781
CVE-2019-14232
CVE-2019-14233
CVE-2019-14234
CVE-2019-14235
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-18 14:40:47 -07:00
Daniel Golle
77239beedb
Merge pull request #10005 from dangowrt/mjpg-streamer-modularize
...
mjpg-streamer: modularize package
2019-09-18 23:23:59 +02:00
Rosen Penev
a0516d7e1d
Merge pull request #10027 from James-TR/fix/pdns-lua-dep
...
pdns: Explicitly define lua implementation
2019-09-18 11:52:08 -07:00
Jan Pavlinec
b42159dea3
irssi: update to version 1.2.2 (security fix)
...
Fixes CVE-2019-15717
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-18 20:12:17 +02:00
Rosen Penev
123373b1b7
pulseaudio: Backport upstream patch
...
Fixes compilation with recent alsa-libs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-18 20:11:52 +02:00
Rosen Penev
70ef602a2b
Merge pull request #10022 from neheb/fork
...
forked-daapd: Fix compilation with newer alsa-libs
2019-09-18 10:23:26 -07:00
James Taylor
001e30e387
pdns: Explicitly define lua implementation
...
Compile Tested: yes, selects lua as implementation and doesn't pick up luajit
Run Tested: no, minor change
Maintainer: me
Description:
On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added
as a dependency. On previous versions this was controlled by passing `--with-lua`
and `--without-luajit` however this isn't functional anymore.
On the 4.2 series, it is instead possible to define the lua implementation to be
used by passing `--with-lua=[implementation]` ie `--with-lua=lua`
Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-09-19 00:11:04 +10:00
Rosen Penev
e5765ce685
Merge pull request #10016 from nxhack/libuv_bump
...
libuv: update to 1.32.0
2019-09-17 22:10:23 -07:00
Hirokazu MORIKAWA
f8ecbf529b
libuv: update to 1.32.0
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-09-18 13:50:42 +09:00
Rosen Penev
398f6a754c
forked-daapd: Fix compilation with newer alsa-libs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 17:44:22 -07:00
Rosen Penev
c56ad06395
libgd: Fix pkgconfig file for cross compilation
...
This allows packages that use pkgconfig to find libgd properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 16:09:38 -07:00
Rosen Penev
c75fe2fd0f
libogg: Update to 1.3.4
...
Added PKG_BUILD_PARALLEL for faster compilation.
Added ABI_VERSION to force rebuilds on ABI upgrade.
Added a couple of LDFLAGS for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 16:01:34 -07:00
Rosen Penev
92258da65a
gpsd: Fix pkgconfig file for libgps
...
This ensures it can be found properly by any package that uses pkgconfig
to find libgps.
Nothing in the tree currently does.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 15:42:53 -07:00
Rosen Penev
d3908aee91
libcap: Fix pkgconfig file
...
Helps packages that use pkgconfig to find libcap when installed in OpenWrt
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 15:40:53 -07:00
Rosen Penev
3e33919d10
Merge pull request #10007 from neheb/lcdg
...
lcdgrilo: Fix compilation with newer Vala
2019-09-17 13:36:19 -07:00
Rosen Penev
ea350a3b4c
Merge pull request #10018 from ja-pa/treewide-cpe-id
...
treewide: add PKG_CPE_ID for better cvescanner coverage
2019-09-17 13:35:49 -07:00
Hannu Nyman
e69b4574a9
Merge pull request #10017 from TDT-AG/pr/20190917-collectd
...
collectd: add missing uci config sections
2019-09-17 20:17:16 +03:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Florian Eckert
47bfef3d7a
collectd: bump PKG_PACKAGE version
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:16:39 +02:00
Florian Eckert
6141aa2f23
collectd: add iptables uci config
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:46 +02:00
Florian Eckert
7d3cbda4af
collectd: add network uci config
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:34 +02:00
Florian Eckert
1205ab461b
collectd: add curl uci config
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:26 +02:00
Florian Eckert
55eb459887
collectd: add apcups uci config
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:18 +02:00
Florian Eckert
ffe358b918
Merge pull request #10015 from mwarning/zt
...
zerotier: update to 1.4.6
2019-09-17 08:35:10 +02:00
Rosen Penev
4cecfeced8
dtc: Add missing dependency to -utils
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 11:37:15 +08:00
Rosen Penev
0fa6b85686
ulogd: Add back autoreconf
...
Compile fails at times, probably because of the patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 17:49:17 -07:00
Moritz Warning
6181852408
zerotier: update to 1.4.6
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-09-17 01:37:24 +02:00
Rosen Penev
0350a15716
protobuf: Switch to CMake
...
Allows PKG_BUILD_PARALLEL to work properly.
Replaced InstallDev section with CMAKE_INSTALL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 16:34:23 -07:00
Michael Heimpold
99d6731ed9
libmodbus: update to 3.1.6
...
Also fix the license information: in older versions the test programs
were GPL 3 licensed, but meanwhile it changed to BSD license.
But since this package only packages the library itself, we can
safely focus only on the LGPL here which covers the library itself.
While at, fix a minor nitpick during library symlink installation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-09-16 23:19:15 +02:00
Michael Heimpold
9c9b846da3
libgpiod: update to 1.4.1
...
While at, fix minor nitpick during installation of library symlinks.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-09-16 23:19:15 +02:00
Michael Heimpold
d44ab1a122
libiio: Update to 0.18
...
While at, fix a minor nitpick while installing shared library symlinks.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-09-16 23:19:15 +02:00
Rosen Penev
762a0eeb79
libftdi1: Apply pkgconfig fixes to libftdipp1 as well
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 12:02:05 -07:00
Rosen Penev
bfcab07d87
libfmt: Fix pkgconfig paths
...
pkgconfig needs to override these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 11:51:32 -07:00
Rosen Penev
434debefff
libzstd: Fix pkgconfig paths for cross compilation
...
pkgconfig needs to override these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 11:50:13 -07:00
Rosen Penev
180134d04c
libftdi1: Partially add back InstallDev
...
The pkgconfig file needs changing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 10:44:38 -07:00
Rosen Penev
b505803714
Merge pull request #9995 from flyn-org/scapy
...
scapy: update to 2.4.3
2019-09-16 09:46:59 -07:00
Rosen Penev
f4b4701cc7
Merge pull request #10010 from Cynerd/python-schema-update
...
python-schema: update to version 0.7.1
2019-09-16 09:43:22 -07:00
Rosen Penev
f825264d79
Merge pull request #10011 from Cynerd/bigclown-version-bump
...
Bigclown version bump
2019-09-16 09:40:10 -07:00
Rosen Penev
a84aaa1541
Merge pull request #10012 from Wedmer/master
...
zoneinfo: Updated to the latest release.
2019-09-16 09:39:24 -07:00