aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | emailrelay: added configuration optionsRupan2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved from net to mail category - removed no-ssl package and added ssl support as configuration option (default enabled) - added configuration option to support extended logging (default disabled) - disabled build of test tools - added LEDE compatibility (support for openssl without SSL3) Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | ddns-scripts: fix answer of changeip.comChristian Schoenebeck2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix answer of changeip.com (#3292) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | openssh: move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS ↵Peter Wagner2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causes NULL deref see: https://anongit.mindrot.org/openssh.git/commit/?id=28652bca29046f62c7045e933e6b931de1d16737 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #3219 from diizzyy/masterHannu Nyman2016-10-03
|\ \ \ \ \ | | | | | | | | | | | | stunnel: Update to 5.36, use pthreads and SSP.
| * | | | | stunnel: Update to 5.36, use pthreads and SSP.diizzyy2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates stunnel to 5.36, changes it from using forking to pthreads and enables SSP linking. Also changes maintainer to myself. Regarding pthreads vs forking, http://blog.haproxy.com/2011/09/16/benchmarking_ssl_performance/ SSP is short for Stack Smashing Protector and you can read about it here: http://wiki.osdev.org/Stack_Smashing_Protector Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | sqm-scripts: Bump to v1.0.8.Toke Høiland-Jørgensen2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | radicale: enable running on python 3Christian Schoenebeck2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enable running on python 3 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | wireguard: Bump to 0.0.20161001Baptiste Jonglez2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should massively improve performance for (at least) MIPS targets: * poly1305: optimize unaligned access This is a very appreciated fix from René van Dorst, adjusting the arithmetic in Poly1305 to work fast on platforms with slow unaligned access, such as MIPS. According to his calculation, this gives a 50% improvement on small MIPS boxes. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | nmap: bump version to 7.30Nuno Goncalves2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | bind: Set PKG_USE_MIPS16:=0Noah Meyerhans2016-09-29
| | | | | |
* | | | | | mii-tool: fix variable being declared too earlyStijn Segers2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | | Merge pull request #3262 from dibdot/adblockHannu Nyman2016-09-29
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | adblock: update 1.4.10
| * | | | | adblock: update 1.4.10Dirk Brenken2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add 'enabled' check to iface hotplug event handler - decrease startup priority from 99 to 90 - fix tab indentation in config Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #3072 from salzmdan/masterHannu Nyman2016-09-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update libedit and Knot DNS
| * | | | | | knot: update to 2.3.0Daniel Salzman2016-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | Merge pull request #3224 from jow-/mwan3-local-fixHannu Nyman2016-09-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3: remove bad local shell variable declarations
| * | | | | | | mwan3: remove bad local shell variable declarationsJo-Philipp Wich2016-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Local variable declarations outside of functions are illegal since the Busybox update to v1.25.0, therfore remove them from the appropriate places. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | ddns-scripts: fix reporting wrong versionChristian Schoenebeck2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | udpxy: update to latest versionÁlvaro Fernández Rojas2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switches git to https Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | bind: Update to 9.9.9-p3 for CVE-2016-2776Noah Meyerhans2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | ocserv: updated to 0.11.5Nikos Mavrogiannopoulos2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | Merge pull request #3221 from Borromini/mii-toolTed Hess2016-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mii-tool: re-introduce from oldpackages
| * | | | | | | | mii-tool: re-introduce from oldpackagesStijn Segers2016-09-27
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | | | | sngrep: update to snapshot 2016-09-27diizzyy2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update snapshot and change PKG_VERSION layout to be more consistent with base packages. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | ddns-scripts: remove postinst (of main package) from MakefileChristian Schoenebeck2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | ddns-scripts: apply needed changes in uci-defaultsChristian Schoenebeck2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands to apply changes introduced during release changes, moved from Makefile postinst to /etc/uci-defaults Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | ddns-scripts: no longer break using nslookup and option force_ipversion=1Christian Schoenebeck2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | ddns-scripts: Add more services and minor changesChristian Schoenebeck2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support of knsupdate (update_nsupdate.sh - url update easydns.com - add some service answers - alphabetic reorder services files for easier reading - rename services/provider (Makefile postinst handle /etc/config/ddns) -- freedns.afraid.org -> afraid.org -- free.editdns.net -> editdns.net -- domains.google.com -> google.com -- spdns.de -> spdyn.de -- strato.de -> strato.com - new provider (looking in deep into https://sourceforge.net/projects/inadyn-mt project) -- dyn.com (= dyndns.org) -- ddnss.de -- dhis.org -- dnspark.com (IPv4 only) -- dynsip.org (IPv4 only) -- dynv6.com -- joker.com (IPv4 only) -- loopia.com (= loopia.se) -- sitelutions.com (IPv4 only) -- system-ns.com (IPv4 only) - new provider (looking in deep into /etc.defaults/ddns_provider.conf file for Synology DiskStation published at https://gist.github.com/ntrepid8/6653274) -- able.or.kr (IPv4 only) -- ddo.jp (IPv4 only) -- dnsmadeeasy.com (IPv4 only) -- oray.com (IPv4 only) - new provider (looking in deep into https://github.com/ipfire/ddns project) -- all-inkl.com -- desec.io -- domopoli.de (IPv4 only) -- opendns.com (IPv4 only) -- udmedia.de -- xlhost.de (IPv4 only) - new provider (looking in deep into https://github.com/yaddns/yaddns project ) -- dyndns.it (IPv4 only) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | bmon: Update to 3.9Baptiste Jonglez2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | gnunet: update to SVN r38014 and improve packagingDaniel Golle2016-09-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | git: fix wrong md5sumPeter Wagner2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | irssi: update to 0.8.20Peter Wagner2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | git: update to 2.10.0Peter Wagner2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | sipgrep: new packagediizzyy2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sipgrep to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | sngrep: new packagediizzyy2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sngrep to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | radsecproxy: Bump version to 1.6.8.Toke Høiland-Jørgensen2016-09-23
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | Merge pull request #3152 from Borromini/masterHannu Nyman2016-09-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | unbound: enable pthreads, disable deprecated ciphers
| * | | | | | unbound: enable pthreads, disable deprecated ciphersStijn Segers2016-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | | | Merge pull request #3141 from bobafetthotmail/patch-1Hannu Nyman2016-09-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lftp: add zlib dependency
| * | | | | | | add zlib dependencybobafetthotmail2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because otherwise the build of this package in LEDE trunk fails, complaining about lack of libz.so.1 signed off by Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | dhcp-forwarder: use Savannah download alias, remove conffiles indentHannu Nyman2016-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor tweaks to the new package: * Use the SAVANNAH download alias * Remove indentation from conffiles Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #3064 from cottsay/dhcp-forwarderHannu Nyman2016-09-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dhcp-forwarder: New package
| * | | | | | | | dhcp-forwarder: New packageScott K Logan2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Scott K Logan <logans@cottsay.net>
* | | | | | | | | netatalk: update to version 3.1.10Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | aria2: update to 1.27.1Hsing-Wang Liao2016-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | Add good and nochg answerTobias Schramm2016-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
* | | | | | | | | ddns-scripts: Add do.de as ddns providerTobias Schramm2016-09-14
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
* | | | | | | | lighttpd: update to 1.4.41W. Michael Petullo2016-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | netatalk: update to version 3.1.9Daniel Golle2016-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * now a single config file in /etc/afp.conf * convert services to procd while at it * take over maintainership as the original maintainer is unresponsive (see #1550) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #3055 from plntyk/fix_lftpTed Hess2016-09-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lftp: set readline location