aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | nginx: fix broken all-module variantAnsuel Smith2020-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The creation of the dummy package nginx creates some problem with dependency detection for the all-module variant. Reorganize the dependency and compile nginx before the the sub-variant. Fixes #13275 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #13323 from Ansuel/ubusupHannu Nyman2020-09-07
|\ \ \ \ \ | |_|/ / / |/| | | | nginx: update ubus module to fix SIGSEGV
| * | | | nginx: update ubus module to fix SIGSEGVAnsuel Smith2020-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump relase - Bump nginx_ubus_module version Fixes #13314 Reported-by: Chen Minqiang <ptpt52@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | unbound: improve odhcpd rapid update robustnessEric Luehrsen2020-09-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | Merge pull request #13298 from ja-pa/unbound-dnstapRosen Penev2020-09-04
|\ \ \ \ \ | | | | | | | | | | | | unbound: add option for dnstap support
| * | | | | unbound: add option for dnstap supportJan Pavlinec2020-09-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | freeradius3: fix hostname invocation in radtestAlexey Dobrovolsky2020-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canonical radtest start results in an error: $ radtest bob hello localhost 0 testing123 /usr/bin/radtest: line 1: hostname: not found (0) Error parsing "stdin": Failed to get value hostname command is not present in OpenWrt. Instead, hostname can be obtained from file /proc/sys/kernel/hostname. added: 004-get-hostname-from-proc-in-radtest.patch Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | | | | freeradius3: enable radtest utilityAlexey Dobrovolsky2020-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | radtest utility is used in many manuals to check the operation of radius server. At the moment all parameters must be specified at startup, for example: $ radtest bob hello localhost 0 testing123 0 localhost Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | | | | Merge pull request #13285 from Ansuel/ubusupRosen Penev2020-09-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | | nginx: refresh nginx-ubus-module version
| * | | | | nginx: refresh nginx-ubus-module versionAnsuel Smith2020-09-03
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fix a compilation bug for nginx ubus module. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #13286 from PolynomialDivision/updatedawnRosen Penev2020-09-03
|\ \ \ \ \ | | | | | | | | | | | | dawn: bump version
| * | | | | dawn: bump versionNick Hainke2020-09-03
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | The rrm_nr_get_own call was not parsed correctly. Signed-off-by: Nick Hainke <vincent@systemli.org>
* / / / / adblock: refresh blocklist sourcesDirk Brenken2020-09-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename 'smarttv' to 'smarttv_tracking' * added 'firetv_tracking' and 'android_tracking' (thanks @panache67) * added 'gaming' (thanks @hasanlo in openwrt forum) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | strongswan: bump to 5.9.0Stijn Tintel2020-09-02
| | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #13281 from adschm/libreswan414Rosen Penev2020-09-02
|\ \ \ \ | | | | | | | | | | libreswan: drop support for kernel 4.14
| * | | | libreswan: drop support for kernel 4.14Adrian Schmutzler2020-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for kernel 4.14 has been dropped in main repo, so remove it here as well. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | | | openvswitch: remove support for kernel 4.14 and 4.9Adrian Schmutzler2020-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for kernel 4.14 has been removed in main repo, so drop the dependencies here as well (and those for even older 4.9). Also drop a patch that is required only for 4.14 and lower. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | | | Merge pull request #13267 from adschm/k414Hannu Nyman2020-09-02
|\ \ \ \ \ | |/ / / / |/| | | | sqm-scripts: depend directly on kmod-sched-cake again
| * | | | sqm-scripts: depend directly on kmod-sched-cake againAdrian Schmutzler2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since support for kernel 4.14 has been removed, kmod-sched-cake-oot is gone, and the kmod-sched-cake-virtual package is not needed anymore. This effectively reverts 9114244fbd1b ("sqm-scripts: Switch sch_cake dependency to new virtual package") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | | | knot: update to version 2.9.6Jan Hak2020-09-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | Merge pull request #13262 from neheb/ksmRosen Penev2020-09-01
|\ \ \ \ \ | | | | | | | | | | | | kismet: fix compilation under uClibc-ng and GCC10
| * | | | | kismet: fix compilation under uClibc-ng and GCC10Rosen Penev2020-08-31
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | iputils: update to 20200821Noah Meyerhans2020-09-01
| |/ / / |/| | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | autossh: switch to procdJan Pavlinec2020-08-31
| |/ / |/| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | python: Use locked for host pipJeffery To2020-08-31
| | | | | | | | | | | | | | | | | | | | | This also removes PKG_BUILD_PARALLEL:=0 that was added for packages that use HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | mstpd: fix compilation with uClibc-ngRosen Penev2020-08-31
|/ / | | | | | | | | | | bcopy/bzero are no longer available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13227 from neheb/slhhRosen Penev2020-08-30
|\ \ | | | | | | sslh: update to 1.21c
| * | sslh: update to 1.21cRosen Penev2020-08-27
| | | | | | | | | | | | | | | | | | Refresh patches. Remove now pointless format patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13253 from liudf0716/apfree-wifidogRosen Penev2020-08-30
|\ \ \ | | | | | | | | apfree-wifidog: update to 4.08.1771
| * | | apfree-wifidog: update to 4.08.1771Dengfeng Liu2020-08-31
| | | | | | | | | | | | | | | | Signed-off-by: Dengfeng Liu <dfliuc@isoftstone.com>
* | | | Merge pull request #13223 from mikebaz/masterStijn Tintel2020-08-30
|\ \ \ \ | | | | | | | | | | strongswan: add left and mark configuration to UCI
| * | | | strongswan: add left and mark configuration to UCIMichael C. Bazarewsky2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit allows for UCI configuration of the "left=" and the "mark=" values in a StrongSwan IPSec connection. This improves VTI support and allows certain stricter connection scenarios. Signed-off-by: Michael C. Bazarewsky <github@bazstuff.com>
* | | | | Merge pull request #13221 from yousong/ocNikos Mavrogiannopoulos2020-08-30
|\ \ \ \ \ | | | | | | | | | | | | openconnect: allow disable dtls with bool option no_dtls
| * | | | | openconnect: allow disable dtls with bool option no_dtlsYousong Zhou2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openconnect may emit following error logs every minute when negotiating with deployments forbidding usage of dtls Thu Aug 27 04:11:59 2020 daemon.notice openconnect[12024]: DTLS handshake failed: Error in the push function. Thu Aug 27 04:11:59 2020 daemon.notice openconnect[12024]: (Is a firewall preventing you from sending UDP packets?) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | | openconnect: break each var into its own line in orderYousong Zhou2020-08-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | For easier review Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | / / / isc-dhcp: add support for RFC-3442 classless IPv4 routesPhilip Prindeville2020-08-28
| |/ / / |/| | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | lftp: update to 4.9.2Rosen Penev2020-08-27
| |/ / |/| | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13218 from neheb/waveRosen Penev2020-08-27
|\ \ \ | | | | | | | | wavemon: fix compilation with glibc
| * | | wavemon: fix compilation with glibcRosen Penev2020-08-26
| | | | | | | | | | | | | | | | | | | | | | | | -lpthread is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13220 from aaronjg/openfortivpn/config-varname-fixRosen Penev2020-08-27
|\ \ \ \ | |_|/ / |/| | | openfortivpn: use more standard config option names
| * | | openfortivpn: use more standard config option namesAaron Goodman2020-08-26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | change 'server' to 'peeraddr' change 'iface_name' to 'tunlink' fix some indentation issues Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | ovn: include ovn-appctlYousong Zhou2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Required by ovn-ctl for stopping ovn ovsdb instances This utility was introduced since 20.03.0 after the project was maintained in its own repo Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | curl: add optional zlib supportTony Butler2020-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package libcurl is missing dependencies for the following libraries: libzstd.so.1 Previous patch by Hans Dedecker <dedeckeh@gmail.com> took the easy way out :) Suggested-by: Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Tony Butler <spudz76@gmail.com> [fixed title] Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | curl: Use wolfssl by defaultHauke Mehrtens2020-08-26
| | | | | | | | | | | | | | | | | | | | | | | | Instead of using mbedtls by default use wolfssl. We now integrate wolfssl in the default build so use it also as default ssl library for curl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | curl: Fix build with wolfsslHauke Mehrtens2020-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a commit from upstream curl to fix a problem in configure with wolfssl. checking size of time_t... configure: error: cannot determine a size for time_t Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | curl: add package (previously in base)Paul Spooren2020-08-26
|/ / | | | | | | | | | | | | Move package over from openwrt.git based on the Hamburg 2019 decision that non essential packages should be maintained in packages.git Signed-off-by: Paul Spooren <mail@aparcar.org>
* | dawn: bump versionNick Hainke2020-08-26
| | | | | | | | | | | | | | Includes: - datastorage: fix hearingmap not synced Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #13139 from aaronjg/openfortivpn/ppp-netifd-fixRosen Penev2020-08-25
|\ \ | | | | | | openfortivpn: fix routes passed to netifd
| * | openfortivpn: fix routes passed to netifdAaron Goodman2020-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The openfortivpn routes are a bit different than the standard ppp routes so we need to handle them with a custom ppp-up script. Gateway should not be set, and src should be set to the PPP local ip address. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | ovn: bump to version 20.06.2Yousong Zhou2020-08-25
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>