Commit graph

6410 commits

Author SHA1 Message Date
Hannu Nyman
058c9b84a8
Merge pull request #11209 from G-M0N3Y-2503/feature_https-dns-proxy
https-dns-proxy: Reapply overwritten commit / merge
2020-03-14 08:28:17 +02:00
Daniel Golle
5eccf7e582 Revert "transmission: mount /etc/resolv.conf in jail"
This reverts commit 9778e2f66f.
/etc/resolv.conf is now mounted by default by procd/ujail.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-13 20:09:21 +01:00
Brian J. Murrell
6721587e8b mwan3: Ping IPv6 hosts using address not interface
Pinging IPv6 hosts using an interface as a source specifier seems
troublesome.  See https://bugs.openwrt.org/index.php?do=details&task_id=2897
for more detail.

Use the desired source interface's IP address instead.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2020-03-13 15:24:57 +01:00
Stan Grishin
5b03da037a https-dns-proxy: shellcheck & beautify
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-03-13 21:31:02 +10:00
Daniel Golle
9778e2f66f transmission: mount /etc/resolv.conf in jail
transmission needs to have name resolution to be able to resolve
the trackers' hostnames.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-12 21:19:05 +01:00
Gerard Ryan
3d9b512685 https-dns-proxy: Update for reverted commit
* Reapplied daf538d8c6
* Updated README
* Replaced the ipv4_resolvers option with a ipv6_resolvers_only option

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-12 19:03:06 +10:00
Rosen Penev
aa140fbf3d
Merge pull request #11541 from neheb/jjjj
softethervpn: disable PIC
2020-03-10 20:29:20 -07:00
David Bauer
5feeeb69c9 siit: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:50:22 +01:00
David Bauer
b2df633444 wifidog-ng: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:49:30 +01:00
David Bauer
a9ebaa07da jool: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:49:04 +01:00
Gerard Ryan
093aa472c8 https_dns_proxy: Added optional ipv4 resolvers
* Added optional ipv4 resolvers UCI config option
* Added logging to logd
* Refactored verbosity UCI config option
* Filtered out any address from being added to dnsmasq

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-10 18:48:05 +10:00
Rosen Penev
b8b4e7e269
softethervpn: disable PIC
Compilation is broken on AArch64.

Reordered some things for consistency between packages.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 13:53:17 -07:00
Jan Hak
87d6c26c73 knot: update to version 2.9.3
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2020-03-09 14:53:40 +01:00
Daniel Golle
3724ed3d68 transmission: add syscalls to seccomp filter
Syscalls observered when running on arm32. Add them to seccomp rule.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-08 17:43:03 +01:00
Othmar Truniger
bd7173e79b linknx: bump to version 0.0.1.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-03-08 14:57:47 +01:00
W. van den Akker
0bbd8965e7
Shorewall6: Bump to 5.2.3.7.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-07 10:28:11 +01:00
W. van den Akker
f005796a89
Shorewall: Bump to 5.2.3.7.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-07 10:27:19 +01:00
W. van den Akker
30176b606b
Shorewall6-lite: Bump to 5.2.3.7.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-07 10:19:23 +01:00
W. van den Akker
6123a332d7
Shorewall-lite: Bump to 5.2.3.7.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-07 10:17:55 +01:00
W. van den Akker
b5b90f74e5
Shorewall-core: Bump to 5.2.3.7.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-07 10:16:15 +01:00
Rosen Penev
11fa1572e3 jool: update to 4.0.7
Adds support for kernel 5.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-06 18:16:58 +01:00
Florian Eckert
7b552f298e keepalived: fix building with disable libipvs dynamic
Backport of upstream staging commit to fix compilation issue with x86_64 as
ppc64le build hosts.
42c020aab6

This fixes #10642.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-03-05 11:53:40 +01:00
Jonathan Elchison
2ba6546dd8 squid: fix 'localhet' typo in squid.conf
Signed-off-by: Jonathan Elchison <JElchison@Gmail.com>
2020-03-04 11:12:28 -08:00
Jo-Philipp Wich
35a40d72e0
Merge pull request #11468 from dengqf6/xt-3.9
xtables-addons: update to 3.9, fix build on kernel 5.4
2020-03-04 10:26:16 +01:00
Rosen Penev
647bacd46b linknx: convert to procd
Removed options UCI parameter. It's not terribly useful. Most of the
parameters can be replaced with procd functionality. procd also demands
processes to run in the foreground.

Removed -fno-builtin. It seems to be a legacy option.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-03 11:38:46 -08:00
Helge Mader
6655654467 bonding: add missing policies
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-03-03 11:28:43 +01:00
Karl Palsson
b83a0e5044 mosquitto: bump to 1.6.9
Full changelog: https://mosquitto.org/blog/2020/02/version-1-6-9-released/

Nothing of particular relevant to OpenWrt, just general fixes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-03-02 10:53:50 +00:00
Toke Høiland-Jørgensen
b0aea95240
Merge pull request #11462 from yousong/sqm
sqm-scripts: luci-app-sqm: init ucitrack with uci-defaults
2020-03-01 18:35:12 +01:00
Josef Schlehofer
3e0e16ec75 git: update to version 2.25.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-03-01 15:17:49 +01:00
DENG Qingfang
a6cd4eed98 xtables-addons: update to 3.9
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-01 20:55:20 +08:00
DENG Qingfang
7ffa08b44d xtables-addons: fix packetscript build with 5.3
Use skb_ensure_writable instead

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-01 20:55:10 +08:00
DENG Qingfang
4ea6c0065c xtables-addons: update rtsp extension
57394bc Fix build with Linux 5.3
b95d68c Use uint for module parameter type for setup_timeout, remove -ve check

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-01 20:48:31 +08:00
Yousong Zhou
db8fa4b326 sqm-scripts: luci-app-sqm: init ucitrack with uci-defaults
To avoid build failure when luci-app-sqm is selected as builtin where
the ipk will be installed on build machine

While at it, switch to using $(MAKE) instead of plain "make"

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-01 13:53:19 +08:00
Rosen Penev
19db7c08cc
ddns-scripts: bump package version
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-28 15:33:46 -08:00
Rosen Penev
bf68826897
ddns-scripts: fix logging bug
Fixes issue #11282, this patch was provided by PaulFertser on the #openwrt
IRC.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-28 15:33:05 -08:00
Rosen Penev
28bbf80273
Merge pull request #11444 from neheb/stb
stubby: fix init script
2020-02-28 15:19:05 -08:00
Michael Heimpold
2600255ecb u2pnpd: update to 0.5
This update fixes #11452 since LFS detection support was added upstream.
While at, update SPDX license tag to latest standard.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-28 22:24:04 +01:00
Rosen Penev
aa58b13013
Merge pull request #11416 from Borromini/master
Unbound: update to 1.10.0
2020-02-27 14:17:29 -08:00
Rosen Penev
434ede2ec1
Merge pull request #11433 from lucize/libreup
libreswan: update to 3.30
2020-02-27 13:26:09 -08:00
Rosen Penev
635c30b8a4
Merge pull request #11450 from TDT-AG/pr/20200227-keepalived
keepalived: update version to 2.0.20
2020-02-27 12:56:08 -08:00
Rosen Penev
c164b2087e
Merge pull request #11451 from jow-/cgi-io-fix-uclibc
cgi-io: fix compilation against uClibc
2020-02-27 12:51:39 -08:00
Rosen Penev
7decc0dcf6
Merge pull request #11449 from neheb/addrw
addrwatch: update to 1.0.2
2020-02-27 12:48:33 -08:00
Jo-Philipp Wich
ed965cf16f cgi-io: fix compilation against uClibc
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-27 12:38:15 +01:00
Florian Eckert
e48a43f924 keepalived: update version to 2.0.20
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-27 12:26:59 +01:00
Rosen Penev
f1a7d509b5
addrwatch: update to 1.0.2
Switch to standard tarball to avoid autoreconfig.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Add PKG_INSTALL for consistency with other packages.

Removed upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 21:02:20 -08:00
Rosen Penev
9b171165a4
ola: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:28:17 -08:00
Rosen Penev
b95699c647
stubby: fix init script
The configuration file was not being generated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 19:49:08 -08:00
Rosen Penev
513513c4d0
Merge pull request #11434 from lucize/frrup
frr: update to 7.3
2020-02-26 10:05:35 -08:00
Lucian Cristian
684b68a8fd frr: update to 7.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-26 18:27:38 +02:00
Karl Palsson
0798a11fad pagekite: add simple websockets and update syntax
Syntax now matches preferred upstream style.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00