aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | tailscale: update to version 1.8.7Jan Pavlinec2021-06-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | dante: adopt packageDavid Yang2021-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give this package more love by adopting it :) Changes since 1.4.1-4: * change maintainer to me * update to 1.4.3 + add example config files sockd.conf and socks.conf + add service file for sockd * update 200-fix-RTLD_NEXT.patch - remove merged 210-deactivate-sched_setscheduler.patch * fix Autoconf build file Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | openvswitch: add support for definining bridge ports in the configFelix Fietkau2021-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add limited procd support to handle config reload Option drop_unknown_ports can be used to ensure that only configured ports are part of the bridge Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | net/mosquitto: add respawnKarl Palsson2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a daemon service, respawn is expected by default, and we have that facility available via procd. Suggested-in: https://github.com/openwrt/packages/pull/15272 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | ddns-scripts: get l3 device for bind network using curlFlorian Eckert2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If pppoe is used for wan access. script set 'eth1' as interface for curl call. The correct interface is however 'pppoe-wan'. The script uses 'network_get_physdev' function to get real device for bind_network but this is wrong. We need instead the l3_device of the the logical interface. In case if we don't use pppoe connection - 'l3_device' is equal to real device. This was reported by the github user `welderpb` with P/R: https://github.com/openwrt/packages/pull/14431 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | knot: update to version 3.0.7Jan Hak2021-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | frp: update to 0.37.0Van Waholtz2021-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | chrony: fix uci NTP access configurationMiroslav Lichvar2021-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The chrony interface hotplug script reuses the handle_allow function from the init script to allow NTP access on interfaces specified in uci. The function requires /lib/functions/network.sh. Include the file in the hotplug script to make the function work as expected. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | Merge pull request #15906 from gladiac1337/haproxy-2.4.1Rosen Penev2021-06-19
|\ \ \ \ \ | | | | | | | | | | | | haproxy: Update HAProxy to v2.4.1
| * | | | | haproxy: Update HAProxy to v2.4.1Christian Lachner2021-06-19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* / | | | openvpn: update to 2.5.3Ivan Pavlov2021-06-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a possible security issue with OpenSSL config autoloading on Windows (CVE-2021-3606). Include a number of small improvements and bug fixes. remove upstreamed: 115-fix-mbedtls-without-renegotiation.patch Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | | Merge pull request #15855 from JamesVorder/yggdrasil/httpsRosen Penev2021-06-17
|\ \ \ \ | | | | | | | | | | yggdrasil: allow HTTPS connections
| * | | | yggdrasil: allow HTTPS connectionsJames Vorderbruggen2021-06-16
| |/ / / | | | | | | | | | | | | Signed-off-by: James Vorderbruggen <jamesvorder@gmail.com>
* | | | strongswan: fix PSK config generationVincent Wiemann2021-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There were closing curly braces missing and it was checking for empty strings while it should have been checking for non-empty strings. Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
* | | | strongswan: use correct directory for CA'sPhilip Prindeville2021-06-17
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | banip: refine/fix nginx search patternDirk Brenken2021-06-17
| | | | | | | | | | | | | | | | | | | | * fix issue with nginx search pattern reported in forum support thread Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #15891 from pprindeville/strongswan-update-configRosen Penev2021-06-17
|\ \ \ \ | | | | | | | | | | strongswan: fix sharing of ipsec section variables
| * | | | strongswan: fix sharing of ipsec section variablesPhilip Prindeville2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variables set in config_ipsec() need to be shared with do_postamble() function, so change scoping to parent (prepare_env()). Also, remove unused settings like "remote_sourceip", "reqid", and "packet_marker". Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #15892 from ja-pa/knot-resolver-fix-schedulingRosen Penev2021-06-17
|\ \ \ \ \ | | | | | | | | | | | | knot-resolver: change scheduling priority
| * | | | | knot-resolver: change scheduling priorityJan Pavlinec2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should prevent some resolving issues by other router app. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | samba4: update to 4.13.9Andy Walsh2021-06-17
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.9 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | linknx: adopt new libesmtp versionOthmar Truniger2021-06-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | unbound: fix build on non-linux systemsFelix Fietkau2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override places that call uname to detect target features Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | netatalk: drop packageAlexandru Ardelean2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to abandoned packages PR: https://github.com/openwrt/packages-abandoned/pull/18 AppleShare products have been unused for a while now (since Mac OS 9.2.2) around 2002. So, there should be fewer users requiring this package. Last update of netatalk was in December 2018. Not sure if newer updates will be created. It's time to cut the cord on our end and move it to the abandoned packages. Info: https://en.wikipedia.org/wiki/AppleShare Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #15847 from neheb/asshRosen Penev2021-06-15
|\ \ \ \ \ | | | | | | | | | | | | autossh: fix compilation without ssh installed
| * | | | | autossh: fix compilation without ssh installedRosen Penev2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure script looks for host ssh. Just pass the configure variable directly. --with-ssh doesn't work. Also get rid of custom Compile section. It's not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #15868 from PowerDNS/pdns-recursor-4.5.2Rosen Penev2021-06-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | pdns-recursor: update to 4.5.2
| * | | | | | pdns-recursor: update to 4.5.2Peter van Dijk2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | | pdns: update to 4.4.1Peter van Dijk2021-06-14
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | Merge pull request #15574 from AuthorReflex/ovpn-wolfsslRosen Penev2021-06-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable using wolfSSL cryptographic API engine in OpenVPN
| * | | | | | openvpn: enable using wolfSSL cryptographic API engineIvan Pavlov2021-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for wolfSSL has been upstreamed to the master OpenVPN branch in f6dca235ae560597a0763f0c98fcc9130b80ccf4 so we can use wolfSSL directly in OpenVPN. So no more needed differnt SSL engine for OpenVPN in systems based on wolfSSL library Compiled && tested on ramips/mt7620, ramips/mt7621 Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | | | | | stubby: remove maintainerJonathan G. Underwood2021-06-13
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | Merge pull request #15845 from dibdot/banipDirk Brenken2021-06-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | banip: update 0.7.9
| * | | | | | banip: update 0.7.9Dirk Brenken2021-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add switch 'ban_fetchinsecure' to allow insecure downloads without certificate check (disabled by default) * better explain 'ban_fetchparm' in readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #15844 from dibdot/adblockDirk Brenken2021-06-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adblock: update 4.1.3
| * | | | | | | adblock: update 4.1.3Dirk Brenken2021-06-12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a small json syntax issue in adblock.sources * add easylist addon to reg_fr source * add switch 'adb_fetchinsecure' to allow insecure downloads without certificate check (disabled by default) * better explain 'adb_fetchparm' in readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | / / / / treewide: back to cmake.mkRosen Penev2021-06-12
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #15842 from oleg-derevenetz/bwping-2.3Rosen Penev2021-06-12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | bwping: update to version 2.3
| * | | | | bwping: update to version 2.3Oleg Derevenetz2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | | stubby: remove libidn2 and libunwind dependenciesRosen Penev2021-06-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | There's no good way to get rid of these, so just delete the cmake files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #15808 from rsalvaterra/getdnsRosen Penev2021-06-11
|\ \ \ \ \ | | | | | | | | | | | | Bump getdns/stubby to 1.7.0 and 0.4.0 respectively
| * | | | | stubby: bump to 0.4.0Rui Salvaterra2021-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove obsolete patch. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | net/mosquitto: Update to 2.0.11Karl Palsson2021-06-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security and bugfix release. Full release notes: https://mosquitto.org/blog/2021/06/version-2-0-11-released/ Fixes a remotely triggered memory leak Fixes broker reconnections in certain failure situations Fixes (non-standard) qos0 queuing Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #15789 from nickberry17/update_mm_and_libsRosen Penev2021-06-11
|\ \ \ \ \ | | | | | | | | | | | | Update ModemManager and dependencies
| * | | | | modemmanager: bump to 1.16.6Nicholas Smith2021-06-07
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | | | kea: update to 1.8.2Rosen Penev2021-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport upstream patch fixing host compilation with GCC11. Switched to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #15692 from eglooca/masterRosen Penev2021-06-07
|\ \ \ \ \ | | | | | | | | | | | | netifyd: Fixed broken auto-configuration options passing.
| * | | | | netifyd: Fixed broken auto-configuration options passing.Darryl Sokoloski2021-05-25
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | | Merge pull request #15741 from neheb/sstpRosen Penev2021-06-07
|\ \ \ \ \ | | | | | | | | | | | | sstp-client: update to 1.0.15
| * | | | | sstp-client: update to 1.0.15Rosen Penev2021-06-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>