aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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
| * | | | adblock: update 1.3.3Dirk Brenken2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | * enable automatic restore on empty source downloads Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #2916 from zorun/wireguardYousong Zhou2016-07-04
|\ \ \ \ \ | | | | | | | | | | | | wireguard: Initial upload
| * | | | | wireguard: Initial uploadBaptiste Jonglez2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | Merge pull request #2918 from dibdot/adblockYousong Zhou2016-07-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | | adblock: update 1.3.2
| * | | | | adblock: update 1.3.2Dirk Brenken2016-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * only a few more fixes Signed-off-by: Dirk Brenken <dev@brenken.org> Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)
* | | | | | Merge pull request #2777 from blogic/krb5champtar2016-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | krb5: more uninitialized warning errors
| * | | | | | krb5: more uninitialized warning errorsJohn Crispin2016-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: John Crispin <john@phrozen.org>
* | | | | | | Merge pull request #2780 from mstorchak/nfs-kernel-serverchamptar2016-07-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | nfs-kernel-server: add workaround for musl getservbyport
| * | | | | | nfs-kernel-server: add workaround for getservbyportMaxim Storchak2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://dev.openwrt.org/ticket/20038 Patch is based on http://git.alpinelinux.org/cgit/aports/plain/main/nfs-utils/musl-getservbyport.patch?id=3579df3582b5e5ea53be8cd8eef240f3f0cabb10 Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | iotivity: add some default security configurationHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just a dummy configuration. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: make it possible to build the debug versionHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new config option to build IoTivity with debugging support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: fix package dependenciesHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub packages select the main package. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | iotivity: update to version 1.1.0Hauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings IoTivoity to version 1.1.0 The old @lantiq.com address does not work any more, update to the @intel.com address. The removed patches were merged upstream, but there are still some new ones needed. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* | | | | | | davfs2: No forced stack protectorMichal Hrusecky2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2 had hardcoded value for stack protector. If stack protector is disabled in toolchain, it would break the build. Disabling the hardcoded value, counting on settings in cross-build system. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz> [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | lispmob: fix build with muslHauke Mehrtens2016-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lispmob accesses the gnu members of struct udphdr like source and dest and does not use the posix member names. Instead of using the correct names just define this as _GNU_SOURCE. [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #2913 from br101/masterchamptar2016-07-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | horst: Use version 5.0
| * | | | | | | horst: Use version 5.0Bruno Randolf2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | Merge pull request #2873 from neheb/masterchamptar2016-07-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | airmon-ng: Fix procps-ng dependancy.
| * | | | | | | airmon-ng: Fix procps-ng dependancy.Mangix2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #2909 from dibdot/adblockTed Hess2016-06-30
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | adblock: update 1.3.1
| * | | | | | | adblock: update 1.3.1Dirk Brenken2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix uclient-fetch detection * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #2906 from dibdot/adblockTed Hess2016-06-28
|\| | | | | | | | | | | | | | | | | | | | | | | adblock: release 1.3.0
| * | | | | | | adblock: release 1.3.0Dirk Brenken2016-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * revised hotplug script * remove wget package dependency * support uclient-fetch or wget with ssl support * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>