Commit graph

6805 commits

Author SHA1 Message Date
Hannu Nyman
2d31b1780d
Merge pull request #12395 from tru7/knxd
knxd: backport fix for usblowlever.cpp from upstream
2020-06-03 18:25:56 +03:00
Hannu Nyman
ebd8d8e4d4
Merge pull request #12362 from PolynomialDivision/feature/dawn_bump
dawn: bump to latest version
2020-06-03 18:24:40 +03:00
Hannu Nyman
ac9c5baabd
Merge pull request #12333 from stangri/master-simple-adblock
simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
2020-06-03 18:21:37 +03:00
Othmar Truniger
726db21424 knxd: backport fix for usblowlever.cpp from upstream
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-03 16:59:25 +02:00
Rosen Penev
ce21a8b488
Merge pull request #12386 from neheb/kisme
kismet: fix compilation with libcxx 10
2020-06-03 07:28:12 -07:00
David Bauer
da76aeb24c unbound: expose interface-auto to UCI
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>
2020-06-03 16:05:52 +02:00
Rosen Penev
5f6f54b851 nmap: fix compilation with libcxx 10
Seems nmap's time header logic is broken.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 10:31:23 +02:00
Nick Hainke
8f2f64b5a1 dawn: bump to latest version
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>
2020-06-03 09:08:20 +02:00
Rosen Penev
c7563f4129
kismet: fix compilation with libcxx 10
Seems a bind call is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:25:43 -07:00
Karl Palsson
2954adab3c net/mosquitto: bump to 1.6.10
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>
2020-06-02 10:27:05 +00:00
Hannu Nyman
8f2162e301
Merge pull request #12373 from dengqf6/ksmbd
ksmbd: update
2020-06-01 21:49:42 +03:00
Othmar Truniger
83d0504585 knxd: bump to upstream version 0.14.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-01 10:08:24 +02:00
DENG Qingfang
27a64f075e ksmbd-tools: update to 3.2.6
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-06-01 11:03:55 +08:00
Rosen Penev
73ba568314
Merge pull request #12281 from dl12345/bind
bind: add nslookup alternative to busybox nslookup
2020-05-31 14:33:23 -07:00
Rosen Penev
8f7687833e
ola: fix compilation with GCC4
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>
2020-05-31 14:01:32 -07:00
Rosen Penev
d8ee5fae31
Merge pull request #12369 from gladiac1337/haproxy-2.1.5
haproxy: Update HAProxy to v2.1.5
2020-05-31 13:59:09 -07:00
Christian Lachner
169a431273 haproxy: Update HAProxy to v2.1.5
- 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>
2020-05-31 20:32:24 +02:00
Dirk Brenken
ab44d8146a
adblock: update 4.0.5-4
* 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>
2020-05-31 18:28:27 +02:00
Toke Høiland-Jørgensen
f785b219cd
Merge pull request #12346 from wt/acme_cron_improvement
acme: remove cron entry on package removal
2020-05-31 12:24:50 +02:00
Wren Turkal
54a6593b6f acme: remove cron entry on package removal
Previously, the cron config was not removed on uninstall. This change fixes
that.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-05-30 22:51:14 -07:00
Rosen Penev
a79588dc3b
Merge pull request #12357 from wt/uacme_cron_improvement
uacme: remove cron entry on package removal
2020-05-30 16:18:12 -07:00
Dirk Brenken
7f6763359c
adblock: update 4.0.5-3
* fix oisd_nl source parser (format has been changed)
* enable safesearch support for kresd (ip based)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-05-30 06:10:59 +02:00
Wren Turkal
953702ad30 uacme: remove cron entry on package removal
Previously, the cron config was not removed on uninstall. This change fixes
that.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-05-28 22:36:20 -07:00
Rosen Penev
cf6f72d542
Merge pull request #12344 from James-TR/pdns-4.2.2-bump
pdns: update to 4.2.2
2020-05-27 17:43:41 -07:00
Rosen Penev
79664cec4f
Merge pull request #12343 from James-TR/pdns-recursor-4.2.2-bump
pdns-recursor: update to 4.2.2
2020-05-27 17:43:30 -07:00
Nick Hainke
79e3889cf3 dawn: bump to latest version
Prepare DAWN for prometheus-node-exporter by always showing the whole
network overview.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-05-27 17:42:03 +02:00
James Taylor
15264ff156 pdns: update to 4.2.2
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>
2020-05-27 13:13:13 +00:00
Yousong Zhou
26291bba4e openvswitch: pass KERNEL_MAKE_FLAGS for reproducible build
Reported-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-05-27 16:38:56 +08:00
Yousong Zhou
931ff98633 openvswitch: rework disabling docs build
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>
2020-05-27 16:38:56 +08:00
Stan Grishin
901159b8c7 simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-05-27 00:25:57 +00:00
Rosen Penev
c94ded697b
Merge pull request #12323 from peter-stadler/nginx-util-clang
nginx-util: fix issues and cleanup
2020-05-26 13:12:22 -07:00
Olivier Poitrey
711983118d nextdns: Update to version 1.6.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-05-26 19:31:26 +00:00
Rosen Penev
413b7dced7
Merge pull request #12280 from sgabe/sslh-transparent
sslh: add transparent proxy support
2020-05-26 11:17:38 -07:00
Gabor Seljan
46c253dfca sslh: use tls option instead of deprecated ssl
Upstream will drop support for the ssl option in the next future version.

Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 20:02:15 +02:00
Gabor Seljan
f3aaffdd6f sslh: add capabilities support
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>
2020-05-26 19:59:24 +02:00
Gabor Seljan
4950a37797 sslh: add http probe config
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 19:58:35 +02:00
Olivier Poitrey
76b7f669d4 nextdns: Update to version 1.6.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-05-26 17:58:23 +00:00
Rosen Penev
51bd6dd25b
Merge pull request #12321 from ja-pa/transmission-fix-init
transmission: init script check syscall list for seccomp
2020-05-26 10:19:30 -07:00
Peter Stadler
2d359a4556 nginx-util: fix issues and cleanup
* 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>
2020-05-26 18:36:03 +02:00
Ian Cooper
4cb5aa57fd
bind: add nslookup alternative to busybox nslookup
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>
2020-05-26 16:48:52 +01:00
Paulo Machado
5f64b2d1e4 linuxptp: fix build failure
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>
2020-05-26 16:29:39 +01:00
James Taylor
490157fe2a pdns-recursor: update to 4.2.2
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>
2020-05-26 13:31:48 +00:00
Josef Schlehofer
49e01721ed
Merge pull request #12314 from Payne-X6/master
knot: update to version 2.9.5
2020-05-26 14:21:48 +02:00
Jan Hak
9d81b6e4ca knot: update to version 2.9.5
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>
2020-05-26 14:19:44 +02:00
Jan Pavlinec
a6bffd306f
transmission: init script check syscall list for seccomp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-05-26 14:16:40 +02:00
Rosen Penev
e8c831e236
Merge pull request #12296 from neheb/trans
transmission: update to 3.0
2020-05-26 02:05:40 -07:00
Kevin Darbyshire-Bryant
295d77943c miniupnpd: improve hotplug & interface handling
The existing interface selection/detection code was incomprehensible at
worst and convoluted at best.  The uci config file suggested it
understood an external ipv6 interface but in reality the init script
took no notice.  Re-work it so it is at least comprehendible and takes
notice of ipv6 interface details if specified.

Update the hotplug script to use the same interface selection/detection
code as the init script and take note of ipv6 interface selection, only
restarting miniupnpd on interface up events and only if that interface
isn't already known (for that ip class) by miniupnpd.

For me this has solved numerous 'flaky' startup problems, especially
with regard to ipv6.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-05-25 22:49:03 +01:00
Rosen Penev
f6d03d06fd
Merge pull request #12302 from aleksander0m/aleksander/mm-mtu
modemmanager: set interface MTU based on bearer settings
2020-05-25 12:08:17 -07:00
Gabor Seljan
888c580605 sslh: bump package release
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-25 17:25:29 +02:00
Aleksander Morgado
41552c1cc2 modemmanager: set interface MTU based on bearer settings
Using the same method used by other protocol handlers like uqmi.

Fixes https://github.com/openwrt/packages/issues/11383

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-05-25 15:35:50 +02:00