aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #15471 from TDT-AG/pr/20200420-stunnelFlorian Eckert2021-04-21
|\ \ \ \ | |/ / / |/| | | stunnel: update to 5.59
| * | | stunnel: update to 5.59Florian Eckert2021-04-20
| | |/ | |/| | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #15449 from SibrenVasse/masterRosen Penev2021-04-20
|\ \ \ | | | | | | | | openssh: update to 8.6p1
| * | | openssh: update to 8.6p1Sibren Vasse2021-04-20
| |/ / | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* / / nextdns: Update to version 1.32.0Olivier Poitrey2021-04-20
|/ / | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | udp-broadcast-relay-redux: Add packageAaron Curley2021-04-19
| | | | | | | | | | | | | | | | This commit is largely based on the work from Daniel Dickinson in PR #2096 which was never merged. I tweaked it in a number of ways. All bugs with this package are mine, not his. Signed-off-by: Aaron Curley <accwebs@gmail.com>
* | nextdns: Update to version 1.12.5Olivier Poitrey2021-04-20
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | nextdns: Update to version 1.12.3Olivier Poitrey2021-04-19
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | nextdns: Update to version 1.31.3Olivier Poitrey2021-04-19
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | Merge pull request #15436 from ↵Philip Prindeville2021-04-18
|\ \ | | | | | | | | | | | | pprindeville/strongswan-gencerts-change-sysconfdir strongswan: change name of config base directory
| * | strongswan: change name of config base directoryPhilip Prindeville2021-04-15
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | adblock: update to 4.1.1Dirk Brenken2021-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the RPZ trigger 'RPZ-CLIENT-IP' to always allow/block certain clients based on their IP (currently only supported by bind!) * avoid promiscuous mode in tcpdump setup for adblock reporting * speed up dns report preparation * support dns report mailing (/etc/init.d/adblock report mail) * fix bind autodetection * update LuCI-frontend (separate PR) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #14656 from stintel/miniupnpdRosen Penev2021-04-16
|\ \ \ | | | | | | | | miniupnpd: introduce IGDv1 variant
| * | | miniupnpd: introduce IGDv1 variantStijn Tintel2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Microsoft Windows, Xbox and possibly other operating systems do not support IGDv2. With IGDv2 enabled, they send a HTTP GET request for rootDesc.xml and WANIPCn.xml, and then nothing happens. The Microsoft implementation probably doesn't like the WANIPCn.xml response and decides UPnP is not available. When miniupnpd is built without IGDv2 support, after the 2 HTTP GET requests, there is a HTTP POST request to /ctl/IPConn, and miniupnpd configures the port forward as expected. The runtime option force_igd_desc_v1=yes (UCI: igvd1) does not solve this problem. It's possible this was enough in earlier miniupnpd versions, but it does not fix the problem the current version. Since we are a modern distro, we want to support the latest and greatest, so we should default to IGDv2 enabled. Introducing a menuconfig option to disable IGDv2 would only help people who build their own images, so offer a separate package variant for IGDv1. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #15328 from ja-pa/atlas-probe-v2Rosen Penev2021-04-16
|\ \ \ \ | |_|/ / |/| | | atlas-sw-probe: add new package
| * | | atlas-sw-probe: add new packageJan Pavlinec2021-04-09
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | atlas-probe: add new packageJan Pavlinec2021-04-09
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #15431 from pprindeville/strongswan-add-gencertsPhilip Prindeville2021-04-15
|\ \ \ \ | |_|_|/ |/| | | strongswan: add certificate generation utility
| * | | strongswan: add certificate generation utilityPhilip Prindeville2021-04-15
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #15432 from turris-cz/clamav-add-libiconv-dependencyJosef Schlehofer2021-04-15
|\ \ \ \ | |/ / / |/| | | clamav: add libiconv dependencies when build with NLS
| * | | clamav: add libiconv dependencies when build with NLSJosef Schlehofer2021-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NLS means Native Language Support and when you have it enabled (it is not default), clamav can not be compiled as it shows following error: Package clamav is missing dependencies for the following libraries: libiconv.so.2 Also, it is required that package libiconv-full is compiled first/before than clamav and then try to compile clamav. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #15430 from pprindeville/strongswan-add-ipsec-warningPhilip Prindeville2021-04-15
|\ \ \ \ | | | | | | | | | | strongswan: add deprecation warning to ipsec script
| * | | | strongswan: add deprecation warning to ipsec scriptPhilip Prindeville2021-04-14
| |/ / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | openvpn-easy-rsa: add missing configfileLuiz Angelo Daros de Luca2021-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | /etc/profile.d/50-openvpn-easy-rsa.sh was not listed as configfile and changes were lost during upgrades. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #15421 from ja-pa/onionshare-v2Rosen Penev2021-04-14
|\ \ \ \ | | | | | | | | | | onionshare-cli: add new package
| * | | | onionshare-cli: add new packageJan Pavlinec2021-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | ngircd: update to 26.1Rosen Penev2021-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | ocserv: don't build with libseccomp on ARCEneas U de Queiroz2021-04-14
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libseccomp can't be built on ARC, so we must disable the option here as well. A different fix was first proposed by @zxlhhyccc in #15377. Fixes: #15313 Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #15406 from pprindeville/strongswan-add-chacha20poly1305Philip Prindeville2021-04-13
|\ \ \ \ | | | | | | | | | | strongswan: handle chacha20poly1305 as AEAD
| * | | | strongswan: handle chacha20poly1305 as AEADPhilip Prindeville2021-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chacha20policy1305 is also an AEAD cipher, and hence does not permit a hash algorithm. Fixes issue #15397. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | strongswan: fail on serious configuration errorsPhilip Prindeville2021-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | strongswan: drop subshell when possiblePhilip Prindeville2021-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A subshell caused by $(...) can't persistently modify globals as a side-effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | hcxdumptool: update to 6.1.6Rosen Penev2021-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation without deprecated OpenSSL APIs. Backport upstream patch to fix stdout. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | hcxtools: update to 6.1.6Rosen Penev2021-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch fixing compilation without deprecated OpenSSL APIs. Fix installation. This never worked as the section was misnamed. Updated tool names. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | ooniprobe: update to version 3.9.2Jan Pavlinec2021-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #15379 from jow-/bonding-accept-uci-listFlorian Eckert2021-04-13
|\ \ \ \ \ | | | | | | | | | | | | bonding: accept list of slaves in uci list notation
| * | | | | bonding: accept list of slaves in uci list notationJo-Philipp Wich2021-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework the bonding.sh protocol handler to accept slave interface names encoded in uci list notation. Also replace ifconfig up/down with ip link calls while we're at it. Fixes: #11455 Fixes: https://github.com/openwrt/luci/issues/4473 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | squid: update to 4.14Rosen Penev2021-04-12
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #15382 from cotequeiroz/strongswanPhilip Prindeville2021-04-11
|\ \ \ \ \ | | | | | | | | | | | | strongswan: libnttft must not select strongswan
| * | | | | strongswan: libnttft must not select strongswanEneas U de Queiroz2021-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The strongswan-libnttfft package should not select the strongswan package, but should depend on it instead. Otherwise a circular dependency is created. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | https-dns-proxy: bugfix: race condition with dnsmasqStan Grishin2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | simple-adblock: update to 1.8.7-3Stan Grishin2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | ovsd: improve package style and update sourceDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix post-merge comments in #15316 and update source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | safe-search: prevent duplicate cron job installationGregory L. Dietsche2021-04-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch prevents multiple cron jobs from being created to run the safe-search-maintenance script. To reproduce this bug, perform the following: - Install safe-search - Perform an OpenWRT firmware upgrade (choose to preserve user settings) - Install safe-search again Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* / / / / adblock: fix games_tracking source urlDirk Brenken2021-04-09
|/ / / / | | | | | | | | Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #6924 from derekyerger/strongswan-lattice-sha3Philip Prindeville2021-04-08
|\ \ \ \ | | | | | | | | | | strongswan: add more crypto plugins
| * | | | strongswan: add more crypto pluginsDerek Yerger2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds modules for BLISS signature scheme, NTRU and New Hope key exchange algorithms, and dependencies ChaCha20-Poly1305 AEAD, ChaCha20 XOF, MGF1 mask generation function, SHA3 hasher SHAKE XOF, and the Number Theoretic Transform library. Signed-off-by: Derek Yerger <derek@altdevs.net>
* | | | | Merge pull request #15353 from ja-pa/knot-resolver-5.3.1Josef Schlehofer2021-04-07
|\ \ \ \ \ | | | | | | | | | | | | knot-resolver: update to version 5.3.1
| * | | | | knot-resolver: update to version 5.3.1Jan Pavlinec2021-04-06
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | ksmbd-tools: update to 3.3.8Rosen Penev2021-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: disable symlink by default. remove smack inherit leftovers. Enable guest access on IPC$ share by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>