aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #275 from antonlacon/rsync-zlibchamptar2014-09-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | rsync: optionally enable builtin zlib and add logfile to rsyncd
| * | | | | rsync: enable selecting bundled or system zlibIan Leonard2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsync, by default, includes a patched zlib within its source tarball. The patch enables a better compression ratio for rsync streams. However, the client and server need the same featureset in their zlib in order to understand the compression stream, or the server will abort the transfer. Older versions have no understanding of the new compression standard used. This patch allows the builder to choose whether to use the bundled or system zlib. It defautls to using the system zlib, as is the default before this patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | rsyncd: add default logfile to globalsIan Leonard2014-09-03
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | netatalk: prevent use of LD_LIBRARY_PATHNicolas Thill2014-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs This caused build failure when host = target Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | netatalk: refresh patchNicolas Thill2014-09-05
|/ / / / | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | mac-telnet: fix two typos in the MakefileJo-Philipp Wich2014-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | ddns-scripts: duiadns.net service support addedLiviu Pislaru2014-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
* | | | Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devicesJo-Philipp Wich2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package adds the mac-telnet server, client, ping and discovery utilities. See https://github.com/aouyar/MAC-Telnet for details. This package uses the fork from https://github.com/jow-/MAC-Telnet as source, the code there has a number of bugfixes and results in smaller binaries since most core functionality has been ported to libubox facilities provided by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | haproxy: new release 1.5.4 that fixes recent cveThomas Heil2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUG: config: error in http-response replace-header number of arguments - BUG/MINOR: Fix search for -p argument in systemd wrapper. - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported - MEDIUM: connection: add new bit in Proxy Protocol V2 - BUG/MINOR: server: move the directive #endif to the end of file - BUG/MEDIUM: http: tarpit timeout is reset - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* - BUG/MEDIUM: http: fix inverted condition in pat_match_meth() - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs - BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg() - BUG/MEDIUM: acl: correctly compute the output type when a converter is used - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix - BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | Merge pull request #270 from damianorenfer/mastersbyx2014-09-02
|\ \ \ \ | | | | | | | | | | Add libsodium + dnscrypt-proxy
| * | | | dnscrypt-proxy: add package with config files, version 1.4.0Damiano Renfer2014-09-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | | | Merge pull request #169 from champtar/freeradius2champtar2014-09-02
|\ \ \ \ \ | |/ / / / |/| | | | freeradius2: remove weird circular dependencies, enable mysql again
| * | | | freeradius2: enable freeradius2-mod-sql-mysql againEtienne CHAMPETIER2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile tested only Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
| * | | | freeradius2: remove weird circular dependenciesEtienne CHAMPETIER2014-08-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | openconnect: openconnect-wrapper would trap signals and send the correct one ↵Nikos Mavrogiannopoulos2014-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to server Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | openconnect: set config variable on teardown and correctly pass the passwordNikos Mavrogiannopoulos2014-09-01
| |/ / / |/| | | | | | | | | | | | | | | | | | | This addresses https://dev.openwrt.org/ticket/16634 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #258 from cjkoenig/update_fwknopsbyx2014-08-31
|\ \ \ \ | |_|/ / |/| | | fwknop: Update to 2.6.3
| * | | fwknop: Update to 2.6.3Christoph König2014-08-22
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | | | Merge remote-tracking branch 'upstream/master'fededim2014-08-28
|\ \ \ \ | | | | | | | | | | | | | | | Updated to latest trunk
| * | | | ocserv: updated to 0.8.4Nikos Mavrogiannopoulos2014-08-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | ocserv: use the system's protocol buffers by defaultNikos Mavrogiannopoulos2014-08-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | git: update to 2.1.0Peter Wagner2014-08-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
| * | | | ibrdtnd: Fix configure argsJohannes Morgenroth2014-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | The option --disable-libdaemon was missing and --with-dht is invalid. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | ibrdtn-tools: Add autoreconf to fixupJohannes Morgenroth2014-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | ibrdtnd: Add autoreconf to fixupJohannes Morgenroth2014-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | opennhrp: Add PKG_MAINTAINER and PKG_LICENSEArtem Makhutov2014-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artem Makhutov <artem@makhutov.org>
| * | | | opennhrp: Add opennhrp 0.14.1Artem Makhutov2014-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artem Makhutov <artem@makhutov.org>
| * | | | haproxy: patches from upstreamThomas Heil2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 5/6] BUG/MEDIUM: http: tarpit timeout is reset - [PATCH 6/6] MEDIUM: connection: add new bit in Proxy Protocol V2 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
| * | | | udpxy: switch to github repository and update to latest versionÁlvaro Fernández Rojas2014-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * | | | ibrdtn-tools: Disable dependency on libdaemon libraryJohannes Morgenroth2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the current release of the package does not provide a configure option to disable this dependency, a patch is necessary to add this option. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | ibrdtnd: Disable dependency on wifip2p and vmime libraryJohannes Morgenroth2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the current release of the package does not provide configure options to disable these dependencies, a patch is necessary. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | ocserv: updated to 0.8.3Nikos Mavrogiannopoulos2014-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | ocserv: added various patchesNikos Mavrogiannopoulos2014-08-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | ulogd: import from old packages feedNicolas Thill2014-08-23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to latest version (v2.0.4) - use PKG_INSTALL - add DBI plugin - convert init script to procd - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
| * | | Merge pull request #197 from henning-schild/henning/stagingTed Hess2014-08-22
| |\ \ \ | | | | | | | | | | packages/socat: add init script
| | * | | packages/socat: add init scriptHenning Schild2014-08-12
| | |/ / | | | | | | | | | | | | | | | | | | | | Init script to start instances of socat for port-forwarding etc. Signed-off-by: Henning Schild <henning@hennsch.de>
| * | | ibrdtn-tools: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | ibrdtnd: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | mwan3: update to version 1.5-4Adze15022014-08-21
| | | | | | | | | | | | | | | | | | | | | | | | Fix issue #219: Policy status output returns arithmetic syntax error Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
| * | | Merge pull request #174 from brynet/patch-1sbyx2014-08-20
| |\ \ \ | | | | | | | | | | net/openssh: Update PKG_SOURCE_URL
| | * | | Add ISC/BSD to PKG_LICENSE_*Bryan Steele2014-08-08
| | | | |
| | * | | Update PKG_SOURCE_URL for OpenSSHBryan Steele2014-08-08
| | | | | | | | | | | | | | | Remove broken mirrors, prefer HTTP over FTP.
| * | | | Merge pull request #221 from ejonny/mastersbyx2014-08-20
| |\ \ \ \ | | | | | | | | | | | | Add packages for Delay and Disruption Tolerant Networking
| | * | | | ibrdtn-tools: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package contains the tools (dtnsend, dtnrecv, dtnping, ...) of IBR-DTN, a modular and lightweight implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| | * | | | ibrdtnd: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package contains the daemon (dtnd) of IBR-DTN, a modular and lightweight implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
| * | | | | Merge pull request #220 from salzmdan/mastersbyx2014-08-20
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | knot: update to 1.5.1.
| | * | | knot: update to 1.5.1.Daniel Salzman2014-08-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | | Import net/unbound package from SubversionMichael Hanselmann2014-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an import of the net/unbound package from Subversion revision 40658 (May 2, 2014). The only change is the addition of PKG_LICENSE, PKG_LICENSE_FILE and PKG_MAINTAINER to Makefile. Unbound 1.4.22 is the current upstream release. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
| * | | | Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes ↵Steven Barth2014-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with l2tpv3" This reverts commit 981f2da45747df72c5ae2c45f265fe8f29af3d52. OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
| * | | | strongswan: import, update, adoptSteven Barth2014-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>