aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | u2pnpd: add new packageMichael Heimpold2015-10-01
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | u²pnpd announces a device as UPnP basic device on the network so that an user could easily find it. It tries to detect various system information automatically, however everything can be overridden by UCI settings. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | squid: bump version to 3.5.9Marko Ratkaj2015-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | e2guardian: bump version to 3.2.0Marko Ratkaj2015-09-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | mosquitto: upgrade to version 1.4.4Karl Palsson2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop patch now included upstream. More information: http://mosquitto.org/2015/09/version-1-4-4-released/ Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | Merge pull request #1788 from Dismounted/patch-1Steven Barth2015-09-22
|\ \ \ \ \ | |/ / / / |/| | | | nut: Fix required dependencies.
| * | | | nut: Fix required dependencies.Hanson Wong2015-09-20
| | | | |
* | | | | Merge pull request #1789 from MikePetullo/scapyMichael Heimpold2015-09-21
|\ \ \ \ \ | | | | | | | | | | | | scapy: add new package
| * | | | | scapy: add new packageW. Michael Petullo2015-09-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #1792 from MikePetullo/krb5Michael Heimpold2015-09-21
|\ \ \ \ \ | | | | | | | | | | | | krb5: update to 1.13.2
| * | | | | krb5: update to 1.13.2W. Michael Petullo2015-09-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / / lighttpd: update to 1.4.37W. Michael Petullo2015-09-20
|/ / / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | gnunet: update version, fix gettext version after autoreconfDaniel Golle2015-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gettext-version PKG_FIXUP to install up-to-date gettext infrastructure. autoreconf is still run implicitely as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | htpdate: add htpdate package based on AA feedTijs Van Buggenhout2015-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source homepage has changed, and sources are updated to version 1.1.1 released 25 August 2015. Patch adjtimex still applies. Changes in version 1.1.1: - Fixed out of bound issue and a missing null-terminated string (thanks to Tobias Stöckmann) Signed-off-by: Tijs Van Buggenhout <tvbuggen@netzerk.be>
* | | | Merge pull request #1775 from kissg1988/seafile-serverTed Hess2015-09-14
|\ \ \ \ | | | | | | | | | | seafile-server: fix libevent2 includes
| * | | | seafile-server: fix libevent2 includesGergely Kiss2015-09-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | Merge pull request #1774 from kissg1988/seafile-ccnetTed Hess2015-09-14
|\ \ \ \ \ | |/ / / / |/| | | | seafile-ccnet: bump release
| * | | | seafile-ccnet: bump releaseGergely Kiss2015-09-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | mdnsresponder: fix fd leak for IPv6 socketsMarkus Stenberg2015-09-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | gnunet: fix build with full NLS supportDaniel Golle2015-09-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #1764 from dddaniel/masterSteven Barth2015-09-10
|\ \ \ \ \ | | |/ / / | |/| | | atftp: add new package
| * | | | atftp: add new packageDaniel Danzberger2015-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: - add init script for atftpd - merge '120-retry-option.patch' from old atftp packages. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | Merge pull request #1765 from kissg1988/seafile-ccnetSteven Barth2015-09-10
|\ \ \ \ \ | | |/ / / | |/| | | seafile-ccnet: fix patch file to work correctly with libevent2 headers
| * | | | seafile-ccnet: fix patch file to work correctly with libevent2 headersGergely Kiss2015-09-09
| |/ / / | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* / / / haproxy: fixes from upstreamheil2015-09-09
|/ / / | | | | | | | | | | | | | | | | | | | | | - [PATCH 14/16] BUG/MINOR: http: remove stupid HTTP_METH_NONE entry - [PATCH 15/16] BUG/MAJOR: http: don't call http_send_name_header() - [PATCH 16/16] BUG/MINOR: tools: make str2sa_range() report Signed-off-by: heil <heil@terminal-consulting.de>
* | | Merge pull request #1760 from salzmdan/masterSteven Barth2015-09-08
|\ \ \ | | | | | | | | knot: update to 1.6.5
| * | | knot: update to 1.6.5Daniel Salzman2015-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | Merge pull request #1741 from Borromini/masterSteven Barth2015-09-08
|\ \ \ \ | | | | | | | | | | [Unbound] Update to 1.5.4
| * | | | [Unbound] Update to 1.5.4Borromini2015-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | Bumped to latest upstream release - 1.5.4 Signed-off by Stijn Segers <francesco.borromini@inventati.org>
* | | | | strongswan: bump to 5.3.3Steven Barth2015-09-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | Merge pull request #1754 from kissg1988/seafile-ccnetSteven Barth2015-09-07
|\ \ \ \ \ | | | | | | | | | | | | seafile-ccnet: use correct libevent2 includes
| * | | | | seafile-ccnet: use correct libevent2 includesGergely Kiss2015-09-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #1755 from kissg1988/seafile-serverSteven Barth2015-09-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | seafile-server: fix libevent2 include paths
| * | | | | | seafile-server: fix libevent2 include pathsGergely Kiss2015-09-04
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #1751 from marcin1j/patchwork/nbdSteven Barth2015-09-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | nbd: import from oldpackages, add nbd-server package
| * | | | | | nbd: use procd style init script for nbd-serverMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runs nbd-server in foreground. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: get rid of unnecessary Build/Compile macroMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: bump copyright header and add PKG_LICENSE tagMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: bump version to 3.11Marcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: add nbd-client init scriptMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds init.d and config files for nbd-client. Each section holds parameters of one block device, where section name (eg. nbd0) is NBD device name. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: new package nbd-serverMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Network block device server allows to export a block device from router to remote host. This is particularly useful if no network filesystem server is feasible or direct access to a block device is needed. It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to be very stable and efficient solution. The package comes with init.d script and conf.d file allowing to configure most nbd-server options using standard uci interface. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | | | | | nbd: import from oldpackages and make myself maintainerMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | haproxy: fixes from upstreamheil2015-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 05/13] BUG/MINOR: http/sample: gmtime/localtime can fail - [PATCH 06/13] DOC: typo in 'redirect', 302 code meaning - [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes. - [PATCH 08/13] CLEANUP: .gitignore: ignore more test files - [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what - [PATCH 10/13] MEDIUM: config: emit a warning on a frontend without - [PATCH 11/13] BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 - [PATCH 12/13] DOC: ssl: missing LF - [PATCH 13/13] DOC: fix example of http-request using Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | ocserv: updated to 0.10.8Nikos Mavrogiannopoulos2015-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #1722 from rraptorr/bind-ecdsaNoah Meyerhans2015-09-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bind: Enable ECDSA support
| * | | | | | | bind: Enable ECDSA supportJanusz Dziemidowicz2015-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables bind to do ECDSA DNSSEC validation. Depends on OpenSSL support for ECDSA. Increases size of bind-libs package by about 2kB. Signed-off-by: Janusz Dziemidowicz <rraptorr@nails.eu.org>
* | | | | | | | bmon: Add required compilation flagBaptiste Jonglez2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | bmon: Add missing runtime dependency: terminfoBaptiste Jonglez2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | bmon: Update to 3.8Baptiste Jonglez2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | sqm-scripts: Bump to v1.0.3.Toke Høiland-Jørgensen2015-09-03
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | [bind] Update to 9.9.7-P3 to fix CVE-2015-5722 and CVE-2015-5986Noah Meyerhans2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>