aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | Merge pull request #4224 from ffainelli/mdnsFlorian Fainelli2017-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | mdnsresponder: Also pass TARGET_CPPFLAGS
| * | | | | | | | | | | | | mdnsresponder: Also pass TARGET_CPPFLAGSFlorian Fainelli2017-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | uanytun: Pass down TARGET_CPPFLAGSFlorian Fainelli2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | vsftpd: Pass TARGET_CPPFLAGSFlorian Fainelli2017-04-02
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #4190 from InkblotAdmirer/dnscrypt_pluginsHannu Nyman2017-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnscrypt-proxy: add optional plugins
| * | | | | | | | | | | | | dnscrypt-proxy: add optional pluginsTerry Stockert2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | Merge pull request #4227 from dibdot/package-travelmateHannu Nyman2017-04-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | travelmate: update 0.6.0
| * | | | | | | | | | | | | travelmate: update 0.6.0Dirk Brenken2017-04-02
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | | | | | net/stunnel: Update to 5.41Daniel Engberg2017-04-02
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update stunnel to 5.41 Add main site as last resort mirror Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | Merge pull request #4128 from ffainelli/dansguardian-fixFlorian Fainelli2017-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | dansguardian: Fix build error due to missing cstdlib include
| * | | | | | | | | | | dansguardian: Fix build error due to missing cstdlib includeFlorian Fainelli2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following build errors: mipsel-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"root"' -D__PROXYGROUP='"root"' -D__CONFDIR='"/etc/dansguardian"' -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include -I/opt/toolchains/stbgcc-4.8-1.5/usr/include -I/opt/toolchains/stbgcc-4.8-1.5/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16 -fno-rtti -MT dansguardian-OptionContainer.o -MD -MP -MF .deps/dansguardian-OptionContainer.Tpo -c -o dansguardian-OptionContainer.o `test -f 'OptionContainer.cpp' || echo './'`OptionContainer.cpp OptionContainer.cpp: In member function 'void OptionContainer::loadRooms()': OptionContainer.cpp:796:9: error: 'exit' was not declared in this scope exit(1); ^ OptionContainer.cpp:824:10: error: 'exit' was not declared in this scope exit(1); ^ make[5]: *** [dansguardian-OptionContainer.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | | | | | | sslh: Add support for external config fileMircea Horea IONICĂ2017-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #4218 from stangri/simple-adblockHannu Nyman2017-03-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | simple-adblock: update hosts/domains filters, README
| * | | | | | | | | | | simple-adblock: update domains/hosts filters, README.Stan Grishin2017-03-30
| | | | | | | | | | | |
* | | | | | | | | | | | ulogd: use strncpy instead of memcpyAlexandru Ardelean2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | package: haproxyThomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct Download Url to http://www.haproxy.org/download/1.7/src Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | | | | package: haproxy bump to latest stable 1.7.4Thomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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>
* | | | | | | | | | | | package: memcached - upgrade to latest stableThomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump to version 1.4.36 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | | | | Merge pull request #4206 from commodo/tcpreplay-upgradeHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | tcpreplay: upgrade to version 4.2.1
| * | | | | | | | | | | | tcpreplay: upgrade to version 4.2.1Alexandru Ardelean2017-03-27
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / | | | | | | | | | | net/mwan3: add failure and recovery intervalFlorian Eckert2017-03-27
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | git: update to 2.12.2Peter Wagner2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | ntpd: update to 4.2.8p10Peter Wagner2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #4197 from EricLuehrsen/unbound_initHannu Nyman2017-03-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | unbound: improve interface trigger behavior
| * | | | | | | | | | | unbound: improve interface trigger behaviorEric Luehrsen2017-03-26
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #4200 from dibdot/travelmateHannu Nyman2017-03-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | travelmate: update 0.5.0
| * | | | | | | | | | | travelmate: update 0.5.0Dirk Brenken2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix stop action in "active" mode * fix race condition in "active" mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | Merge pull request #4199 from dibdot/adblockHannu Nyman2017-03-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | adblock: update 2.5.0
| * | | | | | | | | | | adblock: update 2.5.0Dirk Brenken2017-03-26
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | | | | Merge pull request #4174 from TDT-GmbH/mwan3-add-ubus-checkchamptar2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/mwan3: add ubus interface check
| * | | | | | | | | | | net/mwan3: add ubus interface checkFlorian Eckert2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | net/wireguard: version bumpJason A. Donenfeld2017-03-24
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump to 20170324. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | | | | Merge pull request #4126 from gstrauss/lighttpdHannu Nyman2017-03-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lighttpd: update to 1.4.45 (add new modules)
| * | | | | | | | | | | lighttpd: add new modules, upd URLs, add restart()Glenn Strauss2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (with feedback from @hnyman and patch additions from @MikePetullo) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | | | | | | unbound: support copy without dash updateEric Luehrsen2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | | wavemon: bump to v0.8.1Jonathan McCrohan2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop musl-fix.patch; included upstream Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | | | git: update to 1.12.1Peter Wagner2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | openssh: update to 7.5p1, remove unneeded patchesPeter Wagner2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | Merge pull request #4173 from TDT-GmbH/mwan-change-hotplugHannu Nyman2017-03-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | net/mwan3: pass environment variables to mwan3-user
| * | | | | | | | | | | | net/mwan3: pass environment variables to mwan3-userFlorian Eckert2017-03-21
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #4151 from hauke/linuxptpHauke Mehrtens2017-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Linuxptp: add mirror hash and fix build
| * | | | | | | | | | | | linuxptp: fix libc functionality check in incdefs.shHauke Mehrtens2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The checks in the incdefs.sh script do not fully work when cross compiling. It probably checks the hosts libc. Just provide the settings manually, as our musl at least supports all these features. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
| * | | | | | | | | | | | linuxptp: download directly via httpHauke Mehrtens2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of cloning the released version via git, just download it via http from sourceforge. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | | | | | | | Merge pull request #4165 from cpu/feature_dnscrypt_proxy_custom_resolverHannu Nyman2017-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | dnscrypt-proxy: Add custom resolver config support
| * | | | | | | | | | | | dnscrypt-proxy: Add custom resolver config supportDaniel2017-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #4167 from stangri/vpnbypassHannu Nyman2017-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | vpnbypass: linted (shellshock) init script, modified README, removed unneeded dependencies
| * | | | | | | | | | | | vpnbypass: linted (shellshock) init script, modified README.Stan Grishin2017-03-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4171 from TDT-GmbH/mwan3-change-maintainerHannu Nyman2017-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/mwan3: change maintainer
| * | | | | | | | | | | | | net/mwan3: change maintainerFlorian Eckert2017-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | | | | | Merge pull request #4170 from TDT-GmbH/mwan3-fix-track-ipsHannu Nyman2017-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/mwan3: fix track_ips count