aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* treewide: add conffilesHuangbin Zhan2020-07-07
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* Merge pull request #12735 from mstorchak/rsync-3.2.2Rosen Penev2020-07-06
|\ | | | | rsync: update to 3.2.2
| * rsync: update to 3.2.2Maxim Storchak2020-07-06
| | | | | | | | | | | | Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | modemmanager: bump to 1.14.0Nicholas Smith2020-07-06
|/ | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* Merge pull request #12709 from m01/bugfix-mwan3-config-loadFlorian Eckert2020-07-06
|\ | | | | mwan3: Fix mwan3 start not doing anything
| * mwan3: Fix mwan3 start not doing anythingMichiel Blokzijl2020-07-03
| | | | | | | | | | | | | | | | | | Due to a missing config load function call, mwan3 start runs ifup for an empty list of interfaces, thus not calling ifup at all. This commit introduces the missing config_load call. Signed-off-by: Michiel Blokzijl <code@m01.eu>
* | Merge pull request #12682 from jonathanunderwood/stubby-0.3.0Rosen Penev2020-07-05
|\ \ | | | | | | stubby: update to version 0.3.0
| * | stubby: update to version 0.3.0Jonathan G. Underwood2020-07-01
| | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | Merge pull request #12586 from tiagogaspar8/bind-update-9-16-4Josef Schlehofer2020-07-05
|\ \ \ | | | | | | | | bind: update to 9.16.4
| * | | bind: update to 9.16.4Tiago Gaspar2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update fixes the following CVE's: - CVE-2020-8618 - CVE-2020-8619 More info on bug fixes and feature changes in: https://downloads.isc.org/isc/bind9/9.16.4/doc/arm/html/notes.html Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | Merge pull request #12718 from Grommish/masterRosen Penev2020-07-04
|\ \ \ \ | | | | | | | | | | [Snort3/Snort+] Fix Big-Endian compile issues
| * | | | [Snort3/Snort+] Fix Big-Endian compile issuesDonald Hoskins2020-07-04
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Donald Hoskins <grommish@gmail.com>
* | | | Merge pull request #12338 from alinnastac/rtsp-pb_disconRosen Penev2020-07-04
|\ \ \ \ | | | | | | | | | | xtables-addons: fix RTSP helper support for client_port=x/y Transport…
| * | | | xtables-addons: fix RTSP helper support for client_port=x/y Transport attributeAlin Nastac2020-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | Merge pull request #12692 from qweaszxcdf/openfortivpnRosen Penev2020-07-04
|\ \ \ \ \ | | | | | | | | | | | | openfortivpn: Remove pingcheck and use l3_device instead
| * | | | | openfortivpn: bump PKG_RELEASERyan Shi2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Shi <qweaszxcdfsh@gmail.com>
| * | | | | openfortivpn: Remove pingcheck and use l3_device insteadRyan Shi2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Shi <qweaszxcdfsh@gmail.com>
* | | | | | Merge pull request #12603 from neheb/osshRosen Penev2020-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: update to 8.3p1
| * | | | | | openssh: update to 8.3p1Rosen Penev2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed outdated options. Small bashism fix in the init script. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12510 from neheb/gitRosen Penev2020-07-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | git: update to 2.27.0
| * | | | | | | git: update to 2.27.0Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added license information. Small rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12697 from Andy2244/samba-4_12_5Rosen Penev2020-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | samba4: update to 4.12.5
| * | | | | | | | samba4: update to 4.12.5Andy Walsh2020-07-03
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.12.5 * fixes CVE-2020-10730, CVE-2020-10745, CVE-2020-10760, CVE-2020-14303 * add fix-musl_missing__nss_buflen_passwd.patch * remove fixed tirpc include * add extra CONFIGURE_VARS (XSLTPROC=false, WAF_NO_PREFORK=1) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #12696 from neheb/ntaRosen Penev2020-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | netatalk: fix compilation with GCC10
| * | | | | | | | netatalk: fix compilation with GCC10Rosen Penev2020-07-02
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream patch: https://github.com/Netatalk/Netatalk/pull/125 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12702 from neheb/davfRosen Penev2020-07-03
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | davfs2: fix compilation with GCC10
| * | | | | | | davfs2: fix compilation with GCC10Rosen Penev2020-07-02
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | | shadowsocks-libev: fix compilation with GCC10Rosen Penev2020-07-03
|/ / / / / / | | | | | | | | | | | | | | | | | | 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>