Rosen Penev [Thu, 25 Jul 2019 20:34:19 +0000 (13:34 -0700)]
yajl: Update to modern standards
Replaced git:// link with https:// which gets through firewalls easier.
Replaced archive with .xz. The one currently in the mirrors has the wrong
hash. .xz is also smaller than .gz.
Eliminated already default CMake option.
Eliminated Build/InstallDev with CMAKE_INSTALL.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sun, 28 Jul 2019 21:46:14 +0000 (23:46 +0200)]
libgpiod: update to 1.4
While at, update SPDX identifier.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Daniel Golle [Sun, 28 Jul 2019 14:10:54 +0000 (16:10 +0200)]
gnunet-secushare: fix build against new GNUnet CADET API
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 28 Jul 2019 14:10:27 +0000 (16:10 +0200)]
gnunet: update to release 0.11.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 27 Jul 2019 23:32:41 +0000 (16:32 -0700)]
Merge pull request #9505 from cotequeiroz/luaposix
luaposix: remove eglibc remnants
Rosen Penev [Sat, 27 Jul 2019 16:41:19 +0000 (09:41 -0700)]
Merge pull request #9527 from neheb/zstd
zstd: Update to 1.4.1
Rosen Penev [Sat, 27 Jul 2019 16:38:55 +0000 (09:38 -0700)]
Merge pull request #9569 from neheb/zmq
libzmq: Remove uClibc++ support
Rosen Penev [Sat, 27 Jul 2019 16:37:31 +0000 (09:37 -0700)]
Merge pull request #9486 from neheb/yk
ykpers: Update to 1.20.0
Ken Xu [Sat, 27 Jul 2019 09:22:24 +0000 (17:22 +0800)]
dnstop: add new package
Signed-off-by: Ken Xu <windedge99@gmail.com>
Rosen Penev [Fri, 26 Jul 2019 03:36:23 +0000 (20:36 -0700)]
Merge pull request #9551 from neheb/elek
elektra: Switch to Lua 5.3
Rosen Penev [Tue, 23 Jul 2019 19:10:07 +0000 (12:10 -0700)]
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>
Rosen Penev [Thu, 25 Jul 2019 20:39:11 +0000 (13:39 -0700)]
Merge pull request #8680 from lucize/intltool-perl
intltool: depend on hostpkg first
Rosen Penev [Thu, 25 Jul 2019 20:04:09 +0000 (13:04 -0700)]
Merge pull request #9545 from neheb/tar
tar: Add zstd capability
Rosen Penev [Thu, 25 Jul 2019 18:31:22 +0000 (11:31 -0700)]
libzmq: Remove uClibc++ support
libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a
C++14 project. There's no point in using two libc++.
Cleaned up Makefile for consistency between packages.
Added nanosleep patch for platforms that are missing usleep.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Matthias Schiffer [Thu, 25 Jul 2019 18:47:49 +0000 (20:47 +0200)]
Merge pull request #9568 from blocktrron/master
fastd: fix segmentation fault with musl >1.1.20
David Bauer [Thu, 25 Jul 2019 16:58:03 +0000 (18:58 +0200)]
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>
Rosen Penev [Thu, 25 Jul 2019 17:59:06 +0000 (10:59 -0700)]
Merge pull request #9507 from ja-pa/lmdb
lmdb: add new package
Rosen Penev [Thu, 25 Jul 2019 17:56:04 +0000 (10:56 -0700)]
Merge pull request #9516 from neheb/soooo
socat: Fix compilation when usleep is missing
Rosen Penev [Thu, 25 Jul 2019 17:55:04 +0000 (10:55 -0700)]
Merge pull request #9563 from neheb/xz3
xz: Remove bash dependency
Rosen Penev [Thu, 25 Jul 2019 17:39:19 +0000 (10:39 -0700)]
Merge pull request #9454 from BKPepe/markupsafe
MarkupSafe: Makefile polishing and add src package
Rosen Penev [Thu, 25 Jul 2019 17:38:04 +0000 (10:38 -0700)]
Merge pull request #9441 from ja-pa/zmq-security-fix
zeromq: update to version 4.1.7 (security fix)
Rosen Penev [Thu, 25 Jul 2019 17:37:29 +0000 (10:37 -0700)]
Merge pull request #9444 from ja-pa/expat-security-fix
expat: update to version 2.2.7 (security fix)
Rosen Penev [Thu, 25 Jul 2019 17:33:08 +0000 (10:33 -0700)]
Merge pull request #9535 from dengqf6/pcre
pcre: remove unnecessary dependency on C++ lib
Rosen Penev [Thu, 25 Jul 2019 17:32:32 +0000 (10:32 -0700)]
Merge pull request #9548 from James-TR/pdns-recursor-4.2.0
pdns-recursor: bump version to 4.2.0
Rosen Penev [Thu, 25 Jul 2019 17:30:55 +0000 (10:30 -0700)]
Merge pull request #9543 from jefferyto/prometheus-fix-mips64-build
prometheus: Fix build for mips64/mips64el
Rosen Penev [Thu, 25 Jul 2019 17:29:20 +0000 (10:29 -0700)]
Merge pull request #9555 from rosysong/kea-fix
kea: remove python3 dependency of kea-admin
Rosen Penev [Thu, 25 Jul 2019 17:28:45 +0000 (10:28 -0700)]
Merge pull request #9489 from BKPepe/egenix
python-egenix-mx-base: Makefile polishing
Rosen Penev [Thu, 25 Jul 2019 16:30:38 +0000 (09:30 -0700)]
Merge pull request #9564 from neheb/hap
haproxy: Get rid of bashisms from get-latest-patches.sh
Rosen Penev [Thu, 25 Jul 2019 02:07:31 +0000 (19:07 -0700)]
haproxy: Get rid of bashisms from get-latest-patches.sh
Plus some other shellcheck cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 25 Jul 2019 01:30:55 +0000 (18:30 -0700)]
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>
Eneas U de Queiroz [Tue, 23 Jul 2019 13:35:03 +0000 (10:35 -0300)]
treewide: Capitalize submenus
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Wed, 24 Jul 2019 19:32:29 +0000 (12:32 -0700)]
Merge pull request #9511 from neheb/cifs
cifsd
Jiri Slachta [Wed, 24 Jul 2019 19:09:41 +0000 (21:09 +0200)]
Merge pull request #9561 from ja-pa/libxslt-security-fix
libxslt: patch security issues
Rosen Penev [Sat, 20 Jul 2019 04:08:19 +0000 (21:08 -0700)]
zstd: Update to 1.4.1
Decompression speedup of 7% on average.
Remove upstreamed uClibc-ng patch.
Fixed optimization option to show properly under menuconfig.
Added LTO for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 19:21:56 +0000 (12:21 -0700)]
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>
Rosen Penev [Wed, 17 Jul 2019 17:29:34 +0000 (10:29 -0700)]
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>
Rosen Penev [Wed, 24 Jul 2019 17:02:43 +0000 (10:02 -0700)]
Merge pull request #9556 from neheb/net
netifyd: Don't build on uClibc-ng
Rosen Penev [Wed, 24 Jul 2019 16:45:35 +0000 (09:45 -0700)]
Merge pull request #9549 from hauke/io-tool-sync
io: Open /dev/mem with O_SYNC for uncached access
Jan Pavlinec [Wed, 24 Jul 2019 13:33:48 +0000 (15:33 +0200)]
libxslt: patch security issues
Fixes:
CVE-2019-13117
CVE-2019-13118
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hauke Mehrtens [Mon, 22 Jul 2019 13:03:57 +0000 (15:03 +0200)]
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>
Christian Lachner [Wed, 24 Jul 2019 05:54:52 +0000 (07:54 +0200)]
haproxy: Update HAProxy to v2.0.3
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Wed, 24 Jul 2019 06:27:18 +0000 (23:27 -0700)]
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>
Rosy Song [Wed, 24 Jul 2019 02:56:41 +0000 (10:56 +0800)]
kea: remove python3 dependency of kea-admin
fix #9495
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Rosen Penev [Tue, 23 Jul 2019 21:31:01 +0000 (14:31 -0700)]
Merge pull request #9515 from neheb/opendkim
opendkim: Fix compilation with uClibc-ng
James Taylor [Tue, 23 Jul 2019 11:03:02 +0000 (21:03 +1000)]
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>
DENG Qingfang [Tue, 23 Jul 2019 06:01:29 +0000 (14:01 +0800)]
pcre: remove unnecessary dependency on C++ lib
Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger
reconfiguration, avoiding unnecessary dependency.
This reverts commit
17090fecf18c795f5bfa5e1ea375ccd65d24f227.
This reverts commit
ec138f51ab54873252bbe3e848f5fa9c20de78b9.
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Tue, 23 Jul 2019 02:46:20 +0000 (19:46 -0700)]
tar: Add zstd capability
Small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Mon, 22 Jul 2019 20:57:30 +0000 (22:57 +0200)]
Merge pull request #9521 from shenek/feature_python-cachelib
python: cachelib package added
Jeffery To [Mon, 22 Jul 2019 20:05:09 +0000 (04:05 +0800)]
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>
Rosen Penev [Mon, 22 Jul 2019 19:30:50 +0000 (12:30 -0700)]
Merge pull request #9531 from neheb/rto
rtorrent bump
Rosen Penev [Sun, 21 Jul 2019 18:35:46 +0000 (11:35 -0700)]
rtorrent: Update to 0.9.8
Switch to codeload. A lot simpler.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 21 Jul 2019 17:21:37 +0000 (10:21 -0700)]
libsigc++: Update to 2.10.2
No actual difference. Just regenerated documentation.
Small Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 21 Jul 2019 17:15:09 +0000 (10:15 -0700)]
libtorrent: Update to 0.13.8
Removed upstreamed patches.
Small change to IPv6 configure flag.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 22 Jul 2019 14:34:48 +0000 (07:34 -0700)]
Merge pull request #9523 from micmac1/sqlite329
sqlite3: bump to 3.29.0
Rosen Penev [Mon, 22 Jul 2019 14:25:13 +0000 (07:25 -0700)]
Merge pull request #9528 from neheb/softhhh
softethervpn: Update to rtm version 4.29-9680
Josef Schlehofer [Mon, 22 Jul 2019 13:21:34 +0000 (15:21 +0200)]
Merge pull request #9532 from jefferyto/python-musl-find_library
python,python3: Fix ctypes.util.find_library()
Josef Schlehofer [Mon, 22 Jul 2019 12:21:10 +0000 (14:21 +0200)]
python: add patch for CVE-2018-20852
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Stijn Tintel [Mon, 22 Jul 2019 07:27:20 +0000 (09:27 +0200)]
Merge pull request #9332 from neheb/dom
domoticz: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 22 Jul 2019 06:16:21 +0000 (23:16 -0700)]
Merge pull request #9517 from neheb/apf
apfree-wifidog: Run init script through shellcheck
Jeffery To [Sun, 21 Jul 2019 20:42:54 +0000 (04:42 +0800)]
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>
Stepan Henek [Fri, 19 Jul 2019 13:27:33 +0000 (15:27 +0200)]
python-cachelib: package added
Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Daniel Engberg [Sun, 21 Jul 2019 15:13:31 +0000 (17:13 +0200)]
Merge pull request #9530 from Andy2244/samba-4-9-11
samba4: revert to 4.9.11
Andy Walsh [Sun, 21 Jul 2019 14:01:01 +0000 (16:01 +0200)]
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>
Rosen Penev [Thu, 4 Jul 2019 03:50:00 +0000 (20:50 -0700)]
openssh: Fix compilation with -Wimplicit-function
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 14 Jul 2019 23:57:12 +0000 (16:57 -0700)]
etherwake: Remove obsolete uClibc patch
No such issue with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jul 2019 16:59:11 +0000 (09:59 -0700)]
Merge pull request #9518 from neheb/nss
nss: Replace usleep with nanosleep
Rosen Penev [Sat, 20 Jul 2019 16:58:38 +0000 (09:58 -0700)]
Merge pull request #9519 from neheb/libre
libreswan: Replace usleep with nanosleep
Josef Schlehofer [Thu, 18 Jul 2019 16:56:17 +0000 (18:56 +0200)]
youtube-dl: update to version 2019.7.16
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Tue, 16 Jul 2019 16:28:47 +0000 (00:28 +0800)]
golang: Update to 1.12.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Gerard Ryan [Sat, 13 Jul 2019 09:27:52 +0000 (19:27 +1000)]
docker-ce: Updated and added --init and --publish options
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 13 Jul 2019 09:24:33 +0000 (19:24 +1000)]
libnetwork: Added networking for docker-ce
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Thu, 4 Jul 2019 11:53:10 +0000 (21:53 +1000)]
tini: Added tini init utility
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Philipp Schuster [Fri, 12 Jul 2019 02:13:03 +0000 (04:13 +0200)]
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>
Noble Pepper [Tue, 25 Jun 2019 13:18:06 +0000 (08:18 -0500)]
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>
Rosen Penev [Sat, 20 Jul 2019 00:39:22 +0000 (17:39 -0700)]
Merge pull request #9520 from danielkucera/minisatip
minisatip: pkg hash fix
Sebastian Kemper [Fri, 19 Jul 2019 19:21:08 +0000 (21:21 +0200)]
sqlite3: bump to 3.29.0
Also drops upstreamed patch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Fri, 19 Jul 2019 15:18:28 +0000 (08:18 -0700)]
Merge pull request #9514 from mtelka/mini_snmpd-netifs
mini_snmpd: Allow up to 8 network interfaces
Jan Pavlinec [Wed, 17 Jul 2019 14:17:39 +0000 (16:17 +0200)]
lmdb: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Daniel Kucera [Fri, 19 Jul 2019 12:30:06 +0000 (14:30 +0200)]
minisatip: pkg hash fix
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
Rosen Penev [Fri, 19 Jul 2019 07:41:11 +0000 (00:41 -0700)]
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>
Rosen Penev [Fri, 19 Jul 2019 07:34:09 +0000 (00:34 -0700)]
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>
Rosen Penev [Fri, 19 Jul 2019 07:29:07 +0000 (00:29 -0700)]
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>
Rosen Penev [Fri, 19 Jul 2019 07:08:53 +0000 (00:08 -0700)]
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>
Rosen Penev [Fri, 19 Jul 2019 07:02:21 +0000 (00:02 -0700)]
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>
Marcel Telka [Thu, 18 Jul 2019 20:59:52 +0000 (22:59 +0200)]
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>
Rosen Penev [Thu, 18 Jul 2019 16:41:06 +0000 (09:41 -0700)]
Merge pull request #8589 from vk496/tesseract
tesseract: leptonica: add package
Rosen Penev [Thu, 18 Jul 2019 16:38:44 +0000 (09:38 -0700)]
Merge pull request #9221 from rkkoszewski/master
Add netifd script to control SSTP connections.
Jan Pavlinec [Wed, 10 Jul 2019 14:17:52 +0000 (16:17 +0200)]
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>
Valentín Kivachuk [Sun, 14 Jul 2019 15:45:45 +0000 (17:45 +0200)]
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>
Eneas U de Queiroz [Wed, 17 Jul 2019 12:50:41 +0000 (09:50 -0300)]
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>
Rosen Penev [Wed, 17 Jul 2019 19:48:01 +0000 (12:48 -0700)]
Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
Rosen Penev [Wed, 17 Jul 2019 17:02:05 +0000 (10:02 -0700)]
Merge pull request #9496 from tsl0922/ttyd-1.5.1
ttyd: update to 1.5.1
Eneas U de Queiroz [Tue, 16 Jul 2019 21:31:54 +0000 (18:31 -0300)]
luaposix: remove eglibc remnants
As a side-effect, this adds the getlogin function back when using glibc.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:51:52 +0000 (03:51 -0300)]
switchdev-poller: makefile cleanup
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 22 Jun 2019 08:37:15 +0000 (05:37 -0300)]
switchdev-poller: fix license
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:34:31 +0000 (03:34 -0300)]
trafficshaper: metadata and makefile cleanup
This results in minor metadata changes (spaces).
No need to bump release.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 06:01:11 +0000 (23:01 -0700)]
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
Rosen Penev [Thu, 27 Jun 2019 07:28:25 +0000 (00:28 -0700)]
domoticz: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Shuanglei Tao [Tue, 16 Jul 2019 15:57:09 +0000 (23:57 +0800)]
ttyd: update to 1.5.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 05:44:05 +0000 (22:44 -0700)]
Merge pull request #9472 from lucize/nssup
nss: update to 3.45