aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* | | | Merge pull request #12559 from zhaojh329/wifidog-ngRosen Penev2020-06-23
|\ \ \ \ | | | | | | | | | | wifidog-ng: remove package
| * | | | wifidog-ng: remove packageJianhui Zhao2020-06-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | Merge pull request #12547 from neheb/torrRosen Penev2020-06-23
|\ \ \ \ \ | | | | | | | | | | | | tor: remove libssp hack
| * | | | | tor: remove libssp hackRosen Penev2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not seem to be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12542 from neheb/opensRosen Penev2020-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: always enable stackprotect option
| * | | | | | openssh: always enable stackprotect optionRosen Penev2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes to OpenWrt's libssp support. It seems this workaround is no longer needed. Simplified the configure script slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12533 from TDT-AG/pr/20200617-mwan3Florian Eckert2020-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3: improvements
| * | | | | | | mwan3: update version to 2.8.7Florian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | mwan3: set status to unknown in rpcd if status file not foundFlorian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the status file is not found then set then return the value unknown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | mwan3: switch to procd init scriptFlorian Eckert2020-06-17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the procd handling for mwan3 on config change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | overture: update to 1.6.1Huangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | lighttpd: Add subpackage containing authn_pam moduleMichal Hrusecky2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new subpackage containing pam authentication module. Shouldn't affect dependencies and nothing changes, there is just one more module enabled for people interested in it. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | | | | | Shorewall6: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall6-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-core: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>