aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* sshtunnel: switch to procdKiril Zyapkov2015-12-14
| | | | | | | | | | | This changeset removes the shell wrapper the package used previously, and uses the instance-management abilities of procd to track ssh processes. Many fixes and improvements were integrated from the package maintainer's branch at https://github.com/nunojpg/packages/tree/sshtunnel Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
* Merge pull request #2124 from commodo/ntpd-build-fixtripolar2015-12-13
|\ | | | | ntpd: add libcap to default dependencies of the ntpd package
| * ntpd: add libcap to default dependencies of the ntpd packageAlexandru Ardelean2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | Seems ntpdate also requires this lib: ``` Package ntpdate is missing dependencies for the following libraries: libcap.so.2 make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1 make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd' ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #2121 from v-vid/masterLuka Perkov2015-12-13
|\ \ | | | | | | bump version to 3.5.12
| * | Bump version to 3.5.12v-vid2015-12-13
| |/
* / nmap: bump to 7.01Nuno Goncalves2015-12-13
|/ | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* Merge pull request #2105 from dddaniel/masterHannu Nyman2015-12-11
|\ | | | | atftp: Fix "undefined reference" linker errors.
| * atftp: Fix "undefined reference" linker errors.Daniel Danzberger2015-12-11
| | | | | | | | | | | | These errors were caused by using "inline" functions in a non-static context. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | davfs2: simplified dependencies and added support for LFSRupan2015-12-11
| | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | sqm-scripts: Bump to v1.0.6.Toke Høiland-Jørgensen2015-12-09
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | ocserv: doc updateNikos Mavrogiannopoulos2015-12-07
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #2077 from ryzhovau/etherwake_ldflagstripolar2015-12-07
|\ \ | | | | | | etherwake: respect LDFLAGS
| * | etherwake: respect LDFLAGSAlexander Ryzhov2015-12-06
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | Merge pull request #2042 from neheb/mastertripolar2015-12-07
|\ \ \ | | | | | | | | openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
| * | | openssh: remove dsa and add ecdsa + ed25519 to initial keygen.Mangix2015-11-27
| | | | | | | | | | | | | | | | Signed-off by: Rosen Penev <rosenp@gmail.com>
* | | | vnstat: respect LDFLAGSAlexander Ryzhov2015-12-06
| |/ / |/| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | gnunet: work-around config sections namingDaniel Golle2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnunet's config section may contain dashes '-' which isn't an allowed character for sections in UCI. Thus replace the first underscore with a dash which in gnunet-config sections, as that happends to be work for all currently used sections. e.g. this now allows accessing sections like transport-http_server via an UCI sections called transport_http_server as well as namestore-flat using an UCI section called namestore_flat. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnunet: improve packagingDaniel Golle2015-12-04
| | | | | | | | | | | | | | | | | | | | | some general packaging fixes for cadet and conversation. allow building experimental components multicast, psyc, social. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnunet: update to svn r36713Daniel Golle2015-12-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnurl: update to 7.45.0Daniel Golle2015-12-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | move slightly modified package 'daemonlogger' from old packages feedMirko Vogt2015-12-02
| | |
* | | xl2tpd: bump to version devel-20151125Yousong Zhou2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main changes are as the following - Allow specifying port in server option, e.g. example.com:1702 (fixes github issue #1960 "xl2tpd port change bug"). - Fixes NULL dereference on connection timeout - Update 100-makefile_opt_flags.patch Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | haproxy: bump to version 1.5.15heil2015-12-02
| | | | | | | | | | | | | | | | | | - integrate pending patches Signed-off-by: heil <heil@terminal-consulting.de>
* | | Merge pull request #2049 from dibdot/adblockHannu Nyman2015-11-29
|\ \ \ | | | | | | | | adblock: maintenance update
| * | | adblock: maintenance updateDirk Brenken2015-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove "downloads" category from shallalist default configuration, due to false positives (i.e. debian & microsoft update sites) * remove example white- & blacklist entries * further optimize shallalist handling * fix domain merging with empty whitelist * various minor fixes & enhancements * documentation update Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | ocserv: corrected path for ocserv-fwNikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependencyNikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: updated to 0.10.10Nikos Mavrogiannopoulos2015-11-28
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | strongswan: add upstream patch for bug in 5.3.4Stijn Tintel2015-11-28
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | See https://wiki.strongswan.org/issues/1213 Removed the changes to charon-xpc.c because they didn't apply and are only used on OS X anyway. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #2030 from dibdot/adblockHannu Nyman2015-11-26
|\| | | | | | | | adblock: bugfix release
| * | adblock: bugfix releaseDirk Brenken2015-11-26
| | | | | | | | | | | | | | | | | | | | | * fix download parms * fix tmp vars * other small fixes Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | wget: backport upstream fix to re-enable disabling ipv6Hannu Nyman2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration. Backport an upstream commit that fixes the disabling of ipv6 in wget. http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | znc: drop GCC dependenciesJonas Gorski2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need to depend on specific versions anymore. Fixes visibility with GCC 5, the current default. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | wget: fix nossl variant in 1.17Hannu Nyman2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | wget-nossl variant for wget 1.17 is broken in upstream. Copy a patch from upstream mailing list to fix compilation. http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #1965 from thess/redsocks-buildTed Hess2015-11-25
|\ \ \ | | | | | | | | redsocks: updates to latest source and gcc build options
| * | | redsocks: updates to latest source and gcc build optionsTed Hess2015-11-14
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | ocserv: always advertise the local domain to peerNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | vpnc-script: don't attempt to resolve domains which match the local domainNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: Added option to pass split-dns configuration to clientsNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | vpnc-script: create dnsmasq entries for connections where default domain is setNikos Mavrogiannopoulos2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #2019 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ | | |/ / | |/| | adblock: reduce memory consumption
| * | | adblock: reduce memory consumptionDirk Brenken2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework shallalist processing: significantly reduce memory consumption during archive extraction and merging. * considerable reduce memory consumption during adblock source processing. * considerable reduce memory consumption of sort (sorts only the domain list and not the bigger dnsmasq file) other changes: * auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop, adb_maxtime and adb_minspace - these options can be safely removed from previous adblock configuration file * check total memory and main uhttpd configuration on startup * documentation update Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | Merge pull request #1995 from br101/masterTed Hess2015-11-24
|\ \ \ \ | | | | | | | | | | pingcheck: Add new package
| * | | | pingcheck: Add new packageBruno Randolf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pingcheck is a daemon for OpenWRT which checks the online status of individual network interfaces and makes this information available via UBUS and by triggering "online" and "offline" scripts. It is maintained at: https://github.com/br101/pingcheck Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | Merge pull request #1999 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ \ | | |/ / / | |/| | | adblock: logging & documentation update
| * | | | adblock: logging & documentation updateDirk Brenken2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - centralized logging via separate function to stdout, syslog and file - remove dependencies between helper functions - add two new options "adb_maxtime" and "adb_maxloop" - add description to every adblock config option (see adblock.conf.sample) - update README.md Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | cshark: update to latest git HEADThomas Peterson2015-11-24
| | | | |
* | | | | Merge pull request #2001 from hnyman/wget117Álvaro Fernández Rojas2015-11-24
|\ \ \ \ \ | | | | | | | | | | | | wget: update to version 1.17
| * | | | | wget: update to version 1.17Hannu Nyman2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wget to 1.17. Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | ocserv: when default-domain is set, enable split-dnsNikos Mavrogiannopoulos2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>