aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | knxd: bump to new versionOthmar Truniger2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | snort: add SF mirrorLuka Perkov2015-05-20
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | | | | luci-app-clamav: add packageMarko Ratkaj2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | clamav: add packageMarko Ratkaj2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | luci-app-e2guardian: add packageMarko Ratkaj2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | e2guardian: bump to 3.1.2Marko Ratkaj2015-05-20
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | tcpproxy: update to version 1.2Christian Pointner2015-05-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | | | | pptpd: import from old packagesLuka Perkov2015-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | | xl2tpd: fix a minor compiler warningDaniel Golle2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc complains about atexit() being implicitely defined in xl2tpd-control.c Fix that by including stdlib.h in xl2tpd-control.c Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | xl2tpd: update source, import some useful patchesDaniel Golle2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yousong Zhou <yszhou4tech@gmail.com> made a couple of useful fixes mostly for the xl2tpd-control tool which was broken. imported them (patches/2*) here. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | opentracker: update sourceDaniel Golle2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #1241 from chris5560/masterSteven Barth2015-05-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ddns-scripts: update to version 2.4.2-1
| * | | | | | | ddns-scripts: update to version 2.4.2-1Christian Schoenebeck2015-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix Makefile to force compression of tld_names.dat reported in OpenWrt Ticket 19597 * change default of retry_count to "0" (retry endless) suggested by Henning Schild * updated tld_names.dat include changes until 07.05.2015 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | squid: fix parallel buildsLuka Perkov2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | | | Merge pull request #1247 from oneru/masterJonathan McCrohan2015-05-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fwknopd: Fix a typo in the init file
| * | | | | | | | Fwknopd: Fix a typo in the init fileJonathan Bennett2015-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | | | | | | Fwknop: add flexibility to uci supportJonathan Bennett2015-05-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Styling cleanups signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* / / / / / / / Fwknop: Update to newest releaseJonathan Bennett2015-05-09
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add basic uci support add optional gpg support signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | | | | mdnsresponder: No longer require IPv4 address to start.Markus Stenberg2015-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to require 1+ IPv4 addresses to start on Linux. Now it starts up with 0 addresses (of any type), as netlink can provide us more later. This way, no stupid restart loop with procd if it is racing with netifd at startup. Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | net/mosquitto: Upgrade 1.4.1 to 1.4.2Karl Palsson2015-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix release. Full changelog available at: http://mosquitto.org/2015/05/version-1-4-2-released/ Drops a patch now included upstream. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | | nut: remove patch for old automake versionMarty R2015-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tools/automake was updated to 1.15 which removed this bug; patch no longer needed. Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | | | Merge pull request #1226 from kissg1988/seafileSteven Barth2015-05-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | seafile: update to 4.1.2, create config file
| * | | | | | | seafile: missing config file addedGergely Kiss2015-05-03
| | | | | | | |
| * | | | | | | seafile: create config file in a more elegant wayGergely Kiss2015-05-03
| | | | | | | |
| * | | | | | | seafile: added configuration file to turn fastcgi mode on/offGergely Kiss2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | seafile: update to version 4.1.2Gergely Kiss2015-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | memcached: upgrade to 1.4.24heil2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | haproxy: update to 1.5.12heil2015-05-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RELEASE] Released version 1.5.12 Released version 1.5.12 with the following main changes : - BUG/MINOR: ssl: Display correct filename in error message - DOC: Fix L4TOUT typo in documentation - BUG/MEDIUM: Do not consider an agent check as failed on L7 error - BUG/MINOR: pattern: error message missing - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match - BUG/MEDIUM: buffer: one byte miss in buffer free space check - BUG/MAJOR: http: don't read past buffer's end in http_replace_value - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax - BUG/MEDIUM: peers: correctly configure the client timeout - BUG/MINOR: compression: consider the expansion factor in init - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified - BUG/MEDIUM: http: remove content-length from chunked messages - DOC: http: update the comments about the rules for determining transfer-length - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies - MINOR: stick-table: don't attach to peers in stopped state - MEDIUM: config: initialize stick-tables after peers, not before - MEDIUM: peers: add the ability to disable a peers section - DOC: document option http-ignore-probes - DOC: fix the comments about the meaning of msg->sol in HTTP - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body - BUG/MAJOR: http: prevent risk of reading past end with balance url_param - DOC: update the doc on the proxy protocol Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | e2guardian: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | wavemon: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | redsocks: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | Merge branch 'coova-chilli-patch' of https://github.com/teslamint/packagesNicolas Thill2015-05-01
|\ \ \ \ \ \ \
| * | | | | | | coova-chilli: fix compile error that cannot copy netfilter extension libraryJaehoon You2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | | krb5: fix build failure on rebuild (closes: #1143)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | Merge branch 'ser2net-led-support' of https://github.com/mhei/packagesNicolas Thill2015-05-01
|\ \ \ \ \ \ \ \
| * | | | | | | | ser2net: add patch for LED activity supportMichael Heimpold2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a patch for ser2net, so that ser2net can be configured to flash leds on serial traffic. This could -for example- be used to have an activity indicator, like netdev trigger. Internally, the linux kernel's 'transient' led trigger is used. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | ocserv: updated to 0.10.4Nikos Mavrogiannopoulos2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | sqm-scripts: Only run on hotplug if the init script is enabled.Toke Høiland-Jørgensen2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1202. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | tor: disable seccomp supportHauke Mehrtens2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp is only supported on x86, amd64 and arm in tor. This deactivated it currently completely which should close #935, #1097, #1147 and #1161. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | tor: update to stable version 0.2.5.12Hauke Mehrtens2015-04-29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | Merge pull request #1216 from ryzhovau/halog_linkageThomas Heil2015-04-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: fix halog linkage
| * | | | | | | | haproxy: fix halog linkageAlexander Ryzhov2015-04-29
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | | nut: Update to 2.7.3Marty R2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the package to the latest upstream version. Removed a patch that was merged upstream. Bumped copyright notice to 2015. Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | | | | Merge pull request #1209 from ryzhovau/haproxy_pcredirThomas Heil2015-04-28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | haproxy: fix PCREDIR
| * | | | | | | fix PCREDIRAlexander Ryzhov2015-04-28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | | coova-chilli: add uci configuration file, init.d and firewall scriptImre Kaloz2015-04-28
| | | | | | |
* | | | | | | Merge pull request #1123 from teslamint/patch-2Imre Kaloz2015-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | coova-chilli: add netfilter kernel module package with patches
| * | | | | | | coova-chilli: add netfilter kernel module package with patchesJaehoon You2015-04-07
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | Merge pull request #1124 from teslamint/patch-3Imre Kaloz2015-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | coova-chilli: fix compile error with cyassl
| * | | | | | | coova-chilli: fix compile error with cyasslJaehoon You2015-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>