aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | simple-adblock: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | Merge pull request #16579 from 1715173329/dnsproxyRosen Penev2021-09-08
|\ \ \ | | | | | | | | dnsproxy: Update to 0.39.5
| * | | dnsproxy: Update to 0.39.5Tianling Shen2021-09-09
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | unbound: backport fix for permission denied errorAnsuel Smith2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem with log spam when ipv6 network is dropped. Fix this by backporting a patch to silence these errors when verbose logging is not enabled. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | cgi-io: update to latest Git HEADJo-Philipp Wich2021-09-08
|/ / / | | | | | | | | | | | | | | | | | | | | | 98cef9d Retry splice() syscall on EINTR Fixes: https://github.com/openwrt/luci/issues/5342 Fixes: https://bugs.openwrt.org/index.php?do=details&task_id=4006 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | haproxy: Update HAProxy to v2.4.4Christian Lachner2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | - This update fixes CVE-2021-40346; see: https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/ - Update haproxy download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | wsdd2: update to git (2021-08-09), switch to Netgear repoAndy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | | | | * update to git (2021-08-09) * switch to Netgear repo Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | samba: update to 4.14.7Andy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | * update to 4.14.7 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #16554 from erdoukki/fail2ban-master-fixRosen Penev2021-09-08
|\ \ \ | | | | | | | | fail2ban: fix package for fail2ban v0.11.2
| * | | fail2ban: fix package for fail2ban v0.11.2Kerma Gérald2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fail2ban v0.11.2 package version 2 Following PR #15098, add fixes to build fail2ban package: - remove use of fail2ban-python (directly use python3 in script) - remove link to python3 in /usr/bin (break the package build) - remove python-tests (reduce the package size) Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | Merge pull request #16558 from 1715173329/xrayRosen Penev2021-09-07
|\ \ \ \ | | | | | | | | | | xray-core: Update to 1.4.3
| * | | | xray-core: Update to 1.4.3Tianling Shen2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated geodata to latest version - Removed upstreamed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | nextdns: Update to version 1.37.1Olivier Poitrey2021-09-07
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | banip: update 0.7.10-2Dirk Brenken2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize dns resolve function * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | nextdns: Update to version 1.37.0Olivier Poitrey2021-09-07
|/ / / | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | wg-installer: fix dependenciesNick Hainke2021-09-07
| | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | kea: fix compilation with boost 1.77Rosen Penev2021-09-04
| | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ieee8021xclient: depend on wpa_supplicant (#16525)David Yang2021-09-04
| | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | smartdns: update to version 1.2021.35Nick Peng2021-09-04
|/ / | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | mwan3: Use shebang in /etc/mwan3.userBrian J. Murrell2021-09-03
| | | | | | | | | | | | | | | | | | To allow the script to define what it should be run with. This let's the user use bash if it's available, or python, or perl, etc. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca> Update PKG_VERSION to 2.10.11 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #16220 from paulfertser/socat_add_userFlorian Eckert2021-09-03
|\ \ | | | | | | net: socat: add option user
| * | net: socat: add option userPaul Fertser2021-07-25
| | | | | | | | | | | | | | | | | | | | | Allow UCI configuration to specify username to run this service as. Defaults to root. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #16430 from LecrisUT/improve-gandiFlorian Eckert2021-09-03
|\ \ \ | | | | | | | | ddns-scripts: better error management for gandi
| * | | ddns-script-gandi: Better error managementCristian Le2021-08-31
| | |/ | |/| | | | | | | | | | | | | | | | - Changed DNS endpoint to LiveDNS - Now using `jshn.sh` - Better handle errors and ouput Signed-off-by: Cristian Le <git@lecris.me>
* | | acme: Fix uhttpd restart to load new certificatesDennis Schüsselbauer2021-09-01
| | | | | | | | | | | | | | | | | | Fixes issue #16256 Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
* | | Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflagsRosen Penev2021-09-01
|\ \ \ | | | | | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binaries
| * | | treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | dnslookup: Update to 1.4.9Tianling Shen2021-09-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | ieee8021xclient: add packageDavid Yang2021-09-01
| | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | openvpn: add OpenVPN option push-peer-infoNguyen Quang Minh2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow the server to know more info about the client like HWADDR, very useful for managing IoT devices. See: https://www.mankier.com/8/openvpn#--push-peer-info Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
* | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | tinc: use 'uci_get_state' instead of 'uci -P /var/state get'Etienne Champetier2021-09-01
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | Merge pull request #16505 from gladiac1337/haproxy-2.4.3Rosen Penev2021-09-01
|\ \ \ | | | | | | | | haproxy: Update HAProxy to v2.4.3
| * | | haproxy: Update HAProxy to v2.4.3Christian Lachner2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | fail2ban: initial package of fail2ban version 0.11.2Kerma Gérald2021-09-01
| |/ / |/| | | | | | | | | | | | | | python3-pyinotify: initial package version 0.9.6 of pyinotify for python3 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | ddns-scripts-pdns: Add packageCristian Le2021-08-31
| | | | | | | | | Signed-off-by: Cristian Le <git@lecris.me>
* | | Merge pull request #16462 from commodo/python-sync-host-pip-reqsAlexandru Ardelean2021-08-31
|\ \ \ | |/ / |/| | python3-package.mk: add check for dependencies in host-pip-requirements
| * | seafile-seahub: move Django-1.11.txt in package folderAlexandru Ardelean2021-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.11 (host-build) is only needed for Seahub. And won't ever be needed for anything else (hopefully). This change moves it to the Seahub folder. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16498 from TDT-AG/pr/20210830-stunnelFlorian Eckert2021-08-31
|\ \ \ | | | | | | | | stunnel: update to version 5.60
| * | | stunnel: update to version 5.60Florian Eckert2021-08-30
| |/ / | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #16497 from TDT-AG/pr/20210830-keepalivedFlorian Eckert2021-08-31
|\ \ \ | | | | | | | | keepalived: update to version 2.2.4
| * | | keepalived: update to version 2.2.4Florian Eckert2021-08-30
| |/ / | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / / v2rayA: Update to 1.5.2Tianling Shen2021-08-31
|/ / | | | | | | | | | | Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #16489 from dibdot/banIPDirk Brenken2021-08-29
|\ \ | | | | | | banip: update 0.7.10
| * | banip: update 0.7.10Dirk Brenken2021-08-29
| | | | | | | | | | | | | | | | | | | | | | | | * switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues * compact json generator code (tested with report files > 2MB) * various code cleanups and optimizations Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | v2rayA: add new packageTianling Shen2021-08-29
|/ / | | | | | | | | | | | | | | | | v2rayA is a Linux web GUI client of Project V which supports V2Ray, Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel. Wiki: https://github.com/v2rayA/v2rayA/wiki Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | pdns-recursor: Update to v4.5.5Wout Bertrums2021-08-28
| | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | pdns-recursor: Update recursor.conf-distWout Bertrums2021-08-28
| | | | | | | | | | | | | | It has been updated to the latest version shipped by upstream. This has not been done since v4.2.1, hence the big diff. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | memcached: use memcached userPaul Spooren2021-08-28
| | | | | | | | | | | | | | | | | | | | This avoid using `nobody` as user since multiple services fallback to this user, resulting in a security issue. The UID was taken from Gentoos `acct-user` repository. https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild Signed-off-by: Paul Spooren <mail@aparcar.org>