Aleksander Morgado
ede1a8221b
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 >
(cherry picked from commit 41552c1cc2 )
2020-05-26 10:28:56 +02:00
Dirk Brenken
15257f5b6d
adblock: limit domain name length
...
* limit domain name length to max. 63 chars
to fix issues with energized sources
Signed-off-by: Dirk Brenken <dev@brenken.org >
(cherry picked from commit 0b6ea12560 )
2020-05-24 21:49:26 +02:00
Dirk Brenken
c8d2ed2cbc
adblock: release 4.0.5
...
* update energized source urls, add ultimate variant
* switch shalla source to http (invalid server certificate)
* add another stevenblack source variant (normal / porn)
* small cornercase fixes
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org >
(cherry picked from commit c9f91ecc47 )
2020-05-23 21:21:54 +02:00
Rosen Penev
a41e068db8
sslh: update to 1.20
...
Fixed maintainer entry.
Added patch fixing compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit ded3ad41b8 )
2020-05-21 17:28:35 -07:00
Josef Schlehofer and Noah Meyerhans
49ac1e8b74
bind: update to version 9.14.12
...
Fixes:
CVE-2020-8616
CVE-2020-8617
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-05-20 11:25:23 -07:00
Yousong Zhou
50148ea080
openvswitch: fix file generation in /etc/modules.d
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
Reported-by: Paul Spooren <mail@aparcar.org >
(cherry picked from commit 1091badd83 )
2020-05-20 23:34:11 +08:00
Josef Schlehofer
828ba37e06
unbound: update to version 1.10.1
...
Fixes:
CVE-2020-12662
CVE-2020-12663
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-05-19 11:28:40 +02:00
Olivier Poitrey
07164dec74
nextdns: Update to version 1.5.8
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io >
2020-05-14 23:41:04 +00:00
Eiji MATSUMOTO and Robby K
0feb9ad314
freeradius3: Fix to init script.
...
To use eap tls, 'tmpdir' must be created before server starts.
This 'tmpdir' is used to store and verify client certificate,
and therefore radiusd do 'chmod go-rwx'.
If 'tmpdir' does NOT exists, server failed to start and default
'tmpdir' is '/tmp/radiusd'. So init script MUST create default
'tmpdir' like other directories.
Signed-off-by: Eiji MATSUMOTO <toudaiman@gmail.com >
2020-05-13 09:45:09 +02:00
Eric Luehrsen
8668e83d51
unbound: update to 1.10.0
...
cherry-pick: f779ef48cd
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2020-05-10 23:45:17 -04:00
Kevin Darbyshire-Bryant and Rosen Penev
2e01dd8382
miniupnpd: make hotplug work again
...
hotplug scripts are sourced not exec'd so #!/bin/sh /etc/rc.common
doesn't pull in the functions defined in /etc/rc.common thus since
'enabled' isn't defined the following sequence always fails:
enabled miniupnpd || exit 0
Unfortunately sourcing /etc/rc.common doesn't appear to work so come up
with some alternatives.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk >
2020-05-10 14:57:29 -07:00
Aleksander Morgado
1c8e2e0c24
modemmanager: release 1.12.10
...
https://lists.freedesktop.org/archives/modemmanager-devel/2020-May/007828.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es >
(cherry picked from commit 3feeacc051 )
2020-05-10 09:27:27 +02:00
Rosen Penev and Aleksander Morgado
cea4fbe30a
modemmanager: fix compilation under uClibc-ng
...
Needs nls.mk as a result of the glib2 change.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 311e2d76bb )
2020-05-10 09:27:12 +02:00
Matthias Schiffer
af5ada4574
wifidog-ng: remove incorrect PKG_BUILD_DIR override
...
As wifidog-ng builds a kernel module, it must use a PKG_BUILD_DIR in
KERNEL_BUILD_DIR instead of BUILD_DIR, otherwise old build artifacts may
be incorrectly reused when switching between different targets of same
architecture without a full clean.
Instead of fixing up the override, just remove it and instead move the
kernel.mk include above package.mk, so PKG_BUILD_DIR is set up correctly
by default.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
(cherry picked from commit 25babf817f )
2020-05-09 14:04:19 +02:00
Rosen Penev and GitHub
b8912fe4e3
Merge pull request #12111 from jefferyto/ddns-scripts-backport-fixes-openwrt-19.07
...
[openwrt-19.07] ddns-scripts: Backport fixes
2020-05-08 14:11:04 -07:00
Jeffery To
b8ce0e9599
ddns-scripts: Increment PKG_RELEASE and internal version number
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2020-05-08 15:47:24 +08:00
Zheng Luo and Jeffery To
9437c31c86
ddns-scripts: cloudflare.com-v4: Fix grep patterns.
...
Related commit: 0080bb4b
Use `\s*` instead of ` \?` to match 0 or multiple spaces.
Signed-off-by: Zheng Luo <cherrotluo@gmail.com >
(cherry picked from commit 88b03577c4 )
2020-05-08 15:43:55 +08:00
Michael Gray and Jeffery To
b7958778ab
ddns-scripts: cloudflare.com-v4: Fix success check for new response format
...
JSON response now has spaces between parameters. Accept this new format and the old one.
Signed-off-by: Michael Gray <michael.gray@lantisproject.com >
(cherry picked from commit 0080bb4bba )
2020-05-08 15:38:17 +08:00
Rosen Penev and Jeffery To
98f12a896a
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 >
(cherry picked from commit bf68826897 )
2020-05-08 15:37:09 +08:00
Rosen Penev and Jeffery To
a6a2c8d139
ddns-scripts: use HTTP for IPv6 dyndns URL
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit da57ac0f39 )
2020-05-08 15:36:45 +08:00
Rosen Penev and Jeffery To
d040b2471c
ddns-scripts: remove HTTPS from dyndns URL
...
HTTPS support is not provided by default.
Also fixed a mistakenly added ].
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit fdfe5a7607 )
2020-05-08 15:36:36 +08:00
Rosen Penev and Jeffery To
ab7dfd76b6
ddns-scripts: use new DDNS URL for dyndns.org
...
https://github.com/openwrt/packages/issues/8360
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit a0fa14360c )
2020-05-08 15:36:23 +08:00
Rosen Penev and Jeffery To
c2943b13f9
ddns-scripts: update ddnss.de response
...
https://github.com/openwrt/packages/issues/8013
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 4128151843 )
2020-05-08 15:35:14 +08:00
Paul Tobias and Jeffery To
4d050bac76
ddns-scripts: Use https for domains.google.com
...
Without https the update fails with:
```
132954 : #> /usr/bin/curl -RsS -o /var/run/ddns/myddns_ipv4.dat --stderr /var/run/ddns/myddns_ipv4.err --noproxy '*' 'http://CENSORED:***PW***@domains.google.com/nic/update?hostname=CENSORED&myip=CENSORED '
132954 : DDNS Provider answered:
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000 ">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://domains.google.com/nic/update?hostname=CENSORED&myip=CENSORED ">here</A>.
</BODY>
</HTML>
132954 ERROR : IP update not accepted by DDNS Provider
```
Signed-off-by: Paul Tobias <tobias.pal@gmail.com >
(cherry picked from commit 21f5cdd2fa )
2020-05-08 15:33:29 +08:00
Algin Maduro
4938c148ca
nextdns: Update to version 1.5.7
...
Signed-off-by: Algin Maduro <1469047+mad-it@users.noreply.github.com >
2020-05-07 23:41:42 +00:00
Stan Grishin
2ce218bdce
vpn-policy-routing: support phys-dev policies
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-05-04 22:47:47 +00:00
Rosen Penev and GitHub
7ac37c1a8e
Merge pull request #12070 from stangri/19.07-vpn-policy-routing
...
[19.07] vpn-policy-routing: bugfix: remove non-ASCII from log; update README
2020-05-03 14:32:53 -07:00
Stan Grishin
9eb229c097
vpn-policy-routing: bugfix: remove non-ASCII from log; update README
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-05-03 19:45:40 +00:00
Stan Grishin
0ae7e11d73
vpnbypass: bugfix: remove non-ASCII from system log; update README
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-05-02 22:35:43 +00:00
Nikos Mavrogiannopoulos
1d5350fb48
openconnect: updated to 8.09
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com >
2020-05-01 19:38:22 +02:00
Nikos Mavrogiannopoulos
b10a73c9a3
ocserv: updated to 1.0.1
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com >
2020-05-01 19:37:18 +02:00
Dirk Brenken
e92ac8abee
travelmate: fix captive portal detection
...
* made captive portal detection more bullet proof, fixes #11990
Signed-off-by: Dirk Brenken <dev@brenken.org >
(cherry picked from commit 1aa4518dfc )
2020-04-29 14:53:53 +02:00
Robby K
28faf9676f
freeradius3: Update to 3.0.21
...
Latest stable release.
Signed-off-by: Robby K <robbyke@gmail.com >
2020-04-28 20:03:51 +02:00
Robby K
cb10971c14
freeradius3: Updated patches/004-fix-target-python-header-detection.patch to remove the rlm_python3 specific changes as it is no longer needed to compile and updated the Makefile to reflect this due to the following change/commit in freeradius:
...
https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3
This is in preparation for the 3.0.21 update.
Signed-off-by: Robby K <robbyke@gmail.com >
2020-04-28 20:03:17 +02:00
Robby K
4c9d290938
freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch in preparation for the 3.0.21 update.
...
Signed-off-by: Robby K <robbyke@gmail.com >
2020-04-28 20:02:37 +02:00
Robby K
fe6f04346f
freeradius3: Fix the ordering in the Makefile.
...
Signed-off-by: Robby K <robbyke@gmail.com >
2020-04-28 20:02:03 +02:00
Florian Eckert and Florian Eckert
0d795d2028
mwan3: fix whitespace issue
...
fixes #11965
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
(cherry picked from commit 3c34b151f6 )
2020-04-28 17:10:32 +02:00
Brian J. Murrell and Florian Eckert
b7959a8d38
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 >
(cherry picked from commit 6721587e8b )
2020-04-28 17:10:32 +02:00
Florian Eckert and Florian Eckert
2ac0a05d6c
mwan3: change license to SPDX compatible identifier
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
(cherry picked from commit 6d638c3e23 )
2020-04-28 17:10:32 +02:00
Florian Eckert and Florian Eckert
928ac2a20a
mwan3: update version to 2.8.2
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
(cherry picked from commit 14dd084662 )
2020-04-28 17:10:32 +02:00
Florian Eckert and Florian Eckert
1ea75a8fa5
mwan3: add httping_ssl option
...
Till now we could only ping http targets on port 80. With this change by
adding the config boolean config option httping_ssl we could also ping
https ping targets on port 443.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
(cherry picked from commit a689e168aa )
2020-04-28 17:10:32 +02:00
Florian Eckert and Florian Eckert
c2cd3f0997
mwan3: fix variable naming
...
The variable IPT is not valid at this point. Set the variable usage to IPT4
fixes this issue.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
(cherry picked from commit 581d7df844 )
2020-04-28 17:10:32 +02:00
Bruno Randolf
aa353e13da
pingcheck: Update and add script directories
...
- Update to version with longer interface names.
- Add /etc/pingcheck/(on|off)line.d/ directories with an example
script. Closes #11263
Signed-off-by: Bruno Randolf <br1@einfach.org >
2020-04-27 16:15:27 +01:00
Hannu Nyman and GitHub
6d9bfa5a88
Merge pull request #11948 from dvtirol/rlm_rest-19.07
...
OpenWrt 19: freeradius3: Support building freeradius3-mod-rest
2020-04-25 09:56:00 +03:00
Tobias Girstmair
742944560c
freeradius3: Support building freeradius3-mod-rest
...
Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at >
2020-04-24 21:22:31 +02:00
Dirk Brenken
ad75f69013
travelmate: refine logical interface selection
...
Signed-off-by: Dirk Brenken <dev@brenken.org >
(cherry picked from commit 9eebb43159 )
2020-04-24 08:34:46 +02:00
Aleksander Morgado
8b46bb9dfa
modemmanager: release 1.12.8
...
https://lists.freedesktop.org/archives/modemmanager-devel/2020-March/007729.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es >
(cherry picked from commit 052d9274ef )
2020-04-23 06:45:39 +02:00
Aleksander Morgado
9c337b7baf
modemmanager: release 1.12.6
...
https://lists.freedesktop.org/archives/modemmanager-devel/2020-February/007713.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es >
(cherry picked from commit d121e270e8 )
2020-04-23 06:45:31 +02:00
Dirk Brenken
a15e7212df
travelmate: release 1.5.4
...
* add 'status_service' as workaround to init for 19.07
* fix 'wifionice' auto-login script
* fix autologin script matching
* change wifi scanning to logical interface name,
no longer use the radio device
Signed-off-by: Dirk Brenken <dev@brenken.org >
(cherry picked from commit 59cca01a23 )
2020-04-22 21:08:34 +02:00
Stan Grishin
c725bb1b4c
simple-adblock: bugfix: start downloads on cold boot
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-04-22 17:46:07 +00:00