Alexandru Ardelean [Sat, 31 Dec 2016 23:53:14 +0000 (01:53 +0200)]
python3: upgrade to version 3.6.0
Python 3.6 comes with some new cross-compilation logic that
generates filenames/paths with arch, abiflags and mach
included (in filename & path).
Problem is that the generated paths/filenames are not
consistent across archs (noticed on x86_64 & ar71xx),
so patch `016-adjust-config-paths.patch` was added
to mitigate this (by removing extra stuff in paths).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sat, 31 Dec 2016 15:12:38 +0000 (17:12 +0200)]
Merge pull request #3727 from commodo/keepalived-update-me
keepalived: update to 1.2.19, switch maintainer to me, refresh PRs 2312 & 2340
Alexandru Ardelean [Sat, 31 Dec 2016 10:44:40 +0000 (12:44 +0200)]
keepalived: upgrade to version 1.2.19
Dropped patches, unrequired.
There is a newer version released, but I cannot vouch for it yet.
We've been using this one for about a year now.
Since, I only recently became maintainer of `keepalived`, I will
push this as the current stable one, and start using a newer
version internally, before releasing it to the public.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sat, 31 Dec 2016 10:45:21 +0000 (12:45 +0200)]
keepalived: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sat, 31 Dec 2016 13:28:22 +0000 (15:28 +0200)]
Merge pull request #3726 from dibdot/adblock
adblock: update 2.0.4
Hannu Nyman [Sat, 31 Dec 2016 13:27:50 +0000 (15:27 +0200)]
Merge pull request #3725 from dibdot/travelmate
travelmate: update 0.3.0
Dirk Brenken [Sat, 31 Dec 2016 13:17:40 +0000 (14:17 +0100)]
adblock: update 2.0.4
* small fixes & cosmetics (missed in last commit)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Sat, 31 Dec 2016 13:14:29 +0000 (14:14 +0100)]
travelmate: update 0.3.0
* switch to procd interface trigger
* no additional active monitor/polling in the background
* simplified code
* new option "trm_maxwait", how long (in seconds)
should travelmate wait for wlan interface reload action
(default: '20')
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Sat, 31 Dec 2016 12:32:36 +0000 (14:32 +0200)]
Merge pull request #3724 from fededim/master
softethervpn: updated to version 4.22-9634
Federico Di Marco [Sat, 31 Dec 2016 03:20:32 +0000 (04:20 +0100)]
softethervpn: updated to version 4.22-9634
- bugfix #3629
- readded nossl3 patch
Signed-Off-by: Federico Di Marco <fededim@gmail.com>
Ben Kelly [Tue, 30 Aug 2016 08:54:49 +0000 (11:54 +0300)]
keepalived: suppress reloads when config md5 has no change
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ben Kelly [Tue, 4 Oct 2016 15:41:47 +0000 (18:41 +0300)]
keepalived: Fix ordering of config sections
keepalived seems to be rather particular about which config parameters
come before others.
When defining a virtual IP address, keepalived will check to see if the
vrrp instance is associated with a valid interface. Previously, the
interface parameter was declared after the virtual IP address which
caused an error when keepalived tried to run this check. Keepalived
tries to fall back to checking if 'eth0' exists.
The fix is to re-order the config stanzas so that the interface
parameter comes before the virtual IP address definitions.
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ben Kelly [Mon, 29 Aug 2016 12:40:33 +0000 (15:40 +0300)]
keepalived: Fix track_* option in vrrp_instance defn
Also fix ordering of config stanzas
We were parsing the track_script and track_interface definitions to
include the weight param when configuring a vrrp_instance. This is not
correct, as the weight param inside a vrrp instance is used to augment
the one defined in the script.
We were also not taking into account vrrp_script stanzas
This commit skips the parsing and simply lists the name of the
track/vrrp object
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sat, 31 Dec 2016 10:20:41 +0000 (12:20 +0200)]
Merge pull request #3717 from zx2c4/patch-1
net/wireguard: update to 0.0.
20161230
Alexandru Ardelean [Wed, 2 Dec 2015 08:32:54 +0000 (10:32 +0200)]
keepalived: add uci config support
Adding @scrpi (Ben Kelly).
Initial UCI config support was written by me (@commodo)
Updates & fixes added by Ben.
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 26 Nov 2015 14:58:47 +0000 (16:58 +0200)]
keepalived: convert init script to procd format
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 2 Feb 2016 15:57:14 +0000 (17:57 +0200)]
keepalived: make the use of libnl optional
keepalived seems to work fine without it.
There is fall-back code that kicks in when it's not present.
So, we will build against (or pull) the libnl package only
if there is another package that pulls it.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Sat, 31 Dec 2016 08:19:37 +0000 (10:19 +0200)]
Merge pull request #3697 from psyborg55/master
mwan3-luci: update to 1.4-5
Hannu Nyman [Sat, 31 Dec 2016 08:18:02 +0000 (10:18 +0200)]
Merge pull request #3719 from luizluca/ruby-2.4.0
ruby: bump to 2.4.0
Hannu Nyman [Sat, 31 Dec 2016 08:16:25 +0000 (10:16 +0200)]
Merge pull request #3718 from fededim/master
softethervpn: updated to version 4.22-9634
Luiz Angelo Daros de Luca [Thu, 29 Dec 2016 05:02:14 +0000 (03:02 -0200)]
ruby: bump to 2.4.0
This is a stable feature release.
Notable changes:
- Introduce hash table improvement (by Vladimir Makarov)
- Binding#irb: Start a REPL session similar to binding.pry
- Unify Fixnum and Bignum into Integer
- String supports Unicode case mappings
- Performance improvements
- Thread#report_on_exception and Thread.report_on_exception changes
- Thread deadlock detection now shows threads with their backtrace and dependency
- Support OpenSSL 1.1.0 (drop support for 0.9.7 or prior)
- ext/tk is now removed from stdlib Feature #8539
- XMLRPC is now removed from stdlib Feature #12160
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Federico Di Marco [Sat, 31 Dec 2016 03:20:32 +0000 (04:20 +0100)]
softethervpn: updated to version 4.22-9634
- bugfix #3629
Signed-Off-by: Federico Di Marco <fededim@gmail.com>
Jason A. Donenfeld [Sat, 31 Dec 2016 02:25:17 +0000 (03:25 +0100)]
net/wireguard: update to 0.0.
20161230
Simple version bump; no changes needed other than filename and hash.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Hannu Nyman [Fri, 30 Dec 2016 21:54:15 +0000 (23:54 +0200)]
Merge pull request #3716 from dibdot/adblock
adblock: update 2.0.3
Dirk Brenken [Fri, 30 Dec 2016 21:21:00 +0000 (22:21 +0100)]
adblock: update 2.0.3
* fixed adblock statistics in CC
* print additional list details in adblock statistics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Fri, 30 Dec 2016 10:31:35 +0000 (12:31 +0200)]
Merge pull request #3702 from hauke/libcoap
libcoap: fix PKG_BUILD_DIR
Hannu Nyman [Fri, 30 Dec 2016 10:30:26 +0000 (12:30 +0200)]
Merge pull request #3711 from mhei/fix-libcanfestival
libcanfestival: define package build directory explicitly
leonghui [Wed, 28 Dec 2016 08:01:46 +0000 (16:01 +0800)]
aria2: update to 1.30.0
Maintainer: @kuoruan
Compile tested: mips
Run tested: mips
Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
Hannu Nyman [Wed, 28 Dec 2016 21:51:45 +0000 (23:51 +0200)]
Merge pull request #3689 from hnyman/c553
collectd: update to 5.5.3
ascob [Wed, 5 Oct 2016 16:24:19 +0000 (18:24 +0200)]
dynapoint: add new package (fixes #3304)
Dynapoint is a dynamic access point manager
Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de>
- minor whitespace fixes/cleanups
- squashed multiple commits into a single one before merge
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 27 Dec 2016 13:46:49 +0000 (14:46 +0100)]
libcanfestival: define package build directory explicitly
This should fix the build on LEDE buildbots which bail out with:
-snip-
...
! -d ./src/ ] || cp -fpR ./src/* /data/bowl-builder/arm_arm926ej-s/build/ (wrapped)
sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival-
8bfe0ac0
Applying ./patches/001-sigval-ref-fix.patch using plaintext:
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/drivers/timers_unix/timers_unix.c
|+++ b/drivers/timers_unix/timers_unix.c
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch failed! Please fix ./patches/001-sigval-ref-fix.patch!
...
-snap-
Reason is, that the tar ball created by hg checkout does not contain the
version string appended to the root source directory as expected by
default PKG_BUILD_DIR, so this patch adjusts the expected directory name.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Álvaro Fernández Rojas [Tue, 27 Dec 2016 17:32:03 +0000 (18:32 +0100)]
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Daniel Dickinson [Sat, 30 Jul 2016 05:23:29 +0000 (01:23 -0400)]
utils/tar: Fix tar build dependency and CVE-2016-6321
Should be PKG_BUILD_DEPENDS not BUILD_DEPENDS
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Tue, 27 Dec 2016 17:21:49 +0000 (18:21 +0100)]
Merge pull request #3535 from p-wassi/utils_zip_LFS
utils/zip: fix LARGE_FILE_SUPPORT in configure script
Philip Prindeville [Tue, 20 Dec 2016 19:39:49 +0000 (12:39 -0700)]
perl-cgi: Bump version to latest
This version is no longer posted on CPAN so point to latest instead.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
heil [Mon, 26 Dec 2016 23:24:38 +0000 (00:24 +0100)]
haproxy: bump to 1.7.1-19
- fix wrong ncurses depency
- integrate patches from mainline
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 26 Dec 2016 22:42:01 +0000 (23:42 +0100)]
package apache: upgrade to 2.4.25
- refresh patches
Signed-off-by: heil <heil@terminal-consulting.de>
Ted Hess [Sun, 25 Dec 2016 20:05:04 +0000 (15:05 -0500)]
Merge pull request #3701 from chris5560/ddns-scripts
ddns-scripts: no longer build public_suffix_list.dat.gz during build
Hauke Mehrtens [Sun, 25 Dec 2016 16:57:57 +0000 (17:57 +0100)]
Merge pull request #3668 from hauke/boost
boost: build always with -std=gnu++14 with recent compilers.
Hauke Mehrtens [Sun, 25 Dec 2016 16:43:31 +0000 (17:43 +0100)]
libcoap: fix PKG_BUILD_DIR
libcoap is not building in LEDE any more because it is extracted to
/libcoap/ and the package makefiles try to access it at
/libcoap-
2da31de732c0e51a9bc9e1d4aea21e25da89cf87/.
This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/
without the hash.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 17 Dec 2016 16:52:32 +0000 (17:52 +0100)]
boost: build always with -std=gnu++14 with recent compilers.
Some parts of boost need at least C++11, activate -std=gnu++14
when possible and otherwise use -std=gnu++11 instated of using the
default which is -std=gnu++98.
This fixes the build for me when I build everything expect
boost-coroutine2 with gcc 5.4.0 on LEDE.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Christian Schoenebeck [Sun, 25 Dec 2016 15:02:52 +0000 (16:02 +0100)]
ddns-scripts: no longer build public_suffix_list.dat.gz during build
- no longer build public_suffix_list.dat.gz during build #3678
- replace "\s" with "[[:space:]]" inside Makefile because "\s" ignored by some sed versions
- tools/public_suffix_list.sh still available to rebuild public_suffix_list.dat.gz outside OpenWRT/LEDE build system
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Ted Hess [Sat, 24 Dec 2016 19:15:41 +0000 (14:15 -0500)]
Merge pull request #3698 from chris5560/ddns-scripts
ddns-scripts: get public_suffix_list.dat without using secure connection
Christian Schoenebeck [Sat, 24 Dec 2016 14:52:19 +0000 (15:52 +0100)]
ddns-scripts: get public_suffix_list.dat without using secure connection
Get public_suffix_list.dat without using secure connection. #3678
File generated during build, because it's the only option to have an
actual version packaged.
Long term Cloudflare_v1 package will be changed to no longer need
public_suffix_list.dat
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
psyborg55 [Sat, 24 Dec 2016 13:44:12 +0000 (14:44 +0100)]
mwan3-luci: update to 1.4-5
Maintainer: @arfett
Compile tested: ramips, xiaomi mini, r49946
Run tested: ramips, xiaomi mini, r49946
Description: Bump to 1.4-5. Added new page for wifi configuration edit, similar how the current network configuration page works.
Also enabled collecting of wifi configuration in troubleshooting page.
Signed-of-by: Tomislav Požega pozega.tomislav@gmail.com
Jason A. Donenfeld [Fri, 23 Dec 2016 21:11:35 +0000 (22:11 +0100)]
net/wireguard: version bump
Update to a new wireguard version. Simple version bump.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
danrl [Tue, 20 Dec 2016 10:06:56 +0000 (11:06 +0100)]
wireguard: add protocol dependency for endpoints
Endpoint dependency implemented. The actual endpoint is used exclusively. Using
this approach we are dual-stack safe (not errors on missing protocol) and create
only the dependency that are really necessary.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Michael Heimpold [Fri, 23 Dec 2016 21:57:28 +0000 (22:57 +0100)]
php7-pecl-http: fix build for big endian (fixes #3691)
While at, improve pre-seeded dependency detection.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Fri, 23 Dec 2016 07:46:51 +0000 (09:46 +0200)]
Merge pull request #3692 from dibdot/adblock
adblock: update 2.0.2
Dirk Brenken [Fri, 23 Dec 2016 06:15:11 +0000 (07:15 +0100)]
adblock: update 2.0.2
* fixed dnsmasq check if multiple instances are present
* bring back query function on highly demand
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Thu, 22 Dec 2016 18:43:32 +0000 (20:43 +0200)]
Merge pull request #3690 from dibdot/adblock
adblock: bugfix 2.0.1
Dirk Brenken [Thu, 22 Dec 2016 18:33:59 +0000 (19:33 +0100)]
adblock: bugfix 2.0.1
* fixed a dnsmasq restart issue (udhcpc error)
* fixed a long standing corner case bug in "disabled" state (does not
remove active block lists!)
* simplified overall sort, removed needless 'for loop'
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Thu, 22 Dec 2016 15:25:05 +0000 (17:25 +0200)]
collectd: update to 5.5.3
Update collectd to 5.5.3
Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 22 Dec 2016 15:13:57 +0000 (17:13 +0200)]
Merge pull request #3688 from hnyman/nano272
nano: update to 2.7.2
Hannu Nyman [Thu, 22 Dec 2016 10:38:17 +0000 (12:38 +0200)]
nano: update to 2.7.2
Update nano to version 2.7.2
Compile and run tested on ipq806x.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
heil [Thu, 22 Dec 2016 09:40:11 +0000 (10:40 +0100)]
haproxy: remove old patches
- remove old patches from 1.6
- fix download url for 1.7
- fixes #3687
Signed-off-by: heil <heil@terminal-consulting.de>
Michael Heimpold [Wed, 21 Dec 2016 23:45:30 +0000 (00:45 +0100)]
php7-pecl-http: upgrade to 3.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Dec 2016 08:11:15 +0000 (09:11 +0100)]
php7-pecl-dio: upgrade to 0.0.9
The upstream release has all the patches already included, so we can
drop them here.
This also fixes issues on 64-bit archs.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 22 Dec 2016 08:17:05 +0000 (10:17 +0200)]
Merge pull request #3655 from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
Hannu Nyman [Thu, 22 Dec 2016 07:24:59 +0000 (09:24 +0200)]
Merge pull request #3684 from TouchStar/luarock-fix-siteconfig
luarocks: Fix seeded uname (s/m) in site-config.lua
David Thornley [Thu, 22 Dec 2016 07:11:38 +0000 (18:11 +1100)]
luarocks: Fix seeded uname (s/m) in siteconfig
LUAROCKS_UNAME_S/LUAROCKS_UNAME_M were being set automatically to host’s architecture and system/kernel name (e.g.. x86 and Darwin for the macOS)
The variables can now be supplied to configure via the supplied patch.
They are currently _S being hardcoded to “Linux” and _M set to the target architecture in the MakeFile.
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
Peter Wagner [Wed, 21 Dec 2016 23:48:51 +0000 (00:48 +0100)]
openssh: update to 7.4p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Alin Nastac [Fri, 2 Dec 2016 09:12:02 +0000 (10:12 +0100)]
libs/libexif: Disable nls
Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Hannu Nyman [Tue, 20 Dec 2016 19:21:49 +0000 (21:21 +0200)]
Merge pull request #3683 from chris5560/ddns-scripts
ddns-scripts: fix return codes if provider's data already up to date
Christian Schoenebeck [Tue, 20 Dec 2016 19:09:50 +0000 (20:09 +0100)]
ddns-scripts: fix return codes if provider's data already up to date
Fix return codes, if ip data at Godaddy.com and Cloudflare.com are
already up to date, handle it as succesful update.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Alex Nikitenko [Tue, 20 Dec 2016 16:31:00 +0000 (18:31 +0200)]
vsftpd: Fix vsftpd compilation error for x86
Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
heil [Tue, 20 Dec 2016 15:37:53 +0000 (16:37 +0100)]
nginx: bump version to latest stable 1.10.2
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Tue, 20 Dec 2016 15:32:09 +0000 (16:32 +0100)]
haproxy:
bump to version 1.7.1
- remove old patches
Signed-off-by: heil <heil@terminal-consulting.de>
Jo-Philipp Wich [Tue, 20 Dec 2016 15:20:26 +0000 (16:20 +0100)]
Merge pull request #3605 from bittorf/mysqld-allow_spaces_in_config
mysql-server: initscript: allow spaces in 'mysql-config' datadir
Jo-Philipp Wich [Tue, 20 Dec 2016 14:07:00 +0000 (15:07 +0100)]
Merge pull request #3658 from jow-/openvswitch-kmod-compile-time
openswitch: improve build time for kmod-only builds
Hannu Nyman [Tue, 20 Dec 2016 11:48:09 +0000 (13:48 +0200)]
Merge pull request #3681 from dibdot/adblock
adblock: release 2.0.0
Dirk Brenken [Mon, 19 Dec 2016 19:11:25 +0000 (20:11 +0100)]
adblock: release 2.0.0
* changed complete dnsmasq handling
- no longer redirect ad requests to internal web server via firewall
rules etc., in fact send back a simple NXDOMAIN for all
ad related (sub-)domains
- smaller memory footprint for block lists
- removed needless uhttpd instances
- removed needless firewall rules/redirects
* init/hotplug system migrated to procd
- removed hotplug.d script, now using procd interface trigger
* reduced code size/complexity
- removed needless internal pre-checks & function blocks,
no longer rely on a separate helper library
- removed flash writes to adblock config
* support different download tools like wget (default), aria2c,
uclient-fetch, curl (see online doc)
* adblock status/statistics via ubus call (see online doc)
* various bug fixes
* documentation update
* changed makefile copyright notice
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Tue, 20 Dec 2016 08:39:12 +0000 (10:39 +0200)]
Merge pull request #3665 from EricLuehrsen/unbound_1_6_0
unbound: update to 1.6.0
Dana Myers [Tue, 20 Dec 2016 00:43:14 +0000 (16:43 -0800)]
libs/rxtx: add support for RX/TX Java serial communications
Integrate support for RX/TX Java serial communications library.
Includes patch to include support for ttyACM* devices.
Signed-off-by: Dana H. Myers k6jq@comcast.net
Hannu Nyman [Mon, 19 Dec 2016 15:18:40 +0000 (17:18 +0200)]
Merge pull request #3677 from diizzyy/patch-29
net/dnscrypt-proxy: Use bz2 tarball
Daniel Engberg [Mon, 19 Dec 2016 10:14:46 +0000 (11:14 +0100)]
net/dnscrypt-proxy: Use bz2 tarball
Use bz2 tarball, saves space and bandwidth.
Use SHA256 checksum instead of MD5.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Mon, 19 Dec 2016 10:09:03 +0000 (12:09 +0200)]
Merge pull request #3676 from damianorenfer/master
net/dnscrypt-proxy: update to 1.8.0
Damiano Renfer [Mon, 19 Dec 2016 09:27:39 +0000 (10:27 +0100)]
net/dnscrypt-proxy: update to 1.8.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Eric Luehrsen [Mon, 19 Dec 2016 03:38:03 +0000 (22:38 -0500)]
unbound: UCI updates to take advantage of 1.6.0
- UCI to take advantage of "qname-minimisation-strict:"
- UCI to block chaos reponses bind, server, and version
- UCI to limit or prefer recrusion over IP4 or IP6
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Mon, 19 Dec 2016 03:37:56 +0000 (22:37 -0500)]
unbound: bugfix for UCI script typos
- UCI option dnsmasq_gate_name typo in few locations
- NTP hotplug to check /etc/init.d/unbound not ..dnsmasq
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Mon, 19 Dec 2016 03:37:47 +0000 (22:37 -0500)]
unbound: update 1.6.0
- future opportunity: added "views:" clause
-- consider won't need UCI for security instances
-- consider access lists, forwards, views, and tags
-- consider query denial for DNS amplification defense
- future opportunity: thrifted "local-zone:" memory bloat
-- consider adblock package to feed thru unbound-control
-- consider access lists, forwards, views, and tags
-- consider offering LuCI parental controls or other
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Hannu Nyman [Sun, 18 Dec 2016 19:52:39 +0000 (21:52 +0200)]
Merge pull request #3673 from zorun/bmon_4.0
bmon: Bump to 4.0, update copyright
Hannu Nyman [Sun, 18 Dec 2016 19:52:09 +0000 (21:52 +0200)]
Merge pull request #3674 from zx2c4/wireguard-bump
net/wireguard: version bump
Hannu Nyman [Sun, 18 Dec 2016 19:50:15 +0000 (21:50 +0200)]
Merge pull request #3675 from chris5560/ddns-scripts
ddns-scripts: fixes for cloudflare v4
Christian Schoenebeck [Sun, 18 Dec 2016 19:35:39 +0000 (20:35 +0100)]
ddns-scripts: fixes for cloudflare v4
- update_cloudflare_com_v4.sh: enclose urls in single quotes
- dynamic_dns_functions.sh: force to return only one ip, if using nslookup to get registered ip
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Jason A. Donenfeld [Fri, 16 Dec 2016 17:22:48 +0000 (18:22 +0100)]
net/wireguard: version bump
Update to new snapshot version. We also make IPV6 optional, and
conditionally selecting the udptunnel6 module, using the same trick that
the strongswan package also uses for this kind of dependency expression.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Baptiste Jonglez [Sun, 18 Dec 2016 17:33:05 +0000 (18:33 +0100)]
bmon: Bump to 4.0, update copyright
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Hannu Nyman [Sun, 18 Dec 2016 12:15:04 +0000 (14:15 +0200)]
Merge pull request #3671 from openwrt/revert-3669-patch-6
Revert "package/wireguard bump version to 0.0.
20161216"
Hannu Nyman [Sun, 18 Dec 2016 12:14:11 +0000 (14:14 +0200)]
Revert "package/wireguard bump version to 0.0.
20161216"
Hannu Nyman [Sun, 18 Dec 2016 09:06:47 +0000 (11:06 +0200)]
Merge pull request #3669 from viisauksena/patch-6
package/wireguard bump version to 0.0.
20161216
viisauksena [Sun, 18 Dec 2016 01:03:41 +0000 (02:03 +0100)]
package/wireguard bump version to 0.0.
20161216
package/wireguard bump version to 0.0.
20161216
Signed-off-by: Jens Viisauksena github_patch@viisauksena.de
Hauke Mehrtens [Sat, 17 Dec 2016 14:28:44 +0000 (15:28 +0100)]
Merge pull request #3649 from hauke/tor
tor: update to version 0.2.8.11
Hauke Mehrtens [Sat, 17 Dec 2016 14:28:17 +0000 (15:28 +0100)]
Merge pull request #3648 from hauke/io
io: add io-tool
Hauke Mehrtens [Sun, 11 Dec 2016 23:03:01 +0000 (00:03 +0100)]
io: add io-tool
This add the io tool from the old package feed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sun, 11 Dec 2016 22:56:19 +0000 (23:56 +0100)]
tor: update to version 0.2.8.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Nikos Mavrogiannopoulos [Sat, 17 Dec 2016 09:19:04 +0000 (10:19 +0100)]
Merge pull request #3662 from diizzyy/patch-27
libs/libtasn1: Update to 4.9
danrl [Sat, 17 Dec 2016 08:06:10 +0000 (09:06 +0100)]
jool: version bump (fixes #3657)
Latest upstream changes explicitly include `net/ip6_checksum.h`.
Fixes issue #3657.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Daniel Engberg [Fri, 16 Dec 2016 14:01:54 +0000 (15:01 +0100)]
libs/liblz4: Use xz compression instead of gz
Use xz compression as it saves space compared to gz.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Ted Hess [Fri, 16 Dec 2016 23:19:32 +0000 (18:19 -0500)]
Merge pull request #3634 from p-wassi/libexpat_220
libs/expat: update to 2.2.0
Daniel Engberg [Fri, 16 Dec 2016 13:54:07 +0000 (14:54 +0100)]
libs/libtasn1: Update to 4.9
Update 4.9 and use URL alias
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>