aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* ngircd: update to release 22.1Claudio Leite2015-07-03
| | | | | | | Also enable IPv6 by default, depending on the OpenWrt build config. Signed-off-by: Claudio Leite <leitec@staticky.com>
* ngircd: make myself the maintainerClaudio Leite2015-07-03
| | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
* ngircd: import from oldpackages as-isClaudio Leite2015-07-03
| | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
* Merge pull request #1530 from aa65535/masterSteven Barth2015-07-03
|\ | | | | shadowsocks-libev: add package
| * shadowsocks-libev: use realname in the maintainer tagaa655352015-07-03
| | | | | | | | Signed-off-by: aa65535 <aa65535@live.com>
| * shadowsocks-libev: add packageaa655352015-07-03
| | | | | | | | | | | | Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. Signed-off-by: aa65535 <aa65535@live.com>
* | Merge pull request #1015 from aTanW/masterSteven Barth2015-07-03
|\ \ | | | | | | ipsec-tools: racoon uci integration
| * \ Merge https://github.com/openwrt/packagesaTanW2015-06-28
| |\ \ | | | | | | | | | | | | | | | | Conflicts: net/ipsec-tools/Makefile
| * | | ipsec-tools: racoon uci integrationaTanW2015-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- b/net/ipsec-tools/Makefile | 16 - b/net/ipsec-tools/files/functions.sh | 137 +++++++++ b/net/ipsec-tools/files/p1client-down | 41 ++ b/net/ipsec-tools/files/p1client-up | 41 ++ b/net/ipsec-tools/files/racoon | 109 +++++++ b/net/ipsec-tools/files/racoon.init | 478 +++++++++++++++++++++++++++++++++- b/net/ipsec-tools/files/vpnctl | 19 + net/ipsec-tools/files/racoon.conf | 36 -- 8 files changed, 824 insertions(+), 53 deletions(-)
* | | | Merge pull request #1516 from bk138/ola-0.9.6Steven Barth2015-07-03
|\ \ \ \ | |_|_|/ |/| | | ola: Update to 0.9.6, tidy up makefile, try to resolve build dependencies
| * | | ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.Christian Beier2015-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | haproxy: fixes from upstreamheil2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Signed-off-by: heil <heil@terminal-consulting.de>
* | | | Merge pull request #1471 from jow-/shadowsocks-fortify-compatJo-Philipp Wich2015-07-02
|\ \ \ \ | | | | | | | | | | shadowsocks-client: fix fortify source compatibility
| * | | | shadowsocks-client: fix fortify source compatibilityJo-Philipp Wich2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shadowsocks source uses the name `encrypt` which is already reserved by the `unistd.h` header. Rename the local `encrypt` and `decrypt` functions to `crypto_encrypt` and `crypto_decrypt` in order to prevent clashes with the standard headers. Fixes the following build error oberserved on the buildbot: In file included from client.c:19:0: crypto.h:18:5: error: conflicting types for 'encrypt' int encrypt(int sockfd, struct link *ln); ^ In file included from .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/fortify/unistd.h:20:0, from client.c:12: .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/unistd.h:145:6: note: previous declaration of 'encrypt' was here void encrypt(char *, int); ^ make[3]: *** [sslocal] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | ocserv: updated to 0.10.6Nikos Mavrogiannopoulos2015-07-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | iotivity: add IoTivityHauke Mehrtens2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IoTivity is a Internet of Things framework implementing the Open Interconnect Consortium Specification. The current version of IoTivity is still in heavy development and does not support all its intended features, but I still want to add it to the packages feed to make it easier for others to extend the OpenWrt support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* | | | | squid: bump version to 3.5.5Marko Ratkaj2015-07-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | Merge pull request #1495 from oskar456/unboundecdsaSteven Barth2015-07-01
|\ \ \ \ \ | | | | | | | | | | | | unbound: Support for validating ECDSA DNSSEC signatures
| * | | | | unbound: Support for validating ECDSA DNSSEC signaturesOndřej Caletka2015-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch enables support for validating ECDSA signatures, which are being deployed more and more in DNSSEC. Proper validating can be tested by observing the AD flag in following query (courtesy of Olafur Gudmundsson, CloudFlare): $ dig ds-4.alg-14-nsec.dnssec-test.org Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* | | | | | znc: allow setting ssl fingerprintsJonas Gorski2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers do not use a valid one (e.g. freenode). Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | znc: close Network tagsJonas Gorski2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | Merge pull request #1511 from jow-/davfs2-musl-compatJo-Philipp Wich2015-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | davfs2: fix musl compatibility
| * | | | | | davfs2: fix musl compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add header tests for `error.h`, `sys/types.h` and `sys/select.h` - Add function tests for `canonicalize_file_name()` and `fopencookie()` - Add `compat.h` header to provide replacements for `error()`, `error_at_line()` and `canonicalize_file_name()` as well as the `_PATH_MOUNTED` and `_PATH_MNTTAB` defines - Add missing includes for `sys/select.h` and `sys/types.h` - Disable libneon debugging if no `fopencookie()` implementation is available Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | Merge pull request #1512 from jow-/mtr-disable-ipv6-fixJonathan McCrohan2015-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mtr: fix build with globally disabled IPv6
| * | | | | | | mtr: fix build with globally disabled IPv6Jo-Philipp Wich2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current mtr does not build if IPv6 is disabled globally, add a patch to fix the build in this case. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | Merge pull request #1031 from ionum/masterJo-Philipp Wich2015-07-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net-snmp: Enable pass_persist support for snmpd in Makefile
| * | | | | | | | Enable pass_persist support for slapdionum2015-03-12
| | | | | | | | |
* | | | | | | | | Merge pull request #1510 from jow-/ctorrent-svn-musl-compattripolar2015-06-30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctorrent-svn: fix musl compatibility Signed-off-by: Jo-Philipp Wich jow@openwrt.org Signed-off-by: tripolar@gmx.at
| * | | | | | | | ctorrent-svn: fix musl compatibilityJo-Philipp Wich2015-06-30
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing `sys/types.h` include to `strnstr()` replacement code in `compat.c` in order to declare `ssize_t` type under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | gnutls: backport upstream --with-ca-path implementationDaniel Golle2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | gnurl: fall-back on default system trust storeDaniel Golle2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no explicit CA file is given, gnurl fails to setup HTTPS connections as it doesn't looks for certificates in /etc/ssl/certs/ in any way. Fix that by utilizing GnuTLS' gnutls_certificate_set_x509_system_trust as a fall-back if neither CA file, CA path nor SRP is declared. Reported upstream: https://github.com/bagder/curl/issues/330 Fix suggested upstream: https://github.com/bagder/curl/pull/331 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | [packages] vsftpd: CVE-2015-1419 Unspecified vulnerability in vsftp 3.0.2 ↵Cezary Jackiewicz2015-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing.
* | | | | | | | gnunet: update sourceDaniel Golle2015-06-28
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #1492 from tru7/linknxJo-Philipp Wich2015-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | linknx: fix musl compatibility
| * | | | | | | linknx: fix musl compatibilityOthmar Truniger2015-06-27
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | Merge pull request #1491 from tru7/knxdJo-Philipp Wich2015-06-28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | knxd: fix musl compatibility
| * | | | | | knxd: fix musl compatibilityOthmar Truniger2015-06-27
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | Merge pull request #1486 from jow-/ntpd-fortify-source-compatNuno Goncalves2015-06-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | ntpd: fix fortify source compatibility
| * | | | | | ntpd: fix fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ntpd package ships autoconf macros which attempt to test for the C99 compliance of `snprintf()` and `vsnprintf()`. Those macros unconditionally consider the functions not compliant in a cross compile setting and therfore break all subsequent configure tests because the `snprintf` and `vsnprintf` symbols are shadowed with `#define` directives redirecting them to their respectiv gnulib replacements. The fortify source headers in turn will `#undef` those defines when wrapping the associated functions and therfore cause all `conftest` programs to emit a failure. Pass the required magic autoconf cache variables via `CONFIGURE_VARS` to let `./configure` assume C99 compliance of the affected functions, thus fixing the build. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | Merge pull request #1484 from jow-/ntripclient-musl-compatNuno Goncalves2015-06-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | ntripclient: fix musl comaptibility
| * | | | | | ntripclient: fix musl comaptibilityJo-Philipp Wich2015-06-26
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing `sys/select.h` include to `ntripclient.c` to provide declarations for `struct timeval` and `fd_set` under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1439 from mstorchak/iodineJo-Philipp Wich2015-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | iodine: fix musl compatibility
| * | | | | | iodine: fix musl compatibilityMaxim Storchak2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | vpnc-scripts: bumped versionNikos Mavrogiannopoulos2015-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #1489 from nmav/dnsNikos Mavrogiannopoulos2015-06-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars
| * | | | | | | vpnc-script: handle multiple servers in INTERNAL_IP_DNS varsNikos Mavrogiannopoulos2015-06-27
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1372 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | haproxy: bugfix release 1.5.13heil2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Released version 1.5.13 with the following main changes : - BUG/MINOR: check: fix tcpcheck error message - CLEANUP: deinit: remove codes for cleaning p->block_rules - DOC: Update doc about weight, act and bck fields in the statistics - MINOR: ssl: add a destructor to free allocated SSL ressources - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten - MEDIUM: ssl: replace standards DH groups with custom ones - BUG/MINOR: debug: display (null) in place of "meth" - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message - BUG/MEDIUM: cfgparse: segfault when userlist is misused - BUG/MEDIUM: stats: properly initialize the scope before dumping stats - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end - CLEANUP: checks: simplify the loop processing of tcp-checks - BUG/MAJOR: checks: always check for end of list before proceeding - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct - BUG/MEDIUM: peers: apply a random reconnection timeout - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id - MEDIUM: init: don't stop proxies in parent process when exiting - MINOR: peers: store the pointer to the signal handler - MEDIUM: peers: unregister peers that were never started - MEDIUM: config: propagate the table's process list to the peers sections - MEDIUM: init: stop any peers section not bound to the correct process - MEDIUM: config: validate that peers sections are bound to exactly one process - MAJOR: peers: allow peers section to be used with nbproc > 1 - DOC: relax the peers restriction to single-process - CLEANUP: config: fix misleading information in error message. - MINOR: config: report the number of processes using a peers section in the error case - BUG/MEDIUM: config: properly compute the default number of processes for a proxy Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | net-snmp: fix musl compatibilityJo-Philipp Wich2015-06-26
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixup `iwlib.h` to not consider an musl environment to be an unsupported platform. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | gnunet: update sourceDaniel Golle2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #1469 from jow-/squid-musl-compatLuka Perkov2015-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | squid: fix musl compatibility