aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | 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>
| * | | | | strongswan: fix alignment in connmark pluginStijn Tintel2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | strongswan: run sleep with integer argumentStijn Tintel2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default busybox config used by OpenWrt does not enable floating point number support for the sleep applet. This can cause an error when stopping or restarting strongswan: sleep: invalid number '0.1' Replace the float with an integer to fix this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | ipsec-tools: fix syntax error in default racoon configJo-Philipp Wich2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword on the p2_proposal line, leading to a syntax error when processing the file. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #2941 from hojuruku/p_mini_snmpdchamptar2016-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | mini_snmpd: new upstream/package maintainer, new version, init procd multi instance support with uci validation & network interface monitoring.
| * | | | | | mini_snmpd: @champtar requested PKG_FIXUP:=autoreconf take care of strip and ↵Luke McKee2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS options Signed-off-by: Luke McKee <hojuruku@gmail.com>
| * | | | | | mini_snmpd: 1.4-rc1 add git,autoconf,procd init script,uci validation - new ↵Luke McKee2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream/openwrt maintainer Makes use of all available runtime options that can be passed to mini_snmpd such as -I listen_on interface Run-tested on trunk on ar71xx. Please review the init script regarding procd monitoring interfaces, though everything else due to the conversion to procd should be and done properly, if not overkill compared to most other script bundled with openwrt. The main benefit of all this is now larger routers can run multiple instances of mini_snmpd on different ports, to get around the MIB hard coded 4 interface/mountpoint limits. Due to somewhat lacking dev / package maintainer docs except for http://wiki.prplfoundation.org/wiki/Procd_reference writing this script took longer than it should. You can see it's evolution here: https://github.com/hojuruku/openwrt-packages/blob/mini_snmpd/net/mini_snmpd/files/mini_snmpd.init If everything in it is found to be sane, please include it to the openwrt wiki on procd as an example. Due to procd / uci /sbin/validate_data cbi element datatype (uciname) being used to check uci config, the configuration file now only takes openwrt uci network names not physical network names as it did before. http://git.openwrt.org/?p=packages.git;a=commit;h=783e5578ad104d1ca3c31582add08fc8eb4ad083 Like busybox the package Makefile has depends for all runtime dependencies needed by the init script. mini_snmpd only depends on libc squashed commits: mini_snmpd: fix typo to fix procd triggers calling daemon binary directly instead of init script - misuse of $PROG var mini_snmpd: enable SSP & mini_snmpd to start by default and listen on lan mini_snmpd: disable RELRO blocker in Makefile after consulation mini_snmpd: add smarts to init script to detect if ubusd hasn't started yet mini_snmpd: fix init script - ubus -S doesn't print meaningful errors to give the user mini_snmpd: Makefile roll back Makefile PKG_RELEASE to 1 for feng shui
| * | | | | | mini_snmpd: patches are now all merged upstream in 1.4-rc1Luke McKee2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luke McKee <hojuruku@gmail.com>
| * | | | | | mini_snmpd: import 1.2b from oldpackages for reference ↵Luke McKee2016-07-11
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://git.openwrt.org/?p=packages.git;a=commit;h=787e4e15a2792eb4d059001e1fb8bc84da8d65fd Signed-off-by: Luke McKee <hojuruku@gmail.com>
* | | | | | Merge pull request #2936 from padre-lacroix/masterTed Hess2016-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | darkstat: Network bandwidth monitor - version 3.0.719
| * | | | | | darkstat: Network bandwidth monitor - version 3.0.719Jean-Michel Lacroix2016-07-11
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> From the oldpackages. Updated to version 3.0.719, new config file to add more options Rewritten init file to take in account the new config file and removing a bug when stopping the daemon. Corrected license information in Makefile Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | coova-chilli: Fix UCI parse errorRajan Vaja2016-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UCI commands report errors in parsing coova-chilli sample configuration file. Fix this issue by using proper format in configuration. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
* | | | | | Merge pull request #2949 from zorun/masterTed Hess2016-07-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | wireguard: Bump to 0.0.20160708.1
| * | | | | | wireguard: Bump to 0.0.20160708.1Baptiste Jonglez2016-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add the SHA256 checksum, since upstream now publishes it when releasing: https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | Merge pull request #2942 from sdwalker/variable-cleanupTed Hess2016-07-10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | packages: cleanup Makefile variables
| * | | | | | packages: cleanup Makefile variablesStephen Walker2016-07-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* / | | | | dmapd: update to 0.0.73W. Michael Petullo2016-07-09
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gnunet: bump to svn r37511Daniel Golle2016-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #2935 from dibdot/adblockTed Hess2016-07-07
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / adblock: update 1.3.3