aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #12400 from EricLuehrsen/masterRosen Penev2020-06-04
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | unbound: suggest matched domain option for dnsmasq link
| * | | | | | | | | | unbound: suggest matched domain option for dnsmasq linkEric Luehrsen2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | | unbound: bump PKG_RELEASEDavid Bauer2020-06-04
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes commit da76aeb24c1b ("unbound: expose interface-auto to UCI") Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | Merge pull request #12395 from tru7/knxdHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | knxd: backport fix for usblowlever.cpp from upstream
| * | | | | | | | | knxd: backport fix for usblowlever.cpp from upstreamOthmar Truniger2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | Merge pull request #12362 from PolynomialDivision/feature/dawn_bumpHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dawn: bump to latest version
| * | | | | | | | | | dawn: bump to latest versionNick Hainke2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - ubus/datastorage: don't repeatedly ask devices for beacon reports if don't support it - uci: fix loading of config - utils/ubus: fix memory leak at blobmsg_format_json - ubus: add local flag to network overview - ubus: fix network overview - network/tcpsocket: make sure every msg is complete before handle - datastorage: refactor to support scalability testing - network/tcpsocket: make sure every msg is complete before handle - ubus: fix network overview - ubus: add local flag to network overview Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | Merge pull request #12333 from stangri/master-simple-adblockHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
| * | | | | | | | | | simple-adblock: bugfix: proper error reporting on failed downloads; lists ↵Stan Grishin2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update script Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | | Merge pull request #12386 from neheb/kismeRosen Penev2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kismet: fix compilation with libcxx 10
| * | | | | | | | | | | kismet: fix compilation with libcxx 10Rosen Penev2020-06-02
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems a bind call is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | unbound: expose interface-auto to UCIDavid Bauer2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposes the interface-auto option to UCI. By default, interface-auto is disabled. This leads to the DNS reply possibly originating from a different address then the request was sent to. Devices with a packet filter might not receive the reply in this case. Enabling interface-auto ensures the reply is sent with the source-address the request was sent to. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | | nmap: fix compilation with libcxx 10Rosen Penev2020-06-03
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems nmap's time header logic is broken. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | net/mosquitto: bump to 1.6.10Karl Palsson2020-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/ Fixes openssl 3.0 support, Minor fixes, nothing standout as applicable specifically to OpenWrt. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | Merge pull request #12373 from dengqf6/ksmbdHannu Nyman2020-06-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ksmbd: update
| * | | | | | | | | | ksmbd-tools: update to 3.2.6DENG Qingfang2020-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | | knxd: bump to upstream version 0.14.38Othmar Truniger2020-06-01
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | Merge pull request #12281 from dl12345/bindRosen Penev2020-05-31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | bind: add nslookup alternative to busybox nslookup
| * | | | | | | | | bind: add nslookup alternative to busybox nslookupIan Cooper2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alternative to busybox nslookup. Busybox throws an error when the host does not have an AAAA record. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | | | | | | | ola: fix compilation with GCC4Rosen Penev2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script confusingly sets CXXFLAGS to gnu++11 but does not use that to check the important stuff. Fix that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12369 from gladiac1337/haproxy-2.1.5Rosen Penev2020-05-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.1.5
| * | | | | | | | | | haproxy: Update HAProxy to v2.1.5Christian Lachner2020-05-31
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h) - Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support. - A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | adblock: update 4.0.5-4Dirk Brenken2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove dumb list cache * start adblock processing after adding/removing list sources via CLI * add regional list source for france Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #12346 from wt/acme_cron_improvementToke Høiland-Jørgensen2020-05-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | acme: remove cron entry on package removal
| * | | | | | | | | | acme: remove cron entry on package removalWren Turkal2020-05-30
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* | | | | | | | | | Merge pull request #12357 from wt/uacme_cron_improvementRosen Penev2020-05-30
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | uacme: remove cron entry on package removal
| * | | | | | | | | uacme: remove cron entry on package removalWren Turkal2020-05-28
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* / / / / / / / / adblock: update 4.0.5-3Dirk Brenken2020-05-30
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix oisd_nl source parser (format has been changed) * enable safesearch support for kresd (ip based) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #12344 from James-TR/pdns-4.2.2-bumpRosen Penev2020-05-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pdns: update to 4.2.2
| * | | | | | | | pdns: update to 4.2.2James Taylor2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates pdns to latest release in the 4.2 series. Full change log for this release is available at: https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | | Merge pull request #12343 from James-TR/pdns-recursor-4.2.2-bumpRosen Penev2020-05-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pdns-recursor: update to 4.2.2
| * | | | | | | | | pdns-recursor: update to 4.2.2James Taylor2020-05-26
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates pdns-recursor to latest release in the 4.2 series. Includes backported fixes for CVE-2020-10995, CVE-2020-12244 and CVE-2020-10030, plus avoid a crash when loading an invalid RPZ. Full change log for this release is available at: https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | | dawn: bump to latest versionNick Hainke2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare DAWN for prometheus-node-exporter by always showing the whole network overview. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | openvswitch: pass KERNEL_MAKE_FLAGS for reproducible buildYousong Zhou2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | openvswitch: rework disabling docs buildYousong Zhou2020-05-27
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed since openvswitch 2.13 commit 2a97891eb23b ("Documentation: Work with sphinx-build for Python 3 also.") The 4th patch was also reworked to serve as another guard Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #12323 from peter-stadler/nginx-util-clangRosen Penev2020-05-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nginx-util: fix issues and cleanup
| * | | | | | | | nginx-util: fix issues and cleanupPeter Stadler2020-05-26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix regex capture (to conform std) * fix issues for Clang/libcxx (warnings/includes) * fix CONFLICTS in the Makefile * use /bin/sh in host scripts and shellcheck them * add callback for setting arguments in ubus::call Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | | nextdns: Update to version 1.6.3Olivier Poitrey2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | | Merge pull request #12280 from sgabe/sslh-transparentRosen Penev2020-05-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sslh: add transparent proxy support
| * | | | | | | | sslh: use tls option instead of deprecated sslGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream will drop support for the ssl option in the next future version. Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | | | | | sslh: add capabilities supportGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile with USELIBCAP=1 to make use of POSIX capabilities. This will save the required capabilities needed for transparent proxying for unprivileged processes. Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | | | | | sslh: add http probe configGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | | | | | sslh: bump package releaseGabor Seljan2020-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | | | | | sslh: add transparent proxy supportGabor Seljan2020-05-24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
* | | | | | | | nextdns: Update to version 1.6.0Olivier Poitrey2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | | Merge pull request #12321 from ja-pa/transmission-fix-initRosen Penev2020-05-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | transmission: init script check syscall list for seccomp
| * | | | | | | transmission: init script check syscall list for seccompJan Pavlinec2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | linuxptp: fix build failurePaulo Machado2020-05-26
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on linux net_tstamp.h. Moreover, the usual way of linuxptp build is looking for system includes unless user defines differently. That also was tried to fix. PKG_RELEASE bumped to 3. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* | | | | | | Merge pull request #12314 from Payne-X6/masterJosef Schlehofer2020-05-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | knot: update to version 2.9.5
| * | | | | | knot: update to version 2.9.5Jan Hak2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patch `03-configure-allow-to-manually-disable-POSIX-capabiliti.patch` that has been backported into release. Signed-off-by: Jan Hak <jan.hak@nic.cz>