aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | nextdns: Update to version 1.8.3Olivier Poitrey2020-09-10
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | bwping: update to version 2.0Oleg Derevenetz2020-09-09
| | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | acme: Make sure we don't handle the same listener twiceToke Høiland-Jørgensen2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a daemon listens on multiple addresses at once, it'll show up multiple times in get_listeners() which will clobber the config for uhttpd. Fix this by skipping subsequent handlings of the same daemon binary. Fixes #13325. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | haproxy: Update HAProxy to v2.2.3Christian Lachner2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | Merge pull request #13335 from rs/nextdns-1.8.2-masterRosen Penev2020-09-08
|\ \ \ \ | |/ / / |/| | | nextdns: Update to version 1.8.2
| * | | nextdns: Update to version 1.8.2Olivier Poitrey2020-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #13340 from farmergreg/patch-1Rosen Penev2020-09-08
|\ \ \ \ | | | | | | | | | | safe-search: duckduckgo.com new ip address
| * | | | safe-search: duckduckgo.com new ip addressGreg Dietsche2020-09-08
| |/ / / | | | | | | | | | | | | | | | | | | | | Update to 40.89.244.237 which is the new IP address that duckduckgo.com is using for safe-search. Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
* / / / frr: fix running on mips (again)Lucian Cristian2020-09-08
|/ / / | | | | | | | | | | | | | | | add mips fix missed on version upgrade Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #13299 from ja-pa/dnstapRosen Penev2020-09-07
|\ \ \ | | | | | | | | dnstap: add new package
| * | | dnstap: add new packageJan Pavlinec2020-09-07
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13326 from Ansuel/ngixfixallHannu Nyman2020-09-07
|\ \ \ \ | | | | | | | | | | nginx: fix broken all-module variant
| * | | | 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