feed/packages.git
2 years agodbus: switching back to autotools to fix big endian issue 17792/head
Florian Eckert [Fri, 4 Feb 2022 10:30:38 +0000 (11:30 +0100)]
dbus: switching back to autotools to fix big endian issue

According to the upstream developers of dbus, cmake is only inteded for
windows. Unix like operating systems should continue to use the
autotools stack.

Since the changeover to cmake, the dbus was no longer usable on all big
endian systems because the name binding no longer worked.

In cmake, it is not evaluated whether it should run on a little endian
or big endian system.

This fixes issue #17780. The original problem occurred when using the
modem manager on the big endian system (MIPS).

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agoutils/findutils: update to 4.9.0
Bernhard Voelker [Thu, 3 Feb 2022 22:18:09 +0000 (23:18 +0100)]
utils/findutils: update to 4.9.0

* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2 years agoMerge pull request #17671 from tohojo/sqm-nft
Hannu Nyman [Thu, 3 Feb 2022 18:00:09 +0000 (20:00 +0200)]
Merge pull request #17671 from tohojo/sqm-nft

sqm-scripts: Change iptables dependency to iptables-nft

2 years agortklib: update to 2.4.3 b34; fix patches
Yaroslav Petrov [Sun, 30 Jan 2022 23:59:09 +0000 (00:59 +0100)]
rtklib: update to 2.4.3 b34; fix patches

Signed-off-by: Yaroslav Petrov <info@lank.me>
2 years agoMerge pull request #17748 from neheb/8
Florian Eckert [Thu, 3 Feb 2022 08:16:28 +0000 (09:16 +0100)]
Merge pull request #17748 from neheb/8

xinetd: fix bad printf formats

2 years agomutt: update to 2.1.5
Matthew Hagan [Tue, 4 Jan 2022 17:02:59 +0000 (17:02 +0000)]
mutt: update to 2.1.5

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agomutt: add header caching support via libgdbm
Matthew Hagan [Tue, 4 Jan 2022 15:54:17 +0000 (15:54 +0000)]
mutt: add header caching support via libgdbm

Add header caching option to mutt, using the libgdbm database routines.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agomutt: move configurables to Config.in
Matthew Hagan [Tue, 4 Jan 2022 14:14:18 +0000 (14:14 +0000)]
mutt: move configurables to Config.in

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agoMerge pull request #17762 from stangri/master-https-dns-proxy
Stan Grishin [Wed, 2 Feb 2022 17:12:20 +0000 (09:12 -0800)]
Merge pull request #17762 from stangri/master-https-dns-proxy

https-dns-proxy: update to 2021-11-22-1

2 years agoadguardhome: Bump adguardhome to v0.107.3 stable
James White [Wed, 26 Jan 2022 09:05:02 +0000 (09:05 +0000)]
adguardhome: Bump adguardhome to v0.107.3 stable

Signed-off-by: James White <james@jmwhite.co.uk>
2 years agoapache2: security update to version 2.4.52
Josef Schlehofer [Fri, 28 Jan 2022 16:05:28 +0000 (17:05 +0100)]
apache2: security update to version 2.4.52

Fixes CVEs:
- CVE-2021-44790
- CVE-2021-44224

Refreshed patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agominiflux: update to 2.0.35
Michal Vasilek [Wed, 2 Feb 2022 12:02:46 +0000 (13:02 +0100)]
miniflux: update to 2.0.35

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agomc: fix mksh subshell
Michal Vasilek [Thu, 13 Jan 2022 16:43:30 +0000 (17:43 +0100)]
mc: fix mksh subshell

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoMerge pull request #17690 from svlobanov/syslog-ng-fix-build-on-macos
Josef Schlehofer [Wed, 2 Feb 2022 10:41:50 +0000 (11:41 +0100)]
Merge pull request #17690 from svlobanov/syslog-ng-fix-build-on-macos

syslog-ng: fix build on macos

2 years agoMerge pull request #17719 from BKPepe/ffmpeg-update
Josef Schlehofer [Wed, 2 Feb 2022 10:10:47 +0000 (11:10 +0100)]
Merge pull request #17719 from BKPepe/ffmpeg-update

ffmpeg: update to version 4.3.3

2 years agostrongswan: Update to 5.9.5
Philip Prindeville [Mon, 31 Jan 2022 03:15:15 +0000 (20:15 -0700)]
strongswan: Update to 5.9.5

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agolibradiotap: fix bad format
Rosen Penev [Mon, 31 Jan 2022 06:50:31 +0000 (22:50 -0800)]
libradiotap: fix bad format

Found with -Wformat

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agobluelog: fix build on macos
Sergey V. Lobanov [Tue, 1 Feb 2022 21:38:57 +0000 (00:38 +0300)]
bluelog: fix build on macos

bluelog can not be compiled on macos due to Apple zcat is not
compatible with GNU zcat.

This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the
same behavior on GNU and Apple environments.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agosqm-scripts: Change iptables dependency to iptables-nft 17671/head
Toke Høiland-Jørgensen [Fri, 21 Jan 2022 20:56:16 +0000 (21:56 +0100)]
sqm-scripts: Change iptables dependency to iptables-nft

There's only one of the shaper scripts (simple.qos) that uses iptables, and
it should be fine with iptables-nft for compatibility with the new default
nft-based firewall. Confusingly, we still need the iptables-mod-ipopt
package to get the DSCP match module; we never used CONNMARK, though, so
drop the iptables-mod-conntrack-extra dependency while we're at it.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2 years agowg-installer: use babeld add_interface function
Nick Hainke [Tue, 1 Feb 2022 20:56:23 +0000 (21:56 +0100)]
wg-installer: use babeld add_interface function

With commit 385200443554 ("babeld: add add_interface function") babeld
has a new ubus function allowing to dynamically add an interface.

Before the add_interface function, we were required to reload babeld.
The reload influenced the babeld routing. However, the remove part is
still missing and will be added at a later stage.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agobind: bump to 9.18.0
Noah Meyerhans [Tue, 1 Feb 2022 05:04:14 +0000 (21:04 -0800)]
bind: bump to 9.18.0

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2 years agosamba4: update to 4.14.12
Andy Walsh [Tue, 1 Feb 2022 11:35:40 +0000 (12:35 +0100)]
samba4: update to 4.14.12

* update to 4.14.12
* fixes: CVE-2021-44142, CVE-2022-0336

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2 years agochaosvpn: fix build on macos
Sergey V. Lobanov [Mon, 31 Jan 2022 22:07:56 +0000 (01:07 +0300)]
chaosvpn: fix build on macos

chaosvpn Makefile detects Darwin (macos) and changes compilation
flags for macos target, but OpenWrt is always Linux so build fails.
This patch redefines OS=Linux to use Linux compilation flags.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agohttps-dns-proxy: update to 2021-11-22-1 17762/head
Stan Grishin [Mon, 31 Jan 2022 21:42:59 +0000 (21:42 +0000)]
https-dns-proxy: update to 2021-11-22-1

* update to 2021-11-22 upstream source
* update patch file
* update init script to preserve manual entries
(fixes https://github.com/stangri/source.openwrt.melmac.net/issues/149)
* update init script service_triggers

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 years agonut: fix build on macos
Sergey V. Lobanov [Mon, 31 Jan 2022 21:02:14 +0000 (00:02 +0300)]
nut: fix build on macos

nut build fails on macos due to:
1. configure script can not use AR env var due to OpenWrt build
system provides only executable name (e.g. aarch64-openwrt-linux-musl-gcc-ar)
but configure script checks if AR has '/'. As a result, configure
script ignores AR env var and uses system `ar` but macos `ar` is
not compatible with the objects generated by OpenWrt GCC toolchain.

This commit explicitly sets ac_cv_path_AR=$(TARGET_AR) to use
OpenWrt toolchain AR.

2. configure script detects if build host is macos and adds
macosx_ups driver as a build target, but this driver can not be
build with OpenWrt toolchain because OpenWrt is Linux.

This commit explicitly disables macosx_ups driver using configure
flag --without-macosx_ups

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agosoftethervpn: fix build on macos
Sergey V. Lobanov [Fri, 14 Jan 2022 23:45:17 +0000 (02:45 +0300)]
softethervpn: fix build on macos

host-compile fails on macos due to several reasons:
1. host-compile Makefile always selected for linux
2. macos host cc (clang) fails due to implicit-function-declaration
3. ar and ranlib tools are hardcoded in softethervpn Makefiles

All three issues are fixed by this patch

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agomtdev: fix bad printf formats
Rosen Penev [Mon, 31 Jan 2022 06:51:22 +0000 (22:51 -0800)]
mtdev: fix bad printf formats

Easiest to just change the type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibdrm: fix bad formats for mips64 and ppc64
Rosen Penev [Mon, 31 Jan 2022 06:57:30 +0000 (22:57 -0800)]
libdrm: fix bad formats for mips64 and ppc64

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agonano: Add a plus variant with more features
Hannu Nyman [Mon, 31 Jan 2022 16:04:08 +0000 (18:04 +0200)]
nano: Add a plus variant with more features

Nano is by default built as "tiny" with most features disabled.
That is suitable for basic tasks in routers with small flash.

Add a new nano-plus variant that enables selected additional
features in the build config:
 * multiple files (multibuffer)
 * Unicode/utf8
 * justify
 * .nanorc support
 * help
 * also some key bindings get enabled as "tiny" configure option
   is removed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agobridge-utils: update to 1.7.1
Rosen Penev [Sun, 30 Jan 2022 04:00:38 +0000 (20:00 -0800)]
bridge-utils: update to 1.7.1

Added missing limits header for PATH_MAX.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibowfat: fix build on macos
Sergey V. Lobanov [Mon, 31 Jan 2022 00:09:55 +0000 (03:09 +0300)]
libowfat: fix build on macos

libowfat target-build fails on macos due to using system `ar` and
`ranlib` tools not compatible with the objects generated by
OpenWrt GCC toolchain.

This patch specifies CROSS= make flag that is used as a prefix for
`ar` and `ranlib` tools.

This patch also specifies CCC= make flag due to CCC= has invalid
value after specifying CROSS= make flag (CCC=$(CROSS)$(CC))

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agosockread: add missing header
Rosen Penev [Sun, 30 Jan 2022 03:51:31 +0000 (19:51 -0800)]
sockread: add missing header

Needed for memset, memcpy, and strerror.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolinuxptp: fix bad formats with ppc64 and mips64
Rosen Penev [Mon, 31 Jan 2022 06:47:45 +0000 (22:47 -0800)]
linuxptp: fix bad formats with ppc64 and mips64

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #17755 from moormaster/moormaster-patch-ddns-update-sample
Florian Eckert [Mon, 31 Jan 2022 10:28:47 +0000 (11:28 +0100)]
Merge pull request #17755 from moormaster/moormaster-patch-ddns-update-sample

ddns-scripts: remove extra pipe

2 years agoddns-scripts: remove extra pipe 17755/head
André Herbst [Mon, 31 Jan 2022 09:46:40 +0000 (10:46 +0100)]
ddns-scripts: remove extra pipe

The extra pipe caused an error WARN : PID 'xyz' exit WITH ERROR '2' when executing ddns update.
Signed-off-by: André Herbst <moormaster@gmx.net>
2 years agocmdpad: fix bad scanf format
Rosen Penev [Sun, 30 Jan 2022 04:03:56 +0000 (20:03 -0800)]
cmdpad: fix bad scanf format

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolrzsz: fix various format warning
Rosen Penev [Mon, 31 Jan 2022 06:56:31 +0000 (22:56 -0800)]
lrzsz: fix various format warning

Found with -Wformat.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agohdparm: fix formats for mips64 and ppc64
Rosen Penev [Mon, 31 Jan 2022 06:55:09 +0000 (22:55 -0800)]
hdparm: fix formats for mips64 and ppc64

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoxinetd: fix bad printf formats 17748/head
Rosen Penev [Mon, 31 Jan 2022 06:53:30 +0000 (22:53 -0800)]
xinetd: fix bad printf formats

Easier to use the proper C macro.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoknxd: fix build on macos
Sergey V. Lobanov [Sun, 30 Jan 2022 22:54:53 +0000 (01:54 +0300)]
knxd: fix build on macos

knxd compilation fails on macos due to clang does not support
exit() builtin function that is used to detect build cc

This commit adds a patch to fix this issue (replaces `exit 0` by
`return 0` in conftest.c)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agodnsproxy: Update to 0.41.0
Tianling Shen [Sun, 30 Jan 2022 06:04:43 +0000 (14:04 +0800)]
dnsproxy: Update to 0.41.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoyq: Update to 4.18.1
Tianling Shen [Sun, 30 Jan 2022 06:02:57 +0000 (14:02 +0800)]
yq: Update to 4.18.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agocoova-chilli: add interface_trigger "wan"
Thibaut VARÈNE [Thu, 27 Jan 2022 11:05:32 +0000 (12:05 +0100)]
coova-chilli: add interface_trigger "wan"

This intends to replace the hotplug script. It still hardcodes "wan"
interface name (as several other packages do) for lack of a deterministic
way to detect the actual wan iface before it is brought up, but at least
it is fully integrated with procd and will not start a disabled service.

The interface trigger forcefully restarts chilli as a simple reload may
not be sufficient to recover from wan changes.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2 years agocoova-chilli: remove hotplug call
Thibaut VARÈNE [Thu, 27 Jan 2022 10:14:58 +0000 (11:14 +0100)]
coova-chilli: remove hotplug call

This hotplug trigger unconditionaly restarts coova-chilli when the "wan"
interface sees action "ifup", without checking whether or not the
service is disabled or the upstream interface is actually called "wan".

This hotplug could be replaced by a suitable service trigger instead.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2 years agocoova-chilli: execute firewall cleanup at shutdown
Thibaut VARÈNE [Thu, 27 Jan 2022 11:00:38 +0000 (12:00 +0100)]
coova-chilli: execute firewall cleanup at shutdown

Coova Chilli creates "undo" firewall scripts that are intended to be run
when the daemon is shut down. Failure to do so results in leftover
entries in firewall and duplicated ones if chilli is subsequently
restarted.

Execute these scripts when the service stops.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2 years agocoova-chilli: postpone startup until wan is available
Thibaut VARÈNE [Thu, 27 Jan 2022 10:28:15 +0000 (11:28 +0100)]
coova-chilli: postpone startup until wan is available

Coova Chilli will fail to start if e.g. it cannot resolve names in its
configuration (like uamserver, radiusserver, etc) which is typically the
case when wan is unavailable. Prevent this situation by delaying startup
if wan is not available.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2 years agocanutils: fix format strings for mips and powerpc
Rosen Penev [Sat, 29 Jan 2022 22:23:34 +0000 (14:23 -0800)]
canutils: fix format strings for mips and powerpc

It seems a define is needed to get these platforms to have the same
formats. Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoflac: disable vsx
Rosen Penev [Sat, 29 Jan 2022 22:05:04 +0000 (14:05 -0800)]
flac: disable vsx

Fixes compilation with powerpc64

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agogerbera: fix compilation with fmt 8.1
Rosen Penev [Sat, 29 Jan 2022 22:12:33 +0000 (14:12 -0800)]
gerbera: fix compilation with fmt 8.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoradsecproxy: fix compilation with newer GCC
Rosen Penev [Sat, 29 Jan 2022 22:16:59 +0000 (14:16 -0800)]
radsecproxy: fix compilation with newer GCC

Errors on uninitialized variable. Only on powerpc64 for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agofdk-aac: fix compilation with powerpc64
Rosen Penev [Sat, 29 Jan 2022 22:29:44 +0000 (14:29 -0800)]
fdk-aac: fix compilation with powerpc64

Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosane-backends: fix build on macos
Sergey V. Lobanov [Sat, 29 Jan 2022 21:12:47 +0000 (00:12 +0300)]
sane-backends: fix build on macos

MacOS does not have /bin/true, but OpenWrt Makefile uses it so
build fails on macos

This patch removes absolute path (replaces /bin/true to true)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agotvheadend: fix build on macos
Sergey V. Lobanov [Sat, 29 Jan 2022 20:12:53 +0000 (23:12 +0300)]
tvheadend: fix build on macos

tvheadend configure/make files detect Darwin build host and changes
build logic, but it fails compilation for OpenWrt target (Linux)

This patch explicitly specifies Linux as a target platfrom

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agolyaml: fix build on macos
Sergey V. Lobanov [Sat, 29 Jan 2022 18:04:41 +0000 (21:04 +0300)]
lyaml: fix build on macos

lyaml build script detects Darwin using `uname -s` and changes
build logic so lyaml package can not be built on macos.

This patch uses fakeuname host tool to redefine `uname -s` output
and fix build on macos.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agotcl: fix build on macos
Sergey V. Lobanov [Mon, 24 Jan 2022 15:19:51 +0000 (18:19 +0300)]
tcl: fix build on macos

configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agotelegraf: Update package to version 1.21.3
Jonathan Pagel [Sat, 29 Jan 2022 10:39:06 +0000 (11:39 +0100)]
telegraf: Update package to version 1.21.3

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoffmpeg: update to version 4.3.3 17719/head
Josef Schlehofer [Sat, 29 Jan 2022 10:34:56 +0000 (11:34 +0100)]
ffmpeg: update to version 4.3.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agoMerge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rr
Philip Prindeville [Sat, 29 Jan 2022 05:33:24 +0000 (22:33 -0700)]
Merge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rr

isc-dhcp: properly anchor SRV RR's

2 years agoisc-dhcp: properly anchor SRV RR's 17718/head
Philip Prindeville [Sat, 29 Jan 2022 04:32:53 +0000 (21:32 -0700)]
isc-dhcp: properly anchor SRV RR's

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agofakeuname: add package
Sergey V. Lobanov [Wed, 26 Jan 2022 12:32:00 +0000 (15:32 +0300)]
fakeuname: add package

This package provides fakeuname host tool to avoid build platform
detection for invalid configure/build scripts that are not
friendly to cross-platform build.

This fake uname tool returns Linux as OS name and target Linux
version as OS version.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoprosody: update to version 0.11.13
Josef Schlehofer [Fri, 28 Jan 2022 14:48:47 +0000 (15:48 +0100)]
prosody: update to version 0.11.13

Fixes CVEs:
- CVE-2022-0217
- CVE-2021-37601
- CVE-2021-32918
- CVE-2021-32920
- CVE-2021-32921
- CVE-2021-32917
- CVE-2021-32919

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agosamba4: update to 4.14.11; fix AD_DC build
Andy Walsh [Fri, 28 Jan 2022 09:03:42 +0000 (10:03 +0100)]
samba4: update to 4.14.11; fix AD_DC build

* update to 4.14.11
* fix AD_DC build
* add vfs_widelinks to defaults
* refresh patches
* fixes: #16697, #17692
* fixes: CVE-2016-2124, CVE-2020-25717, CVE-2020-25718, CVE-2020-25719, CVE-2020-25721, CVE-2020-25722, CVE-2021-3738, CVE-2021-23192

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2 years agoopen2300: fix build on macos
Sergey V. Lobanov [Wed, 26 Jan 2022 22:40:54 +0000 (01:40 +0300)]
open2300: fix build on macos

This patch sets UNAME=Linux due to OpenWrt is always Linux but
`uname -s` return Darwin on MacOS and fails target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoisc-dhcp: fix build on macos
Sergey V. Lobanov [Wed, 26 Jan 2022 23:45:47 +0000 (02:45 +0300)]
isc-dhcp: fix build on macos

isc-dhcp uses system ar tool so build fails on Darwin build host.
Embedded bind lib uses system ar and ranlib tools and fails on Darwin

This patch explicitly specifies ar and ranlib tools for target build

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoMerge pull request #17713 from turris-cz/clamav-update
Josef Schlehofer [Fri, 28 Jan 2022 16:34:48 +0000 (17:34 +0100)]
Merge pull request #17713 from turris-cz/clamav-update

clamav: update to version 0.104.2

2 years agoclamav: update to version 0.104.2 17713/head
Josef Schlehofer [Fri, 28 Jan 2022 14:03:36 +0000 (15:03 +0100)]
clamav: update to version 0.104.2

Backported upstream pending pull request to fix following error:

CMake Error at /foo/staging_dir/host/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
  Could NOT find CURSES (missing: CURSES_LIBRARY)

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agocrowdsec: update from latest upstream release 1.3.0
Kerma Gérald [Wed, 26 Jan 2022 08:45:39 +0000 (09:45 +0100)]
crowdsec: update from latest upstream release 1.3.0

Changes (from 1.2.3):
https://github.com/crowdsecurity/crowdsec/compare/v1.2.3...v1.3.0

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2 years agoauc: add '-n' parameter for dry-run
Daniel Golle [Thu, 27 Jan 2022 16:45:36 +0000 (16:45 +0000)]
auc: add '-n' parameter for dry-run

Add option to allow only requesting an image but not actually download
or sysupgrade anything.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #17646 from LugicoHDPlayer/feature-ddns-scripts-one-com
Florian Eckert [Thu, 27 Jan 2022 15:06:09 +0000 (16:06 +0100)]
Merge pull request #17646 from LugicoHDPlayer/feature-ddns-scripts-one-com

ddns-scripts: add one.com provider

2 years agoddns-scripts: add one.com provider 17646/head
Luca Conte [Wed, 19 Jan 2022 14:56:47 +0000 (15:56 +0100)]
ddns-scripts: add one.com provider

Signed-off-by: Luca Conte <main@lugico.de>
2 years agoreptyr: fix build on macos
Sergey V. Lobanov [Wed, 26 Jan 2022 19:20:46 +0000 (22:20 +0300)]
reptyr: fix build on macos

This patch sets UNAME_S=Linux due to OpenWrt is always Linux but
`uname -s` return Darwin on MacOS and fails target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agocollectd: remove libip4tc dependency
Tiago Gaspar [Sun, 23 Jan 2022 11:25:32 +0000 (11:25 +0000)]
collectd: remove libip4tc dependency
Base collectd doesn't require libip4tc as stated in the collectd git:

* libiptc (optional)
For querying iptables counters
<http://netfilter.org/>

And libip4tc is already added as a dependency in the iptables plugin
because it needs it, so remove this dependency from the default collectd
to make it compatible with the new nftables firewall4 (by not selecting
any iptables components).

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2 years agominiupnpd: declare nftables variant as DEFAULT_VARIANT
Hannu Nyman [Wed, 26 Jan 2022 17:30:29 +0000 (19:30 +0200)]
miniupnpd: declare nftables variant as DEFAULT_VARIANT

Declare the nftables variant as the DEFAULT_VARIANT
as nftables firewall4 is the now default in OpenWrt.

Additionally,
 * toggle CONFLICTS placement to avoid circular dependency warning
 * use AUTORELEASE

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agosyslog-ng: fix build on macos 17690/head
Sergey V. Lobanov [Tue, 25 Jan 2022 00:02:32 +0000 (03:02 +0300)]
syslog-ng: fix build on macos

configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agogpsd: fix build on macos
Sergey V. Lobanov [Fri, 21 Jan 2022 22:25:16 +0000 (01:25 +0300)]
gpsd: fix build on macos

gpsd build fails on macos due to using sys.platform in build logic.

This patch allows to redefine target platform to fix the issue.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agopostfix: fix build on macos
Sergey V. Lobanov [Wed, 19 Jan 2022 23:37:17 +0000 (02:37 +0300)]
postfix: fix build on macos

macos build fails due to two reasons:
1. using build host ar and ranlib tools
2. using uname -r to get kernel version

First issue is fixed by specifying ar and ranlib from toolchain
Second issue is fixed by specifying kernel release major version=5
Using 'uname -r' from build host for cross-compiling is not a good
idea even for Linux build host

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agodnsproxy: Update to 0.40.6
Tianling Shen [Tue, 25 Jan 2022 09:03:57 +0000 (17:03 +0800)]
dnsproxy: Update to 0.40.6

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agopdns: update to 4.6.0
Peter van Dijk [Tue, 25 Jan 2022 12:44:52 +0000 (13:44 +0100)]
pdns: update to 4.6.0

* Bump to 4.6.0
* Remove "random" backend as it is gone upstream

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agovnstat2: update to version 2.9
Jan Hoffmann [Tue, 25 Jan 2022 19:10:09 +0000 (20:10 +0100)]
vnstat2: update to version 2.9

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2 years agoproxychains-ng: update to version 4.16
Daniel Bermond [Tue, 25 Jan 2022 19:54:21 +0000 (16:54 -0300)]
proxychains-ng: update to version 4.16

Maintainer: me

Build system: Arch Linux x86_64
Build tested: ipq806x/R7800
Run tested  : ipq806x/R7800

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2 years agoMerge pull request #17676 from mhei/php8-update
Michael Heimpold [Tue, 25 Jan 2022 20:40:04 +0000 (21:40 +0100)]
Merge pull request #17676 from mhei/php8-update

php8: update to 8.1.2

2 years agoMerge pull request #17688 from svlobanov/stress-ng-fix-build-on-macos
Alexandru Ardelean [Tue, 25 Jan 2022 10:17:33 +0000 (12:17 +0200)]
Merge pull request #17688 from svlobanov/stress-ng-fix-build-on-macos

stress-ng: fix build on macos

2 years agoMerge pull request #17689 from BKPepe/tvheadend-conffiles
Josef Schlehofer [Tue, 25 Jan 2022 08:00:29 +0000 (09:00 +0100)]
Merge pull request #17689 from BKPepe/tvheadend-conffiles

tvheadend: fix conffiles section

2 years agocrun: update to v1.4.1
Oskari Rauta [Mon, 24 Jan 2022 00:57:59 +0000 (02:57 +0200)]
crun: update to v1.4.1

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agoconmon: update to 2.0.32
Oskari Rauta [Mon, 24 Jan 2022 01:08:01 +0000 (03:08 +0200)]
conmon: update to 2.0.32

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agonode: January 10th 2022 Security Releases
Hirokazu MORIKAWA [Mon, 24 Jan 2022 07:27:30 +0000 (16:27 +0900)]
node: January 10th 2022 Security Releases

Update to v14.18.3

January 10th 2022 Security Releases:
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)
Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)
Prototype pollution via console.table properties (Low)(CVE-2022-21824)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agomicropython: Update to 1.18, refresh patches
Jeffery To [Sun, 23 Jan 2022 18:34:18 +0000 (02:34 +0800)]
micropython: Update to 1.18, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoyq: Update to 4.17.2
Tianling Shen [Sun, 23 Jan 2022 09:49:01 +0000 (17:49 +0800)]
yq: Update to 4.17.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agotvheadend: fix conffiles section 17689/head
Josef Schlehofer [Mon, 24 Jan 2022 22:04:13 +0000 (23:04 +0100)]
tvheadend: fix conffiles section

The previous one was wrong, and it did not work. It could be checked
inside compiled package in control.tar.gz that there was missing
``conffiles`` file with content `/etc/config/tvheadend`

It is also possible to verify that the config is not overwritten on the router
by running ``opkg install tvheadend --force-reinstall``

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agostress-ng: fix build on macos 17688/head
Sergey V. Lobanov [Mon, 24 Jan 2022 22:41:09 +0000 (01:41 +0300)]
stress-ng: fix build on macos

This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection.
If Makefile detects Darwin, it removes -lbsd from build flags, but
this flag is required due to target is always Linux, not bsd-like.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agotvheadend: fix typo in uriparser
Josef Schlehofer [Mon, 24 Jan 2022 11:25:00 +0000 (12:25 +0100)]
tvheadend: fix typo in uriparser

Fixes: 0449c109e78d4e5b998fc26415ecaa5bb5c274c3 ("tvheadend: disable
uriparser")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agowg-installer: fix multiple namespaces
Nick Hainke [Sat, 22 Jan 2022 22:27:02 +0000 (23:27 +0100)]
wg-installer: fix multiple namespaces

Add flag "--lookup-default-namespace" to signal that wg-installer should
look already established wireguard sessions in the default namespace.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agophp8: update to 8.1.2 17676/head
Michael Heimpold [Sat, 22 Jan 2022 20:23:44 +0000 (21:23 +0100)]
php8: update to 8.1.2

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoMerge pull request #17543 from stintel/vallumd
Stijn Tintel [Sat, 22 Jan 2022 14:59:25 +0000 (16:59 +0200)]
Merge pull request #17543 from stintel/vallumd

vallumd: bump to 0.2.0

2 years agoMerge pull request #17665 from BKPepe/tvheadend-uriparser
Josef Schlehofer [Sat, 22 Jan 2022 13:37:30 +0000 (14:37 +0100)]
Merge pull request #17665 from BKPepe/tvheadend-uriparser

tvheadend: disable uriparser

2 years agojool: remove iptables support and update templates
Tiago Gaspar [Sat, 22 Jan 2022 01:49:31 +0000 (01:49 +0000)]
jool: remove iptables support and update templates

This commit removes iptables backend support and leaves only the
netfilter backend support. This means that:
-  iptables and nftables firewall based systems (firewall3 and firewall
4) are supported trough the netfilter instance mode
-  the iptables/xtables mode support is disabled

For more information on the modes and how to use the new netfilter
instance checkout https://www.jool.mx/en/intro-jool.html

This move is made out of the commit upstream that sets firewall4 as the
default for new default buils and based on the conversation in #16818
and was decided that the netfilter interface is the priority since
iptables support will be dropped in the foreseeable future.

While at it update the templates provided.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2 years agotvheadend: disable uriparser 17665/head
Josef Schlehofer [Fri, 21 Jan 2022 10:01:29 +0000 (11:01 +0100)]
tvheadend: disable uriparser

This avoids to add liburiparser as dependency.

Package tvheadend is missing dependencies for the following libraries:
liburiparser.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agolibreswan: fix build on macos
Sergey V. Lobanov [Thu, 20 Jan 2022 20:57:23 +0000 (23:57 +0300)]
libreswan: fix build on macos

libreswan makefile detects macos (darwin) and changes build logic
but OpenWrt is always Linux so it is required to specify linux as
target platfrom

This patch specifies Linux as a target platfrom

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agocrowdsec-firewall-bouncer: fix name in initd to start the process
Kerma Gérald [Sat, 15 Jan 2022 07:33:46 +0000 (08:33 +0100)]
crowdsec-firewall-bouncer: fix name in initd to start the process

crowdsec rename the binary from crowdsec-firewall-bouncer to cs-firewall-bouncer
the initd need the correct binary name to start the process
the link for github source need also to be fixed (only the information one)
fix the BuildDate
updated copyright

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2 years agodnsproxy: Update to 0.40.5
Tianling Shen [Fri, 21 Jan 2022 03:34:14 +0000 (11:34 +0800)]
dnsproxy: Update to 0.40.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>