aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* apfree-wifidog: fix compilation with GCC10Rosen Penev2020-07-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12663 from rfrankla/netcat_002_patchRosen Penev2020-07-01
|\ | | | | netcat: fix Illegal instruction on listen udp
| * netcat: fix Illegal instruction on listen udpRick Frankland2020-06-30
| | | | | | | | | | | | | | | | | | When listening to a udp port an Illegal instruction occurs. This did NOT happen when compiled with debug on. Fixes issue openwrt#4747, FS#2937 Signed-off-by: Rick Frankland <rfrankla@yahoo.com>
* | Merge pull request #12674 from ldir-EDB0/miniupnpdRosen Penev2020-07-01
|\ \ | | | | | | miniupnpd: macosx compat and refresh patches
| * | miniupnpd: macosx compat and refresh patchesKevin Darbyshire-Bryant2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tidy up some minor patch fuzz with a refresh. Also tweak the linux makefile to make it run on macosx and linux: install only understand -m for filemode, not that the openwrt staging dir understands file modes. Also glibc>2.17 so patch out the check that otherwise barfs a number of errors from a missing 'ldd' command under macos. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | Merge pull request #12670 from neheb/netoRosen Penev2020-07-01
|\ \ \ | | | | | | | | Netopeer2: fix compilation with GCC10
| * | | Netopeer2: fix compilation with GCC10Rosen Penev2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | Refreshed openssl patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12675 from axet/masterRosen Penev2020-07-01
|\ \ \ \ | | | | | | | | | | add miniupnpd ipv6_disable option, #11971 close
| * | | | miniupnpd: add miniupnpd ipv6_disable option, #11971 closeAlexey Kuznetsov2020-07-02
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexey Kuznetsov <axet@me.com>
* / | | darkstat: correct incompatbility with sshdJean-Michel Lacroix2020-07-01
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init file of darkstat is creating the pid in /var/empty and setting the owner of the directory to darkstat which is incompatible with sshd as sshd requires /var/empty to be owned by root and not group or world-writable. See issue #12420. This corrects the problem by creating another directory: /var/darkstat instead without setting the owner, which is not actually required. Compile tested: not applicable as the changes do not involve compilation. Tested on my home router running darkstat. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | Merge pull request #12653 from jefferyto/python-no-parallel-host-pip-installRosen Penev2020-06-30
|\ \ \ | | | | | | | | python-packages: Disable parallel build when host pip is needed
| * | | python-packages: Disable parallel build when host pip is neededJeffery To2020-06-30
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds PKG_BUILD_PARALLEL:=0 to packages that depend on host Python packages (HOST_PYTHON3_PACKAGE_BUILD_DEPENDS), because installing packages with multiple concurrent pip processes can lead to errors or unexpected results[1]. This also: * Move HOST_PYTHON3_PACKAGE_BUILD_DEPENDS definitions to before python3-package.mk is included * Update Python folder readme to include PKG_BUILD_PARALLEL:=0 [1]: https://github.com/pypa/pip/issues/2361 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Shorewall6: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Shorewall: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Shorewall6-lite: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Shorewall-lite: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Shorewall-core: Bump to 5.2.5.2W. van den Akker2020-06-30
|/ / | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Merge pull request #12582 from zhanhb/frpRosen Penev2020-06-29
|\ \ | |/ |/| frp: update to 0.33.0
| * frp: update to 0.33.0Huangbin Zhan2020-06-24
| | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | nfs-kernel-server: update to 2.5.1Javier Marcet2020-06-29
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #12086 from aleksander0m/aleksander/mm-authRosen Penev2020-06-28
|\ \ | | | | | | Authentication protocol setup in ModemManager
| * | modemmanager: improve package READMEAleksander Morgado2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Explain which are the options supported by the protocol, and also which are the supported values in each (if the field has value validation). Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
| * | modemmanager: allow specifying list of authentication protocolsAleksander Morgado2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ModemManager allows specifying which are the authentication protocols to be used during the user/password context authentication with the peer. This protocol update allows users to provide a new 'allowedauth' option in the interface configuration, which is then used in two different places: * It is sent to ModemManager in the --simple-connect call so that modems with a network interface can perform the authentication using their own vendor-specific protocol. * If the connection is done using PPP, this list of protocols is used to configure the pppd call. If the new 'allowedauth' option is not given, all auth protocols are implicitly allowed. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | Merge pull request #12277 from xjboss/masterRosen Penev2020-06-28
|\ \ \ | | | | | | | | ddns-scripts: Added api token method for cloudflare ddns script v4
| * | | ddns-scripts: Added api token method for cloudflare ddns script v4Frank Zhang2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | Update cloudflare token ddns file Signed-off-by: Frank Zhang <i@xjboss.net>
* | | | Merge pull request #12583 from zhanhb/kcptunRosen Penev2020-06-28
|\ \ \ \ | | | | | | | | | | kcptun: update to 20200409
| * | | | kcptun: update to 20200409Huangbin Zhan2020-06-24
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-portRosen Penev2020-06-28
|\ \ \ \ | | | | | | | | | | stubby: fix handling of tls_port config option
| * | | | stubby: fix handling of tls_port config optionJonathan G. Underwood2020-06-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | Merge pull request #12630 from Andy2244/samba4-uci-tuningRosen Penev2020-06-28
|\ \ \ \ \ | | | | | | | | | | | | samba4: add new UCI option "enable_extra_tuning"
| * | | | | samba4: add new UCI option "enable_extra_tuning"Andy Walsh2020-06-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new UCI option "enable_extra_tuning" * update template * add config examples for options * fix some access warnings on samba /var dirs Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #12605 from neheb/rsyRosen Penev2020-06-28
|\ \ \ \ \ | | | | | | | | | | | | rsync: update to 3.2.0
| * | | | | rsync: fix ipv6 detectionMaxim Storchak2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | | | | rsync: update to 3.2.1Rosen Penev2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable several options to enable compilation. Simplified several configure options. Remove pointless configure var. Added ssh hinting patch. Some SSH incompatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | jool: downgrade to v4.0.9David Bauer2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jool v4.1.0 suffers from bad offload management as well as broken stateful NAT64 translation. See upstream issues #331 as well as #332 for more information. Downgrade to v4.0.9 until these are ironed out. Tested on: ipq40xx-generic Fixes commit 0a6891feaca4 ("jool: update to v4.1.0") Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | miniupnpd: added libcap-ng dependencyRosen Penev2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As miniupnpd is running as root, libcap(-ng) can be used to limit its capabilities. libcap-ng is very small, so this isn't a problem. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | unbound: add dns assistants on local hostEric Luehrsen2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | unbound: refactor build options to select switchesEric Luehrsen2020-06-27
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two unique packages "Unbound light" and "Unbound heavy" were not working well due to the fact that Unbound is mostly its library. Tools and helpers would crash. Instead a reasonable default Unbound is built. Also up select options like python are added. libevent and libpthreads are options to down select. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | Merge pull request #12611 from neheb/upnRosen Penev2020-06-26
|\ \ \ \ \ | | | | | | | | | | | | miniupnpd: update to 2.1.20200510
| * | | | | miniupnpd: update to 2.1.20200510Rosen Penev2020-06-25
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the newly introduced configure script. Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12620 from blocktrron/jool-v410Rosen Penev2020-06-26
|\ \ \ \ \ | | | | | | | | | | | | jool: update to v4.1.0
| * | | | | jool: update to v4.1.0David Bauer2020-06-26
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile-tested: ipq40xx-generic Run-tested: ipq40xx-generic Signed-off-by: David Bauer <mail@david-bauer.net>
* / / / / https-dns-proxy: re-add conffiles and add description to MakefileStan Grishin2020-06-26
|/ / / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | https-dns-proxy: bugfix: remove eDNS supportStan Grishin2020-06-25
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #12589 from Grommish/masterHannu Nyman2020-06-25
|\ \ \ \ | | | | | | | | | | [OpenConnect] Update to version 8.10 to address CVE-2020-12823
| * | | | [OpenConnect] Update to version 8.10 to address CVE-2020-12823Donald Hoskins2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://nvd.nist.gov/vuln/detail/CVE-2020-12823 Signed-off-by: Donald Hoskins <grommish@gmail.com>
* | | | | tcpreplay: bump to version 4.3.3Alexandru Ardelean2020-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | nextdns: Update to version 1.7.0Olivier Poitrey2020-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | Merge pull request #12516 from rozhuk-im/fbsd_buildRosen Penev2020-06-24
|\ \ \ \ \ | |_|/ / / |/| | | | FreeBSD build fix
| * | | | xtables-addons: FreeBSD build fixRozhuk Ivan2020-06-24
| |/ / / | | | | | | | | | | | | Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>