Jo-Philipp Wich [Sun, 13 May 2018 17:14:20 +0000 (19:14 +0200)]
flashrom: update to v1.0
Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.
Fixes the following error spotted by the buildbots:
ch341a_spi.c: In function 'ch341a_spi_init':
ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
libusb_set_debug(NULL, 3); // Enable information, warning and [...]
^~~~~~~~~~~~~~~~
In file included from ch341a_spi.c:25:0:
.../libusb-1.0/libusb.h:1300:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1030: recipe for target 'ch341a_spi.o' failed
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Sat, 5 May 2018 17:40:06 +0000 (19:40 +0200)]
Merge pull request #6001 from ldir-EDB0/importminiupnpd
miniupnpd: Import release
20180422 to repo
Hannu Nyman [Sat, 5 May 2018 15:42:36 +0000 (18:42 +0300)]
Merge pull request #6008 from EricLuehrsen/unbound_171
unbound: update to 1.7.1
Hannu Nyman [Sat, 5 May 2018 14:40:02 +0000 (17:40 +0300)]
lftp: disable correct libidn version
Fix buildbot breakage by disabling libidn2 that has been recently
added to the packages.
lftp has apparently switched from libidn to libidn2 some time ago,
so the old configure directive was actually wrong, as can be seen
from build log.
> configure: WARNING: unrecognized options: --without-libidn
> ...
> Package lftp is missing dependencies for the following libraries:
> libidn2.so.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Eric Luehrsen [Fri, 4 May 2018 01:44:37 +0000 (21:44 -0400)]
unbound: update to 1.7.1
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Hannu Nyman [Sat, 5 May 2018 10:27:37 +0000 (13:27 +0300)]
Merge pull request #5982 from micmac1/gammu-fix-mysql-dep
gammu: fix mysql depend
Hannu Nyman [Sat, 5 May 2018 10:26:05 +0000 (13:26 +0300)]
Merge pull request #5979 from diizzyy/patch-5
mpg123: Update to 1.25.10
Hannu Nyman [Fri, 4 May 2018 16:48:44 +0000 (19:48 +0300)]
Merge pull request #6003 from commodo/python-updates
python,python3: update with newer releases
Hannu Nyman [Fri, 4 May 2018 16:47:52 +0000 (19:47 +0300)]
Merge pull request #6005 from Wedmer/master
zoneinfo: Updated to the latest release.
Vladimir Ulrich [Fri, 4 May 2018 12:52:28 +0000 (15:52 +0300)]
zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Kevin Darbyshire-Bryant [Mon, 30 Apr 2018 10:09:05 +0000 (11:09 +0100)]
miniupnpd: Import release
20180422 to repo
Import miniupnpd from routing repo and bump to
20180422.
Drop 102-ipv6-ext-port.patch as this looks upstreamed in the pinhole
code to me.
Consolidate all other patches & update with a view to sending upstream.
Add support for runtime IGDv1 mode switch (default to IGDv2)
(not extensively) Tested-on: ar71xx Archer C7 v2 in IGDv1 compatibility
mode. A variety of devices/applications appear to be able to create
mappings.
Have an attempt at resolving https://github.com/openwrt-routing/packages/issues/286
TL;DR miniupnpd rules get processed before fw3 rules and thus can
override existing/intended redirects. Ideally the miniupnpd rules would
be last in the relevant chains, unfortunately fw3 can sometimes use the
last rule as a REJECT. Put miniupnpd rules as penultimate.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Alexandru Ardelean [Thu, 3 May 2018 11:46:30 +0000 (14:46 +0300)]
python3: update to version 3.6.5
Add PKG_RELEASE for setuptools and pip.
Refresh all patches.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 3 May 2018 10:08:52 +0000 (13:08 +0300)]
python: update to version 2.7.15
This also updates pip and setuptools.
With this occasion, they also get PKG_RELEASEs of their own.
Dropped patch 011-remove-setupterm-definition.patch
Manually re-applied 005-fix-bluetooth-support.patch
Ran make package/python/refresh to refresh other patches.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Wed, 2 May 2018 21:04:19 +0000 (00:04 +0300)]
Merge pull request #5990 from tripolar/master
don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
Hannu Nyman [Wed, 2 May 2018 21:01:41 +0000 (00:01 +0300)]
Merge pull request #6000 from mwarning/kadnode
kadnode: use codeload url
Hannu Nyman [Wed, 2 May 2018 21:00:27 +0000 (00:00 +0300)]
Merge pull request #5997 from mwarning/zerotier
zerotier: update to version 1.2.8
Moritz Warning [Wed, 2 May 2018 18:05:25 +0000 (20:05 +0200)]
kadnode: smaller binary
Decreases size of package by 3%
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Moritz Warning [Wed, 2 May 2018 18:04:33 +0000 (20:04 +0200)]
kadnode: use codeload url
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Moritz Warning [Tue, 1 May 2018 23:06:20 +0000 (01:06 +0200)]
zerotier: update to version 1.2.8
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Toke Høiland-Jørgensen [Wed, 2 May 2018 16:42:10 +0000 (18:42 +0200)]
sqm-scripts: Another bump to v1.2.1
Jo-Philipp Wich [Wed, 2 May 2018 16:14:11 +0000 (18:14 +0200)]
Merge pull request #5999 from tohojo/master
sqm-scripts: Bump to v1.2.0
Hannu Nyman [Wed, 2 May 2018 15:59:21 +0000 (18:59 +0300)]
Merge pull request #5998 from wvdakker/master
Shorewall: Bump to version 5.2.0.1
Toke Høiland-Jørgensen [Wed, 2 May 2018 15:20:39 +0000 (17:20 +0200)]
sqm-scripts: Bump to v1.2.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Hannu Nyman [Tue, 1 May 2018 18:56:59 +0000 (21:56 +0300)]
tvheadend: minor bugfix version bump to 4.0.10
Update the package to the last release of the old 4.0 series.
Note that this version is still from the obsolete 4.0 series,
but updates the source base a bit.
This also enables dropping one of the GCC 7.3 fixes.
Compiled and briefly run-tested with ipq806x and mvebu,
but no actual operations done.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
W. van den Akker [Tue, 1 May 2018 16:45:35 +0000 (18:45 +0200)]
Shorewall6: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Tue, 1 May 2018 16:44:29 +0000 (18:44 +0200)]
Shorewall: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Tue, 1 May 2018 16:41:47 +0000 (18:41 +0200)]
Shorewall6-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Tue, 1 May 2018 16:40:20 +0000 (18:40 +0200)]
Shorewall-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Tue, 1 May 2018 16:38:24 +0000 (18:38 +0200)]
Shorewall-core: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Luiz Angelo Daros de Luca [Tue, 1 May 2018 15:19:29 +0000 (12:19 -0300)]
Merge pull request #5996 from syssi/feature/sane-backends-pkg-config
sane-backends: Make sane-backends.pc available
Sebastian Muszynski [Tue, 1 May 2018 14:13:11 +0000 (16:13 +0200)]
sane-backends: Make sane-backends.pc available
Signed-off-by: Sebastian Muszynski <basti@linkt.de>
Peter Wagner [Tue, 1 May 2018 11:56:26 +0000 (13:56 +0200)]
unbound: don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Tue, 1 May 2018 11:34:21 +0000 (14:34 +0300)]
tvheadend: fix compilation with GCC 7.3
Disable two warnings to enable compilation with GCC 7.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Etienne Champetier [Tue, 20 Feb 2018 01:33:51 +0000 (17:33 -0800)]
build: move gpg keys into .keys directory
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Philip Prindeville [Mon, 30 Apr 2018 19:04:24 +0000 (13:04 -0600)]
Merge pull request #5987 from pprindeville/perl-text-csv_xs-update-1.35
perl-text-csv_xs: update to 1.35
Philip Prindeville [Mon, 30 Apr 2018 15:03:32 +0000 (09:03 -0600)]
Merge pull request #5985 from pprindeville/acpica-unix-update-
20180427
acpica-unix: update to
20180427
Philip Prindeville [Mon, 30 Apr 2018 14:55:48 +0000 (08:55 -0600)]
Merge pull request #5986 from pprindeville/isc-dhcp-update-4.4.1
isc-dhcp: update to 4.4.1
Philip Prindeville [Sun, 29 Apr 2018 22:37:33 +0000 (16:37 -0600)]
acpica-unix: update to
20180427
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Mon, 30 Apr 2018 14:53:08 +0000 (08:53 -0600)]
Merge pull request #5984 from pprindeville/perl-update-5.26.2
Perl update 5.26.2
Philip Prindeville [Mon, 30 Apr 2018 00:15:17 +0000 (18:15 -0600)]
perl-text-csv_xs: update to 1.35
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Sun, 29 Apr 2018 23:32:30 +0000 (17:32 -0600)]
isc-dhcp: update to 4.4.1
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Sun, 29 Apr 2018 21:07:15 +0000 (15:07 -0600)]
perl: update to 5.26.2
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
champtar [Sun, 29 Apr 2018 19:16:03 +0000 (12:16 -0700)]
Merge pull request #5894 from aparcar/prom-export
prometheus-node-exporter-lua: textfile collector
Hannu Nyman [Sun, 29 Apr 2018 18:34:36 +0000 (21:34 +0300)]
nano: update to 2.9.6
Nano 2.9.6 release notes:
GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
makes --enable-altrcname work again, improves the fluidity
of scrolling when using the touchpad, tweaks the syntaxes
for shell scripts and PO files, makes a replacing session
go always forward by default, no longer inserts a newline
after an external spell check of a selected region, always
accepts the English Y and N (and A) at a yes-no prompt in
any locale, and solves a few hypothetical bugs.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Sebastian Kemper [Sun, 29 Apr 2018 16:48:51 +0000 (18:48 +0200)]
gammu: fix mysql depend
mysql was replaced by mariadb. The lazy dependency
"+PACKAGE_libmysqlclient:libmysqlclient" does not work anymore as
"PACKAGE_libmysqlclient" no longer exists. This results in:
Package gammu is missing dependencies for the following libraries:
libmysqlclient.so.18
This commit addresses that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Daniel Engberg [Sun, 29 Apr 2018 16:03:07 +0000 (18:03 +0200)]
mpg123: Update to 1.25.10
Update mpg123 to 1.25.10
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Paul Spooren [Sun, 29 Apr 2018 15:59:46 +0000 (00:59 +0900)]
prometheus-node-exporter-lua: export static files
Print all files from /var/prometheus/*.prom. This behaviour allow users
to add metrics with non-lua scripts.
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
Hannu Nyman [Sun, 29 Apr 2018 11:31:20 +0000 (14:31 +0300)]
Merge pull request #5977 from micmac1/collectd-enable-mysql-plugin
collectd: enable mysql plugin
Hannu Nyman [Sun, 29 Apr 2018 08:51:19 +0000 (11:51 +0300)]
Merge pull request #5976 from micmac1/mariadb-fix-sporadic-libevent-fail
mariadb: fix sporadic build failure
Sebastian Kemper [Sun, 29 Apr 2018 08:25:08 +0000 (10:25 +0200)]
collectd: enable mysql plugin
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 29 Apr 2018 07:37:21 +0000 (09:37 +0200)]
mariadb: fix sporadic build failure
Observed once in about two dozen builds on the bots:
make[6]: *** No rule to make target '/build/lede-snapshots/arm_cortex-a7_neon-vfpv4/build/sdk/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/usr/lib/libevent.so', needed by 'tests/async_queries'. Stop.
Address this by adding libevent2 to PKG_BUILD_DEPENDS.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sun, 29 Apr 2018 07:37:57 +0000 (10:37 +0300)]
Merge pull request #5975 from hauke/zlib
python/python3: remove zlib/host dependency
Michael Heimpold [Sat, 28 Apr 2018 21:39:58 +0000 (23:39 +0200)]
php7: update to 7.2.5
Also drop obsolete patches.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hauke Mehrtens [Sat, 28 Apr 2018 14:20:44 +0000 (16:20 +0200)]
python/python3: remove zlib/host dependency
zlib is now a host tool and the zlib/host package was removed. this
dependency is not needed any more as there will always be a zlib host
library.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Jo-Philipp Wich [Sat, 28 Apr 2018 12:46:29 +0000 (14:46 +0200)]
Merge pull request #5851 from micmac1/mariadb
mysql: switch from MySQL to Mariadb
Sebastian Kemper [Mon, 9 Apr 2018 18:35:47 +0000 (20:35 +0200)]
mariadb: new package
MariaDB is a drop-in replacement for MySQL. This commit adds a current
and stable version of MariaDB to the tree.
Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot
and Debian.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Daniel Golle [Sat, 28 Apr 2018 11:08:02 +0000 (13:08 +0200)]
Merge pull request #5945 from aparcar/inotify-fixup
bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
Hans Dedecker [Fri, 27 Apr 2018 12:36:43 +0000 (14:36 +0200)]
Merge pull request #5931 from dedeckeh/pr-xtables-addons-rtsp
xtables-addons: rtsp helper improvements
Hans Dedecker [Wed, 18 Apr 2018 11:59:20 +0000 (13:59 +0200)]
xtables-addons: rtsp: update source in expected RTP connection
Update source IP of the expected RTP connection according to the SOURCE
attribute value if present in the RTSP SETUP REPLY message.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Marko Ratkaj [Fri, 27 Apr 2018 12:04:38 +0000 (12:04 +0000)]
Merge pull request #5972 from sartura/libyang_patch
libyang: add patch
Mislav Novakovic [Fri, 27 Apr 2018 11:18:59 +0000 (13:18 +0200)]
libyang: add patch
The patch fixes a netopeer2-cli issue on musl.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Hannu Nyman [Fri, 27 Apr 2018 07:38:59 +0000 (10:38 +0300)]
Merge pull request #5969 from nxhack/support_newer_nodejs
swig: support latest versions of node.js
Hannu Nyman [Fri, 27 Apr 2018 07:38:44 +0000 (10:38 +0300)]
Merge pull request #5970 from jemyzhang/master
net/https-dns-proxy: Update to 2018-04-23
Jemy Zhang [Thu, 26 Apr 2018 10:19:54 +0000 (18:19 +0800)]
net/https-dns-proxy: Update to 2018-04-23
+ add option for resolver_url_prefix
Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
Hirokazu MORIKAWA [Thu, 26 Apr 2018 02:42:42 +0000 (11:42 +0900)]
swig: support latest versions of node.js
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
champtar [Wed, 25 Apr 2018 17:19:02 +0000 (10:19 -0700)]
Merge pull request #5916 from aparcar/prom-bmx7v2
prometheus-node-exporter-lua: extend bmx7 plugin
Hannu Nyman [Wed, 25 Apr 2018 09:25:45 +0000 (12:25 +0300)]
Merge pull request #5802 from VincentRiou/lighttpd_with_wstunnel
lighttpd: add mod-wstunnel
Hannu Nyman [Wed, 25 Apr 2018 08:52:45 +0000 (11:52 +0300)]
Merge pull request #5938 from nxhack/bump_3_0_12
swig: bump to 3.0.12
Hirokazu MORIKAWA [Thu, 19 Apr 2018 07:08:25 +0000 (16:08 +0900)]
swig: bump to 3.0.12
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
champtar [Tue, 24 Apr 2018 16:31:47 +0000 (09:31 -0700)]
Merge pull request #5963 from hnyman/htop220
htop: update to 2.2.0
Hannu Nyman [Tue, 24 Apr 2018 16:01:14 +0000 (19:01 +0300)]
htop: update to 2.2.0
Update htop to 2.2.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 24 Apr 2018 04:36:40 +0000 (07:36 +0300)]
Merge pull request #5960 from MikePetullo/snort
snort: depend on libnghttp2
W. Michael Petullo [Mon, 23 Apr 2018 22:04:26 +0000 (18:04 -0400)]
snort: depend on libnghttp2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Ted Hess [Mon, 23 Apr 2018 21:14:40 +0000 (21:14 +0000)]
Merge pull request #5902 from antonlacon/libvorbis
libvorbis: update to 1.3.6
Hannu Nyman [Mon, 23 Apr 2018 20:51:06 +0000 (23:51 +0300)]
Merge pull request #5959 from DocLM/gphoto2
libgphoto2 and gphoto2: Update to 2.5.17
Leonardo Medici [Mon, 23 Apr 2018 19:24:39 +0000 (21:24 +0200)]
gphoto2: update package 2.5.17
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Leonardo Medici [Mon, 23 Apr 2018 19:23:00 +0000 (21:23 +0200)]
libgphoto2: update package 2.5.17
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Hannu Nyman [Mon, 23 Apr 2018 19:43:48 +0000 (22:43 +0300)]
Merge pull request #5958 from MikePetullo/libdaq
libdaq: update hash and change maintainer
W. Michael Petullo [Mon, 23 Apr 2018 15:52:31 +0000 (11:52 -0400)]
libdaq: update hash and change maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Mon, 23 Apr 2018 14:47:41 +0000 (17:47 +0300)]
Merge pull request #5879 from neheb/transmission
transmission: Add rpc_host_whitelist support.
Magnus Kroken [Wed, 30 Aug 2017 15:59:17 +0000 (17:59 +0200)]
libdaq: update to 2.0.6
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Hannu Nyman [Mon, 23 Apr 2018 14:34:04 +0000 (17:34 +0300)]
Merge pull request #5957 from MikePetullo/snort
snort: set configuration file path in init script
W. Michael Petullo [Mon, 23 Apr 2018 14:11:49 +0000 (10:11 -0400)]
snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Mon, 23 Apr 2018 13:44:42 +0000 (16:44 +0300)]
Merge pull request #5702 from MikePetullo/snort2
snort: update to 2.9.11.1
Hannu Nyman [Mon, 23 Apr 2018 13:44:16 +0000 (16:44 +0300)]
Merge pull request #5927 from MikePetullo/snort3
snort: set W. Michael Petullo as maintainer
Hannu Nyman [Mon, 23 Apr 2018 13:42:40 +0000 (16:42 +0300)]
Merge pull request #5863 from p-wassi/gpsd
utils/gpsd: update to 3.17
Ted Hess [Mon, 23 Apr 2018 12:55:27 +0000 (12:55 +0000)]
Merge pull request #5955 from antonlacon/ffmpeg
ffmpeg: libffmpeg-full to lgpl; include fdk-aac support
Hans Dedecker [Mon, 23 Apr 2018 07:50:31 +0000 (09:50 +0200)]
Merge pull request #5933 from alinnastac/rp-pppoe-improved-init-scripts
rp-pppoe: improve init scripts
Alin Nastac [Thu, 19 Apr 2018 06:33:17 +0000 (08:33 +0200)]
rp-pppoe: add support for logical interface names and fix interface triggers
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Jaehoon You [Mon, 9 Apr 2018 07:00:59 +0000 (16:00 +0900)]
coova-chilli: change PKG_MAINTAINER
Signed-off-by: Jaehoon You <teslamint@gmail.com>
Jaehoon You [Thu, 25 May 2017 05:44:24 +0000 (14:44 +0900)]
coova-chilli: switch to procd
Signed-off-by: Jaehoon You <teslamint@gmail.com>
Ian Leonard [Sun, 22 Apr 2018 19:40:31 +0000 (12:40 -0700)]
ffmpeg: libffmpeg-full to lgpl; include fdk-aac support
Change libffmpeg-full to, by default, use the LGPL license. This
allows libffmpeg-full to gain support for libfdk-aac.
When libx264 is selected, this changes to GPL, and libfdk-aac
support is lost. Libx264 support is prioritized when both are
selected, which maintains the status quo of what happens now.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Hannu Nyman [Sun, 22 Apr 2018 20:08:46 +0000 (23:08 +0300)]
Merge pull request #5954 from lucize/clamup
clamav: update to 0.100.0
Lucian Cristian [Sun, 22 Apr 2018 18:36:34 +0000 (21:36 +0300)]
clamav: update to 0.100.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hannu Nyman [Sun, 22 Apr 2018 09:35:02 +0000 (12:35 +0300)]
Merge pull request #5919 from diizzyy/patch-3
utils/ncdu: Update to 1.13
Hannu Nyman [Sun, 22 Apr 2018 09:33:15 +0000 (12:33 +0300)]
Merge pull request #5950 from diizzyy/patch-4
utils/tio: Update to 1.30
Hannu Nyman [Sun, 22 Apr 2018 09:24:52 +0000 (12:24 +0300)]
Merge pull request #5941 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.5.6
Hannu Nyman [Sun, 22 Apr 2018 09:24:32 +0000 (12:24 +0300)]
Merge pull request #5944 from chris5560/master
ddns-scripts: fixes "sed: no previous regexp"
Nikos Mavrogiannopoulos [Sun, 22 Apr 2018 09:08:53 +0000 (11:08 +0200)]
ocserv: updated to 0.12.0
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Daniel Engberg [Sun, 22 Apr 2018 07:05:48 +0000 (09:05 +0200)]
utils/tio: Update to 1.30
Update tio to 1.30
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>