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 Penev
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 Schlehofer
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 Penev
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 Penev
791145bb5c
Merge pull request #9523 from micmac1/sqlite329
...
sqlite3: bump to 3.29.0
2019-07-22 07:34:48 -07:00
Rosen Penev
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 Schlehofer
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 Tintel
bb9711a5df
Merge pull request #9332 from neheb/dom
...
domoticz: Fix compilation without deprecated OpenSSL APIs
2019-07-22 09:27:20 +02:00
Rosen Penev
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
Stepan Henek
ebdeca0108
python-cachelib: package added
...
Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-21 22:31:06 +02:00
Daniel Engberg
ded736a697
Merge pull request #9530 from Andy2244/samba-4-9-11
...
samba4: revert to 4.9.11
2019-07-21 17:13:31 +02:00
Andy Walsh
2f2a4bccd9
samba4: revert to 4.9.11
...
* revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs)
* cleanup patches
* enable AD_DC build option again
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-07-21 16:01:20 +02:00
Rosen Penev
5a3e520f45
openssh: Fix compilation with -Wimplicit-function
...
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-21 12:31:31 +02:00
Rosen Penev
80bad7073f
etherwake: Remove obsolete uClibc patch
...
No such issue with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-21 12:30:52 +02:00
Rosen Penev
640ae6efed
Merge pull request #9518 from neheb/nss
...
nss: Replace usleep with nanosleep
2019-07-20 09:59:11 -07:00
Rosen Penev
b1a3042b9e
Merge pull request #9519 from neheb/libre
...
libreswan: Replace usleep with nanosleep
2019-07-20 09:58:38 -07:00
Josef Schlehofer
621dd1f866
youtube-dl: update to version 2019.7.16
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-20 17:28:47 +02:00
Jeffery To
d0bf31431d
golang: Update to 1.12.7
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-20 20:53:49 +08:00
Gerard Ryan
d815d4c048
docker-ce: Updated and added --init and --publish options
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard Ryan
b7e378700a
libnetwork: Added networking for docker-ce
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard Ryan
466132831f
tini: Added tini init utility
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Philipp Schuster
34db38520b
softethervpn: Update to rtm version 4.29-9680
...
Update SoftEther VPN to the latest rtm version 4.29-9680
Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4
Signed-off-by: Philipp Schuster <philippschuster@gmx.com>
(rebased and refreshed patches).
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 23:17:52 -07:00
Noble Pepper
5caa181b17
gcc: update to version 7.4.0, Add config options
...
for coping libc.a, libpthread.a and libstdc++ to target.
Add config option to eliminate need for -lstdc++ and -lgcc_pic
switches when linking statically
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
2019-07-19 22:14:11 -07:00
Rosen Penev
1bb888f054
Merge pull request #9520 from danielkucera/minisatip
...
minisatip: pkg hash fix
2019-07-19 17:39:22 -07:00
Sebastian Kemper
2f7fbde7d6
sqlite3: bump to 3.29.0
...
Also drops upstreamed patch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-07-19 21:21:10 +02:00
Rosen Penev
0fd2c99da6
Merge pull request #9514 from mtelka/mini_snmpd-netifs
...
mini_snmpd: Allow up to 8 network interfaces
2019-07-19 08:18:28 -07:00
Jan Pavlinec
f311ec0161
lmdb: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-19 16:12:38 +02:00
Daniel Kucera
e2f9106a04
minisatip: pkg hash fix
...
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
2019-07-19 14:34:45 +02:00
Rosen Penev
c1a9e69fef
libreswan: Replace usleep with nanosleep
...
usleep is optionally unavailable with uClibc-ng.
Added PKG_LICENSE_FILES
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:42:32 -07:00
Rosen Penev
1f1cec28b7
nss: Replace usleep with nanosleep
...
usleep is deprecated and is optionally not available with uClibc-ng.
Added PKG_LICENSE_FILES.
Added PKG_CPE_ID for proper CVE tracking.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:37:13 -07:00
Rosen Penev
2accfd1e7a
apfree-wifidog: Run init script through shellcheck
...
Also added a patch to fix compilation without deprecated OpenSSL APIs.
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:30:35 -07:00
Rosen Penev
fadf2bfc14
socat: Fix compilation when usleep is missing
...
usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can
be configured to compile without it. if out the code as it's not used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:10:33 -07:00
Rosen Penev
b5b776fc9a
opendkim: Fix compilation with uClibc-ng
...
res_nsend and res_send are both not available in uClibc-ng as configured
in OpenWrt. Having this function return an error is the only sensible way
to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:06:46 -07:00
Marcel Telka
ea4f242a6b
mini_snmpd: Allow up to 8 network interfaces
...
This changes the init script to allow to monitor up to 8 network
interfaces. The support for up to 8 network interfaces was added to
mini_snmpd release 1.3 in November 2015.
Signed-off-by: Marcel Telka <marcel@telka.sk>
2019-07-18 23:05:36 +02:00
Rosen Penev
c8734591ca
Merge pull request #8589 from vk496/tesseract
...
tesseract: leptonica: add package
2019-07-18 09:41:06 -07:00
Rosen Penev
91c5bb87eb
Merge pull request #9221 from rkkoszewski/master
...
Add netifd script to control SSTP connections.
2019-07-18 09:38:44 -07:00
Jan Pavlinec
70c62ef2d7
expat: update to version 2.2.7 (security fix)
...
Fixes:
CVE-2018-20843
Changes:
add PKG_CPE_ID
switch to xz
remove maintainer
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-18 13:56:02 +02:00
Valentín Kivachuk
9c8e7c6f52
tesseract: add package
...
Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.
Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
2019-07-18 11:38:04 +02:00
Eneas U de Queiroz
e841d74b77
oniguruma: fix CVE-2019-13224 & CVE-2019-13225
...
The patches were taken from upstream commits.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-17 16:55:32 -03:00
Rosen Penev
83fddf30c3
Merge pull request #9502 from neheb/ggd
...
gddrescue: Do not build with uClibc-ng
2019-07-17 12:48:01 -07:00