aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | openvpn: import from baseRosen Penev2020-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | openvpn-easy-rsa: import from baseRosen Penev2020-12-01
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14129 from flyn-org/snortRosen Penev2020-12-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | snort: update to 2.9.17
| * | | | | | snort: update to 2.9.17W. Michael Petullo2020-12-03
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / | | | | lighttpd: meson.build linker fix for TLS modulesGlenn Strauss2020-12-03
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | miniupnpd: Pass ipv6 addr to ipv6_listening_ipJitao Lu2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike ipv4, this option is supposed to be an IP address, otherwise, an error occurs on startup: can't parse "br-lan" as valid IPv6 listening address Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | | Merge pull request #14099 from neheb/pdnsrrrRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | pdns-recursor: update to 4.4.1
| * | | | | pdns-recursor: update to 4.4.1Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14110 from neheb/wavemRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | wavemon: update to 1.9.2
| * | | | | wavemon: update to 1.9.2Rosen Penev2020-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | haproxy: Update HAProxy to v2.2.6Christian Lachner2020-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | Merge pull request #14107 from neheb/udpxRosen Penev2020-12-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | udpxy: update to 1.0-25.0
| * | | | | | udpxy: update to 1.0-25.0Rosen Penev2020-12-01
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / lighttpd: build and bugfix patchesGlenn Strauss2020-12-01
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* / / / / zerotier: update to 1.6.2Moritz Warning2020-12-01
|/ / / / | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | Merge pull request #13971 from mwarning/zerotierRosen Penev2020-11-30
|\ \ \ \ | | | | | | | | | | zerotier: update to 1.6.1
| * | | | zerotier: update to 1.6.1Moritz Warning2020-11-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | Merge pull request #13800 from gstrauss/for-lighttpd-1.4.56Rosen Penev2020-11-30
|\ \ \ \ \ | | | | | | | | | | | | lighttpd: revamp Makefile for lighttpd 1.4.56
| * | | | | lighttpd: update to lighttpd 1.4.56 release hashGlenn Strauss2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | lighttpd: lighttpd.conf enable flag for HTTP/2Glenn Strauss2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd.conf reference server.feature-flags Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | lighttpd: lighttpd.init reload gracefullyGlenn Strauss2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reload_server() gracefully with SIGUSR1 to lighttpd relog() to reopen log files with SIGHUP to lighttpd Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | lighttpd: revamp Makefile for lighttpd-1.4.56Glenn Strauss2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update upstream version to lighttpd-1.4.56 * depend on Nettle for MD5, SHA1, SHA256 * multiple TLS options: gnutls, mbedtls, nss, openssl, wolfssl * new module mod_authn_dbi * mod_authn_* depend on mod_auth * mod_authn_file is included if mod_auth is selected in build * mod_vhostdb_* depend on mod_vhostdb * mod_deflate subsumes mod_compress * remove from Makefile the include of nls.mk (no longer needed) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | lighttpd: remove patches incorporated upstreamGlenn Strauss2020-11-30
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | Merge pull request #14057 from newkit/masterRosen Penev2020-11-30
|\ \ \ \ \ | | | | | | | | | | | | wifischedule: Merged ignore_stations patch from user bedaes https://g…
| * | | | | wifischedule: Merged ignore_stations patch from user bedaes ↵Nils Koenig2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/newkit/wifischedule/pull/2 Signed-off-by: Nils Koenig <openwrt@newk.it>
* | | | | | strongswan: bump to 5.9.1Stijn Tintel2020-11-30
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Merge pull request #14032 from ptpt52/p910nd-fixRosen Penev2020-11-30
|\ \ \ \ \ | | | | | | | | | | | | p910nd: config trigger reload and default disabled
| * | | | | p910nd: config trigger reload and default disabledChen Minqiang2020-11-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | | | | modemmanager: bump to 1.14.8Nicholas Smith2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | Merge pull request #14065 from dibdot/adblockDirk Brenken2020-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: reporting fixes/tweaks
| * | | | | | adblock: reporting fixes/tweaksDirk Brenken2020-11-29
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * prevents the creation of an invalid json structure * add more space to the domain column on cli Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #14066 from brvphoenix/ariangRosen Penev2020-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | ariang: add title and shortcut icons
| * | | | | | ariang: add title and shortcut iconsVan Waholtz2020-11-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* / / / / / xtables-addons: fix package installationRosen Penev2020-11-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Install directory is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | / / bwping: update to version 2.2Oleg Derevenetz2020-11-27
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | travelmate: fix possible race conditionDirk Brenken2020-11-26
| | | | | | | | | | | | | | | | | | | | | | | | * prevent possible duplicate script execution due to multiple ntp events in parallel Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #14031 from ptpt52/ext_ip_reserved_ignoreRosen Penev2020-11-26
|\ \ \ \ | | | | | | | | | | net/miniupnpd: ext_ip_reserved_ignore support
| * | | | net/miniupnpd: ext_ip_reserved_ignore supportChen Minqiang2020-11-26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add an option to ignore ext_ip reserved Enable this option in config by default. Fixes: #13773 Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | | curl: fix build against OpenSSLDENG Qingfang2020-11-26
| | | | | | | | | | | | | | | | | | | | Ref: https://curl.se/mail/lib-2020-10/0037.html Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | xtables-addons: include xt_geoip_fetch utilityPhilip Prindeville2020-11-25
|/ / / | | | | | | | | | | | | | | | | | | It's useful to be able to dump sections of the database by country for scripting or just plain sanity checking. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #13377 from micmac1/apa-fakerRosen Penev2020-11-25
|\ \ \ | | | | | | | | apache: use fakeroot instead of postinst script
| * | | apache: use fakeroot instead of postinst scriptSebastian Kemper2020-09-17
| | | | | | | | | | | | | | | | | | | | | | | | fakeroot support was recently added to OpenWrt. Let's make use of it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #13960 from neheb/miniuRosen Penev2020-11-25
|\ \ \ \ | | | | | | | | | | miniupnpd: update to 2.2.0
| * | | | miniupnpd: Added chain rule to filter table so udp stun incoming connections ↵Marco Martins2020-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rules works Signed-off-by: Marco Martins <marcomartins86@gmail.com>
| * | | | miniupnpd: update to 2.2.0Rosen Penev2020-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace daemon patch with upstream solution. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13926 from ja-pa/tor-0.4.4.6Rosen Penev2020-11-25
|\ \ \ \ \ | | | | | | | | | | | | tor: update to version 0.4.4.6 (security fix)
| * | | | | tor: update to version 0.4.4.6 (security fix)Jan Pavlinec2020-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes TROVE-2020- 005 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13990 from neheb/mtrRosen Penev2020-11-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | mtr: update to 0.94
| * | | | | | mtr: update to 0.94Rosen Penev2020-11-24
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to normal HTTP mirron. Don't use jansson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | curl: update to 7.73.0Rosen Penev2020-11-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstream patch. Refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>