Alexandru Ardelean [Wed, 10 Jan 2018 07:29:41 +0000 (09:29 +0200)]
python,python3: export mk files outside of python package dirs
Since `lang/python` is it's own folder of Python packages
(for both Python 2 & 3), and these build rules are needed
in a lot of packages [especially Python packages],
putting them here makes sense architecturally,
to be shared.
This also helps get rid of the `include_mk` construct
which relies on OpenWrt core to provide, and seems
like a broken design idea that has persisted for a while.
Reason is: it requires that Python 2/3 be built to provide
these mk files for other Python packages,
which seems like a bad idea.
Long-term, there could be an issue where some other feeds
would require these mk files [e.g. telephony] for
some Python packages.
We'll see how we handle this a bit later.
For now we limit this to this feed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Matthias Schiffer [Wed, 10 Jan 2018 02:28:31 +0000 (03:28 +0100)]
python,python3: do not install .mk snippets
The .mk snippets are not really usable at the moment, as they cannot be
considered for metadata collection (package DUMP) when included through
include_mk. Python packages do not use include_mk anymore for this reason,
so the install commands can be removed as well.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Hannu Nyman [Wed, 10 Jan 2018 17:47:16 +0000 (19:47 +0200)]
Merge pull request #5412 from jefferyto/python-pycparser-2.18
python-pycparser: update to 2.18, fix _build_tables error
Hannu Nyman [Wed, 10 Jan 2018 16:24:26 +0000 (18:24 +0200)]
Merge pull request #5397 from diizzyy/utils-pcsc-tools
pcsc-tools: remove myself as maintainer
Hannu Nyman [Wed, 10 Jan 2018 16:23:42 +0000 (18:23 +0200)]
Merge pull request #5398 from diizzyy/utils-tio
utils/tio: Update to 1.28
Hannu Nyman [Wed, 10 Jan 2018 16:22:57 +0000 (18:22 +0200)]
Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1
python-pyasn1-modules: update to 0.2.1
Hannu Nyman [Wed, 10 Jan 2018 16:22:36 +0000 (18:22 +0200)]
Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2
python-pyasn1: update to 0.4.2
Hannu Nyman [Wed, 10 Jan 2018 16:22:14 +0000 (18:22 +0200)]
Merge pull request #5409 from jefferyto/python-parsley-py3
python-parsley: add python3 variant
Hannu Nyman [Wed, 10 Jan 2018 16:21:45 +0000 (18:21 +0200)]
Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19
python-ipaddress: update to 1.0.19
Hannu Nyman [Wed, 10 Jan 2018 16:21:24 +0000 (18:21 +0200)]
Merge pull request #5407 from jefferyto/python-gmpy2-py3
python-gmpy2: add python3 variant
Hannu Nyman [Wed, 10 Jan 2018 16:20:53 +0000 (18:20 +0200)]
Merge pull request #5404 from jefferyto/python-cryptography-2.1.4
python-cryptography: update to 2.1.4, refresh patches
Hannu Nyman [Wed, 10 Jan 2018 16:20:25 +0000 (18:20 +0200)]
Merge pull request #5403 from jefferyto/python-attrs-17.4.0
python-attrs: update to 17.4.0, add python3 variant
Jeffery To [Wed, 10 Jan 2018 16:00:57 +0000 (00:00 +0800)]
python-pycparser: update to 2.18, fix _build_tables error
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 15:10:26 +0000 (23:10 +0800)]
python-pyasn1-modules: update to 0.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 15:03:58 +0000 (23:03 +0800)]
python-pyasn1: update to 0.4.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 14:55:28 +0000 (22:55 +0800)]
python-parsley: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Matthias Schiffer [Wed, 10 Jan 2018 14:06:30 +0000 (15:06 +0100)]
Merge pull request #5400 from NeoRaider/usbip-build
usbip: fix build
Matthias Schiffer [Tue, 9 Jan 2018 22:48:04 +0000 (23:48 +0100)]
usbip: fix build
Package/usbip/install was referring to the wrong filename for usb.ids in
dl/.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Wed, 10 Jan 2018 13:58:28 +0000 (14:58 +0100)]
Merge pull request #5399 from NeoRaider/openvswitch-no-sphinx
openvswitch: don't attempt to use sphinx-build found on the build host
Jeffery To [Wed, 10 Jan 2018 13:53:18 +0000 (21:53 +0800)]
python-ipaddress: update to 1.0.19
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 13:29:23 +0000 (21:29 +0800)]
python-gmpy2: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 11:55:42 +0000 (19:55 +0800)]
python-cryptography: update to 2.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 10 Jan 2018 09:35:11 +0000 (17:35 +0800)]
python-attrs: update to 17.4.0, add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Wed, 10 Jan 2018 07:09:41 +0000 (09:09 +0200)]
Merge pull request #5319 from maxberger/master
ddns-scripts: Support Amazon AWS Route53 as a ddns provider
Matthias Schiffer [Tue, 9 Jan 2018 22:20:30 +0000 (23:20 +0100)]
openvswitch: don't attempt to use sphinx-build found on the build host
openvswitch fails to build on my Arch Linux system, as it tries to use my build
host's sphinx-build with OpenWrt's python. Add an override to ensure this can't
happen.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Max Berger [Sat, 23 Dec 2017 21:47:48 +0000 (22:47 +0100)]
ddns-scripts: Support Amazon AWS Route53 as a ddns provider
Based on a sh-only route53 update script by Yuval Adam
https://github.com/yuvadm/route53-ddns/blob/master/route53.sh
Signed-off-by: Max Berger <max@berger.name>
Michael Heimpold [Tue, 9 Jan 2018 21:00:49 +0000 (22:00 +0100)]
Merge pull request #5385 from mhei/lighttpd-issue-4210
lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
Daniel Engberg [Tue, 9 Jan 2018 20:55:18 +0000 (21:55 +0100)]
pcsc-tools: remove myself as maintainer
Remove myself as maintainer
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Sun, 7 Jan 2018 11:18:40 +0000 (12:18 +0100)]
utils/tio: Update to 1.28
Update tio to 1.28
Remove myself as maintainer
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Matthias Schiffer [Sun, 7 Jan 2018 22:21:07 +0000 (23:21 +0100)]
treewide: fix incorrect *_BUILD_DEPENDS
Build depends refer to source package names, not binary package names.
In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.
Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Hannu Nyman [Tue, 9 Jan 2018 12:26:45 +0000 (14:26 +0200)]
Merge pull request #5374 from EricLuehrsen/unbound_dnsecu
unbound: fix uci for option domain-insecure:
Eric Luehrsen [Mon, 8 Jan 2018 03:34:28 +0000 (22:34 -0500)]
unbound: fix uci for option domain-insecure:
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Ted Hess [Mon, 8 Jan 2018 21:27:49 +0000 (16:27 -0500)]
Merge pull request #5288 from roger-/rtsp
v4l2rtspserver: add package
Ted Hess [Mon, 8 Jan 2018 21:23:32 +0000 (16:23 -0500)]
Merge pull request #5381 from thess/dnscrypt-proxy-update
dnscrypt-proxy: Updates for new repository/maintainer (same version)
Michael Heimpold [Mon, 8 Jan 2018 20:24:46 +0000 (21:24 +0100)]
lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Ted Hess [Mon, 8 Jan 2018 19:55:35 +0000 (14:55 -0500)]
Merge pull request #5384 from salzmdan/knot_update
knot: update to 2.6.4
Daniel Salzman [Mon, 8 Jan 2018 15:33:24 +0000 (16:33 +0100)]
knot: update to 2.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Ted Hess [Mon, 8 Jan 2018 19:22:46 +0000 (14:22 -0500)]
Merge pull request #5383 from salzmdan/liburcu_update
liburcu: update to 0.9.4
Ted Hess [Mon, 8 Jan 2018 19:22:17 +0000 (14:22 -0500)]
Merge pull request #5382 from salzmdan/libedit_update
libedit: update to
20170329-3.1
Ted Hess [Mon, 8 Jan 2018 18:55:33 +0000 (13:55 -0500)]
dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Daniel Salzman [Mon, 8 Jan 2018 15:31:22 +0000 (16:31 +0100)]
libedit: update to
20170329-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Daniel Salzman [Mon, 8 Jan 2018 15:29:37 +0000 (16:29 +0100)]
liburcu: update to 0.9.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Hannu Nyman [Mon, 8 Jan 2018 13:58:49 +0000 (15:58 +0200)]
Merge pull request #5377 from mstorchak/tgt
tgt: update to 1.0.73
Maxim Storchak [Mon, 8 Jan 2018 13:21:24 +0000 (15:21 +0200)]
tgt: update to 1.0.73
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Hannu Nyman [Mon, 8 Jan 2018 11:59:29 +0000 (13:59 +0200)]
Merge pull request #5376 from jefferyto/python-egg-info
python,python3: undo egg-info removal
Jeffery To [Mon, 8 Jan 2018 09:26:54 +0000 (17:26 +0800)]
python,python3: undo egg-info removal
This reverts commits
4333d1dcbfd67dde4ca7d08717bc345cc424fbf8 and
074d2863be48c1a9093fffcda91f7a328bc7d0cb, making Python packages
discoverable again by pkg_resources.
Fixes #5361.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Mon, 8 Jan 2018 07:20:11 +0000 (09:20 +0200)]
Merge pull request #5372 from MikePetullo/libgee
libgee: update to 0.20.0
Hannu Nyman [Mon, 8 Jan 2018 07:19:44 +0000 (09:19 +0200)]
Merge pull request #5373 from MikePetullo/pigeonhole
pigeonhole: update to 0.4.21
Hannu Nyman [Mon, 8 Jan 2018 07:18:49 +0000 (09:18 +0200)]
Merge pull request #5355 from hnyman/diffutils36
diffutils: update to 3.6
W. Michael Petullo [Mon, 8 Jan 2018 02:18:11 +0000 (21:18 -0500)]
pigeonhole: update to 0.4.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 8 Jan 2018 01:45:41 +0000 (20:45 -0500)]
libgee: update to 0.20.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Michael Heimpold [Sun, 7 Jan 2018 20:21:03 +0000 (21:21 +0100)]
Merge branch 'ser2net' of https://github.com/mhei/packages (fixes #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 7 Jan 2018 20:03:59 +0000 (21:03 +0100)]
Merge pull request #5363 from MikePetullo/grilo
grilo: update to 0.3.4
Travis failed, but local compile test for mxs platform succeeded, so merging.
Michael Heimpold [Sun, 7 Jan 2018 20:02:40 +0000 (21:02 +0100)]
Merge pull request #5365 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.39
Travis failed, but I did a compile check for mxs platform which worked without problems so merging.
Matthias Schiffer [Sun, 7 Jan 2018 19:37:02 +0000 (20:37 +0100)]
announce: remove superfluous + sign from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Sun, 7 Jan 2018 19:06:50 +0000 (20:06 +0100)]
treewide: remove superfluous + signs from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Sun, 7 Jan 2018 19:00:47 +0000 (20:00 +0100)]
luaposix: move PKG_BUILD_DEPENDS to generic part of Makefile
Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not
have meaning in build depends).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Roger [Sun, 17 Dec 2017 00:04:43 +0000 (19:04 -0500)]
v4l2rtspserver: add package
Signed-off-by: Roger Dammit <rogerdammit@gmail.com>
Peter Wagner [Sun, 7 Jan 2018 17:34:44 +0000 (18:34 +0100)]
irssi: update to 1.0.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Nikos Mavrogiannopoulos [Sun, 7 Jan 2018 15:38:43 +0000 (16:38 +0100)]
ocserv: updated to 0.11.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
W. Michael Petullo [Sun, 7 Jan 2018 00:32:16 +0000 (19:32 -0500)]
libdmapsharing: update to 2.9.39
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 6 Jan 2018 23:33:19 +0000 (18:33 -0500)]
grilo: update to 0.3.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Philip Prindeville [Sat, 6 Jan 2018 21:17:58 +0000 (14:17 -0700)]
Merge pull request #5344 from pprindeville/lighttpd-bundle-mod_openssl
lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
Hannu Nyman [Sat, 6 Jan 2018 13:55:09 +0000 (15:55 +0200)]
Merge pull request #5359 from jefferyto/slide-switch-0.9.1
slide-switch: update to latest version
Jeffery To [Sat, 6 Jan 2018 10:09:20 +0000 (18:09 +0800)]
slide-switch: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sat, 6 Jan 2018 08:46:15 +0000 (10:46 +0200)]
Merge pull request #5327 from yangfl/master
i2pd: Improve the package, fix #5326
David Yang [Wed, 27 Dec 2017 16:57:17 +0000 (00:57 +0800)]
i2pd: Improve the package, fix #5326
Signed-off-by: David Yang <mmyangfl@gmail.com>
Hannu Nyman [Sat, 6 Jan 2018 07:50:08 +0000 (09:50 +0200)]
Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1
libhttp-parser: bump to 2.7.1
Luiz Angelo Daros de Luca [Sat, 6 Jan 2018 00:30:59 +0000 (22:30 -0200)]
Merge pull request #5356 from luizluca/ruby-2.5.0
ruby: bump to 2.5.0
Luiz Angelo Daros de Luca [Tue, 2 Jan 2018 00:34:55 +0000 (22:34 -0200)]
ruby: bump to 2.5.0
2.5.0 introduces many new features and performance improvements.
See: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/
Packaging changes:
* As date was promoted into a gem, ruby-datetime
was splitted into ruby-date and ruby-time
* New packages for gemified stdlib files:
- ruby-cmath (from ruby-math)
- ruby-date (from ruby-datetime)
- ruby-etc (from ruby-misc)
- ruby-fcntl (from ruby-misc)
- ruby-fileutils (from ruby-filelib)
- ruby-ipaddr (from ruby-socket)
- ruby-scanf (from ruby-misc)
- ruby-stringio (from ruby-misc)
- ruby-strscan (from ruby-misc)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Hannu Nyman [Fri, 5 Jan 2018 20:50:28 +0000 (22:50 +0200)]
diffutils: update to 3.6
Update GNU diffutils to 3.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Fri, 5 Jan 2018 20:31:03 +0000 (22:31 +0200)]
Merge pull request #5353 from dibdot/adblock
adblock: update 3.4.1
Dirk Brenken [Fri, 5 Jan 2018 17:54:45 +0000 (18:54 +0100)]
adblock: update 3.4.1
* enable code to support Turris Omnia forthcoming upstream change
(new kresd 'keep_cache' option) to preserve kresd DNS cache
* fix a 'status' race condition while the adblock process
is running in parallel
* various small speed improvements
* rework debug output
* refine blacklist handling
* enable the (empty) blacklist source in the default config
* email notification supports mstmp, even without sendmail symlink
* email notification writes minimal status to log (one-liner)
* LuCI: refine logfile search term
* LuCI: Textarea 'autoscroll down' in logfile view
* LuCI: Left-align blocklist source table plus a more compact design
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Fri, 5 Jan 2018 17:24:39 +0000 (19:24 +0200)]
nano: update to 2.9.2
Update nano to 2.9.2
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Fri, 5 Jan 2018 17:14:10 +0000 (19:14 +0200)]
Merge pull request #5352 from wvdakker/master
Shorewall: Bump to version 5.1.10.2
Daniel Golle [Thu, 4 Jan 2018 23:33:50 +0000 (00:33 +0100)]
postgresql: update to version 9.6.6
Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jan 2018 23:13:43 +0000 (00:13 +0100)]
lvm2: update to version 2.02.177
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jan 2018 23:04:27 +0000 (00:04 +0100)]
pcsc-lite: update to version 1.8.23
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 4 Jan 2018 22:59:06 +0000 (23:59 +0100)]
gnurl: update to version 7.57.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
W. van den Akker [Thu, 4 Jan 2018 21:43:33 +0000 (22:43 +0100)]
Shorewall6: Bump to version 5.1.10.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Thu, 4 Jan 2018 21:42:45 +0000 (22:42 +0100)]
Shorewall: Bump to version 5.1.10.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Thu, 4 Jan 2018 21:40:41 +0000 (22:40 +0100)]
Shorewall6-lite: Bump to version 5.1.10.2
Corrected patch 020-set-PATH.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Thu, 4 Jan 2018 21:39:48 +0000 (22:39 +0100)]
Shorewall-lite: Bump to version 5.1.10.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Thu, 4 Jan 2018 21:38:50 +0000 (22:38 +0100)]
Shorewall-core: Bump to version 5.1.10.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Michael Heimpold [Thu, 4 Jan 2018 19:43:54 +0000 (20:43 +0100)]
php7: update to 7.2.1
Remove a patch which was included upstream.
While at, also add openssl configuration parameters when modules are selected
which depend on openssl (reported by Philip Prindeville).
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 4 Jan 2018 12:58:04 +0000 (14:58 +0200)]
Merge pull request #5342 from commodo/python-host-zlib
python,python3: add zlib/host to HOST_BUILD_DEPENDS (ver 2)
Yousong Zhou [Thu, 4 Jan 2018 06:33:47 +0000 (14:33 +0800)]
shadowsocks-libev: remove option manager_address
It's an option that is supposed to be fed by ss-manager. It can be
in the form of host:port or path to unix dgram socket. Drop it now with
the assumption that it has no real user at the moment
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Philip Prindeville [Wed, 3 Jan 2018 00:08:59 +0000 (17:08 -0700)]
lighttpd: CONFIG_LIGHTTPD_SSL includes mod_openssl
If we're built with CONFIG_LIGHTTPD_SSL then mod_openssl.so should
be included into the base package. Fixes issue #5343.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Wed, 3 Jan 2018 08:59:27 +0000 (10:59 +0200)]
Merge pull request #5346 from dibdot/travelmate
travelmate: update 1.0.1
Dirk Brenken [Wed, 3 Jan 2018 08:18:26 +0000 (09:18 +0100)]
travelmate: update 1.0.1
* corner case fix with multiple (partly disabled) radios
* LuCI: BSSID will be ignored by default in 'wireless add' dialog
* LuCI: Textarea 'autoscroll down' in logfile view
* LuCI: refine logfile search term
Signed-off-by: Dirk Brenken <dev@brenken.org>
Alexandru Ardelean [Sun, 31 Dec 2017 16:39:42 +0000 (18:39 +0200)]
python,python3: add zlib/host to HOST_BUILD_DEPENDS (ver 2)
This reverts commit
3c6d14021e62d68a7d9bdd4520b799c5c207fde1.
( which is a revert of commit
c764f77dc1a62ce667b38520496ddb9bfaececab )
The initiall commit (
c764f77dc1a62ce667b38520496ddb9bfaececab )
was reverted, becase zlib did not have a host-build.
Now it does:
https://github.com/openwrt/openwrt/commit/
cbe71649bc49ccc6ae96385482d0794c33336f68
So, now it should be good to put this in.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Peter Wagner [Tue, 2 Jan 2018 14:38:07 +0000 (15:38 +0100)]
ntpd: remove ntp.conf
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Tue, 2 Jan 2018 14:16:48 +0000 (15:16 +0100)]
ntpd: *mimic the behaviour of the busybox ntpd's "-S" flag
*create a seperate line for every server, otherwise only the first listed server will be used
Yousong Zhou [Tue, 2 Jan 2018 02:39:39 +0000 (10:39 +0800)]
shadowsocks-libev: bump to version 3.1.2
Notable changes since 3.1.1
-
57ab828 fix possible use-after-free in ss-server
-
65e9d23 filter through acl first before doing sni detection
-
b26cbc2 another attack on null ref
-
d237a05 udprelay: fix off-by-one bug
-
0c3cf8b fix runtime TFO detection
-
d445ea9 Linux 4.11 TFO socket option support
Yousong Zhou [Mon, 18 Dec 2017 09:27:48 +0000 (17:27 +0800)]
shadowsocks-libev: new option no_delay
--no-delay is a new cmdline argument introduced in 3.1.0 to NOT turn off
TCP_NODELAY socket option, i.e. keeping it's default value without
setting it explicitly. This can be potentially useful for interactive
traffics
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Daniel Golle [Sat, 30 Dec 2017 22:07:00 +0000 (23:07 +0100)]
gnunet: update to post-34C3 git head
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Álvaro Fernández Rojas [Sun, 31 Dec 2017 18:14:58 +0000 (19:14 +0100)]
dump1090: update to latest version
Also rename uhttpd config from xupnpd to dump1090
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 31 Dec 2017 18:40:43 +0000 (19:40 +0100)]
xupnpd: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 31 Dec 2017 18:04:06 +0000 (19:04 +0100)]
dmidecode: update to v3.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 31 Dec 2017 17:50:19 +0000 (18:50 +0100)]
flashrom: update to v0.9.9.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>