Commit Graph
15637 Commits
Author SHA1 Message Date
Ken XuandYousong Zhou 2e3a8c10ab dnstop: add new package
Signed-off-by: Ken Xu <windedge99@gmail.com>
2019-07-27 21:23:37 +08:00
Rosen PenevandGitHub 035dfd530c Merge pull request #9551 from neheb/elek
elektra: Switch to Lua 5.3
2019-07-25 20:36:23 -07:00
Rosen Penev a654d585dd elektra: Switch to Lua 5.3
After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead
of 5.1. Since 5.1 is unsupported anyway, switch to 5.3.

Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having
it here allows compilation to continue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-25 18:38:23 -07:00
Rosen PenevandGitHub f431f442a3 Merge pull request #8680 from lucize/intltool-perl
intltool: depend on hostpkg first
2019-07-25 13:39:11 -07:00
Rosen PenevandGitHub 2a2a49c3a4 Merge pull request #9545 from neheb/tar
tar: Add zstd capability
2019-07-25 13:04:09 -07:00
Matthias SchifferandGitHub a828d8430f Merge pull request #9568 from blocktrron/master
fastd: fix segmentation fault with musl >1.1.20
2019-07-25 20:47:49 +02:00
David Bauer ed3c3e3c79 fastd: fix segmentation fault with musl >1.1.20
When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.

This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.

Signed-off-by: David Bauer <mail@david-bauer.net>
2019-07-25 20:21:33 +02:00
Rosen PenevandGitHub 1caaec2b9b Merge pull request #9507 from ja-pa/lmdb
lmdb: add new package
2019-07-25 10:59:06 -07:00
Rosen PenevandGitHub a1ac0a0632 Merge pull request #9516 from neheb/soooo
socat: Fix compilation when usleep is missing
2019-07-25 10:56:04 -07:00
Rosen PenevandGitHub 789f2d40be Merge pull request #9563 from neheb/xz3
xz: Remove bash dependency
2019-07-25 10:55:04 -07:00
Rosen PenevandGitHub bc63d21dee Merge pull request #9454 from BKPepe/markupsafe
MarkupSafe: Makefile polishing and add src package
2019-07-25 10:39:19 -07:00
Rosen PenevandGitHub 303d99bb60 Merge pull request #9441 from ja-pa/zmq-security-fix
zeromq: update to version 4.1.7 (security fix)
2019-07-25 10:38:04 -07:00
Rosen PenevandGitHub 9f85670353 Merge pull request #9444 from ja-pa/expat-security-fix
expat: update to version 2.2.7 (security fix)
2019-07-25 10:37:29 -07:00
Rosen PenevandGitHub 83b354dbd0 Merge pull request #9535 from dengqf6/pcre
pcre: remove unnecessary dependency on C++ lib
2019-07-25 10:33:08 -07:00
Rosen PenevandGitHub 131bd831e5 Merge pull request #9548 from James-TR/pdns-recursor-4.2.0
pdns-recursor: bump version to 4.2.0
2019-07-25 10:32:32 -07:00
Rosen PenevandGitHub f5d73bd23c Merge pull request #9543 from jefferyto/prometheus-fix-mips64-build
prometheus: Fix build for mips64/mips64el
2019-07-25 10:30:55 -07:00
Rosen PenevandGitHub eac6462bb2 Merge pull request #9555 from rosysong/kea-fix
kea: remove python3 dependency of kea-admin
2019-07-25 10:29:20 -07:00
Rosen PenevandGitHub ed6ea52acd Merge pull request #9489 from BKPepe/egenix
python-egenix-mx-base: Makefile polishing
2019-07-25 10:28:45 -07:00
Rosen PenevandGitHub a53fa7c87e Merge pull request #9564 from neheb/hap
haproxy: Get rid of bashisms from get-latest-patches.sh
2019-07-25 09:30:38 -07:00
Rosen Penev 5092f680e8 haproxy: Get rid of bashisms from get-latest-patches.sh
Plus some other shellcheck cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 19:07:31 -07:00
Rosen Penev d0e3aa7493 xz: Remove bash dependency
Bash is not needed here. These scripts are POSIX compliant.

This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 18:46:55 -07:00
Eneas U de QueirozandYousong Zhou 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Rosen PenevandGitHub 36649eef43 Merge pull request #9511 from neheb/cifs
cifsd
2019-07-24 12:32:29 -07:00
Jiri SlachtaandGitHub 262f689990 Merge pull request #9561 from ja-pa/libxslt-security-fix
libxslt: patch security issues
2019-07-24 21:09:41 +02:00
Rosen Penev 838f60d530 cifsd: Update to 2019-07-17 commit
Fixes several issues, including a restart bug and compilation on kernel
4.9.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:49:09 -07:00
Rosen Penev dc7b5732e8 cifsd-tools: Run init script through shellcheck
Main warning fixed was about echo -e not being supported by POSIX sh.

Added PKG_BUILD_PARALLEL for slightly faster compilation.

Small whitespace cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:49:08 -07:00
Rosen PenevandGitHub 78fce79090 Merge pull request #9556 from neheb/net
netifyd: Don't build on uClibc-ng
2019-07-24 10:02:43 -07:00
Rosen PenevandGitHub 626469860a Merge pull request #9549 from hauke/io-tool-sync
io: Open /dev/mem with O_SYNC for uncached access
2019-07-24 09:45:35 -07:00
Jan Pavlinec f77c53cff1 libxslt: patch security issues
Fixes:
CVE-2019-13117
CVE-2019-13118

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-24 15:36:56 +02:00
Hauke Mehrtens 90df0f3e24 io: Open /dev/mem with O_SYNC for uncached access
Only when /dev/mem is opened with O_SYNC the write and *read* is done
uncached. We saw wrong values read out from the hardware without setting
O_SYNC, the busybox devmem tool showed different values, when O_SYNC is
also set for the io tool, it reads out the same values as devmem.
When looking at the drivers/char/mem.c file in the kernel it is behaving
differently based on the O_DSYNC flag.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2019-07-24 13:57:09 +02:00
Christian LachnerandYousong Zhou e7faabcf11 haproxy: Update HAProxy to v2.0.3
- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-07-24 17:54:07 +08:00
Rosen Penev 0a3ebb32a1 netifyd: Don't build on uClibc-ng
This absolutely needs symbols from libresolv, which uClibc-ng does not
support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-23 23:27:18 -07:00
Rosy Song 444420423f kea: remove python3 dependency of kea-admin
fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-07-24 10:56:41 +08:00
Rosen PenevandGitHub 6d9e48ab38 Merge pull request #9515 from neheb/opendkim
opendkim: Fix compilation with uClibc-ng
2019-07-23 14:31:01 -07:00
James Taylor cd1edc5a3e pdns-recursor: bump version to 4.2.0
Maintainer: me

This commit bumps the version of pdns-recursor to the latest 4.2.0. This release brings in mostly minor changes, with the full changelog available at https://doc.powerdns.com/recursor/changelog/4.2.html

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-07-23 21:12:07 +10:00
DENG Qingfang 41814de0fc pcre: remove unnecessary dependency on C++ lib
Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger
reconfiguration, avoiding unnecessary dependency.

This reverts commit 17090fecf1.
This reverts commit ec138f51ab.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-07-23 14:01:29 +08:00
Rosen Penev c53ed17fd5 tar: Add zstd capability
Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-22 19:46:20 -07:00
Josef SchlehoferandGitHub ad6ed836a5 Merge pull request #9521 from shenek/feature_python-cachelib
python: cachelib package added
2019-07-22 22:57:30 +02:00
Jeffery To 79b1942116 prometheus: Fix build for mips64/mips64el
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.

This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.

Fixes #9494.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-23 04:07:56 +08:00
Rosen PenevandGitHub 626949defc Merge pull request #9531 from neheb/rto
rtorrent bump
2019-07-22 12:30:50 -07:00
Rosen Penev 84c92f215d rtorrent: Update to 0.9.8
Switch to codeload. A lot simpler.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-22 12:06:59 -07:00
Rosen Penev 46dabcf89b libsigc++: Update to 2.10.2
No actual difference. Just regenerated documentation.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-22 12:06:59 -07:00
Rosen Penev a328861269 libtorrent: Update to 0.13.8
Removed upstreamed patches.

Small change to IPv6 configure flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-22 12:06:58 -07:00
Rosen PenevandGitHub 791145bb5c Merge pull request #9523 from micmac1/sqlite329
sqlite3: bump to 3.29.0
2019-07-22 07:34:48 -07:00
Rosen PenevandGitHub 4c48cc97cd Merge pull request #9528 from neheb/softhhh
softethervpn: Update to rtm version 4.29-9680
2019-07-22 07:25:13 -07:00
Josef SchlehoferandGitHub 41241f0f12 Merge pull request #9532 from jefferyto/python-musl-find_library
python,python3: Fix ctypes.util.find_library()
2019-07-22 15:21:34 +02:00
Josef Schlehofer 725eb84462 python: add patch for CVE-2018-20852
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-22 15:20:00 +02:00
Stijn TintelandGitHub bb9711a5df Merge pull request #9332 from neheb/dom
domoticz: Fix compilation without deprecated OpenSSL APIs
2019-07-22 09:27:20 +02:00
Rosen PenevandGitHub 615ff1f3e0 Merge pull request #9517 from neheb/apf
apfree-wifidog: Run init script through shellcheck
2019-07-21 23:16:21 -07:00
Jeffery To e14c4e5c0a python,python3: Fix ctypes.util.find_library()
Python's ctypes.util.find_library() function currently doesn't work for
musl libraries/systems[1].

This adds a patch to fix this function, based on a patch from Alpine
Linux[2].

Fixes #9448.

[1]: https://bugs.python.org/issue21622
[2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-22 04:42:54 +08:00