aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* modemmanager: bump to 1.16.10Nicholas Smith2021-08-22
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* Merge pull request #16428 from dibdot/travelmateDirk Brenken2021-08-22
|\ | | | | travelmate: update to 2.0.6
| * travelmate: update to 2.0.6Dirk Brenken2021-08-22
| | | | | | | | | | | | | | | | | | | | * replaced pipe input for a while/read-loop with a here document/variable as input (fix various subshell related bugs and oddities) * further improve abort and re-connection handling * prevent alleged detected connection failures (false positives) with an additional gw check, to stabilize VPN connections in particular Signed-off-by: Dirk Brenken <dev@brenken.org>
* | nfdump: fix compilation with PKG_ASLRRosen Penev2021-08-21
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* https-dns-proxy: patch CMakeList.txt to use OpenWrt CFLAGSEtienne Champetier2021-08-20
| | | | | | | | | | | This fixes compilation issues with ASLR PIE enabled We were compiling with '-g -DDEBUG' https-dns-proxy_2021-07-29-*_arm_cortex-a9_vfpv3-d16.ipk shrink from 19514 to 19095 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* dnscrypt-proxy2: Upgrade to 2.1.0Ted Hess2021-08-20
| | | | | | | Adjust build opts to force GOPATH mode by setting GO111MODULE off. Ref: https://go.dev/blog/go116-module-changes Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #16379 from neheb/sftRosen Penev2021-08-20
|\ | | | | softethervpn5: fix compilation without engines
| * softethervpn5: fix compilation without enginesRosen Penev2021-08-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16396 from paper42/git-2.33Rosen Penev2021-08-18
|\ \ | | | | | | git: update to 2.33.0
| * | git: update to 2.33.0Michal Vasilek2021-08-18
| | | | | | | | | | | | | | | | | | * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | yggdrasil: uci ifname is now known as deviceWilliam Fleurant2021-08-18
|/ / | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | unbound: update to 1.3.2Eric Luehrsen2021-08-17
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | Merge pull request #16273 from pprindeville/strongswan-sysupgradePhilip Prindeville2021-08-16
|\ \ | |/ |/| strongswan: add /etc/config/ipsec to sysupgrade list
| * strongswan: add /etc/config/ipsec to sysupgrade listPhilip Prindeville2021-08-01
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | kea: add kea-uci package with basic init scriptStijn Tintel2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | This init script allows to start the Kea Control Agent, the DHCPv4 server, the DHCPv6 server, and the DHCP-DDNS server. It expects the config files to be where the packages install them. As this is a single init script that can start 4 different binaries that are each in their own package, these files cannot be included in any of these other package, so create a dedicated package for it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | kea: add conffilesStijn Tintel2021-08-16
| | | | | | | | | | | | | | Add the /etc/kea directory to conffiles, so configuration will not be lost during sysupgrade. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | kea: add package for high availability hookStijn Tintel2021-08-16
| | | | | | | | | | | | | | This allows running multiple kea instances in load balancing or hot-standby mode, minimizing risk of downtime. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | kea: add package for lease commands hookStijn Tintel2021-08-16
| | | | | | | | | | | | This is required for the HA hook. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16363 from stintel/tcpreplayAlexandru Ardelean2021-08-16
|\ \ | | | | | | tcpreplay: avoid host lib leakage
| * | tcpreplay: avoid host lib leakageStijn Tintel2021-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On hosts that have pcapnav-config installed, there is host lib leakage. From config.log: LNAVLIB='-L/usr/lib64 -lpcapnav -lpcap' LNAV_CFLAGS='-I/usr/include' Fix this by disabling pcapnav-config, which isn't available anyway. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #16372 from dibdot/travelmateDirk Brenken2021-08-15
|\ \ \ | | | | | | | | travelmate: update to 2.0.5-3
| * | | travelmate: update to 2.0.5-3Dirk Brenken2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify the scan logic, to get rid of nifty IFS tricks * limit the nearby scan results to process only the strongest uplinks, set 'trm_maxscan' accordingly (default '10') * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | ksmbd: use hostname only as nameFritz D. Ansel2021-08-15
|/ / / | | | | | | | | | | | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | ksmbd: set stoplevelFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | samba4: allow disabling wsdd2 in menuconfigFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | but keep it selected by default as before so it could be selected if nmbd and/or wssd2 should be used Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | samba4: use hostname only as nameFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | samba4: set stoplevelFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | wsdd2: dont use fqdnFritz D. Ansel2021-08-15
|/ / | | | | | | | | | | workgroups use the name of the host without domain Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | curl: update to 7.78.0Stan Grishin2021-08-14
| | | | | | | | | | | | | | | | | | * update to 7.78.0 * change maintainer * remove obsolete mirror (curl.mirror.anstey.ca) * update main curl URLs Signed-off-by: Stan Grishin <stangri@melmac.net>
* | sqm-scripts: bump to v1.5.1Toke Høiland-Jørgensen2021-08-13
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | travelmate: update to 2.0.5-2Dirk Brenken2021-08-13
| | | | | | | | | | | | * scan for open uplinks even if no other station has been added/configured Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #16341 from Payne-X6/masterRosen Penev2021-08-12
|\ \ | | | | | | knot: update to version 3.1.1
| * | knot: update to version 3.1.1Jan Hak2021-08-12
| | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | Merge pull request #16318 from selanf/x2Florian Eckert2021-08-12
|\ \ \ | |/ / |/| | xinetd: support for anonym configs
| * | xinetd: fix syntax violationFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | see https://github.com/openwrt/packages/pull/16318#discussion_r687481110 Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
| * | xinetd: support for anonym configsFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | | | | config by names clashes if a service supports udp and tcp, eg time and daytime Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | radsecproxy: Bump to v1.9.0Toke Høiland-Jørgensen2021-08-12
| | | | | | | | | | | | | | | | | | | | | Remove 300-gcc10.patch as that was applied upstream, and refresh the other patch. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | Merge pull request #16323 from dibdot/travelmateDirk Brenken2021-08-11
|\ \ \ | | | | | | | | travelmate: update to 2.0.5
| * | | travelmate: update to 2.0.5Dirk Brenken2021-08-11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #16112 from dmascord/add_mdio-toolsMichael Heimpold2021-08-11
|\ \ \ | |/ / |/| | mdio-tools: add package plus kernel module
| * | mdio-tools: upgrade to latest commitMichael Heimpold2021-07-21
| | | | | | | | | | | | | | | | | | Also fix minor style issues. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | mdio-tools: Add package plus kernel moduleDamien Mascord2021-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | mdio is a low-level Linux debug tool for communicating with devices attached an MDIO bus. It improves on existing tools in this space in a few important ways: MDIO buses are directly addressable. Previous solutions relied on at least one Ethernet PHY on the bus being attached to a net device, which is typically not the case when the device is an Ethernet switch for example. Complex operations can be performed atomically. The old API only supported a single read or write of a single register. mdio sends byte code to the mdio-netlink kernel module that can perform multiple operations, store intermediate values, loop etc. As a result, things like read/mask/write operations and accesses to paged PHYs can be performed safely. Signed-off-by: Damien Mascord <tusker@tusker.org>
* | | Merge pull request #16197 from Ansuel/nginx-upRosen Penev2021-08-10
|\ \ \ | | | | | | | | nginx: bump to 1.21.1 and improve makefile
| * | | nginx: bump to 1.21.1 and improve makefileAnsuel Smith2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump to 1.21.1 - Rework makefile to fix bad make refresh - Refresh patch Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | knot-resolver: update to version 5.4.0Michal Vasilek2021-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * refresh patches * disable kres_gen_test to fix cross Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | knot: update to version 3.1.0Michal Vasilek2021-08-09
| | | | | | | | | | | | | | | | | | | | | | | | * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | transmission: add mount triggerDaniel Golle2021-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Restart transmission once an underlaying mountpoint becomes available. Add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #16245 from neheb/ksmbd1Rosen Penev2021-08-07
|\ \ \ \ | | | | | | | | | | ksmbd: update to 3.4.0
| * | | | ksmbd-tools: update to 3.4.0Rosen Penev2021-07-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16285 from jamesmacwhite/stubby-trigger-interfacesDirk Brenken2021-08-07
|\ \ \ \ \ | | | | | | | | | | | | stubby: Add multi WAN support for procd trigger