aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* udpxy: Simplify configuration.Álvaro Fernández Rojas2014-06-26
| | | | | | This fixes https://dev.openwrt.org/ticket/16863. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* haproxy: upgrade to version 1.5.1Thomas Heil2014-06-24
| | | | | | | Bugs from 1.5.0 can cause file descriptor leak, results in the impossibility to accept new connections after some time. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: fix dependence to NGINX_SSLThomas Heil2014-06-24
| | | | | | | the upstream_check and proxyprotocol module need NGINX_SSL. So remove them from default and add the according dependence. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: make depencies more stricterThomas Heil2014-06-24
| | | | | | | This should fix isse #54. It should no not be possible to select an nginx subpackage without the appropriate module. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* haproxy: upstream commit, properly initialize and count logThomas Heil2014-06-23
| | | | | | [PATCH 6/6] BUG/MINOR: logs: properly initialize and count log sockets Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* cshark: bump packageLuka Perkov2014-06-23
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* cshark: fix build failureLuka Perkov2014-06-23
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* Merge pull request #48 from heil/mastersbyx2014-06-23
|\ | | | | nginx: import from packages, add myself as the maintainer
| * nginx: import from packages, add myself as the maintainerThomas Heil2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the nginx package from the old svn package fee. I adopt the licensing information and will maintain the package in the future. This request also updates nginx to the last stable version 1.4.7. It further adds support for - naxsi (the ngix web application firewall) - syslog module - http upstream check module - support for the haproxy Proxy Protocol (this way nginx can see the real ip address behind haproxy) Building was tested with target x86_64, ar71xx and avr32. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | Merge pull request #51 from heil/haproxysbyx2014-06-23
|\ \ | | | | | | haproxy: fix OCSP response, remove crappy client side timeout patches
| * | haproxy: fix OCSP response, remove crappy client side timeout patchesThomas Heil2014-06-23
| |/ | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | Merge pull request #47 from heil/mastersbyx2014-06-23
|\| | | | | memcached: import from packages, add myself as the maintainer
| * memcached: import from packages, add myself as the maintainerThomas Heil2014-06-23
| | | | | | | | | | | | | | | | | | This adds the memcached package from the old svn package fee. I adopt the licensing information an will maintain the package in the future. This request also updates memcached to the last stable version 1.4.20. Building was testet with target x86_64, ar71xx and avr32 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | cshark: add new packageLuka Perkov2014-06-23
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | Merge pull request #42 from equinox0815/uanytunNikos Mavrogiannopoulos2014-06-22
|\ \ | |/ |/| import uanytun, upgrade to latest version
| * dropped gcrypt variant for nowChristian Pointner2014-06-22
| | | | | | | | | | | | now using libnettle for the default crypto library Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * fixed typo in descriptionChristian Pointner2014-06-21
| | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * upgrade uanytun to newest release 0.3.4Christian Pointner2014-06-20
| | | | | | | | | | | | the new package now makes use of build variants Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * import package uanytunChristian Pointner2014-06-20
| | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | haproxy: fix targe avr32Thomas Heil2014-06-21
|/ | | | | | | The avr32 target uses a old accept4 implementation, so i disabled it for this patform. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* Merge pull request #40 from heil/mastersbyx2014-06-20
|\ | | | | haproxy: add upstream bugfix, adapt Copyright
| * haproxy: add upstream bugfix, adapt CopyrightThomas Heil2014-06-20
| | | | | | | | | | | | - [PATCH] BUG/MEDIUM: Consistently use 'check' in process_chk Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | Merge pull request #39 from heil/mastersbyx2014-06-19
|\| | | | | haproxy: upgrade haproxy to version 1.5.0
| * haproxy: upgrade haproxy to version 1.5.0Thomas Heil2014-06-19
| | | | | | | | | | | | | | - includes support for SSL Termination, Compression Offloading, OCSP Stapling support and much more Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | Added Knot DNS server with utilities version 1.5.0-rc2.Daniel Salzman2014-06-19
| | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | ocserv/openconnect: updated documentation on the luci componentsNikos Mavrogiannopoulos2014-06-18
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Added luci protocol module for openconnect.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Added luci app for ocserv.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | import irssi and update to latest versionPeter Wagner2014-06-18
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | sslh: fix build by correcting version and refreshing makefile patchRussell Senior2014-06-17
| | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | openssh: strip openssh-sftp-server dependencies, notably opensslCatalin Patulea2014-06-16
| | | | | | | | | | | | | | | | | | | | openssh-sftp-server is actually a tiny binary that has nearly no dependencies: $ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED NEEDED libgcc_s.so.1 NEEDED libc.so.0 Stripping its DEPENDS allows building a system with SFTP support, without pulling in OpenSSL.
* | ntpd: import from packagesPeter Wagner2014-06-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | rtorrent: import from packages and update to 0.9.4Peter Wagner2014-06-16
| | | | | | | | | | | | libtorrent: import from packages and update to 0.13.4 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | openssh: import from packagesPeter Wagner2014-06-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | nfs-kernel-server: import from packagesPeter Wagner2014-06-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | git: import from packagesPeter Wagner2014-06-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | ctorrent: import from packagesPeter Wagner2014-06-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Import (and adopt) sslh package to new packagefeedJonathan McCrohan2014-06-16
| | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | opentracker: add IPv6 build variantDaniel Golle2014-06-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Import xl2tpdDaniel Golle2014-06-13
| | | | | | | | | | | | Use sources on github and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | add opentracker packageDaniel Golle2014-06-13
| | | | | | | | | | | | | | support for opentracker was suggested in ticket #7023 it's much tighter than cbtt and got only 20% of cbtt binary size Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Import freeradius2Daniel Golle2014-06-13
| | | | | | | | | | | | Also bump to version 2.2.5 and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #14 from NeoRaider/mastersbyx2014-06-13
|\ \ | | | | | | Import ethtool from the old repo, add new package fastd and its dependencies
| * | Import ethtool from packages, add myself as maintainer, update to 3.14Matthias Schiffer2014-06-12
| | |
| * | Add fastd, a very small VPN daemonMatthias Schiffer2014-06-12
| | |
* | | ocserv: explicitly disable libnl to prevent it from being linkedSteven Barth2014-06-13
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | Merge pull request #13 from heil/masterNikos Mavrogiannopoulos2014-06-12
|\ \ \ | | |/ | |/| haproxy: import from packages, add myself as the maintainer
| * | haproxy: import from packages, add myself as the maintainerThomas Heil2014-06-12
| |/ | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* / ocserv: depend on certtool to allow key generationNikos Mavrogiannopoulos2014-06-12
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>