aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* socat: update to 1.7.4.1Chukun Pan2021-09-30
| | | | | | Remove upstreamed patch. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* ddns-scripts: Add dnspod.cnJun Zhu2021-09-30
| | | | Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
* Merge pull request #16745 from neheb/tinc2Alexandru Ardelean2021-09-29
|\ | | | | tinc: update to 1.1pre18
| * tinc: update to 1.1pre18Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to normal tarballs. Add license information. Reorganize Makefile for consistency between packages. Add libtool patch fixing compilation under some conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16515 from jow-/nlbwmon-bumpAlexandru Ardelean2021-09-27
|\ \ | | | | | | nlbwmon: update to latest Git HEAD
| * | nlbwmon: update to latest Git HEADJo-Philipp Wich2021-09-01
| | | | | | | | | | | | | | | | | | d82c910 nfnetlink: warn if the requested recv buffer size surpasses rmem_max Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | openssh: update to 8.8p1Sibren Vasse2021-09-27
| | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patchWout Bertrums2021-09-27
| | | | | | | | | | | | | | | | | | | | | This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore, due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | dnsdist: Update to v1.6.1Wout Bertrums2021-09-27
| |/ |/| | | | | | | | | | | The patch for GCC 11 is not needed anymore because it is upstream now: https://github.com/PowerDNS/pdns/pull/10400 Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | zerotier: update to 1.6.6Chukun Pan2021-09-26
| | | | | | | | | | | | | | | | This is a security release (see [1]). [1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021 Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | smcroute: update to version 2.5.3Moritz Warning2021-09-26
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | curl: update to 7.79.1Stan Grishin2021-09-26
| | | | | | | | | | | | * update to [7.79.1](https://curl.se/changes.html#7_79_1) Signed-off-by: Stan Grishin <stangri@melmac.net>
* | usbip: Add init script for usbip-serverAlexander Sulfrian2021-09-26
| | | | | | | | Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
* | transmission: add two more syscalls to seccomp filterDaniel Golle2021-09-25
| | | | | | | | | | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "clock_gettime64" and "statx" which seem to be used now instead of "clock_gettime" and "stat" syscalls which are already listed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | dnsproxy: Update to 0.39.7Tianling Shen2021-09-24
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xray-core: Update to 1.4.5Tianling Shen2021-09-24
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | nut: Add the option to compile Nut NetXML drivers with the Nut package.Seb Belcher2021-09-23
| | | | | | | | | | | | Also modifies the nut-server init script to include options specific to the netxml driver. Signed-off-by: Seb Belcher <sdjbelcher@gmail.com>
* | hcxtools: update to 6.2.4Rosen Penev2021-09-23
| | | | | | | | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hcxdumptool: update to 6.2.4Rosen Penev2021-09-23
| | | | | | | | | | | | Remove upstreamed patch. Refresh other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16687 from stintel/keepalivedFlorian Eckert2021-09-23
|\ \ | | | | | | keepalived: fix build with IPVS disabled
| * | keepalived: fix build with IPVS disabledStijn Tintel2021-09-22
| | | | | | | | | | | | | | | | | | | | | The genhash binary is only built when IPVS is enabled, so make its installation depend on IPVS being enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openvswitch: add option for failure modeStijn Tintel2021-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Open vSwitch is configured to use a controller, but is unable to connect to it, Open vSwitch will setup flows to allow all traffic, if the failure mode is not configured, or set to standalone. As this might be a security hazard, it is also possible to configure Open vSwitch in a secure failure mode. Enabling this mode causes Open vSwitch to drop all traffic if it is unable to connect to the controller. Redirect stderr of the command to /dev/null as it does not support the --if-exists option. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openvswitch: fix build with libunboundStijn Tintel2021-09-23
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Due to a copy-paste error, libopenvswitch is missing a dependency when Open vSwitch is configured to use unbound: Package openvswitch-libopenvswitch is missing dependencies for the following libraries: libunbound.so.8 Use the correct config symbol to solve this. Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | openvswitch: add option for OpenFlow datapath descStijn Tintel2021-09-22
| | | | | | | | | | | | | | | | Add a UCI config option to set the OpenFlow datapath description. This allows setting a human readable description of the bridge, e.g. "Building x, Floor y, AP z", which makes it easier to recognize the AP. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | mdio-tools: Bump version to 1.0.0Damien Mascord2021-09-22
| | | | | | | | | | | | | | | | Upstream released 1.0.0, so change the package to the git tag 1.0.0 Mainly documentation and argument handling changes Signed-off-by: Damien Mascord <tusker@tusker.org>
* | Merge pull request #16662 from kuanyili/mobile-broadbandJosef Schlehofer2021-09-21
|\ \ | | | | | | bump libqmi and modemmanager
| * | modemmanager: bump to 1.18.2Kuan-Yi Li2021-09-20
| | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | Merge pull request #16667 from 1715173329/xrayRosen Penev2021-09-20
|\ \ \ | | | | | | | | xray-core: Update to 1.4.4
| * | | xray-core: Update to 1.4.4Tianling Shen2021-09-21
| |/ / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / dnsproxy: Update to 0.39.6Tianling Shen2021-09-21
|/ / | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | openfortivpn: update to 1.17.1Lucian Cristian2021-09-19
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | clamav: update to 0.104.0Lucian Cristian2021-09-19
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #16634 from 1715173329/v2rayaRosen Penev2021-09-18
|\ \ | | | | | | v2raya: Update to 1.5.3
| * | v2raya: Update to 1.5.3Tianling Shen2021-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added missing conffiles - Refreshed init srcipt to adapt the new arguments - Renamed package name to lowercase (suggestion from upstream) - Updated dependencies and license Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16640 from neg2led/ieee8021xclientRosen Penev2021-09-18
|\ \ \ | | | | | | | | ieee8021xclient: fix DEPENDS to not create a dependency loop
| * | | ieee8021xclient: fix DEPENDS: to not create a dependency loopAndrew Powers-Holmes2021-09-17
| | | | | | | | | | | | | | | | Signed-off-by: Andrew Powers-Holmes <andrew@omnom.net>
* | | | treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #16638 from paper42/fail2ban-cveJosef Schlehofer2021-09-17
|\ \ \ \ | |/ / / |/| | | fail2ban: patch CVE-2021-32749
| * | | fail2ban: patch CVE-2021-32749Michal Vasilek2021-09-16
| |/ / | | | | | | | | | | | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* / / nft-qos: simplify ifname retrievalEtienne Champetier2021-09-16
|/ / | | | | | | | | | | | | | | network_get_device should be enough, and since https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4b9a67362d70c544b85078b8d5c661f43f7472d9 uci network config interface sections use 'device' instead of 'ifname', rendering the fallback useless Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | curl: update to 7.79.0Stan Grishin2021-09-15
| | | | | | | | | | | | * update to [7.79.0](https://curl.se/changes.html#7_79_0) Signed-off-by: Stan Grishin <stangri@melmac.net>
* | travelmate: update to 2.0.7-2Dirk Brenken2021-09-15
| | | | | | | | | | | | * removed the newly introduced wpa-supplicant dependency as it makes trouble with a circular dependency Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #16521 from rsalvaterra/tor-bumptripolar2021-09-13
|\ \ | | | | | | tor: bump to 0.4.6.7 stable
| * | tor: bump to 0.4.6.7Rui Salvaterra2021-09-03
| | | | | | | | | | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | libreswan: update to 4.5Lucian Cristian2021-09-12
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | banip: update 0.7.10-3Richard Gering2021-09-11
| | | | | | | | | | | | | | | | | | * Updated firehol ipset URLs Signed-off-by: Richard Gering <rg4github@dutchies.us>
* | | travelmate: update to 2.0.7Dirk Brenken2021-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add wpa-supplicant package dependency * removed no longer working 'db-bahn.login' and 'wifionice.login' auto-login scripts * added the new 'wifibahn.login' script for auto-logins to captive portals WIFI@BAHN (DE), run tested on a single ICE (station logins are currently unsupported!) * vodafone.login prepared to support free/time limited logins (still WIP!) * change return code handling in login scripts and travelmate * refine f_wifi function * fix a few conercase issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | fail2ban: fix hotplug when disabledVladislav Grigoryev2021-09-10
| | | | | | | | | | | | | | | | | | | | | Avoid restarting fail2ban by hotplug when the service is disabled. Related issue: https://github.com/openwrt/packages/issues/16601 Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | nextdns: Update to version 1.37.2Olivier Poitrey2021-09-09
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | knot: update to version 3.1.2Jan Hák2021-09-09
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>