feed/packages.git
2 years agoseafile: Remove packages
Jeffery To [Sun, 6 Mar 2022 22:43:52 +0000 (06:43 +0800)]
seafile: Remove packages

I believe these packages should be removed (and imported into the
abandoned packages repo[1]) as Seafile Server and Seahub have been
marked as broken for some time, and I do not believe I will have time to
fix or update these packages in the foreseeable future.

[1]: https://github.com/openwrt/packages-abandoned/pull/22

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoshadowsocks-libev: add note on nftables set restriction
Yousong Zhou [Mon, 7 Mar 2022 02:16:37 +0000 (10:16 +0800)]
shadowsocks-libev: add note on nftables set restriction

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: add nft_tcp_extra/nft_udp_extra options
Zhong Jianxin [Wed, 2 Mar 2022 07:26:55 +0000 (15:26 +0800)]
shadowsocks-libev: add nft_tcp_extra/nft_udp_extra options

To add extra statement to tcp/udp forward rule, example:

```
config ss_rules 'ss_rules'
    ...
    option nft_tcp_extra 'tcp dport { 80, 443 }' # tcp only forward connections with dport 80 or 443
    option nft_udp_extra 'udp dport { 53 }' # udp only forward connections with dport 53
```

This somewhat restores the old ipt_args functionality.

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(Amend README.md a bit)

2 years agoMerge pull request #18006 from jefferyto/python-twisted-22.2.0
Josef Schlehofer [Sun, 6 Mar 2022 22:36:23 +0000 (23:36 +0100)]
Merge pull request #18006 from jefferyto/python-twisted-22.2.0

python-twisted: Update to 22.2.0

2 years agopython-twisted: Update to 22.2.0 18006/head
Jeffery To [Sun, 6 Mar 2022 20:01:16 +0000 (04:01 +0800)]
python-twisted: Update to 22.2.0

Includes fix for CVE-2022-21716 (The Twisted SSH client and server
implementation naively accepted an infinite amount of data for the
peer's SSH version identifier.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoMerge pull request #17987 from BKPepe/snort-conflicts
Josef Schlehofer [Sun, 6 Mar 2022 12:09:22 +0000 (13:09 +0100)]
Merge pull request #17987 from BKPepe/snort-conflicts

Snort packages should conflict to each other

2 years agocoremark: bump to 2022-01-03
Aleksander Jan Bajkowski [Fri, 4 Mar 2022 09:20:30 +0000 (10:20 +0100)]
coremark: bump to 2022-01-03

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2 years agonspr: update to 4.33
Lucian Cristian [Sun, 6 Mar 2022 10:27:30 +0000 (12:27 +0200)]
nspr: update to 4.33

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agonss: update to 3.76
Lucian Cristian [Sun, 6 Mar 2022 10:28:49 +0000 (12:28 +0200)]
nss: update to 3.76

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agoMerge pull request #17988 from commodo/python-lxml
Josef Schlehofer [Sat, 5 Mar 2022 10:23:51 +0000 (11:23 +0100)]
Merge pull request #17988 from commodo/python-lxml

python-lxml: bump to version 4.8.0

2 years agopython-lxml: bump to version 4.8.0 17988/head
Alexandru Ardelean [Wed, 2 Mar 2022 07:07:02 +0000 (09:07 +0200)]
python-lxml: bump to version 4.8.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agosnort: add conflict with snort3 17987/head
Josef Schlehofer [Fri, 4 Mar 2022 15:28:58 +0000 (16:28 +0100)]
snort: add conflict with snort3

Both packages provides the same files:
- /usr/bin/u2boat
- /usr/bin/u2spewfoo
- /usr/bin/snort
- /etc/init.d/snort
- /etc/config/snort

So they should be in conflict.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agomdnsresponder: Fix nullpointer dereference while parsing interface list
Maarten Aertsen [Fri, 25 Feb 2022 20:46:53 +0000 (21:46 +0100)]
mdnsresponder: Fix nullpointer dereference while parsing interface list

This patch was backported from https://github.com/IETF-Hackathon/mDNSResponder/commit/1fb07b9524b4afed3a826c087db4dc48a7bfdb8

Signed-off-by: Maarten Aertsen <maarten@rtsn.nl>
2 years agostrongswan: add missing dependencies
Stijn Tintel [Tue, 1 Mar 2022 18:22:59 +0000 (20:22 +0200)]
strongswan: add missing dependencies

Fix the following build failures by adding the missing dependencies:

Package strongswan-mod-connmark is missing dependencies for the following libraries:
libip4tc.so.2

Package strongswan-mod-forecast is missing dependencies for the following libraries:
libip4tc.so.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agocni-plugins-nft: change names to support fw4
Oskari Rauta [Wed, 23 Feb 2022 23:20:45 +0000 (01:20 +0200)]
cni-plugins-nft: change names to support fw4

added patch with following features:

 - forces table family always to inet instead of ip or ip6.
 - force fw4 table using
 - change default chain names for fw4

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agogptfdisk: fix some warnings treated as errors
Oskari Rauta [Fri, 4 Mar 2022 08:11:01 +0000 (10:11 +0200)]
gptfdisk: fix some warnings treated as errors

fixes error: format not a string literal and no format arguments [-Werror=format-security] during compile

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agonsutils: new package
Oskari Rauta [Sun, 27 Feb 2022 23:32:47 +0000 (01:32 +0200)]
nsutils: new package

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agotcpproxy: fix Wformat warning
Rosen Penev [Mon, 28 Feb 2022 07:19:49 +0000 (23:19 -0800)]
tcpproxy: fix Wformat warning

snprintf call requires one more byte for NULL termunator.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #17980 from 1715173329/dp
Josef Schlehofer [Thu, 3 Mar 2022 16:38:33 +0000 (17:38 +0100)]
Merge pull request #17980 from 1715173329/dp

dnsproxy: Update to 0.41.3

2 years agodnsproxy: Update to 0.41.3 17980/head
Tianling Shen [Thu, 3 Mar 2022 13:51:43 +0000 (21:51 +0800)]
dnsproxy: Update to 0.41.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoflac: update to 1.3.4
Rosen Penev [Thu, 3 Mar 2022 03:04:56 +0000 (19:04 -0800)]
flac: update to 1.3.4

Switch to build with cmake for speed and simplicity.

Remove now pointless patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agomksh: resign as maintainer
Alif M. Ahmad [Mon, 28 Feb 2022 18:12:01 +0000 (18:12 +0000)]
mksh: resign as maintainer

Remove myself from maintainer.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2 years agohaproxy: Update HAProxy to v2.4.14
Christian Lachner [Sat, 26 Feb 2022 14:47:46 +0000 (15:47 +0100)]
haproxy: Update HAProxy to v2.4.14

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agoffmpeg: update to 5.0
John Audia [Tue, 1 Mar 2022 20:01:22 +0000 (15:01 -0500)]
ffmpeg: update to 5.0

Bump to latest upstream version.

Manually rebased:
  030-h264-mips.patch
Backported:
  FFmpeg/FFmpeg/commit/2f0a214a6202516b4dda2bb22b6b3ac20e465d6d

Tested using:
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg

Resulting mpg was good.

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoconmon: update to version 2.1.0
Oskari Rauta [Wed, 2 Mar 2022 23:42:33 +0000 (01:42 +0200)]
conmon: update to version 2.1.0

This release contains Bug fixes
patch refreshed

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agocrun: update to version 1.4.2
Oskari Rauta [Wed, 2 Mar 2022 23:33:33 +0000 (01:33 +0200)]
crun: update to version 1.4.2

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agopodman: update to version 4.0.2
Oskari Rauta [Thu, 3 Mar 2022 00:42:23 +0000 (02:42 +0200)]
podman: update to version 4.0.2

 - Patch had became obsolete, it's contents were merged to upstream. Patch removed.
 - Version updated, long list of changes is available at https://github.com/containers/podman/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agosumo: update to 1.12
Rosen Penev [Sat, 5 Feb 2022 22:58:17 +0000 (14:58 -0800)]
sumo: update to 1.12

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoperl: add powerpc64 support
Rosen Penev [Mon, 28 Feb 2022 07:24:23 +0000 (23:24 -0800)]
perl: add powerpc64 support

Needed by the QoriQ target.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosqm-scripts: switch back to iptables
Etienne Champetier [Tue, 1 Mar 2022 01:26:27 +0000 (20:26 -0500)]
sqm-scripts: switch back to iptables

Following recent dependency rework, we can switch
between iptables-legacy and iptables-nft, and they both
PROVIDES iptables. Make it easier for user that want/need to
stick to firewall3/iptables-legacy to do so.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agoMerge pull request #17969 from graysky2/rng-tools
Hannu Nyman [Wed, 2 Mar 2022 07:27:00 +0000 (09:27 +0200)]
Merge pull request #17969 from graysky2/rng-tools

rng-tools: drop unneeded dep

2 years agorng-tools: drop unneeded dep 17969/head
John Audia [Tue, 1 Mar 2022 23:01:55 +0000 (18:01 -0500)]
rng-tools: drop unneeded dep

Upstream dropped the libsysfs dep.[1]

1. https://github.com/nhorman/rng-tools/releases/tag/v6.12

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoshadowsocks-libev: update README.md
Yousong Zhou [Tue, 1 Mar 2022 02:19:10 +0000 (02:19 +0000)]
shadowsocks-libev: update README.md

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: convert to using nft
Yousong Zhou [Wed, 23 Feb 2022 08:55:08 +0000 (08:55 +0000)]
shadowsocks-libev: convert to using nft

It will be mostly implemented with ucode templates installed at
/usr/share/ss-rules and called from init script.  The generated nftables
rules will be stored at /etc/nftables.d/

Incompatible changes were introduced as described in the README.md file

 - Netfilter ipset was replaced with nftables sets
 - UCI options ipt_args and dst_forward_recentrst of section ss_rules
   are now deprecated.  The former does not apply to nftables.  The
   later not yet implemented with nftables.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: ss-rules: request presence of nat table
Yousong Zhou [Tue, 8 Feb 2022 09:25:02 +0000 (09:25 +0000)]
shadowsocks-libev: ss-rules: request presence of nat table

ss-rules with iptables needs presence of netfilter nat table to work.
ss-rules works before without explicitly requesting it as a dependency
because it's present by default on a pre-firewall4/nftables OpenWrt
install.  We request it explicitly now to make life easier in case
people would like to try ss-rules/iptables on firewall4/nftables enabled
OpenWrt system

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agorng-tools: update to 6.15
John Audia [Mon, 28 Feb 2022 21:10:39 +0000 (16:10 -0500)]
rng-tools: update to 6.15

    Upstream bump

    Build system: x86_64
    Build-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agokcptun: bump to v20210922
Chao Liu [Mon, 28 Feb 2022 16:06:16 +0000 (00:06 +0800)]
kcptun: bump to v20210922

Signed-off-by: Chao Liu <git@expiron.dev>
2 years agoatop: update to 2.7.1
John Audia [Sun, 27 Feb 2022 21:02:53 +0000 (16:02 -0500)]
atop: update to 2.7.1

Upstream bump and remove unneeded patch

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoyq: Update to 4.21.1
Tianling Shen [Mon, 28 Feb 2022 06:55:54 +0000 (14:55 +0800)]
yq: Update to 4.21.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agogg: Update to 0.2.3
Tianling Shen [Mon, 28 Feb 2022 06:53:10 +0000 (14:53 +0800)]
gg: Update to 0.2.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agosamba: add ppc64 support
Rosen Penev [Mon, 28 Feb 2022 07:20:40 +0000 (23:20 -0800)]
samba: add ppc64 support

Needed for QoriQ target

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #17958 from neheb/9
Nikos Mavrogiannopoulos [Mon, 28 Feb 2022 10:29:56 +0000 (11:29 +0100)]
Merge pull request #17958 from neheb/9

p11-kit: update to 0.24.1

2 years agosamplicator: fix Wformat warning
Rosen Penev [Mon, 28 Feb 2022 07:25:28 +0000 (23:25 -0800)]
samplicator: fix Wformat warning

Wrong type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agop11-kit: update to 0.24.1 17958/head
Rosen Penev [Tue, 5 Oct 2021 04:40:19 +0000 (21:40 -0700)]
p11-kit: update to 0.24.1

explicitly disable NLS

It seems it's only used for man pages, which are unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agocoreutils: patch chmod with upstream fix
John Audia [Sat, 26 Feb 2022 20:05:02 +0000 (15:05 -0500)]
coreutils: patch chmod with upstream fix

Apply a post-release upstream patch to chmod to fix some broken behavior.
See: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e8b56ebd536e82b15542a00c888109471936bfda

A number of major distros including Arch, Alpine and Void import this patch.

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoexpat: update to 2.4.6
Michal Vasilek [Fri, 25 Feb 2022 14:28:35 +0000 (15:28 +0100)]
expat: update to 2.4.6

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoocserv: updated to 1.1.6
Nikos Mavrogiannopoulos [Fri, 25 Feb 2022 22:31:58 +0000 (23:31 +0100)]
ocserv: updated to 1.1.6

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2 years agoopenconnect: updated to 8.20
Nikos Mavrogiannopoulos [Fri, 25 Feb 2022 21:29:37 +0000 (22:29 +0100)]
openconnect: updated to 8.20

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2 years agotvheadend: add /etc/tvheadend config to conffiles
Matthew Hagan [Thu, 24 Feb 2022 09:14:23 +0000 (09:14 +0000)]
tvheadend: add /etc/tvheadend config to conffiles

Allow backing up and preserving of /etc/tvheadend across sysupgrades.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agotvheadend: correct group permissions for /dev/dvb
Matthew Hagan [Thu, 24 Feb 2022 09:10:35 +0000 (09:10 +0000)]
tvheadend: correct group permissions for /dev/dvb

Provide group read, write and execute permissions for /dev/dvb, otherwise
adapters will not be accessible from tvheadend.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agopython-psutil: update to version 5.9.0, fix build on macos
Sergey V. Lobanov [Mon, 31 Jan 2022 15:05:34 +0000 (18:05 +0300)]
python-psutil: update to version 5.9.0, fix build on macos

1. updated to 5.9.0

2. psutil can not be built on macos due to build script detects Darwin
using sys.platform and changes build logic to build for Darwin, but
OpenWrt is Linux.
This commit add patch to allow redefining sys.platform and uses
env var TARGET_SYS_PLATFORM to specify linux as sys platfrom.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agompd-full: enable soxr
Kazuhiro Ito [Sun, 20 Feb 2022 12:48:38 +0000 (21:48 +0900)]
mpd-full: enable soxr

Enable soxr resampler library.

"internal" resampler is really poor quality and libsamplerate
library is too heavy for tiny system.

Signed-off-by: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
2 years agoMarkupSafe: update to version 2.1.0
Josef Schlehofer [Thu, 24 Feb 2022 14:46:13 +0000 (15:46 +0100)]
MarkupSafe: update to version 2.1.0

Changelog:
https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agogeoipupdate: update to 4.9.0
Matthew Hagan [Wed, 23 Feb 2022 23:07:49 +0000 (23:07 +0000)]
geoipupdate: update to 4.9.0

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agofrp: update to 0.39.0
Van Waholtz [Sat, 29 Jan 2022 01:39:43 +0000 (09:39 +0800)]
frp: update to 0.39.0

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2 years agofrp: add service_trigger
Van Waholtz [Sat, 29 Jan 2022 01:39:40 +0000 (09:39 +0800)]
frp: add service_trigger

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2 years agofrpc: add anonymous proxy config support
Van Waholtz [Sat, 29 Jan 2022 01:39:33 +0000 (09:39 +0800)]
frpc: add anonymous proxy config support

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2 years agoutils/watchcat: restart failure time after network restart
Rozhuk Ivan [Sun, 20 Feb 2022 05:22:05 +0000 (08:22 +0300)]
utils/watchcat: restart failure time after network restart

Without this change these settings:
Mode: Restart Interface
Period: 30s
Check Interval: 5s
will do ping every 30s, if all pings are fail then
it try to take action every 5 second.

After apply this patch watchcat will try to send
ping every 5 second in next 30 sec before take action if
all pings are fail.

This is important for wireless uplinks like 3G/4G that
need some time to establish connection.

Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
2 years agotcpreplay: bump to version 4.4.1
Alexandru Ardelean [Mon, 21 Feb 2022 07:36:08 +0000 (09:36 +0200)]
tcpreplay: bump to version 4.4.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agotvheadend: bind to LAN IP by default
Marius Dinu [Fri, 18 Feb 2022 20:50:02 +0000 (22:50 +0200)]
tvheadend: bind to LAN IP by default

If config parameter is not set, tvheadend will bind to LAN IP address by default.
Fixes issue #16500 without requiring user modifications to config file. It's also more secure if firewall becomes disabled.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2 years agototem-pl-parser: disable libgcrypt
Josef Schlehofer [Wed, 23 Feb 2022 21:32:53 +0000 (22:32 +0100)]
totem-pl-parser: disable libgcrypt

If libgcrypt is compiled first, then it is automatically picked up
during the building totem-pl-parser [1]. Let's disable AmazonAMZ
decoding for now.

[1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agototem-pl-parser: disable libarchive
Josef Schlehofer [Wed, 23 Feb 2022 21:21:28 +0000 (22:21 +0100)]
totem-pl-parser: disable libarchive

If the libarchive is present within the build environment, it is
automatically detected and enabled [1]. This causes that totem-pl-parser
is not compiled with this error:

Package totem-pl-parser is missing dependencies for the following libraries:
libarchive.so.18

[1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agobwping: update to version 2.5
Oleg Derevenetz [Sun, 20 Feb 2022 20:02:46 +0000 (23:02 +0300)]
bwping: update to version 2.5

Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
2 years agoshorewall-core: fix build on macos
Sergey V. Lobanov [Wed, 2 Feb 2022 00:32:38 +0000 (03:32 +0300)]
shorewall-core: fix build on macos

shorewall-core macos build fails due to:
1. MacOS bash is too old (3.x), but shorewall-core requires bash>4
This patch uses OpenWrt tools/bash built for macos (bash 5.x)

2. install.sh detects Darwin using uname and changes install logic,
but it fails in case of cross-platform build
This patch uses fakeuname/host tool to avoid Darwin detection

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoshorewall: fix build on macos
Sergey V. Lobanov [Wed, 2 Feb 2022 22:41:15 +0000 (01:41 +0300)]
shorewall: fix build on macos

shorewall macos build fails due to:
1. MacOS bash is too old (3.x), but shorewall requires bash>4
This patch uses OpenWrt tools/bash built for macos (bash 5.x)

2. install.sh detects Darwin using uname and changes install logic,
but it fails in case of cross-platform build
This patch uses fakeuname/host tool to avoid Darwin detection

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoshorewall6-lite: fix build on macos
Sergey V. Lobanov [Fri, 4 Feb 2022 19:47:04 +0000 (22:47 +0300)]
shorewall6-lite: fix build on macos

shorewall6-lite macos build fails due to:
1. MacOS bash is too old (3.x), but shorewall6-lite requires bash>4
This patch uses OpenWrt tools/bash built for macos (bash 5.x)

2. install.sh detects Darwin using uname and changes install logic,
but it fails in case of cross-platform build
This patch uses fakeuname/host tool to avoid Darwin detection

3. fakeuname does not work in install.sh because install.sh
redefines PATH.
This patch removes PATH=... from install.sh on macos

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoshorewall6: fix build on macos
Sergey V. Lobanov [Fri, 4 Feb 2022 17:34:40 +0000 (20:34 +0300)]
shorewall6: fix build on macos

shorewall6 macos build fails due to:
1. MacOS bash is too old (3.x), but shorewall6 requires bash>4
This patch uses OpenWrt tools/bash built for macos (bash 5.x)

2. install.sh detects Darwin using uname and changes install logic,
but it fails in case of cross-platform build
This patch uses fakeuname/host tool to avoid Darwin detection

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoshorewall-lite: fix build on macos
Sergey V. Lobanov [Fri, 4 Feb 2022 20:12:20 +0000 (23:12 +0300)]
shorewall-lite: fix build on macos

shorewall-lite macos build fails due to:

1. MacOS bash is too old (3.x), but shorewall-lite requires bash>4
This patch uses OpenWrt tools/bash built for macos (bash 5.x)

2. install.sh detects Darwin using uname and changes install logic,
but it fails in case of cross-platform build
This patch uses fakeuname/host tool to avoid Darwin detection

3. fakeuname does not work in install.sh because install.sh
redefines PATH.
This patch removes PATH=... from install.sh on macos

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2 years agoi2pd: Update package
R4SAS I2P [Mon, 21 Feb 2022 19:52:44 +0000 (19:52 +0000)]
i2pd: Update package

* Update to 2.41.0
* Added use AUTORELEASE

Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
2 years agocoreutils: update to 9.0
John Audia [Sun, 20 Feb 2022 14:20:06 +0000 (09:20 -0500)]
coreutils: update to 9.0

Removed unneed patch:
  002-ls-restore-831-behavior-on-removed-directories.patch

After updating ran `make package/coreutils/refresh` from $BUILDROOT to clean
dirty patches.

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agozsh: update to 5.8.1
John Audia [Sun, 20 Feb 2022 15:08:38 +0000 (10:08 -0500)]
zsh: update to 5.8.1

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agorsyslog: move configurables to Config.in
Matthew Hagan [Thu, 24 Feb 2022 00:10:59 +0000 (00:10 +0000)]
rsyslog: move configurables to Config.in

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agorsyslog: add omhttp libcurl dependancy
Matthew Hagan [Thu, 24 Feb 2022 00:03:55 +0000 (00:03 +0000)]
rsyslog: add omhttp libcurl dependancy

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agotinyionice: update to 1.0.1 17928/head
Michal Vasilek [Wed, 23 Feb 2022 18:28:50 +0000 (19:28 +0100)]
tinyionice: update to 1.0.1

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoyq: Update to 4.20.2
Tianling Shen [Tue, 22 Feb 2022 15:00:42 +0000 (23:00 +0800)]
yq: Update to 4.20.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agotree: bump to 2.0.2
John Audia [Fri, 18 Feb 2022 18:45:03 +0000 (13:45 -0500)]
tree: bump to 2.0.2

Update to latest upstream release.

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agohtpdate: drop www.freebsd.org from default server list
Jo-Philipp Wich [Tue, 22 Feb 2022 22:28:55 +0000 (23:28 +0100)]
htpdate: drop freebsd.org from default server list

The FreeBSD project stopped publishing HTTP date headers and seeks to
limit further resource taxing by distributed htpdate clients using the
www.freebsd.org host as default time source.

Fixes: #17924
Reported-by: Allan Jude <allanjude@freebsd.org>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2 years agonano: update to 6.2
Hannu Nyman [Tue, 22 Feb 2022 17:21:01 +0000 (19:21 +0200)]
nano: update to 6.2

Update nano to 6.2.
Remove inactive second maintainer.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agoyggdrasil: bump to 0.4.3
George Iv [Sun, 20 Feb 2022 12:00:46 +0000 (07:00 -0500)]
yggdrasil: bump to 0.4.3

Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
2 years agognunet: packaging fixes
Daniel Golle [Sun, 20 Feb 2022 16:34:13 +0000 (16:34 +0000)]
gnunet: packaging fixes

 * include gnunet-service-zonemaster-monitor in gnunet-gns package
 * rename namestore-heap back to namestore-flat

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoksmbd: remove
Rosen Penev [Sun, 20 Feb 2022 01:08:02 +0000 (17:08 -0800)]
ksmbd: remove

This was merged in base.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agousteer: update to latest git head
David Bauer [Sat, 19 Feb 2022 15:19:32 +0000 (16:19 +0100)]
usteer: update to latest git head

98247d1 usteer: track RRM and BSS-TM support per connection
6ec60fc ubus: add BSS-transition-management support
f462de0 local-node: fetch bss-transition-management support
c5242dd ubus: add supported beacon-measurement modes
0dd47b1 local-node: convert kick-dely to absolute time
96976ba readme: add initial README

Signed-off-by: David Bauer <mail@david-bauer.net>
2 years agoMerge pull request #17897 from mhei/php8-update
Michael Heimpold [Sat, 19 Feb 2022 12:22:02 +0000 (13:22 +0100)]
Merge pull request #17897 from mhei/php8-update

php8: update to 8.1.3

2 years agoMerge pull request #17893 from BKPepe/shared-mimo-info-nLS
Josef Schlehofer [Sat, 19 Feb 2022 10:37:03 +0000 (11:37 +0100)]
Merge pull request #17893 from BKPepe/shared-mimo-info-nLS

shared-mimo-info: fix compilation with BUILD_NLS

2 years agopcapplusplus: Add new package
Michal Hrusecky [Mon, 15 Nov 2021 10:59:39 +0000 (11:59 +0100)]
pcapplusplus: Add new package

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and
crafting of network packets. It is designed to be efficient, powerful
and easy to use. It provides C++ wrappers for the most popular packet
processing engines such as libpcap, WinPcap, DPDK and PF_RING.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2 years agophp8: update to 8.1.3 17897/head
Michael Heimpold [Fri, 18 Feb 2022 21:06:15 +0000 (22:06 +0100)]
php8: update to 8.1.3

This fixes:
    - CVE-2021-21708

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoshared-mimo-info: fix compilation with BUILD_NLS 17893/head
Josef Schlehofer [Fri, 18 Feb 2022 17:50:27 +0000 (18:50 +0100)]
shared-mimo-info: fix compilation with BUILD_NLS

When you have enabled full Native Language Support, it could not be
compiled due to this error:

ccache_cc  -o src/update-mime-database src/update-mime-database.p/update-mime-database.c.o -L/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -Wl,--as-needed -Wl,--no-undefined -DPIC -fPIC -specs=/mox-master/build/include/hardened-ld-pie.specs -znow -zrelro -Wl,-rpath,/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -Wl,-rpath-link,/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -Wl,--start-group /mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libglib-2.0.so -L/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lintl /mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libxml2.so -Wl,--end-group
/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status

It happens also on gcc

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agoMerge pull request #17891 from jefferyto/slide-switch-0.9.7
Josef Schlehofer [Fri, 18 Feb 2022 16:44:04 +0000 (17:44 +0100)]
Merge pull request #17891 from jefferyto/slide-switch-0.9.7

slide-switch: Update to 0.9.7

2 years agoslide-switch: Update to 0.9.7 17891/head
Jeffery To [Fri, 18 Feb 2022 10:24:33 +0000 (18:24 +0800)]
slide-switch: Update to 0.9.7

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agohaproxy: Update HAProxy to v2.4.13
Christian Lachner [Thu, 17 Feb 2022 08:20:05 +0000 (09:20 +0100)]
haproxy: Update HAProxy to v2.4.13

- Update haproxy download URL and hash
- Updated upstream patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agouacme: proper ualpn integration
Lucian Cristian [Thu, 17 Feb 2022 18:57:38 +0000 (20:57 +0200)]
uacme: proper ualpn integration

ualpn works only with openssl and gnutls, so default build will not have this included

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agotelegraf: Update to version 1.21.4
Jonathan Pagel [Thu, 17 Feb 2022 15:48:03 +0000 (16:48 +0100)]
telegraf: Update to version 1.21.4

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agodnsproxy: Update to 0.41.2
Tianling Shen [Thu, 17 Feb 2022 19:00:21 +0000 (03:00 +0800)]
dnsproxy: Update to 0.41.2

Fixed typo error: `AUTORELESE` -> `AUTORELEASE`.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoyq: Update to 4.20.1
Tianling Shen [Thu, 17 Feb 2022 18:58:37 +0000 (02:58 +0800)]
yq: Update to 4.20.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agolibdaq3: Enable NFQ DAQ
Michal Hrusecky [Thu, 17 Feb 2022 19:13:46 +0000 (20:13 +0100)]
libdaq3: Enable NFQ DAQ

Enable support for DAQ module that uses NFQUEUE.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2 years agouvol: clean up paths and fix delayed startup
Daniel Golle [Fri, 18 Feb 2022 03:05:25 +0000 (03:05 +0000)]
uvol: clean up paths and fix delayed startup

 * Winchester discs can take a long time to spin up which results in
   blockd also taking a while to complete to start.

 * Make sure uvol only gets started once blockd is ready.

 * Clean up paths (use '/tmp/run/uvol' everywhere instead of relying on
   the '/var' -> '/tmp' symlink)

 * Create 'apk' folder when initializing .meta volume.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agouacme: pack ualpn.sh
Lucian Cristian [Thu, 17 Feb 2022 04:07:08 +0000 (06:07 +0200)]
uacme: pack ualpn.sh

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agofrr: branch update, mips64 fix
Lucian Cristian [Thu, 17 Feb 2022 03:46:43 +0000 (05:46 +0200)]
frr: branch update, mips64 fix

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agoMerge pull request #17850 from BKPepe/unbound
Josef Schlehofer [Wed, 16 Feb 2022 08:15:45 +0000 (09:15 +0100)]
Merge pull request #17850 from BKPepe/unbound

unbound: update to version 1.15.0

2 years agoCircleCI: Add 21.02 GPG and usign public keys and update to Debian 10
Josef Schlehofer [Sat, 29 Jan 2022 12:18:01 +0000 (13:18 +0100)]
CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10

Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be
on 30th June 2022, let's update it to Debian 10 (buster).

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>