1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 21:33:53 +02:00
Commit Graph

19908 Commits

Author SHA1 Message Date
Rosen Penev
815a789b81
Merge pull request #12399 from neheb/zstt
zstd: update to 1.4.5
2020-06-03 21:41:25 -07:00
Rosen Penev
0d97dfac77
Merge pull request #12398 from neheb/spdd
spdlog: update to 1.6.1
2020-06-03 21:41:08 -07:00
Rosen Penev
dd74a7cb87
libv4l: update to 1.20.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:40:16 -07:00
Rosen Penev
8c23fef9da
zstd: update to 1.4.5
Switch to zst archives for smaller size.

Removed patches in favor of a better solution for uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:37:03 -07:00
Rosen Penev
6b1b036a38
spdlog: update to 1.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:34:13 -07:00
Nikos Mavrogiannopoulos
2b9f88a4bf gnutls: updated to 3.6.14
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-06-04 05:52:44 +02:00
Hannu Nyman
2d31b1780d
Merge pull request #12395 from tru7/knxd
knxd: backport fix for usblowlever.cpp from upstream
2020-06-03 18:25:56 +03:00
Hannu Nyman
ebd8d8e4d4
Merge pull request #12362 from PolynomialDivision/feature/dawn_bump
dawn: bump to latest version
2020-06-03 18:24:40 +03:00
Hannu Nyman
ac9c5baabd
Merge pull request #12333 from stangri/master-simple-adblock
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
2020-06-03 18:21:37 +03:00
Othmar Truniger
726db21424 knxd: backport fix for usblowlever.cpp from upstream
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-03 16:59:25 +02:00
Rosen Penev
559d7a9869
Merge pull request #12393 from ja-pa/redis-6.0.4
redis: update to version 6.0.4
2020-06-03 07:42:24 -07:00
Rosen Penev
177a038f1e
Merge pull request #12378 from neheb/exf
exfat-utils: import from base
2020-06-03 07:36:57 -07:00
Rosen Penev
ef8402fafd
Merge pull request #12256 from neheb/xfs
xfsprogs: import from base
2020-06-03 07:35:36 -07:00
Rosen Penev
5d30093868
Merge pull request #12255 from neheb/libconfig
libconfig: import from base
2020-06-03 07:35:06 -07:00
Rosen Penev
ce21a8b488
Merge pull request #12386 from neheb/kisme
kismet: fix compilation with libcxx 10
2020-06-03 07:28:12 -07:00
David Bauer
da76aeb24c unbound: expose interface-auto to UCI
This exposes the interface-auto option to UCI.

By default, interface-auto is disabled.
This leads to the DNS reply possibly originating from
a different address then the request was sent to.

Devices with a packet filter might not receive the reply in this case.

Enabling interface-auto ensures the reply is sent with the
source-address the request was sent to.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-06-03 16:05:52 +02:00
Alexandru Ardelean
c2397e7281 pillow: bump to version 7.1.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-06-03 16:47:01 +03:00
Jan Pavlinec
e18b80ba7b
redis: update to version 6.0.4
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-03 14:15:48 +02:00
Ken Wong
65578a43f0 perl: fix build failure in GCC10
The perl Configure file was matching GCC 10 against "1*" and treating it
as GCC 1, causing ABI breakage and segfaults.

Cherry-pick the upstream patch which fixes it to check against (e.g)
"1.*" instead, which will make it work for hundreds more GCC versions
to come.

https://github.com/Perl/perl5/commit/6bd6308fcea3541
 "Adapt Configure to GCC version 10"

Also includes the previous commit just adding GCC 8 and 9 to one case:
https://github.com/Perl/perl5/commit/ae195500577d707
 "Add gcc-8 and gcc-9 for FORTIFY_SOURCE"

Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
2020-06-03 11:59:49 +01:00
Rosen Penev
5f6f54b851 nmap: fix compilation with libcxx 10
Seems nmap's time header logic is broken.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 10:31:23 +02:00
Nick Hainke
8f2f64b5a1 dawn: bump to latest version
Includes:
- ubus/datastorage: don't repeatedly ask devices for beacon reports if
	don't support it
- uci: fix loading of config
- utils/ubus: fix memory leak at blobmsg_format_json
- ubus: add local flag to network overview
- ubus: fix network overview
- network/tcpsocket: make sure every msg is complete before handle
- datastorage: refactor to support scalability testing
- network/tcpsocket: make sure every msg is complete before handle
- ubus: fix network overview
- ubus: add local flag to network overview

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-06-03 09:08:20 +02:00
Rosen Penev
c7563f4129
kismet: fix compilation with libcxx 10
Seems a bind call is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:25:43 -07:00
Rosen Penev
4a1618f91f
Merge pull request #12385 from neheb/gerbb
gerbera: fix compilation with libcxx 10
2020-06-02 16:15:25 -07:00
Rosen Penev
db69c14a61
gerbera: fix compilation with libcxx 10
Missing header for pid_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:07:12 -07:00
Rosen Penev
e7094f3ef7
telldus-core: fix compilation with libcxx 10
Missing headers and wrong namespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:03:32 -07:00
Rosen Penev
530d30af36
libpng: remove host build
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 14:02:54 -07:00
Rosen Penev
28e83b1f7f
freetype: remove host build
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 14:02:54 -07:00
Rosen Penev
369ef50e67
Merge pull request #12372 from neheb/pkgc
pkgconf: update to 0.7.3
2020-06-02 13:38:24 -07:00
Rosen Penev
c3127bdc86
pkgconf: update to 0.7.3
Switched to building with meson. Faster.

Add missing InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 13:32:14 -07:00
Rosen Penev
f0cd709aae
libnpupnp: update to 4.0.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 13:20:22 -07:00
Rosen Penev
1edad0400b
dbus: remove host build
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 13:16:19 -07:00
Karl Palsson
2954adab3c net/mosquitto: bump to 1.6.10
Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/

Fixes openssl 3.0 support,
Minor fixes, nothing standout as applicable specifically to OpenWrt.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-06-02 10:27:05 +00:00
Rosen Penev
695b33b0b7
exfatprogs: update to 1.0.3
This release removes iconv dependency which needed nls.mk before.

It also removes the library component.

Switch from old name to new name in Makefile.

Fixed license information.

Several other cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:12:38 -07:00
Rosen Penev
0d9eab5fff
exfat-utils: rename to exfatprogs as upstream has done
Based on kernel.org feedback, this has been renamed for consistency
between the other filesystem progs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:11:29 -07:00
Rosen Penev
ad43e523a0
exfat-utils: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-01 19:10:42 -07:00
Hannu Nyman
8f2162e301
Merge pull request #12373 from dengqf6/ksmbd
ksmbd: update
2020-06-01 21:49:42 +03:00
Alberto Bursi
509b9d52a0 hwinfo: add new package
add hwinfo package, it is a complete
system hardware detection tool,
similar to lshw but is written in C
and has minimal dependencies.
It is part of core SUSE Linux
applications like Yast installer
and system configurator tool so
it's regularly maintained.

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
2020-06-01 19:35:42 +02:00
Jiri Slachta
657d906234
Merge pull request #12337 from commodo/lxml-bump-4-5-1
Lxml bump 4 5 1
2020-06-01 13:09:56 +02:00
Rosen Penev
299576449f
Merge pull request #12374 from tru7/knxd
knxd: bump to upstream version 0.14.38
2020-06-01 01:54:42 -07:00
Othmar Truniger
83d0504585 knxd: bump to upstream version 0.14.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-01 10:08:24 +02:00
DENG Qingfang
27a64f075e ksmbd-tools: update to 3.2.6
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-06-01 11:03:55 +08:00
DENG Qingfang
2c518882f1 ksmbd: update to 3.2.0
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-06-01 11:03:24 +08:00
Rosen Penev
e0eceabe50
Merge pull request #12370 from lucize/nssup
nss: update to 3.53
2020-05-31 14:33:53 -07:00
Rosen Penev
73ba568314
Merge pull request #12281 from dl12345/bind
bind: add nslookup alternative to busybox nslookup
2020-05-31 14:33:23 -07:00
Rosen Penev
1a5e41ba27
Merge pull request #12368 from clehner/ncdu
ncdu: update to 1.15
2020-05-31 14:19:12 -07:00
Lucian Cristian
c155685843 nss: update to 3.53
also enable parallel build as now is safe

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-01 00:15:24 +03:00
Rosen Penev
ae27b8af5e
ola: replace gnu++11 patch with a configure var
Simpler.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-31 14:03:29 -07:00
Rosen Penev
8f7687833e
ola: fix compilation with GCC4
The configure script confusingly sets CXXFLAGS to gnu++11 but does
not use that to check the important stuff. Fix that.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-31 14:01:32 -07:00
Rosen Penev
54a7b28f01
Merge pull request #12303 from hammer-is/master
lxc: start() during boot()
2020-05-31 14:00:36 -07:00
Rosen Penev
d8ee5fae31
Merge pull request #12369 from gladiac1337/haproxy-2.1.5
haproxy: Update HAProxy to v2.1.5
2020-05-31 13:59:09 -07:00