aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* xl2tpd: fix xl2tpd optionsDaniel Golle2015-06-05
| | | | | | | | The previous commit left an unwanted string in the options passed to xl2tpd-control. Remove that as well. Also set procd respawn parameter now that I'm at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* xl2tpd: don't let xl2tpd handle redialDaniel Golle2015-06-05
| | | | | | netifd is taking care of that already. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: improve packaging and set fix permissions on firstrunDaniel Golle2015-06-05
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: no longer force-enable TLS-SRPDaniel Golle2015-06-05
| | | | | | | | It might not be available in GnuTLS and is not strictly required by the gnurl manifest, see http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: don't override default to 'n'Daniel Golle2015-06-05
| | | | | | | | | Overriding DEFAULT to 'n' prevents packages being build unless explicitely selected even if ALL is set. Instead, set 'DEFAULT:=y if PACKAGE_gnunet' for the default packages and otherweise don't touch DEFAULT. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: use templates to package componentsDaniel Golle2015-06-04
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: improve packagesDaniel Golle2015-06-04
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: split up into smaller packages, bump versionDaniel Golle2015-06-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* knxd: revert to older versionOthmar Truniger2015-06-02
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #1330 from tru7/knxdMichael Heimpold2015-05-31
|\ | | | | knxd: bump to new version
| * knxd: bump to new versionOthmar Truniger2015-05-31
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | gnunet: improve procd init-scriptDaniel Golle2015-05-31
| | | | | | | | | | | | | | Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead of /usr/bin/gnunet-arm, so it remains attached to procd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: bump releaseDaniel Golle2015-05-31
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: reduce feature-set to match specs in READMEDaniel Golle2015-05-31
| | | | | | | | | | | | | | gnurl's README states quite excatly which CONFIGURE_ARGS to pass, so disable lots of unneeded stuff. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: use upstream fix for libmicrohttpd detectionDaniel Golle2015-05-31
| | | | | | | | | | | | | | | | | | | | The autoconf issue when detecting libmicrohttpd was fixed upstream in SVN revision 35845. Use that and remove the dirty work-around. See also: https://gnunet.org/bugs/view.php?id=3805#c9201 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: Respect IPv6 settingsAlexander Ryzhov2015-05-31
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | gnunet: fixup more dependenciesDaniel Golle2015-05-31
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: work-around libmicrohttpd detectionDaniel Golle2015-05-31
| | | | | | | | | | | | | | | | | | Bug filed upstream: https://gnunet.org/bugs/view.php?id=3805 Once fixed, this patch can be removed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: add forgotten MD5SUMDaniel Golle2015-05-31
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: fix things and use newer source versionDaniel Golle2015-05-31
| | | | | | | | | | | | | | | | | | - use newer source version from SVN - made it detect gnurl - added init script - added gnunet user Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: add net packageDaniel Golle2015-05-31
| | | | | | | | | | | | | | | | | | | | This is definitely one of the ugliest things I ever got my hands on. If it even did the job properly, but no, it tries to install it's headers in /usr/include/curl collidings with actual curl's headers. Fixed that by installing them into /usr/include/gnurl instead. Now gnunet can use gnurl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: add new packageDaniel Golle2015-05-30
| | | | | | | | | | | | | | | | | | | | The single 'gnunet' package built should be further split up, meta-packages for common use-cases should be added. However, it's not too big to run on devices with 8MB of flash or more, even in the current monolithic package. Integration with procd and netifd is not yet implemented. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | nfs-kernel-server: revert CONFIG_IPV6 handlingJo-Philipp Wich2015-05-29
| | | | | | | | | | | | | | Building nfs-kernel-server with --enable-ipv6 requires not yet packaged libtirpc, therfore unconditionally disable IPv6 support again for now. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #1317 from thess/bridge-updateTed Hess2015-05-29
|\ \ | | | | | | bridge-utils: Add busybox fixup in postrm
| * | bridge-utils: Add busybox fixup in postrmTed Hess2015-05-28
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | ethtool: add missing quotation mark in MakefileSyrone Wong2015-05-29
| | | | | | | | | Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
* | | ocserv: use freeradius-client library if radius support is requestedNikos Mavrogiannopoulos2015-05-28
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #1292 from ffainelli/ethtoolMatthias Schiffer2015-05-28
|\ \ \ | |/ / |/| | ethtool: Add option to enable/disable pretty-printing
| * | ethtool: Add option to enable/disable pretty-printingFlorian Fainelli2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With upstream commit https://git.kernel.org/cgit/network/ethtool/ethtool.git/commit/?id=875616dfcbe57ea0f639a20d85fcbad2172ad744 there is now an option to produce a smaller ethtool build which will disable pretty printing (Ethernet drivers, SFP diagnostics...) for platforms that do not need it. Hook a menu configuration option to control that option. Build size differences on ar71xx: With: -rw-r--r-- 1 florian florian 79K mai 23 10:43 bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk Without: -rw-r--r-- 1 florian florian 23K mai 23 10:43 bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | ulogd: add json pluginMarko Ratkaj2015-05-28
| | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | git: update to 2.4.2Peter Wagner2015-05-27
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #1181 from ryzhovau/ipv6_optJo-Philipp Wich2015-05-27
|\ \ \ | | | | | | | | Optional IPv6 support
| * | | rtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | nfs-kernel-server: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | mtr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #1294 from mar-kolya/add-bridge-utilsTed Hess2015-05-26
|\ \ \ \ | | | | | | | | | | Move bridge-utils from oldpackages
| * | | | bridge-utils: copy from oldpackagesNikolay Martynov2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update Makefile accoring to CONTRIBUTING.md, set maintainer * fix file offset handling * use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
* | | | | netdiscover: add packageMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | clamav: bump to 0.98.7Marko Ratkaj2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | Merge pull request #1298 from chris5560/masterSteven Barth2015-05-26
|\ \ \ \ \ | | | | | | | | | | | | radicale: fixed hotplug and init script
| * | | | | radicale: fixed hotplug and init scriptChristian Schoenebeck2015-05-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed hotplug script (not restarting on "ifup") * fixed init script (not stopping in 1 second) * fixed PKG_MAINTAINER string * removing not needed comments in config file Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | freeradius2: add mirror for older releasesMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | sshtunnel: fixes validation bug with dynamic port forwarding.Nuno Goncalves2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Avi Alkalay <avi@unix.sh> Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | ntpd: enable ATOM (PPS) supportChristian Pointner2015-05-25
|/ / / / | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | ipsec-tools: fix null dereference in racoonNicolas Thill2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047) * refresh patches * bumb release number Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | Merge pull request #1289 from clehner/masterTed Hess2015-05-24
|\ \ \ \ | | | | | | | | | | Fix emailrelay init script
| * | | | Fix emailrelay init scriptCharles Lehner2015-05-23
| | |/ / | |/| | | | | | | | | | Signed-off-by: Charles Lehner <cel@celehner.com>
* | | | openvswitch: fix build with kernel >= 3.18.13Hauke Mehrtens2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a build problem with kernel >= 3.18.13. This should close #1283. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | xl2tpd: refactor for more resilience.Yousong Zhou2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use netifd no_proto_task for notifying that xl2tpd does not have a protocol task running. - Use procd for xl2tpd service management. - Refreshed 2xx patches to - Prevent leftover regular type control result file. - Allow xl2tpd run as foreground process while logging via syslog. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> - bumped version - removed dependency on `ip` package as routes are setup by netifd if iproute2 is actually required, please depend on `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip` Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ocserv: corrected checksumNikos Mavrogiannopoulos2015-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>