Florian Eckert
eed4277d5c
keepalived: fix libip6tc dependency
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-04-06 17:31:58 +02:00
Florian Eckert
209bcc649a
keepalived: add missing CONFIG_ prefix to PKG_CONFIG_DEPENDS elements
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-04-06 17:31:49 +02:00
Alexandru Ardelean
ac670e8095
Merge pull request #18244 from liudf0716/apfree-wifidog
...
apfree-wifidog: fix compile error
2022-04-06 09:11:16 +03:00
Alexandru Ardelean
7df142a006
Merge pull request #18200 from neheb/8
...
ptunnel-ng: fix compilation with kernel 5.15
2022-04-06 09:10:10 +03:00
Alexandru Ardelean
4c0dfeed81
Merge pull request #18217 from rsalvaterra/tor-bump
...
tor: bump to 0.4.6.10 stable
2022-04-06 09:09:29 +03:00
Alexandru Ardelean
4ee0a2f745
Merge pull request #18224 from rs/nextdns-1.37.11-master
...
nextdns: Update to version 1.37.11
2022-04-06 09:07:44 +03:00
Alexandru Ardelean
20dd80dfb0
Merge pull request #18245 from 1715173329/dp
...
dnsproxy: Update to 0.42.1
2022-04-06 09:05:20 +03:00
Rosen Penev
1cd93b673b
xtables-addons: fix various warning in lua patch
...
These will become errors in the next LTS kernel.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-05 07:34:36 -07:00
Rosen Penev
e5af506795
xtables-addons: update to 3.19
...
Fixes compilation with kernel 5.15.
Fixed changed binary name.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-05 07:34:36 -07:00
Adam Williams
aabd0da680
wifi-presence: add new package
...
See https://github.com/awilliams/wifi-presence for details.
Signed-off-by: Adam Williams <pwnfactory@gmail.com>
2022-04-05 13:37:55 +01:00
Tianling Shen
a1f86641d2
dnsproxy: Update to 0.42.1
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-05 20:35:41 +08:00
Dengfeng Liu
7408185c1d
apfree-wifidog: fix compile error
...
which requires libiptext library from iptables
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2022-04-05 10:20:36 +00:00
Rosen Penev
3bd4564d71
pingcheck: update to 2022-03-01
...
Fixes compilation with kernel 5.15.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-02 14:33:28 -07:00
Stijn Tintel
e58438abd6
kea: bump to 2.0.2
...
Drop patches that no longer apply:
- net/kea/patches/001-fix-cross-compile.patch
- net/kea/patches/002-fix-host-compile.patch
Drop upstreamed patches:
- net/kea/patches/020-shared_ptr.patch
- net/kea/patches/030-gcc11.patch
- net/kea/patches/040-map.patch
Fixup patch net/kea/patches/003-no-test-compile.patch.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-04-02 14:29:06 -07:00
Stijn Tintel
58866f3452
kea: drop host build
...
The host build is used to build kea-msg-compiler, which is only needed
when there are changes to .mes files. Since we're not making any changes
to such files, we do not need this.
As host build fails for Kea 2.0.2, and the git history for kea doesn't
contain any reasoning for enabling it, let's just drop it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-04-02 14:29:06 -07:00
Olivier Poitrey
b665a6d683
nextdns: Update to version 1.37.11
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2022-04-02 20:59:21 +00:00
Jan Hák
f30da8c572
knot: update to 3.1.7
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2022-04-01 12:12:16 -07:00
Rui Salvaterra
17e78a9790
tor: bump to 0.4.6.10 stable
...
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-04-01 08:13:08 +01:00
Marko Ratkaj
1981ca782e
clamav: update maintainer email
...
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2022-03-31 12:50:08 +02:00
Nita Vesa
e30585cd34
gensio: Update to 2.3.6
...
Changes since last version:
Just bug fixes and minor changes.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-31 02:16:15 -07:00
Maxim Anisimov
6ae8b15d68
modemmanager: switch to meson build tools
...
Using https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git to download the source code.
Added compile option to compile qrtr support.
Enabled lto and additional gcc flags for perfomance and less size.
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
2022-03-30 21:48:56 -07:00
Rosen Penev
468863128f
ptunnel-ng: fix compilation with kernel 5.15
...
Some header change requires to include musl's headers first.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-30 20:29:26 -07:00
Nita Vesa
ea3ad6b090
gensio: Fix circular dependency error
...
Adding libsctp adds IPV6 dependency to gensio, so this patch is
an attempt at working around that with the goal of getting rid of
the circular dependency error.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-30 19:44:57 -07:00
Nita Vesa
7da45225f4
ser2net: Update to version 4.3.5
...
The updated version requires libgensio, libyaml and libpthread,
so those have been added accordingly to dependencies.
Also added arguments for the configure-script to always attempt
to build ser2net with the same settings, instead of leaving it
to guess, for consistency.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-30 19:41:18 -07:00
Stijn Tintel
6e132e74fd
strongswan: fix forecast plugin dependency
...
The forecast plugin does not require the iptables binary, it uses
libiptc instead.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-30 19:41:04 -07:00
Stijn Tintel
6cb15df69a
strongswan: fix connmark plugin dependency
...
The connmark plugin does not require the iptables binary, it uses
libiptc instead.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-30 19:41:04 -07:00
Stijn Tintel
93fbbcbfee
strongswan: move iptables deps to updown plugin
...
Let's move the iptables IPsec dependencies out of the strongswan package
and into the plugin package that actually depends on it,
strongswan-mod-updown. As the default updown script calls the iptables
binary, also add a dependency on the iptables-legacy package.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-30 19:41:04 -07:00
Marko Ratkaj
180c5e48ce
dhcpcd: bump to 9.4.1
...
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2022-03-30 19:38:51 -07:00
Marko Ratkaj
15132b85b7
squid: bump to 4.17
...
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2022-03-30 19:37:52 -07:00
Tiago Gaspar
1dd0c8bfbb
jool: update to 4.1.8
...
Update jool to the latest version.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2022-03-29 06:00:24 -07:00
Martin Moreno
9b90bb37ee
sslh: update to v1.22c
...
Change notes:
Updated Makefile package version and hash.
Added libpcre2 dependency
Removed USELIBPCRE make flag (no longer optional within sslh)
Updated patch 001 to work with new sslh Makefile
Signed-off-by: Martin Moreno <fett3270@yahoo.com>
2022-03-29 09:01:45 +01:00
Peter van Dijk
5f6dcc013d
pdns-recursor: update to 4.6.1
...
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2022-03-28 19:55:18 -07:00
Peter van Dijk
0aaea23c07
pdns: update to 4.6.1
...
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2022-03-28 19:55:18 -07:00
Lucian Cristian
c289a274fe
uacme: always include ualpn
...
with mbetls update we can have ualpn on any variant
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-03-28 19:43:22 -07:00
Tianling Shen
7aa127e208
v2raya: fix panic in go 1.18
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-28 14:27:40 -07:00
Florian Eckert
87c611abf8
mwan3: fix sticky chain length
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-03-28 14:02:18 +02:00
Tianling Shen
f3a1d2ed1f
dnsproxy: Update to 0.42.0
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-27 21:48:01 +03:00
Hannu Nyman
76004e480c
Merge pull request #18093 from AuthorReflex/ovpn-2.5.6
...
openvpn: update to 2.5.6
2022-03-27 21:46:33 +03:00
Tianling Shen
99dfcbd2fb
cloudflared: Update to 2022.3.4
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-27 21:43:27 +03:00
Daniel Golle
65f5f850f3
gnunet: work-around sysupgrade restore missing file ownerships
...
Make sure /etc/gnunet and all its files and sub-directories are owned
by gnunet:gnunet. This is somehow necessary as file ownership otherwise
doesn't survive sysupgrade.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-03-26 21:21:33 +00:00
Dirk Brenken
bed70d5f4b
adblock: 4.1.3-7
...
* removed discontinued source 'gaming'
* changed url of source 'reg_kr'
Signed-off-by: Dirk Brenken <dev@brenken.org>
2022-03-24 21:01:12 +01:00
Yousong Zhou
be95ccbc8c
xl2tpd: bump to version 1.3.17
...
The typo fix patch was merged upstream
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2022-03-24 12:53:31 +08:00
Yousong Zhou
cd51e3de5f
ovn: bump to version 22.03.0
...
libovn now depends on libopenvswitch since ovn 21.09.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2022-03-24 12:53:31 +08:00
Yousong Zhou
b1b37995e1
openvswitch: bump to version 2.17.0
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2022-03-24 12:53:31 +08:00
Philip Prindeville
ede6c7f020
Merge pull request #18055 from pprindeville/bind-subpackage-ddns-confgen
...
bind: add subpackaging for ddns-confgen
2022-03-23 18:14:33 -06:00
Stijn Tintel
f8c8348f32
openvswitch: bump to 2.15.3
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-23 11:21:46 +08:00
Stijn Tintel
cf1e146858
openvswitch: enable AUTORELEASE
...
Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-23 11:21:46 +08:00
Lucian Cristian
47748e29dc
frr: update to 8.2.2 branch
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-03-22 11:28:20 -07:00
Rosen Penev
2bf3d9a777
horst: fix compilation with ncurses 6.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-21 15:14:50 -07:00
Tianling Shen
ed260f3b98
cloudflared: Update to 2022.3.3
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-20 20:16:40 -07:00