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
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
Karl Palsson
88fb4ac6b7
pagekite: avoid redundant information in syslog
...
Patch from upstream: 7b45878185
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Karl Palsson
af84a226f0
pagekite: bump to v0.91.200218
...
pings the front ends less aggressively, reducing cpu usage on the host.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Nikos Mavrogiannopoulos
f61be91299
ocserv: updated to 0.12.6
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-26 05:58:54 +01:00
Lucian Cristian
f37d1b698d
libreswan: update to 3.30
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-25 22:49:52 +02:00
Rosen Penev
eaf5225323
stubby: makefile and init script cleanup
...
Reordered Makefile according to
https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 .
Added PKG_BUILD_PARALLEL for faster compilation.
Remove duplicated conffiles section.
Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere
Run init script through shellcheck and clean it up.
Added chmod for the stubby config file, to fix a LuCI issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-24 16:26:12 -08:00
Daniel Bermond
b1aed107b6
samba4: bring back the fix to build with parallel jobs
...
Fixes #11417
The fix was implemented in commit 710700c
and was later removed in
commit c50c583
.
Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2020-02-23 19:07:52 +00:00
Stijn Segers
839c2e3cae
unbound: enable ipset support for the unbound-daemon-heavy variant.
...
This patch enables ipset support in the unbound-daemon-heavy variant. See [1] for
instructions on how to use it.
Also fix a minor typo in the libunbound-light description.
[1] https://github.com/NLnetLabs/unbound/pull/28
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
2020-02-23 16:03:37 +01:00
Stijn Segers
f779ef48cd
Unbound: update to 1.10.0
...
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
2020-02-23 12:02:26 +01:00
Hannu Nyman
9c64725f3f
Merge pull request #11414 from wfleurant/ygg-bump-0-3-13
...
yggdrasil: bump to 0.3.13
2020-02-23 16:40:47 +07:00
Rosen Penev
90135f75e4
Merge pull request #11408 from tru7/knxd
...
knxd: bump to version 0.14.31
2020-02-23 01:15:39 -08:00
Othmar Truniger
9db03d90c2
knxd: bump to version 0.14.31
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-02-23 09:50:47 +01:00
Hannu Nyman
484f12874d
Merge pull request #11411 from rs/nextdns-1.4.33
...
nextdns: Update to version 1.4.33
2020-02-23 14:36:12 +07:00
William Fleurant
0642927d5d
yggdrasil: bump to 0.3.13
...
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2020-02-22 22:31:04 -05:00
Olivier Poitrey
bc97902cf3
nextdns: Update to version 1.4.33
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-02-22 16:34:51 -08:00
Josef Schlehofer
e5928b372d
lighttpd: update to version 1.4.55
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-22 21:54:45 +01:00
Jo-Philipp Wich
4f4a7e9532
cgi-io: use O_TMPFILE for uploads and attempt to directly link target file
...
Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the
file in place using linkat(). Only fall back to the old file copy when
linking the tempfile fails.
Avoids double memory use if both the temporary upload file and the
destination file are located in /tmp.
Ref: https://github.com/openwrt/luci/issues/3654
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-22 18:17:33 +01:00
Kimmo Vuorinen
e7088fe82c
sshtunnel: init script improvements
...
* Fix for OpenSSH pickiness about argument order to be able to use
tap devices.
* Allow tun/tap devices to be used from index 0 as demonstrated in
example config.
* Change arithmetic expressions.
Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
2020-02-20 09:04:33 +01:00
Rosen Penev
fe71eacbc6
geth: update to 1.9.11
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 19:37:43 -08:00
Rosen Penev
ef8ee4f94f
Merge pull request #11257 from jefferyto/python3-django1
...
django1: Rename django1-restframework, add python3-django1
2020-02-18 19:52:00 -08:00
David Bauer
a1a8f74368
jool: compile common module first
...
Compile the common module first, as otherwise the dependency on the
jool-common module is not detected.
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-19 00:57:02 +01:00
Rosen Penev
288fcd89b1
Merge pull request #10031 from neheb/htt
...
apache: fix compilation without deprecated OpenSSL APIs
2020-02-18 15:18:33 -08:00
Rosen Penev
309e708a7d
Merge pull request #11344 from neheb/abaskat3ra321
...
sslh: update to 1.20
2020-02-18 15:03:26 -08:00
Rosen Penev
c9b35dfbac
Merge pull request #11380 from wvdakker/master
...
Shorewall: Bump to 5.2.3.6
2020-02-18 14:50:26 -08:00
W. van den Akker
d4fe9302c5
Shorewall6: Bump to version 5.2.3.6
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:16:51 +01:00
W. van den Akker
dafd5cb21a
Shorewall: Bump to version 5.2.3.6
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:15:49 +01:00
W. van den Akker
37b932d102
Shorewall6-lite: Bump to version 5.2.3.6
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:14:56 +01:00
W. van den Akker
7d806ec024
Shorewall-lite: Bump to version 5.2.3.6
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:14:16 +01:00
W. van den Akker
1a399e4d59
Shorewall-core: Bump to version 5.2.3.6
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:13:22 +01:00
Marcos Del Sol Vives
ab6d05d366
acme: update to 2.8.5
...
Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
2020-02-18 15:47:52 +01:00
Rosen Penev
2ec5401a3b
Merge pull request #11342 from neheb/abaskat3ra3
...
lftp: update to 4.9.1
2020-02-18 01:26:41 -08:00