aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | | nfs-kernel-server: update to 2.5.4Rosen Penev2021-08-28
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | squid: update to 4.16Rosen Penev2021-08-28
| | | | | | | | | | | | | | | | | | Fixes compilation with GCC11. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16476 from 1715173329/dnsproxyRosen Penev2021-08-27
|\ \ \ | | | | | | | | dnsproxy: Update to 0.39.4
| * | | dnsproxy: Update to 0.39.4Tianling Shen2021-08-28
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | smcroute: update to version 2.5.2Moritz Warning2021-08-27
|/ / / | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | xray-core: fix build under go 1.17Tianling Shen2021-08-26
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16418 from SibrenVasse/masterRosen Penev2021-08-25
|\ \ \ | | | | | | | | openssh: update to 8.7p1
| * | | openssh: update to 8.7p1Sibren Vasse2021-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | Merge pull request #16405 from neheb/airrRosen Penev2021-08-24
|\ \ \ \ | | | | | | | | | | aircrack-ng: add fcommon
| * | | | aircrack-ng: add fcommonRosen Penev2021-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10+. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16330 from neheb/ksmbbbRosen Penev2021-08-24
|\ \ \ \ \ | | | | | | | | | | | | ksmbd stuff: update to 3.4.1
| * | | | | ksmbd-tools: update to 3.4.1Rosen Penev2021-08-21
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nextdns: Update to version 1.36.0Olivier Poitrey2021-08-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | mosquitto: allow auth options with per listener settingsKarl Palsson2021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some settings can be either global or per listener, and we need to support both forms in UCI. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | mosquitto: init: support more UCI optionsKarl Palsson2021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent versions of mosquitto have added a lot more fine grained control of various options. Add UCI support for all of them, and fix a couple of things that were configured as per listener, that are actually global settings. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #16420 from neheb/fakepopRosen Penev2021-08-24
|\ \ \ \ \ | | | | | | | | | | | | fakepop: fix compilation with PKG_ASLR
| * | | | | fakepop: fix compilation with PKG_ASLRRosen Penev2021-08-21
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16439 from ja-pa/tailscale-1.12.3Rosen Penev2021-08-24
|\ \ \ \ \ | | | | | | | | | | | | tailscale: update to version 1.12.3
| * | | | | tailscale: update to version 1.12.3Jan Pavlinec2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | | | | Merge pull request #16446 from micmac1/mdio-tools-ac_initRosen Penev2021-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | mdio-tools: fix buildbot build
| * | | | | | mdio-tools: fix buildbot buildSebastian Kemper2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On buildbots the build fails because git isn't finding any git repo and then AC_INIT refuses to run: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). configure.ac:5: error: AC_INIT should be called with package and version arguments Address this by substituting the git command with $(PKG_VERSION). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | proxychains-ng: update to version 4.15Daniel Bermond2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Build system: Arch Linux x86_64 Build tested: ipq806x/R7800 Run tested : ipq806x/R7800 Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | | Merge pull request #16408 from vgaetera/iface-bondRosen Penev2021-08-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | bonding: use shorter interface prefix
| * | | | | | bonding: use shorter interface prefixVladislav Grigoryev2021-08-24
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the interface protocol prefix from "bonding-" to "bond-". This allows longer custom interface names and useful for VLANs. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>