Florian Fainelli [Mon, 3 Apr 2017 02:12:19 +0000 (19:12 -0700)]
Merge pull request #4224 from ffainelli/mdns
mdnsresponder: Also pass TARGET_CPPFLAGS
Ted Hess [Mon, 3 Apr 2017 00:50:51 +0000 (20:50 -0400)]
Merge pull request #4231 from ffainelli/squeezelite
squeezelite: Specify all libraries to link against
Florian Fainelli [Sun, 2 Apr 2017 19:16:03 +0000 (12:16 -0700)]
squeezelite: Specify all libraries to link against
squeezelite needs to link against libvorbis and libogg, some external
toolchains may not be able to automatically pull these dependencies in,
resulting the such linking errors:
mipsel-linux-gnu-gcc main.o slimproto.o buffer.o stream.o utils.o
output.o output_alsa.o output_pa.o output_stdout.o output_pack.o
decode.o flac.o pcm.o mad.o vorbis.o faad.o
-L/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib
-L/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/lib
-L/home/florian/dev/toolchains/stbgcc-4.8-1.5/usr/lib
-L/home/florian/dev/toolchains/stbgcc-4.8-1.5/lib -znow -zrelro -lasound
-lpthread -lm -lrt -lasound -lpthread -lm -lrt -lFLAC -lmad
-lvorbisfile -lfaad -o squeezelite
/home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libvorbis.so.0, needed by
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libvorbisfile.so,
not found (try using -rpath or -rpath-link)
/home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libogg.so.0, needed by
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libvorbisfile.so,
not found (try using -rpath or -rpath-link)
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libvorbisfile.so:
undefined reference to `ogg_stream_reset'
collect2: error: ld returned 1 exit status
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 2 Apr 2017 20:53:56 +0000 (13:53 -0700)]
uanytun: Pass down TARGET_CPPFLAGS
Fixes build errors with toolchains that don't automatically search for
headers in STAGING_DIR (such as external toolchains) resulting in the
following build failures:
mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc
-fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now
-Wl,-z,relro -DUSE_SSL_CRYPTO -c options.c
In file included from options.c:62:0:
auth_algo.h:53:26: fatal error: openssl/hmac.h: No such file or
directory
#include <openssl/hmac.h>
^
compilation terminated.
Makefile:95: recipe for target 'options.o' failed
make[4]: *** [options.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Peter Wagner [Sun, 2 Apr 2017 18:44:31 +0000 (20:44 +0200)]
libsndfile: update to 1.0.28
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Álvaro Fernández Rojas [Sun, 2 Apr 2017 18:39:30 +0000 (20:39 +0200)]
Merge pull request #4230 from ffainelli/unrar
unrar: Properly pass LDFLAGS
Florian Fainelli [Sun, 2 Apr 2017 18:36:20 +0000 (11:36 -0700)]
vsftpd: Pass TARGET_CPPFLAGS
Fixes build errors with external toolchains that don't have STAGING_DIR
in their default search path for headers:
mipsel-linux-gnu-gcc -c ssl.c -Os -pipe -mno-branch-likely -mips32r2
-mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1
-Wl,-z,now -Wl,-z,relro -D_GNU_SOURCE -include fcntl.h -idirafter
dummyinc
ssl.c:28:25: fatal error: openssl/err.h: No such file or directory
#include <openssl/err.h>
^
compilation terminated.
Makefile:28: recipe for target 'ssl.o' failed
make[3]: *** [ssl.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 2 Apr 2017 18:32:19 +0000 (11:32 -0700)]
unrar: Properly pass LDFLAGS
External toolchains don't automatically have STAGING_DIR in their
default search path, so make sure we pass TARGET_LDFLAGS down. Since the
unrar makefile does not allow overriding, we also need to preserve the
original LDFLAGS which include lpthread.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Hannu Nyman [Sun, 2 Apr 2017 13:37:24 +0000 (16:37 +0300)]
Merge pull request #4190 from InkblotAdmirer/dnscrypt_plugins
dnscrypt-proxy: add optional plugins
Ted Hess [Sun, 2 Apr 2017 11:08:37 +0000 (07:08 -0400)]
Merge pull request #4225 from ffainelli/x264
libx264: Blacklist all MIPS CPUs for assembly optimizations
Hannu Nyman [Sun, 2 Apr 2017 09:22:41 +0000 (12:22 +0300)]
Merge pull request #4227 from dibdot/package-travelmate
travelmate: update 0.6.0
Hannu Nyman [Sun, 2 Apr 2017 08:56:36 +0000 (11:56 +0300)]
Merge pull request #4228 from diizzyy/patch-44
net/stunnel: Update to 5.41
Daniel Engberg [Sun, 2 Apr 2017 08:49:49 +0000 (10:49 +0200)]
net/stunnel: Update to 5.41
Update stunnel to 5.41
Add main site as last resort mirror
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Dirk Brenken [Sun, 2 Apr 2017 05:41:57 +0000 (07:41 +0200)]
travelmate: update 0.6.0
* rework automatic mode (active scan/re-connection handling):
* much more procd & resource friendly
* now enabled by default
* save runtime information in ubus service (data section)
* final backend preparation for new LuCI-GUI (still WIP!)
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Florian Fainelli [Sun, 2 Apr 2017 00:41:35 +0000 (17:41 -0700)]
pthsem: Add linux 4.x to supported platforms
Fixes the following build failures:
pth_mctx.c: In function '__pth_mctx_set':
pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version
and/or platform"
#error "Unsupported Linux (g)libc version and/or platform"
^
Makefile:991: recipe for target 'pth_mctx.lo' failed
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 2 Apr 2017 01:04:03 +0000 (18:04 -0700)]
mpack: Fix conflicting malloc definition
Use stdlib.h for malloc(), getenv() and realloc(). Fixes the following
build failure:
unixos.c:42:14: error: conflicting types for 'malloc'
extern char *malloc();
^
Makefile:168: recipe for target 'unixos.o' failed
make[3]: *** [unixos.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 2 Apr 2017 00:27:09 +0000 (17:27 -0700)]
libx264: Blacklist all MIPS CPUs for assembly optimizations
None of the CPUs supported in OpenWrt/LEDE are MSA capable (requires
MIPS32r5/r6 for that) which would lead to this error during configure:
You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sat, 1 Apr 2017 22:27:49 +0000 (15:27 -0700)]
mdnsresponder: Also pass TARGET_CPPFLAGS
Use CFLAGS_DEBUG which is already used for TARGET_CFLAGS to also pass
TARGET_CPPFLAGS.
This fixes build issues with toolchains that don't automatically search
for header files (e.g: sys/capability.h), such as stbgcc-4.8-1.5
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 2 Apr 2017 00:51:39 +0000 (17:51 -0700)]
Merge pull request #4128 from ffainelli/dansguardian-fix
dansguardian: Fix build error due to missing cstdlib include
Hannu Nyman [Sun, 2 Apr 2017 00:34:39 +0000 (03:34 +0300)]
Merge pull request #4222 from nikil/moreutils
moreutils: Fix build failure due to install stripping
Nikil Mehta [Sat, 1 Apr 2017 20:04:30 +0000 (13:04 -0700)]
moreutils: Fix build failure due to install stripping
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
Mircea Horea IONICĂ [Fri, 31 Mar 2017 18:33:24 +0000 (19:33 +0100)]
sslh: Add support for external config file
This allows users to use an external config file if required (for
example matching packets based on SNI hostname or REGEX patterns).
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
Hannu Nyman [Fri, 31 Mar 2017 07:33:54 +0000 (10:33 +0300)]
Merge pull request #4218 from stangri/simple-adblock
simple-adblock: update hosts/domains filters, README
Stan Grishin [Sat, 18 Mar 2017 23:23:35 +0000 (16:23 -0700)]
simple-adblock: update domains/hosts filters, README.
Michael Heimpold [Wed, 29 Mar 2017 20:45:58 +0000 (22:45 +0200)]
mmc-utils: rely on common variables
Instead of assigning various variables ourself, rely on the common logic
provided by "packaging framework". This brings this package in sync with
other ones which also use git repos as source, dates and commit ids as
version etc. This results also in using xz for tarballs. While at,
populate the PKG_MIRROR_HASH.
Thanks @diizzyy for suggesting these improvements.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Ted Hess [Wed, 29 Mar 2017 20:36:11 +0000 (16:36 -0400)]
Merge pull request #4217 from commodo/ulogd-fix-crash-on-start
ulogd: use strncpy instead of memcpy
Alexandru Ardelean [Thu, 16 Mar 2017 19:33:41 +0000 (21:33 +0200)]
ulogd: use strncpy instead of memcpy
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Wed, 29 Mar 2017 17:08:44 +0000 (20:08 +0300)]
Merge pull request #4196 from pprindeville/drop-CRYPTO_set_id_callback
syslog-ng: fix openssl callbacks to not require backward compatibility
Philip Prindeville [Sat, 25 Mar 2017 04:09:46 +0000 (22:09 -0600)]
syslog-ng: fix openssl callbacks to not require backward compatibility
The functions for registering callbacks for threads has changed
in OpenSSL 1.0.0.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Ted Hess [Tue, 28 Mar 2017 14:21:31 +0000 (10:21 -0400)]
avahi: Change avahi-utils dependency to allow stand-alone selection
Signed-off-by: Ted Hess <thess@kitschensync.net>
Luka Perkov [Tue, 28 Mar 2017 16:12:16 +0000 (18:12 +0200)]
Merge pull request #4215 from sartura/typo-fix
libwebsockets: fix typos referencing package name
Denis Osvald [Tue, 28 Mar 2017 15:49:59 +0000 (17:49 +0200)]
libwebsockets: fix typos referencing package name
In commit
f82287cf5c1b2acd (treewide: use name in define and eval lines)
two typos were committed as result of replacing PKG_NAME macro with
actual package name.
Undo those typos here to make the affected variants installable.
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
Thomas Heil [Tue, 28 Mar 2017 11:16:19 +0000 (13:16 +0200)]
package: haproxy
Correct Download Url to http://www.haproxy.org/download/1.7/src
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Thomas Heil [Tue, 28 Mar 2017 09:42:16 +0000 (11:42 +0200)]
package: haproxy bump to latest stable 1.7.4
[RELEASE] Released version 1.7.4
Released version 1.7.4 with the following main changes :
- MINOR: config: warn when some HTTP rules are used in a TCP proxy
- BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters
- BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section
- BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file
- BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup
- BUG/MINOR: Fix "get map <map> <value>" CLI command
- BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer
- BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING
- BUG/MINOR: checks: attempt clean shutw for SSL check
- CONTRIB: tcploop: add limits.h to fix build issue with some compilers
- CONTRIB: tcploop: make it build on FreeBSD
- CONTRIB: tcploop: fix time format to silence build warnings
- CONTRIB: tcploop: report action 'K' (kill) in usage message
- CONTRIB: tcploop: fix connect's address length
- CONTRIB: tcploop: use the trash instead of NULL for recv()
- BUG/MEDIUM: listener: do not try to rebind another process' socket
- BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze
- BUG/MAJOR: stream-int: do not depend on connection flags to detect connection
- BUG/MEDIUM: connection: ensure to always report the end of handshakes
- BUG: payload: fix payload not retrieving arbitrary lengths
- BUG/MAJOR: http: fix typo in http_apply_redirect_rule
- MINOR: doc: 2.4. Examples should be 2.5. Examples
- BUG/MEDIUM: stream: fix client-fin/server-fin handling
- MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller
- BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available
- DOC/MINOR: Fix typos in proxy protocol doc
- DOC: Protocol doc: add checksum, TLV type ranges
- DOC: Protocol doc: add SSL TLVs, rename CHECKSUM
- DOC: Protocol doc: add noop TLV
- MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time
- BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity().
- MINOR: server: irrelevant error message with 'default-server' config file keyword.
- MINOR: doc: fix use-server example (imap vs mail)
- BUG/MEDIUM: tcp: don't require privileges to bind to device
- BUILD: make the release script use shortlog for the final changelog
- BUILD: scripts: fix typo in announce-release error message
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Thomas Heil [Tue, 28 Mar 2017 09:34:23 +0000 (11:34 +0200)]
package: memcached - upgrade to latest stable
bump to version 1.4.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Luiz Angelo Daros de Luca [Tue, 28 Mar 2017 02:10:04 +0000 (23:10 -0300)]
Merge pull request #4211 from luizluca/ruby_update
ruby: change source to .xz
Luiz Angelo Daros de Luca [Tue, 28 Mar 2017 02:05:49 +0000 (23:05 -0300)]
ruby: change source to .xz
It will save about 2M of download. Thanks @diizzyy.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Michael Heimpold [Mon, 27 Mar 2017 19:31:12 +0000 (21:31 +0200)]
php7-pecl-dio: upgrade to 0.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Mon, 27 Mar 2017 19:29:48 +0000 (21:29 +0200)]
php7-pecl-http: remove left-over backup directory
This directory was added by mistake in one of the last commits to
this package, just remove it, it's not needed.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Mon, 27 Mar 2017 19:20:23 +0000 (21:20 +0200)]
mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Mon, 27 Mar 2017 14:14:00 +0000 (17:14 +0300)]
Merge pull request #4206 from commodo/tcpreplay-upgrade
tcpreplay: upgrade to version 4.2.1
Hannu Nyman [Mon, 27 Mar 2017 12:20:37 +0000 (15:20 +0300)]
Merge pull request #4181 from yegorich/libsoc
libsoc: new package
Hannu Nyman [Mon, 27 Mar 2017 12:19:11 +0000 (15:19 +0300)]
Merge pull request #4193 from TDT-GmbH/mwan3-add-failure-recovery-interval
net/mwan3: add failure and recovery interval
Alexandru Ardelean [Mon, 27 Mar 2017 08:58:04 +0000 (11:58 +0300)]
tcpreplay: upgrade to version 4.2.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 27 Mar 2017 08:57:34 +0000 (11:57 +0300)]
Merge pull request #4204 from commodo/python3-upgrade
python3: upgrade to version 3.6.1
Alexandru Ardelean [Mon, 27 Mar 2017 06:50:31 +0000 (09:50 +0300)]
python3: upgrade to version 3.6.1
Dropped patch `002-do-not-add-include-dirs-when-cross-compiling.patch`
Seems upstream also fixed it (yay).
Refreshed patch `011-fix-ncursesw-definition-colisions.patch`
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Thomas Heil [Mon, 27 Mar 2017 08:03:16 +0000 (10:03 +0200)]
[libs/pcre]: fix CVE-2017-7186
Fix CVE-2017-7186 mentioned in https://bugs.exim.org/show_bug.cgi?id=2052
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Hannu Nyman [Mon, 27 Mar 2017 07:41:08 +0000 (10:41 +0300)]
Merge pull request #4203 from Wedmer/master
[libs/fftw3] Updated to version 3.3.6-pl2
Florian Eckert [Fri, 24 Mar 2017 14:21:23 +0000 (15:21 +0100)]
net/mwan3: add failure and recovery interval
If mwan3track detects a failure the interval check will change to
"failure_interval" value until this interface is declared "offline".
After interface gets "offline" normal "interval" value is used again.
If interface ping is successful again "recovery_interval" value is used until
interface is declared "online" again.
Using the different intervals will accelerate the wan line detections on
failure and recovery.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Peter Wagner [Sun, 26 Mar 2017 22:44:58 +0000 (00:44 +0200)]
git: update to 2.12.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Vladimir Ulrich [Sun, 26 Mar 2017 20:45:24 +0000 (23:45 +0300)]
[libs/fftw3] Updated to version 3.3.6-pl2
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Peter Wagner [Sun, 26 Mar 2017 11:39:09 +0000 (13:39 +0200)]
ntpd: update to 4.2.8p10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Sun, 26 Mar 2017 11:25:55 +0000 (14:25 +0300)]
Merge pull request #4197 from EricLuehrsen/unbound_init
unbound: improve interface trigger behavior
Hannu Nyman [Sun, 26 Mar 2017 11:15:27 +0000 (14:15 +0300)]
Merge pull request #4200 from dibdot/travelmate
travelmate: update 0.5.0
Hannu Nyman [Sun, 26 Mar 2017 11:14:23 +0000 (14:14 +0300)]
Merge pull request #4199 from dibdot/adblock
adblock: update 2.5.0
Eric Luehrsen [Sat, 25 Mar 2017 05:53:28 +0000 (01:53 -0400)]
unbound: improve interface trigger behavior
procd interface triggers may be busy. Unbound hard restarts will
flush the cache. This might happen frequently depending on how
interface triggers occur.
Change the procd trigger to reduce occurences. Load this trigger
prior to netifd (START=20), but only truly start Unbound from
the trigger rather than immediately in init. Clean up log entries
in scripts after Unbound, NTP, and DNSSEC are established.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Dirk Brenken [Sun, 26 Mar 2017 05:41:04 +0000 (07:41 +0200)]
travelmate: update 0.5.0
* fix stop action in "active" mode
* fix race condition in "active" mode
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Sat, 25 Mar 2017 20:49:44 +0000 (21:49 +0100)]
adblock: update 2.5.0
* revamp LuCI GUI (see luci repo for details)
* integrated runtime statistics in normal adblock ubus service instance
(see readme)
* simplified boot/init
* no longer use raw interface trigger
* use only network interface trigger, pre-configured for
'wan/wwan/lan' interfaces (see readme)
* fixed a reload issue
* removed switch to disable tld compression (seems to be pretty stable)
* muted awk parser if source list contains incorrect records
* raise dns backend timeout to 20 seconds
* documentation update
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Ted Hess [Sat, 25 Mar 2017 21:21:12 +0000 (17:21 -0400)]
Merge pull request #4163 from stintel/kodi
giflib: add host build
Terry Stockert [Thu, 23 Mar 2017 22:26:44 +0000 (17:26 -0500)]
dnscrypt-proxy: add optional plugins
The init script already supports four plugins: dns cache, dns/ip blocking,
ipv6 blocking and dns logging. If enabled this option installs these four
plugins and also adds libldns as a dependency. If enabled the total size
increase is around 125 kB.
Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
Hannu Nyman [Sat, 25 Mar 2017 06:55:22 +0000 (08:55 +0200)]
Merge pull request #4194 from MikePetullo/loudmouth
loudmouth: patch to avoid libidn
W. Michael Petullo [Fri, 24 Mar 2017 23:19:25 +0000 (19:19 -0400)]
loudmouth: patch to avoid libidn
Signed-off-by: W. Michael Petullo <mike@flyn.org>
champtar [Fri, 24 Mar 2017 18:54:19 +0000 (11:54 -0700)]
Merge pull request #4174 from TDT-GmbH/mwan3-add-ubus-check
net/mwan3: add ubus interface check
Hannu Nyman [Fri, 24 Mar 2017 07:44:09 +0000 (09:44 +0200)]
Merge pull request #4189 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
Hannu Nyman [Fri, 24 Mar 2017 07:42:54 +0000 (09:42 +0200)]
Merge pull request #4192 from zx2c4/patch-3
net/wireguard: version bump
Jason A. Donenfeld [Fri, 24 Mar 2017 04:03:56 +0000 (05:03 +0100)]
net/wireguard: version bump
Simple version bump to
20170324.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Vladimir Ulrich [Thu, 23 Mar 2017 22:02:37 +0000 (01:02 +0300)]
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Hannu Nyman [Thu, 23 Mar 2017 19:54:58 +0000 (21:54 +0200)]
Merge pull request #4176 from yegorich/canutils
canutils: bump version to
cb33a55720716cbe01e6025a2bda74a1b7e492d3
Hannu Nyman [Thu, 23 Mar 2017 15:20:39 +0000 (17:20 +0200)]
Merge pull request #4186 from diizzyy/patch-38
libs/libarchive: Update to 3.3.1
Daniel Engberg [Thu, 23 Mar 2017 09:46:05 +0000 (10:46 +0100)]
libs/libarchive: Update to 3.3.1
Update libarchive to 3.3.1 and make use of PKG_HASH variable.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Yegor Yefremov [Wed, 22 Mar 2017 15:49:09 +0000 (16:49 +0100)]
libsoc: new package
libsoc is a C library for interfacing with common SoC
peripherals through generic kernel interfaces. This
library is already part of Buildroot and OpenEmbedded.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Luiz Angelo Daros de Luca [Thu, 23 Mar 2017 03:46:38 +0000 (00:46 -0300)]
Merge pull request #4183 from luizluca/ruby_update
ruby: bump to 2.4.1
Luiz Angelo Daros de Luca [Thu, 23 Mar 2017 03:40:46 +0000 (00:40 -0300)]
ruby: bump to 2.4.1
This releases contains only bug and security fixes,
mostly backported from devel branch.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Hannu Nyman [Wed, 22 Mar 2017 16:08:41 +0000 (18:08 +0200)]
Merge pull request #4126 from gstrauss/lighttpd
lighttpd: update to 1.4.45 (add new modules)
Yegor Yefremov [Mon, 20 Mar 2017 15:13:31 +0000 (16:13 +0100)]
canutils: bump version to
cb33a55720716cbe01e6025a2bda74a1b7e492d3
Rework package recipe:
- use PKG_SOURCE_DATE
- use xz compression
- add hash
- get rid of PKG_SOURCE_SUBDIR/PKG_BUILD_DIR
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Hannu Nyman [Wed, 22 Mar 2017 07:51:46 +0000 (09:51 +0200)]
Merge pull request #4179 from EricLuehrsen/unbound_cpnodashu
unbound: support copy without dash update
Glenn Strauss [Sat, 7 Jan 2017 05:38:05 +0000 (00:38 -0500)]
lighttpd: add new modules, upd URLs, add restart()
(with feedback from @hnyman and patch additions from @MikePetullo)
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Eric Luehrsen [Wed, 22 Mar 2017 01:43:42 +0000 (21:43 -0400)]
unbound: support copy without dash update
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Jonathan McCrohan [Tue, 21 Mar 2017 22:35:12 +0000 (22:35 +0000)]
wavemon: bump to v0.8.1
Drop musl-fix.patch; included upstream
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Peter Wagner [Tue, 21 Mar 2017 22:31:54 +0000 (23:31 +0100)]
git: update to 1.12.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Tue, 21 Mar 2017 22:30:54 +0000 (23:30 +0100)]
openssh: update to 7.5p1, remove unneeded patches
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Tue, 21 Mar 2017 12:43:57 +0000 (14:43 +0200)]
Merge pull request #4175 from diizzyy/patch-36
admin/netdata: Update to 1.6.0
Daniel Engberg [Tue, 21 Mar 2017 12:41:39 +0000 (13:41 +0100)]
admin/netdata: Update to 1.6.0
Update netdata to 1.6.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Florian Eckert [Tue, 21 Mar 2017 07:03:30 +0000 (08:03 +0100)]
net/mwan3: add ubus interface check
On interfaces with interface proto "qmi|ncm" and option dhcp
enabled the interface will be changed to $iface_4 | $iface_6. The
interface mapping in mwan3 will not recognize this interface. To fix
this issue an ubus call will check if an upper interface exists.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Hannu Nyman [Tue, 21 Mar 2017 07:43:52 +0000 (09:43 +0200)]
Merge pull request #4173 from TDT-GmbH/mwan-change-hotplug
net/mwan3: pass environment variables to mwan3-user
Florian Eckert [Tue, 21 Mar 2017 07:31:03 +0000 (08:31 +0100)]
net/mwan3: pass environment variables to mwan3-user
User scripts conversion from luci-app-wan3 will be simplified if the variables
are passed by env instead of arguments.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Álvaro Fernández Rojas [Tue, 21 Mar 2017 07:16:48 +0000 (08:16 +0100)]
Merge pull request #4147 from diizzyy/patch-35
utils/dosfstools: Update to 4.1
Hauke Mehrtens [Mon, 20 Mar 2017 21:01:17 +0000 (22:01 +0100)]
Merge pull request #4151 from hauke/linuxptp
Linuxptp: add mirror hash and fix build
Michael Heimpold [Mon, 20 Mar 2017 20:34:37 +0000 (21:34 +0100)]
php7: update to 7.1.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Mon, 20 Mar 2017 14:40:07 +0000 (16:40 +0200)]
Merge pull request #4165 from cpu/feature_dnscrypt_proxy_custom_resolver
dnscrypt-proxy: Add custom resolver config support
Daniel [Sun, 19 Mar 2017 16:00:37 +0000 (12:00 -0400)]
dnscrypt-proxy: Add custom resolver config support
This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init`
script to allow specifying a custom dnscrypt resolver. Prior to this
commit users of the dnscrypt-proxy plugin are only able to choose from
a dnscrypt resolver that is present in the packaged `ResolversList` CSV
file.
To specify a custom resolver three new configuration parameters are
required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`.
The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`,
and `resolveraddress` values (if present) from a `dnscrypt-proxy.config`
file into the generated DNSCrypt configuration file.
`PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality.
[0]: https://github.com/jedisct1/dnscrypt-proxy/blob/
9eee47477031ad0ffef94160d7370d4dec6f2c3a/dnscrypt-proxy.conf#L28:L32
Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
Hannu Nyman [Mon, 20 Mar 2017 09:01:23 +0000 (11:01 +0200)]
Merge pull request #4167 from stangri/vpnbypass
vpnbypass: linted (shellshock) init script, modified README, removed unneeded dependencies
Hannu Nyman [Mon, 20 Mar 2017 09:00:20 +0000 (11:00 +0200)]
Merge pull request #4171 from TDT-GmbH/mwan3-change-maintainer
net/mwan3: change maintainer
Hannu Nyman [Mon, 20 Mar 2017 08:59:47 +0000 (10:59 +0200)]
Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ips
net/mwan3: fix track_ips count
Hannu Nyman [Mon, 20 Mar 2017 08:56:14 +0000 (10:56 +0200)]
Merge pull request #4168 from zx2c4/patch-1
net/wireguard: version bump
Florian Eckert [Mon, 20 Mar 2017 07:48:16 +0000 (08:48 +0100)]
net/mwan3: change maintainer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 17 Mar 2017 11:57:22 +0000 (12:57 +0100)]
net/mwan3: fix track_ips count
fix track_ips generation introduced with commit
6d44a7679a92717126f1da4b274d91322c7c56b7
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Jason A. Donenfeld [Mon, 20 Mar 2017 03:19:58 +0000 (04:19 +0100)]
net/wireguard: version bump
Simple version bump to
20170320.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Stan Grishin [Mon, 13 Mar 2017 19:11:13 +0000 (12:11 -0700)]
vpnbypass: linted (shellshock) init script, modified README.
Hannu Nyman [Sun, 19 Mar 2017 17:08:34 +0000 (19:08 +0200)]
Merge pull request #4166 from mwarning/master
zerotier: bump version to 1.2.2