aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | vpnc: Add reboot recommendation to READMEDaniel Gimpelevich2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | | | Merge pull request #2106 from jefferyto/obfsproxyYousong Zhou2016-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | obfsproxy: new package
| * | | | | | obfsproxy: new packageJeffery To2016-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the Tor project page: obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. This depends on: - pyptlib (#2053) - twisted (#2052) Also, txsocksx (#2058) is necessary to use an outgoing SOCKS proxy, and having either gmpy2 (#2067) or gmpy (#2051) installed will help speed up calculations. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | apache: increase PKG_RELEASE for rebuildheil2016-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | Merge pull request #3008 from hauke/apacheThomas Heil2016-07-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | apache: fix build without sslv3
| * | | | | | | apache: fix build without sslv3Hauke Mehrtens2016-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SSLv3 support is deactivated in LEDE now, which causes a build problem in apache. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | Merge pull request #3009 from dibdot/adblockTed Hess2016-07-31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | adblock: update 1.4.3
| * | | | | | adblock: update 1.4.3Dirk Brenken2016-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix race condition in restricted mode * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #2982 from oskar456/radsecproxy_ucifiedToke Høiland-Jørgensen2016-07-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Radsecproxy ucified
| * | | | | | | radsecproxy: Update copyright notice, add licenseOndřej Caletka2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
| * | | | | | | radsecproxy: UCIfied configurationOndřej Caletka2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* | | | | | | | Merge pull request #3002 from dibdot/adblockTed Hess2016-07-28
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | adblock: update 1.4.2
| * | | | | | | adblock: update 1.4.2Dirk Brenken2016-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ad broad blocklist source 'hphosts' https://hosts-file.net Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #3001 from commodo/tcpreplayTed Hess2016-07-28
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | tcpreplay: add first revision of package
| * | | | | | | tcpreplay: add first revision of packageAlexandru Ardelean2016-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcpreplay is a suite of free Open Source utilities for editing and replaying previously captured network traffic. Originally designed to replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers. Pretty useful for testing stuff too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #2987 from kuoruan/aria2champtar2016-07-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | aria2: fix bugs and make some changes
| * | | | | | | | aria2: fix bugs and make some changesHsing-Wang Liao2016-07-24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix aria2c failed to start after change daemon user, issue #2985; * Change default download dir; * Clear exist log file when aria2 start; * Add log level option; * Change dir owner when start. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | Merge pull request #2992 from hojuruku/p_mini_snmpdchamptar2016-07-27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | mini_snmpd: fix initscript to use l3_device for working out the interface name
| * | | | | | | mini_snmpd: fix initscript to use l3_deviceLuke McKee2016-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for working out the interface name Working: ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].l3_device" Broken: ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].device" Fix run tested: root@wifi:/overlay/upper# ps |grep mini_snmpd 1404 root 980 S /usr/bin/mini_snmpd -n -c public -L Undisclosed -C VGB <admin@victimsofgaybullying.com> -t 1 -a -d /overlay,/tmp -i br-lan,pppoe-w Before it wasn't using the pppoe interface it was using the parent interface eth0 twice. Small 1 line fix. Merge at your convenience. Signed-off-by: Luke McKee <hojuruku@gmail.com>
* | | | | | | | Merge pull request #2988 from RussellSenior/fix-wget-dependenciesnbd1682016-07-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wget: add missing zlib dependency
| * | | | | | | | wget: add missing zlib dependencyRussell Senior2016-07-24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | | | transmission: add missing zlib dependency for openssl variantsFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | tor: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | tinc: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | stunnel: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | git: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | freeradius2: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | chaosvpn: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | | aircrack-ng: add missing dependency on zlibFelix Fietkau2016-07-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | wireguard: Bump to 0.0.20160722Baptiste Jonglez2016-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a new compilation error, due to upstream changes in the build system. SUBDIRS= is deprecated when building external kernel modules, use M= instead to fix compilation. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | mwan3: fix mwan3track whitespace typoFlorian Eckert2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* | | | | | | mwan3: fix mwan3 help whitespace typoFlorian Eckert2016-07-21
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* | | | | | Merge pull request #2861 from LucileQ/bump-freeradius-serverchamptar2016-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | freeradius3: new package
| * | | | | | freeradius3: add packageLucile Quirion2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeradius-server version 2.x has been marked End-Of-Life. This commit adds freeradius-server version 3.0.11 in a new package. This commit also introduces the option "freeradius3-default" which activate all modules needed to run radiusd with its default configuration. - rlm_digest (HTTP Digest Authentication) has been added - rlm_unix (System Authentication) has been added - rlm_attr_rewrite has been deleted Note that SQL and LDAP support has been disabled. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
* | | | | | | Merge pull request #2977 from dibdot/adblockchamptar2016-07-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adblock: update 1.4.1
| * | | | | | | adblock: update 1.4.1Dirk Brenken2016-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix two possible overflows in adblock statistics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | gnunet: update to SVN r37547Daniel Golle2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #2971 from kuoruan/aria2champtar2016-07-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Aria2 Update
| * | | | | | | | aria2: add logHostkit2016-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service' with logger -t ARIA2C 'Restarting aria2c service' :D :p Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | | aria2: update to 1.25.0Hsing-Wang Liao2016-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | | | | | | aria2: update init fileHsing-Wang Liao2016-07-16
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update is from #2961, thank @hostkit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | strongswan: bump to 5.5.0 (#2976)Stijn Tintel2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | wireguard: Bump to 0.0.20160711Baptiste Jonglez2016-07-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | / / / Merge pull request #2964 from dibdot/adblockTed Hess2016-07-14
|\| | | | | | | |_|_|/ / / |/| | | | | adblock: release 1.4.0
| * | | | | adblock: release 1.4.0Dirk Brenken2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework/speed up overall sort * simplified dns error handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | softflowd: update softflowd.init to use procdJan Tomasek2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Tomasek <jan@tomasek.cz>
* | | | | | krb5: Bump to v1.14.2Xotic7502016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | | Merge pull request #2437 from stintel/strongswanchamptar2016-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: update to 5.4, add plugins, fixes
| * | | | | | strongswan: bump to 5.4.0Stijn Tintel2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | strongswan: add forecast pluginStijn Tintel2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1868. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>