aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #2462 from zhao-gang/ss-client-updateHannu Nyman2016-03-06
|\ \ \ \ | | | | | | | | | | shadowsocks-client: version bump to 0.6
| * | | | shadowsocks-client: version bump to 0.6Zhao, Gang2016-03-06
| |/ / / | | | | | | | | | | | | | | | | | | | | The patch has been merged by upstream. Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
* | | | Merge pull request #2454 from dibdot/adblockHannu Nyman2016-03-06
|\ \ \ \ | | |/ / | |/| | adblock: 0.91.0
| * | | adblock: 0.91.0Dirk Brenken2016-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix blocklist footer/counter * optimize/rework blocklist rulesets * change source url for spam404 and yoyo * code cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | ddns-scripts: correct freedns.afraid.org update url and new providerChristian Schoenebeck2016-03-05
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | - roll back to "old" update_url of freedns.afraid.org fix for #2445 and openwrt/luci#661 - add provider nubem.com (IPv4 only) - add provider nettica.com (IPv4 only) - add provider zerigo.com (IPv4 and IPv6) - add provider regfish.de (IPv4 and IPv6) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #2441 from urusha/newpkg2Yousong Zhou2016-03-02
|\ \ \ | | | | | | | | Add arp-scan package
| * | | arp-scan: add packageSergey Urushkin2016-03-01
| | | | | | | | | | | | | | | | Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
* | | | Merge pull request #2397 from stintel/snmpJo-Philipp Wich2016-03-01
|\ \ \ \ | | | | | | | | | | net-snmp: reload snmpd on interface events
| * | | | net-snmp: reload snmpd on interface eventsStijn Tintel2016-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When applying wireless configuration changes, the ifindex of the wireless interface(s) change. While snmpd picks up the new interfaces with the correct index, it does not remove the old ones: IF-MIB::ifName.23 = STRING: wlan0 IF-MIB::ifName.24 = STRING: wlan1 IF-MIB::ifName.25 = STRING: wlan0 IF-MIB::ifName.26 = STRING: wlan1 This causes problems for monitoring tools that use ifName (or ifDesc) as interface reference. Add a trigger that reloads snmpd on interface up/down events so that it will no longer have the old interfaces. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | ddns-scripts: uclient-fetch supports -4/-6Stijn Tintel2016-02-29
| |/ / / |/| | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #2435 from dibdot/adblockHannu Nyman2016-02-28
|\ \ \ \ | | |/ / | |/| | adblock: 0.90.0
| * | | adblock: 0.90.0Dirk Brenken2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all relevant adblock events will be properly written to syslog/stdout * removed needless 'debug log' option * add optional parm 'adb_forcedns' to redirect all queries to local resolver (default: '1', enabled) * revised space check * various code cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | gnunet: package REST interface, break-up experimentsDaniel Golle2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | new packages: gnunet-rest, gnunet-rps, gnunet-social also improve package descriptions and maintain order Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2371 from plntyk/fix_squid_krb5Luka Perkov2016-02-26
|\ \ \ \ | | | | | | | | | | squid: disable krb5
| * | | | squid: disable krb5Dirk Neukirchen2016-02-11
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix build error reported by buildbot by disabling krb5 - libcom_err from krb5 is used - configure output: configure: WARNING: library 'com_err' is required for Heimdal Kerberos - krb5 has its own libcom_err (see krb5 package) with its own symbols - linking with wrong libcom_err from libext2fs produces errors during libgssapi_krb5.so: undefined reference to `error_message@com_err_3_MIT' libgssapi_krb5.so: undefined reference to `remove_error_table@com_err_3_MIT' libgssapi_krb5.so: undefined reference to `add_error_table@com_err_3_MIT' -> remove libext2fs dependency (wasnt working anyway - no PKG_BUILD_DEP) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | gnunet: update sources to r36918Daniel Golle2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | always build experimental code, as 'dv' and 'flat' components are now packaged independently. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ddns-scripts: add dynu.comdiizzyy2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | Add dynu.com service Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
* | | | ddns-scripts: bump package releasediizzyy2016-02-24
| | | | | | | | | | | | Update package release due to changes
* | | | ddns-scripts: fix freedns.afraid.orgdiizzyy2016-02-24
| | | | | | | | | | | | | | | | | | | | Add correct URL Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
* | | | Merge pull request #2409 from dibdot/adblockHannu Nyman2016-02-22
|\ \ \ \ | | |/ / | |/| | adblock: 0.80.1
| * | | adblock: 0.80.1Dirk Brenken2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix ip6tables reject types * simplified firewall ruleset for IPv4/IPv6 * fix memory detection (swap was always 0) * fix dnsmasq restart after partial restore * ad hotplug support, adblock will be started when wan interface comes up * change adblock init script accordingly, do nothing on 'boot' * optimize wget parameters for faster download results (in case of an error) * added CC installation notes to readme * removed needless external online check * removed needless optional parms 'adb_maxtime', 'adb_maxloop', 'adb_probeipv4' and 'adb_probeipv6' Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | Merge pull request #2391 from dedeckeh/masterLuka Perkov2016-02-21
|\ \ \ \ | | | | | | | | | | pptpd: Make mppe and logwtmp configurable as uci parameters
| * | | | pptpd: Make mppe and logwtmp configurable as uci parametersHans Dedecker2016-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci option mppe which makes the mppe parameter configurable; the default value is required,no40,no56,stateless as before. Add uci option logwtmp; when enabled updates wtmp when users connect and disconnect Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | Merge pull request #2400 from dibdot/adblockHannu Nyman2016-02-21
|\ \ \ \ \ | | |/ / / | |/| | | adblock: 0.80.0
| * | | | adblock: 0.80.0Dirk Brenken2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed no longer needed ntp sync * simplified wan uplink check * simplified adblock config parser (removed needless callbacks during parsing) * partly rearrange config options * ruadlist/easylist are no longer marked as experimental * updated documentation (esp. regarding new LuCI frontend) Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | ngircd: update to version 23Claudio Leite2016-02-20
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
* | | | ocserv: updated to 0.10.12Nikos Mavrogiannopoulos2016-02-19
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #2374 from tru7/linknxHannu Nyman2016-02-19
|\ \ \ \ | | | | | | | | | | linknx: bump to new version on new repo
| * | | | linknx: bump to new version on new repoOthmar Truniger2016-02-11
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #2372 from salzmdan/masterHannu Nyman2016-02-19
|\ \ \ \ | | | | | | | | | | knot: update to 2.1.1
| * | | | knot: update to 2.1.1Daniel Salzman2016-02-15
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | Merge pull request #2396 from dibdot/adblockHannu Nyman2016-02-19
|\ \ \ \ | | |/ / | |/| | adblock: 0.70.2
| * | | adblock: 0.70.2Dirk Brenken2016-02-19
| | | | | | | | | | | | | | | | | | | | * fix wan update detection failure Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | prosody: update to 0.9.10, switch to procd init scriptStefan Hellermann2016-02-18
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Update to 0.9.10 due to https://prosody.im/issues/issue/585 The init script seems to block, as "prosodyctl start" started to block at least on my configuration. I switched to a procd init script, which deals with blocking processes. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | Merge pull request #2388 from ryzhovau/snort_nosqlLuka Perkov2016-02-17
|\ \ \ | | | | | | | | snort: remove useless mysql/pgsql options
| * | | snort: increase PKG_RELEASEAlexander Ryzhov2016-02-16
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | snort: remove useless mysql/pgsql optionsAlexander Ryzhov2016-02-16
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | chrony: update to 2.3Miroslav Lichvar2016-02-16
| | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | Merge pull request #2389 from dibdot/adblockHannu Nyman2016-02-16
|\ \ \ \ | |/ / / |/| / / | |/ / adblock: 0.70.1
| * | adblock: 0.70.1Dirk Brenken2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix root cause for https timeout issues * fix startup issues via luci * detach init start process to fix luci timeout issues * fix html header in adblock pages * fix adblock.conf options to single quotes Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | sqm-scripts: Bump to v1.0.7.Toke Høiland-Jørgensen2016-02-16
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | Merge pull request #2386 from dibdot/adblockHannu Nyman2016-02-15
|\| | | | | | | | adblock: update to 0.70.0
| * | adblock: update to 0.70.0Dirk Brenken2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * openwrt init system support, see /etc/init.d/adblock * support for two new adblock sources: openphish and ruadlist/easylist * partial block list restore, i.e. if a single list download failed * fix performance regression on sites with links to https ad servers * removed no longer used samples dir * updated documentation Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | ddns-scripts: update to version 2.6.2-1Christian Schoenebeck2016-02-13
| |/ |/| | | | | | | | | | | - renamed (lower case) filenames and servicenames for no-ip.com, cloudflare.com and bind_nsupdate including modifing existing configurations #2375 - updated tld_names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | git: update to 2.7.1Peter Wagner2016-02-10
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | usbip: use eudev instead of udevDaniel Golle2016-02-10
| | | | | | | | | | | | udev was dropped from core and replaced by eudev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | privoxy: bump to version 3.0.24Christian Schoenebeck2016-02-07
| | | | | | | | | | | | | | | | | | | | | | * upstream to Privoxy 3.0.24 * add facility to set compile options * add file list to be saved on sysupgrade * fixed PKG_MAINTAINER string * add port 8118 used by privoxy to /etc/services * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | net/dnscrypt-proxy: update 1.6.1, security update see ↵Damiano Renfer2016-02-07
| | | | | | | | | | | | https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.6.1 Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | Merge pull request #2352 from chris5560/radicaleHannu Nyman2016-02-07
|\ \ | | | | | | Radicale: bump to version 1.1.1
| * | Radicale: bump to version 1.1.1Christian Schoenebeck2016-02-06
| | | | | | | | | | | | | | | | | | | | | * upstream to Radicale 1.1.1 * add file list to be saved on sysupgrade Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>