aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | Revert "aria2: enable bittorrent and metalink by default"Steven Barth2014-11-30
| | | | | | | | | | | | | | | | | | As per maintainer's request. Signed-off-by: Steven Barth <steven@midlink.org>
* | | coova-chilli: move to githubImre Kaloz2014-11-30
| | | | | | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | | ocsev: define _XOPEN_SOURCE when search for or using crypt()Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | Resolves #544 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: updated to 0.8.8 and added dependency on libhttp-parserNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: when serverhash or cafile are present, set --no-system-trustNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: made server IP resolving on reconnection conditionalNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: updated to 7.00Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | opentracker: bump git codebase to 20141007Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | freeradius2: bump to version 2.2.6Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | aria2: enable bittorrent and metalink by defaultwidewing2014-11-26
| | | | | | | | | | | | Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ \ \ | | | | | | | | License updates and metadata typo correction
| * | | ntpd: add SPDX license informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | lftp: add PKG_LICENSE SPDX informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
|/ / / | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | ntpd: fix a small typo in the default descriptionMichael Heimpold2014-11-23
| | | | | | | | | | | | | | | | | | | | | Reported by amanual on IRC, thanks. While at, update copyright timestamp. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | znc: link to libstdc++ to fix performance issues on channel joinJonas Gorski2014-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++ uses a naive linked-list implementation with horrible performance, which can cause joins to take a few minutes on popular channels. Therefore Switch to libstdc++ which uses a much more performant hashmap. ZNC by itself is already rather large, so the added footprint of libstd++ vs uclibc++ does not matter that much anyway. Should fix #11778. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | haproxy: patches from upstreamThomas Heil2014-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/6] BUILD: fix "make install" to support spaces in the - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Fwknop: Update to 2.6.4Jonathan Bennett2014-11-17
| | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | ddns-scripts: new Version 2.1.0-2Christian Schoenebeck2014-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package (Github openwrt/luci issue 251) (OpenWrt Trac tickets 18326 18347) - fix: dynamic_dns_update.sh did not loop (OpenWrt Trac ticket 18336) - add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing) (OpenWrt Trac ticket 12500) - modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh - redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables - extended error detection in get_local_ip function - modified verify of option ip_script to allow parameters, when calling - add provider selfhost.de IPv4 - add provider no-ip.pl (nothing to do with no-ip.com) (Github openwrt/packages issue #542) IPv4 (tested) and also added for IPv6 (NOT tested) because client IP is autodetected be provider - add getlocalip_sample.sh as sample script for usage of option ip_source 'script' together with option ip_script '/usr/lib/ddns/getlocalip.sh -4' - cleanup whitespaces at line ends Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | fastd: update to v16Matthias Schiffer2014-11-15
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | fastd: update to v15Matthias Schiffer2014-11-12
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | Merge pull request #448 from jow-/freeradius-ssl-versionsbyx2014-11-11
|\ \ \ | | | | | | | | freeradius2: relax SSL version checks
| * | | freeradius2: relax SSL version checksJo-Philipp Wich2014-10-20
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the SSL library version check at runtime. The objective is to avoid the need for rebuilding freeradius2 whenever we push binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for reference. Please backport this change to the for-14.07 branch as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | bmon: Remove unrecognized configure flagsBaptiste Jonglez2014-11-10
| | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | bmon: Fix libncursesw dependencyBaptiste Jonglez2014-11-10
| | | | | | | | | | | | | | | | | | | | | When libncursesw is available, bmon uses it instead of libncurses. This commit adapts the dependencies accordingly. Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | ddns-scripts: Update to Version 2.1.0-1 see descriptionChristian Schoenebeck2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed postinst and prerm in Makefile - implementation of provider specific update scripts into services and services_ipv6 file. first Provider "no-ip.com" - Thanks to DarkStarXxX for request and testing - finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns - rewritten retry management - rewritten logging including following Issue 469 https://github.com/openwrt/packages/issues/469 - stop running sections on hotplug ifdown event (like start on ifup) - implement trap detection also kill "sleep" child processes SIGHUP to reload configuration (not really reloading, simply starting a new process) /etc/init.d/ddns reload implemented - code optimization - new provider LoopiaDNS.se Issue 494 https://github.com/openwrt/packages/issues/494 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | sqm-scripts: Modify installation step to ensure correct file permissionsHannu Nyman2014-11-09
| | | | | | | | | | | | | | | | | | | | | Use INSTALL_BIN & INSTALL_DATA macros instead of cp to ensure correct file permissions for the executable files. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | haproxy: bump to version 1.5.8Thomas Heil2014-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Released version 1.5.8 with the following main changes : - BUG/MAJOR: buffer: check the space left is enough or not when input data in a buffer is wrapped - BUG/BUILD: revert accidental change in the makefile from latest SSL fix Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Change default bcp38 interface to be eth1, don't enable by default.Toke Høiland-Jørgensen2014-11-05
| | |
* | | Add luci-app-bcp38 packageToke Høiland-Jørgensen2014-11-05
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | Make PKG_LICENSE for BCP38 SPDX compatible.Toke Høiland-Jørgensen2014-11-05
| | |
* | | Add BCP38 implementation package (from CeroWrt).Toke Høiland-Jørgensen2014-11-05
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | mdnsresponder: add spdx tagSteven Barth2014-11-03
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | sqm-scripts: use masks with markingsHannu Nyman2014-11-02
| | | | | | | | | | | | | | | | | | Apply mask for markings to enable co-existence with multiwan, mwan3 etc. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #488 from commodo/ovs-fix-kernel-3.12champtar2014-10-31
|\ \ \ | | | | | | | | openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
| * | | openvswitch: add +kmod-vxlan dependency for kernels >= 3.12Alexandru Ardelean2014-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When OVS detects a kernel version >= 3.12 it does not build it's own vxlan module and tries to use the kernel's, when building the OVS kernel module. I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package. This will add the kernel's vxlan.ko kernel module if it exists. So, for kernel >= 3.12, this package should exist and be installed when installing OVS. Tested on OpenWRT trunk with kernel 3.14.18. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #481 from zorun/mastersbyx2014-10-31
|\ \ \ \ | |/ / / |/| | | Import bmon from oldpackages
| * | | bmon: Bump to 3.5 and add myself as maintainerBaptiste Jonglez2014-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
| * | | bmon: Import from oldpackagesBaptiste Jonglez2014-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | | Merge pull request #486 from commodo/ovs-build-fix2champtar2014-10-30
|\ \ \ \ | | | | | | | | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"
| * | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | | | | Merge pull request #485 from commodo/ovs-build-fixchamptar2014-10-30
|\ \ \ \ \ | |/ / / / |/| | | | openvswitch: fix build for gcc versions below 4.9
| * | | | openvswitch: fix build for gcc versions below 4.9Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that while fixing the build for GCC 4.9 I broke the build for GCC 4.8, because that KCFLAG I added causes a build error (since it's not recognized). The fix is to add KCFLAG only when GCC 4.9 is used. OpenVSwitch now builds successfully with GCC 4.8 and 4.9. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #478 from sourceindex/added-new-kismet-packagesbyx2014-10-30
|\ \ \ \ \ | | | | | | | | | | | | kismet: new kismet wireless package
| * | | | | kismet: added missing PKG_LICENSE tagSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
| * | | | | kismet: added new version of the kismet wireless network systemSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
* | | | | | Merge pull request #483 from jow-/wget-1.16Jo-Philipp Wich2014-10-30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | wget: update to v1.16
| * | | | | wget: update to v1.16Jo-Philipp Wich2014-10-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update fixes CVE-2014-4877 which allows malicious FTP servers to modify local filesystem contents through specificially crafted symlinks. Please backport to for-14.07 too. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* / | | | luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repoNikos Mavrogiannopoulos2014-10-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>