aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | | Unbound: added UCI support for DNS64Eric Luehrsen2016-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com> Signed-off-by: Dan Luedte <mail@danrl.com>
* | | | | | | | ddns-scripts: set default verbose=0 so scripts run in backgroundChristian Schoenebeck2016-12-12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #3645 and https://github.com/lede-project/source/pull/596#issuecomment-266395456 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | ddns-scripts: fix answer of changeip.comChristian Schoenebeck2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix answer of changeip.com #3292 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | Merge pull request #3639 from kholk/masterNikos Mavrogiannopoulos2016-12-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ocserv: Add libev prefix to stop configure stage failure
| * | | | | | | ocserv: Add libev prefix to stop configure stage failureAngelo G. Del Regno2016-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version of ocserv needs us to explicitly specify the prefix for libev. Add a --with-libev-prefix parameter to make the configure stage to get the right library. Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com>
* | | | | | | | ddns-scripts: extended/updated MakefileChristian Schoenebeck2016-12-09
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified Makefile to: - stop service before install when updating reported at http://forum.lede-project.org/t/ddns-scripts-upgrade-issue/456/1 - run uci-defaults for all packages - modify services files only on new installation still some commands already covered by default_postinst() etc. but they are in there for backward compatibilty. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | Merge pull request #3635 from p-wassi/lftp_474Hannu Nyman2016-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/lftp: update to 4.7.4
| * | | | | | | net/lftp: update to 4.7.4p-wassi2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update lftp to upstream release 4.7.4 Also update the list of package mirrors. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | | reaver: use 65536 as snaplen with pcapYousong Zhou2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should fix issue #3333. The patch was formed with help from t6x/reaver-wps-fork-t6x#101 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Unbound: fix regression of manual conf for power userEric Luehrsen2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - History: prior to package 1.5.10-3 /var/lib/unbound was not used - History: prior to package 1.5.10-4 no UCI scripts were provided - Problem: UCI 'option manual_conf 1' only copied unbound.conf and root.key - Problem: power users that had complex file nests cannot use this - Fix: README.md includes instructions for /var/lib/unbound jail - Fix: unbound.sh copies ALL of /etc/unbound for 'option manual_conf 1' Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | Merge pull request #3627 from ryzhovau/opentracker-confDaniel Golle2016-12-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | opentracker: do not rewrite conf files
| * | | | | | | | opentracker: do not rewrite conf filesAlexander Ryzhov2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | | | Merge pull request #3498 from fededim/masterJo-Philipp Wich2016-12-07
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | softethervpn: added new package 4.21-9613
| * | | | | | | | softethervpn: added new package 4.21-9613Rupan2016-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on the work done by el1n with his authorization (https://github.com/el1n/OpenWRT-package-softether) - updated softethervpn to latest version - introduced necessary patches for lede compatibility (nossl3) Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | | | | Merge pull request #3626 from p-wassi/ethtool_48Matthias Schiffer2016-12-07
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | net/ethtool: update to 4.8
| * | | | | | | | net/ethtool: update to 4.8p-wassi2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ethtool to upstream release 4.8 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | | | Merge pull request #3594 from stintel/bindNoah Meyerhans2016-12-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bind: disable libjson support
| * | | | | | | | | bind: disable libjson supportStijn Tintel2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libjson-c is detected during bind-libs configure phase, bind-libs will be built with libjson support. This results in a missing dependency error during install phase. Solve this by disabling libjson support.
* | | | | | | | | | ddns-scripts: various fixesChristian Schoenebeck2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes reported in #3621 #3617 #3616 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | Merge pull request #3609 from wodu/linuxptp_packageHannu Nyman2016-12-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | linuxptp: Update to version 1.8
| * | | | | | | | | | linuxptp: Update to version 1.8Wojciech Dubowik2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* | | | | | | | | | | ddns-scripts: update to 2.7.6-1Christian Schoenebeck2016-12-04
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tld_names.dat.gz - rename to public_suffix_list.dat.gz - (re)created during build - new location /usr/share - move services files to /etc/ddns - new services - CloudFlare.com-v4 using API-Version 4 without using public_suffix_list.dat - GoDaddy.com - both depending on cURL package - both with modified syntax for option domain ( NEW: [host[.subdom]@]domain.tld ) - new service - Now-DNS.com formerly Now-IP.com - service afraid.org now supports key-auth and basic-auth - new command line options for dynamic_dns_updater.sh and dynamic_dns_updater.sh - adapted ddns.init and ddns.hotplug to new command line options - renaming config options inside section global Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | znc: allow running without modulesJonas Gorski2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we don't ship any modules by default, znc might be started without any modules. Unfortunately znc refuses to start without any modules, so patch out the appropriate check. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | | | | Merge pull request #3508 from kdarbyshirebryant/zncplaybackJonas Gorski2016-12-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | znc: add advanced playback module
| * | | | | | | | | | znc: add advanced playback moduleKevin Darbyshire-Bryant2016-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting from and ending to a certain point of time. Particularly useful with (supporting) mobile clients such as Mutter, Colloquy & others. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> --- Unfortunately playback.cpp is not included as part of the standard ZNC modules and so has been added as a patch.
* | | | | | | | | | | Merge pull request #3504 from kdarbyshirebryant/zncprocdJonas Gorski2016-12-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | znc: run as user znc & use procd
| * | | | | | | | | | | znc: run as user znc & use procdKevin Darbyshire-Bryant2016-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create & run znc as a specific user rather than nobody. Converted to use procd, removing dependencies on znc's 'droproot' module & 'su' Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | | | | | | | | | | Merge pull request #3610 from dibdot/travelmateHannu Nyman2016-12-03
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | travelmate: update 0.2.7
| * | | | | | | | | | travelmate: update 0.2.7Dirk Brenken2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no longer rely on static ap ifnames in wireless config * other small fixes & cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #3597 from zx2c4/patch-1Hannu Nyman2016-12-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/wireguard: version bump
| * | | | | | | | | | | net/wireguard: version bumpJason A. Donenfeld2016-11-29
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to new snapshot version. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | | | | gnurl: update to version 7.51.0Daniel Golle2016-12-02
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | nfs-kernel-server: update to 1.3.4Peter Wagner2016-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #3598 from val-kulkov/subversion-1.9.5Hannu Nyman2016-11-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/subversion: update to 1.9.5
| * | | | | | | | | | update subversion from 1.9.4 to 1.9.5Val Kulkov2016-11-30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: ar71xx Run tested: ar71xx Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | Merge pull request #3448 from black-roland/dnscrypt-resolversHannu Nyman2016-11-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dnscrypt-proxy: Updated resolvers list
| * | | | | | | | | | dnscrypt-proxy: Updated resolvers listBlack Roland2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* | | | | | | | | | | Unbound: Update scripts to build conf file from UCIEric Luehrsen2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -unbound.sh implements the majority of requirements in README.md -rootzone.sh reloads a small subset for alternate trigger maintenance -unbound.init sets procd triggers on Unbound and dnsmasq (dhcp) UCI -two part commit squashed with Makefile included Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | Unbound: Add files to enable forward link to dnsmasqEric Luehrsen2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -dnsmasq really provides nice local DHCP-DNS records -Unbound host records would be clumsy to update -Unbound can be configured to forward to dnsmasq -iptools provided to facilitate PTR records -flexible ipv6 colon notation is a bit complex Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | Unbound: Add UCI primer filesEric Luehrsen2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -README.md to describe the UCI in detail -unbound.uci to get you started Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | | Unbound: Add hotplug/ntp script to request restartEric Luehrsen2016-11-29
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DNSSEC needs time, time needs ntp, or power off RTC -Many consumer routers are cost thrifted without RTC -Conf "val-override-date: -1" disables time inside DNSSEC -Need restart as option is not dynamically switchable -hotplug/ntp is used to set file /var/lib/unbound/unbound.time -UCI will add or remove option depending on flag-like-file Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | acme: Update to v1.4.Toke Høiland-Jørgensen2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates to the latest git version of acme.sh and drops the patch to disable timestamps from the output (since that is now supported upstream). Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | gnunet: update sourceDaniel Golle2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | net/sngrep: Update to 1.4.1Daniel Engberg2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates sngrep to 1.4.1 Use xz as tarball compression instead of tar.gz Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | net/stunnel: Update to 5.38Daniel Engberg2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates stunnel to version 5.38 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | ntpd: update to 4.2.8p9Peter Wagner2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #3581 from dibdot/adblockHannu Nyman2016-11-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | adblock: bugfix 1.5.4
| * | | | | | | | | adblock: bugfix 1.5.4Dirk Brenken2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CC/uclient-fetch compatibility fix Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | ocserv: explicitly disable lz4 buildingNikos Mavrogiannopoulos2016-11-27
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | Merge pull request #3555 from nikil/aggregateHannu Nyman2016-11-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | aggregate: Add package