feed/packages.git
13 months agoddns-scripts: Add v2 API for mythic-beasts.com provider 20621/head
Jim Hague [Thu, 9 Mar 2023 13:06:06 +0000 (13:06 +0000)]
ddns-scripts: Add v2 API for mythic-beasts.com provider

Use USERNAME as the key, PASSWORD as the secret.

Signed-off-by: Jim Hague <jim.hague@acm.org>
13 months agoudp-broadcast-relay-redux-openwrt: add cgroupsns to jail
BackSlasher [Thu, 9 Mar 2023 08:13:39 +0000 (10:13 +0200)]
udp-broadcast-relay-redux-openwrt: add cgroupsns to jail

Added `cgroupsns` to jail, otherwise you get this failure:
```
Mon Mar  6 14:46:05 2023 user.err : jail: Not using namespaces, capabilities or seccomp !!!
```
Error is here, seems to indicate that we're running a jail without using any capability.
https://lxr.openwrt.org/source/procd/jail/jail.c#L2847

Decided to use minimal effort approach

Signed-off-by: BackSlasher <nitz.raz@gmail.com>
13 months agocni-protocol: new package
Oskari Rauta [Fri, 17 Feb 2023 07:25:08 +0000 (07:25 +0000)]
cni-protocol: new package

simple protocol support script for netifd.

netifd protocol support for cni networks makes
defining network for podman and other similar
systems using cni networking much easier and simpler.

with cni protocol support, on a cni network, where firewall
and portmapper is disabled, you may control firewalling
with openwrt's standard firewall configuration.

for example, create a container that hosts web content on
port 80 with static ip on your cni network, if your
network is 10.88.0.0/16, use for eg. 10.88.0.101 as
your containers static ip address. Create a zone, cni
to your firewall and add your interface to it.

Now you can easily set up redirectiong to 10.88.0.101:80
to expose it's port 80 to wan for serving your website.

Protocol has only one setting: device, on podman this
often is cni-podman0. This protocol may also be used
on other equillavents, such as netavark (cni replacement
in podman), where device as default is podman0.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agopdns-recursor: update to 4.8.3 20619/head
Peter van Dijk [Tue, 7 Mar 2023 09:53:43 +0000 (10:53 +0100)]
pdns-recursor: update to 4.8.3

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
13 months agoMerge pull request #20584 from mpeleshenko/samba4-4.17.5
Tianling Shen [Thu, 9 Mar 2023 06:58:15 +0000 (14:58 +0800)]
Merge pull request #20584 from mpeleshenko/samba4-4.17.5

samba4: update to 4.17.5

13 months agomodemmanager: bump to 1.20.6
Kuan-Yi Li [Tue, 7 Mar 2023 10:34:38 +0000 (18:34 +0800)]
modemmanager: bump to 1.20.6

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
13 months agolibqmi: bump to 1.32.4
Kuan-Yi Li [Tue, 7 Mar 2023 10:34:22 +0000 (18:34 +0800)]
libqmi: bump to 1.32.4

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
13 months agolibmbim: bump to 1.28.4
Kuan-Yi Li [Tue, 7 Mar 2023 10:34:10 +0000 (18:34 +0800)]
libmbim: bump to 1.28.4

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
13 months agofrp: update to 0.48.0
Van Waholtz [Wed, 8 Mar 2023 07:47:26 +0000 (15:47 +0800)]
frp: update to 0.48.0

Changelog: https://github.com/fatedier/frp/releases/tag/v0.48.0

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
13 months agofrp: update to 0.47.0
Van Waholtz [Thu, 16 Feb 2023 02:21:20 +0000 (10:21 +0800)]
frp: update to 0.47.0

A restart is only required if `$conf_file` has been modified.

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
13 months agosamba4: update to 4.17.5 20584/head
Michael Peleshenko [Wed, 1 Mar 2023 15:14:14 +0000 (10:14 -0500)]
samba4: update to 4.17.5

* update to 4.17.5
* changelog: https://www.samba.org/samba/history/samba-4.17.5
* refresh patch

* CVE-2022-42898: Samba's Kerberos libraries and AD DC failed to guard against integer overflows when parsing a PAC on a 32-bit system, which allowed an attacker with a forged PAC to corrupt the heap.
 https://www.samba.org/samba/security/CVE-2022-42898.html

* CVE-2022-37966: This is the Samba CVE for the Windows Kerberos RC4-HMAC Elevation of Privilege Vulnerability disclosed by Microsoft on Nov 8 2022.

  A Samba Active Directory DC will issue weak rc4-hmac session keys for use between modern clients and servers despite all modern Kerberos implementations supporting the aes256-cts-hmac-sha1-96 cipher.

  On Samba Active Directory DCs and members 'kerberos encryption types = legacy' would force rc4-hmac as a client even if the server supports aes128-cts-hmac-sha1-96 and/or aes256-cts-hmac-sha1-96.
  https://www.samba.org/samba/security/CVE-2022-37966.html

* CVE-2022-37967: This is the Samba CVE for the Windows Kerberos Elevation of Privilege Vulnerability disclosed by Microsoft on Nov 8 2022.

  A service account with the special constrained delegation permission could forge a more powerful ticket than the one it was presented with.
  https://www.samba.org/samba/security/CVE-2022-37967.html

* CVE-2022-38023: The "RC4" protection of the NetLogon Secure channel uses the same algorithms as rc4-hmac cryptography in Kerberos, and so must also be assumed to be weak.
  https://www.samba.org/samba/security/CVE-2022-38023.html

* BUG 15210: synthetic_pathref AFP_AfpInfo failed errors.
  This resolves errors logged during macOS TimeMachine backups.
  https://bugzilla.samba.org/show_bug.cgi?id=15210

Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
13 months agolua-eco: update to 2.1.0
Jianhui Zhao [Wed, 8 Mar 2023 13:14:07 +0000 (21:14 +0800)]
lua-eco: update to 2.1.0

* updated description
* switched default SSL engine to mbedtls
* added new network module

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
13 months agotmate-ssh-server: fix build against msgpack-c 6.0
Tianling Shen [Tue, 7 Mar 2023 07:44:29 +0000 (15:44 +0800)]
tmate-ssh-server: fix build against msgpack-c 6.0

This patch is taken from
https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agotmate: fix build against msgpack-c 6.0
Tianling Shen [Tue, 7 Mar 2023 02:52:37 +0000 (10:52 +0800)]
tmate: fix build against msgpack-c 6.0

This patch is taken from
https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agomsgpack-c: Update to 6.0.0
Tianling Shen [Tue, 7 Mar 2023 02:50:02 +0000 (10:50 +0800)]
msgpack-c: Update to 6.0.0

Removed 010-no-gtest.patch as upstream no longer detects it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agobanip: release 0.8.2-1
Dirk Brenken [Wed, 8 Mar 2023 20:02:05 +0000 (21:02 +0100)]
banip: release 0.8.2-1

* major performance improvements: clean-up/optimize all nft calls
* add a new "ban_reportelements" option,
  to disable the (time consuming) Set element count in the report (enabled by default)
* update the readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
13 months agoyt-dlp: update to 2023.3.4
Michal Vasilek [Wed, 8 Mar 2023 11:34:53 +0000 (12:34 +0100)]
yt-dlp: update to 2023.3.4

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
13 months agoadguardhome: bump to 0.107.25
Dobroslaw Kijowski [Tue, 7 Mar 2023 23:27:40 +0000 (00:27 +0100)]
adguardhome: bump to 0.107.25

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
13 months agoadguardhome: enable legacy openssl provider for nodejs
Dobroslaw Kijowski [Wed, 8 Mar 2023 08:46:14 +0000 (09:46 +0100)]
adguardhome: enable legacy openssl provider for nodejs

Currently compilation fails because of:
```
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
```

What's interesting package gets built but when trying to access UI there's
`404: page not found` error.

It has been reported in multiple places:
* https://github.com/AdguardTeam/AdGuardHome/issues/5559
* https://github.com/AdguardTeam/AdGuardHome/issues/4595

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
13 months agoMerge pull request #20608 from micmac1/tiff-no-deflate
Jiri Slachta [Wed, 8 Mar 2023 13:35:04 +0000 (14:35 +0100)]
Merge pull request #20608 from micmac1/tiff-no-deflate

tiff: force libdeflate support to off

13 months agov2raya: switch to use nftables
Tianling Shen [Fri, 3 Mar 2023 03:50:29 +0000 (11:50 +0800)]
v2raya: switch to use nftables

Backport a pending PR to add nftables support.
Upstream PR: https://github.com/v2rayA/v2rayA/pull/805

As nftables merged ipv4/ipv6 support into a single command, so simply
enable ipv6 support by default.

While at it, backport a upstreamed fix for simple-obfs plugin.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agoperl-ack: Update to 3.7.0
Tianling Shen [Mon, 6 Mar 2023 05:17:51 +0000 (13:17 +0800)]
perl-ack: Update to 3.7.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 26b92db22c9a051447ee445acaa11a795fb35a4e)

13 months agotiff: force libdeflate support to off 20608/head
Sebastian Kemper [Tue, 7 Mar 2023 21:31:41 +0000 (22:31 +0100)]
tiff: force libdeflate support to off

Commit 81d2b72 added a package providing libdeflate. Tiff by default
links to it, causing a build error.

Package libtiff is missing dependencies for the following libraries:
libdeflate.so.0

This commit forces libdeflate use off to avoid this. No revision bump is
done because the package is currently not compiling anyway.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
13 months agonetbird: update to 0.14.2
Oskari Rauta [Mon, 6 Mar 2023 10:56:34 +0000 (10:56 +0000)]
netbird: update to 0.14.2

Update from 0.12.0 -> 0.14.2
Release notes: https://github.com/netbirdio/netbird/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agoconmon: update to 2.1.7
Oskari Rauta [Mon, 6 Mar 2023 11:04:17 +0000 (11:04 +0000)]
conmon: update to 2.1.7

 - Fix leaking symbolic links in the opt_socket_path directory
 - cgroup: Stumble on if we can't set up oom handling

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agocoremark: bump to 2023-01-25
Aleksander Jan Bajkowski [Sun, 5 Mar 2023 16:25:37 +0000 (17:25 +0100)]
coremark: bump to 2023-01-25

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
13 months agotransmission: update to version 4.0.1
Daniel Golle [Sun, 19 Feb 2023 04:44:50 +0000 (04:44 +0000)]
transmission: update to version 4.0.1

This is a major release, both in numbering and in effort! It's been in
active development for over a year and has a huge list of changes --
over a thousand commits -- since Transmission 3.00.

For more information about the release see
https://github.com/transmission/transmission/releases/tag/4.0.0
https://github.com/transmission/transmission/releases/tag/4.0.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 months agolibutp: add package
Daniel Golle [Sun, 19 Feb 2023 04:44:16 +0000 (04:44 +0000)]
libutp: add package

Add Transmission version of the uTorrent Transport Protocol library.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 months agolibdht: add package
Daniel Golle [Sun, 19 Feb 2023 04:43:43 +0000 (04:43 +0000)]
libdht: add package

Add Kademlia Distributed Hash Table (DHT) library.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 months agolibdeflate: add package
Daniel Golle [Sun, 19 Feb 2023 04:41:44 +0000 (04:41 +0000)]
libdeflate: add package

Add package for libdeflate which is a library for fast, whole-buffer
DEFLATE-based compression and decompression.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 months agolibb64: add package
Daniel Golle [Sun, 19 Feb 2023 04:41:08 +0000 (04:41 +0000)]
libb64: add package

Add generic base64 encode/decode (static) library.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 months agobanip: update 0.8.1-3
Dirk Brenken [Mon, 6 Mar 2023 13:19:27 +0000 (14:19 +0100)]
banip: update 0.8.1-3

* finalized the LuCI frontend preparation (this is the minmal version to use the forthcoming LuCI frontend)
* added a Set survey, to list all elements of a certain set
* changed the default logterm for asterisk
* update the readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
13 months agosing-box: update to 1.1.6
Van Waholtz [Sun, 5 Mar 2023 12:37:37 +0000 (20:37 +0800)]
sing-box: update to 1.1.6

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
13 months agosing-box: add necessary dependencies and cleanup Makefile
Van Waholtz [Sun, 5 Mar 2023 12:31:39 +0000 (20:31 +0800)]
sing-box: add necessary dependencies and cleanup Makefile

1. Add `kmod-inet-diag` as a dependency since it is needed for https://sing-box.sagernet.org/configuration/dns/rule/#process_name
2. Remove redundant `default n` (https://github.com/openwrt/openwrt/commit/8bc72ea7be3976711dacc09f0fdab061d6e5152a)

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
13 months agohaproxy: update to v2.6.9
Christian Lachner [Sat, 18 Feb 2023 06:50:27 +0000 (07:50 +0100)]
haproxy: update to v2.6.9

- Update haproxy download URL and hash
- This release fixes a critial flaw known as CVE-2023-25725. See:
  http://git.haproxy.org/?p=haproxy-2.6.git;a=commit;h=73be199c4f5f1ed468161a4c5e10ca77cd5989d8

Signed-off-by: Christian Lachner <gladiac@gmail.com>
13 months agoMerge pull request #20570 from pprindeville/isc-dhcp-allow-no-default-route
Philip Prindeville [Sun, 5 Mar 2023 01:08:07 +0000 (18:08 -0700)]
Merge pull request #20570 from pprindeville/isc-dhcp-allow-no-default-route

isc-dhcp: allow no default route

13 months agonetbird: new package
Oskari Rauta [Thu, 2 Feb 2023 13:06:08 +0000 (13:06 +0000)]
netbird: new package

Netbird is similar vpn service as tailscale and zerotier.

Description:
NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create secure private networks for your organization or home.
It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agoopen-vm-tools: update to 12.1.5
Oskari Rauta [Wed, 22 Feb 2023 17:19:19 +0000 (17:19 +0000)]
open-vm-tools: update to 12.1.5

added also --disable-glibc-check to configure args to allow building
on hosts that use musl.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agoacme: fix incompatibilty with image builder
Glen Huang [Fri, 3 Mar 2023 03:08:32 +0000 (11:08 +0800)]
acme: fix incompatibilty with image builder

Signed-off-by: Glen Huang <i@glenhuang.com>
13 months agoMerge pull request #20563 from paper42/clamav-0.104.4
Josef Schlehofer [Fri, 3 Mar 2023 06:55:05 +0000 (07:55 +0100)]
Merge pull request #20563 from paper42/clamav-0.104.4

clamav: update to 0.104.4

13 months agov2raya: drop wrong patches
Tianling Shen [Fri, 3 Mar 2023 03:52:58 +0000 (11:52 +0800)]
v2raya: drop wrong patches

These patches should not be backported to OpenWrt, otherwise tproxy
won't work for devices connected to br-lan (bypassed by the fw rules).

We have introduced a new compile-time flag for new version (which
is not released yet), but it's unnecessray to backport redudant
patches as here is still at the old version.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agoyq: Update to 4.31.2
Tianling Shen [Fri, 3 Mar 2023 03:58:41 +0000 (11:58 +0800)]
yq: Update to 4.31.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agocloudflared: Update to 2023.3.0
Tianling Shen [Fri, 3 Mar 2023 03:58:33 +0000 (11:58 +0800)]
cloudflared: Update to 2023.3.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agoisc-dhcp: allow suppression of default gateway 20570/head
Philip Prindeville [Mon, 27 Feb 2023 00:49:13 +0000 (17:49 -0700)]
isc-dhcp: allow suppression of default gateway

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
13 months agoisc-dhcp: make indent consistent in config
Philip Prindeville [Mon, 27 Feb 2023 00:38:36 +0000 (17:38 -0700)]
isc-dhcp: make indent consistent in config

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
13 months agoacme: merge cli into init script
Glen Huang [Tue, 28 Feb 2023 11:19:19 +0000 (19:19 +0800)]
acme: merge cli into init script

Signed-off-by: Glen Huang <i@glenhuang.com>
13 months agoqemu: update to 7.2.0
Vladimir Ermakov [Sat, 28 May 2022 15:33:35 +0000 (18:33 +0300)]
qemu: update to 7.2.0

drop disas and bios patches
refresh patches

qemu: vhost-scsi does not exist, drop unsupported vhost options

qemu: disable VDUSE by default

qemu: slirp and vnc-png option gone

Note: libpng still needed if vnc enabled.

Link: https://github.com/openwrt/packages/pull/18623
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
(squash commits)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
13 months agonfs-kernel-server: update to v2.6.2
Oskari Rauta [Wed, 22 Feb 2023 16:38:26 +0000 (16:38 +0000)]
nfs-kernel-server: update to v2.6.2

Also added patch that is from alpine's same package to assist building on musl.
Hostpkg build on musl also kept failing, so I added few more overrides, which
made it work perfectly.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agolua-eco: update to 2.0.0
Jianhui Zhao [Mon, 27 Feb 2023 15:02:44 +0000 (23:02 +0800)]
lua-eco: update to 2.0.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
13 months agocloudflared: Update to 2023.2.2
Tianling Shen [Wed, 1 Mar 2023 08:41:48 +0000 (16:41 +0800)]
cloudflared: Update to 2023.2.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agosed: remove old libpcre dependency
Alan Swanson [Tue, 28 Feb 2023 09:45:37 +0000 (09:45 +0000)]
sed: remove old libpcre dependency

Signed-off-by: Alan Swanson <reiver@improbability.net>
13 months agopodman: update to v4.4.2
Oskari Rauta [Mon, 27 Feb 2023 15:15:09 +0000 (15:15 +0000)]
podman: update to v4.4.2

Security:
 - This release fixes CVE-2023-0778, which allowed a malicious user to potentially replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.

Bugfixes:
 - Fixed a bug where containers started via the podman-kube systemd template would always use the "passthrough" log driver (#17482).
 - Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections.
 - Fixed a race condition in Podman's signal proxy.

Misc:
 - Updated the containers/image library to v5.24.1.

Patch also refreshed

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
13 months agoMerge pull request #20467 from tobiaspc/njalla
Florian Eckert [Mon, 27 Feb 2023 08:09:27 +0000 (09:09 +0100)]
Merge pull request #20467 from tobiaspc/njalla

ddns-scripts: Add njal.la provider

13 months agoMerge pull request #20540 from stangri/master-curl
Stan Grishin [Mon, 27 Feb 2023 06:32:08 +0000 (23:32 -0700)]
Merge pull request #20540 from stangri/master-curl

curl: update to 7.88.1

13 months agonode: bump to v18.14.2
Hirokazu MORIKAWA [Thu, 23 Feb 2023 02:29:42 +0000 (11:29 +0900)]
node: bump to v18.14.2

Update to v18.14.2
Support for OpenSSL v3.0.x

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
13 months agoi2pd: update to version 2.46.1
Daniel Bermond [Sun, 19 Feb 2023 14:02:43 +0000 (11:02 -0300)]
i2pd: update to version 2.46.1

Maintainer   : @yangfl (David Yang)
Build system : Arch Linux x86_64
Build tested : r7800 OpenWrt git master (r22104-01262c921c)
Run tested   : r7800 OpenWrt git master (r22104-01262c921c)

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
13 months agoperl-www-curl: add patch to ensure compatibility with curl 7.88 20540/head
Stan Grishin [Sat, 25 Feb 2023 21:59:21 +0000 (21:59 +0000)]
perl-www-curl: add patch to ensure compatibility with curl 7.88

Patch comes from
https://github.com/openwrt/packages/pull/20540#issuecomment-1439537287

Fixes:
/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/curl/curl.h:2515:3: note: declared here
 2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
      |   ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:347: Curl.o] Error 1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
13 months agocrowdsec: update to 1.4.6
S. Brusch [Sat, 25 Feb 2023 16:53:18 +0000 (17:53 +0100)]
crowdsec: update to 1.4.6
Update crowdsec to latest upstream release version 1.4.6

Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.3

13 months agobanip: update 0.8.1-2
Dirk Brenken [Sun, 26 Feb 2023 07:16:15 +0000 (08:16 +0100)]
banip: update 0.8.1-2

* add oisdbig as new feed
* LuCI frontend preparation:
  - the json feed file points always to /etc/banip/banip.feeds (and is no longer compressed)
  - supply country list in /etc/banip/banip.countries
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
13 months agogst1-libav: bump to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:09:50 +0000 (10:09 +0100)]
gst1-libav: bump to 1.20.5

- avdec_h265: Fix endless renegotiation with alternate interlacing
- avviddec: Avoid flushing on framerate changes

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agogst1-plugins-ugly: bump to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:09:25 +0000 (10:09 +0100)]
gst1-plugins-ugly: bump to 1.20.5

No actual changes

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agogst1-plugins-bad: bump to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:08:50 +0000 (10:08 +0100)]
gst1-plugins-bad: bump to 1.20.5

- aesdec: Fix padding removal for per-buffer-padding=FALSE
- aesdec test failing in gst-plugins-bad
- alphacombine: Add missing query handler for gaps
- avfdeviceprovider: do not leak the properties
- avfvideosrc: Report latency when doing screen capture
- d3d11screencapturesrc: Specify PAR 1/1 to template caps
- d3d11videosink: Fixing focus lost on desktop layout change
- d3d11videosink: Call ShowWindow() from window thread
- d3d11videosink: Fix deadlock when parent window is busy
- d3d11videosink: Always clear back buffer on resize
- decklink: reset calculation of time_mapping to fix clipping HDMI video
- directshow: Fix build error with glib 2.75 and newer
- dvbsubenc: Forward GAP events as-is if we wouldn't produce an end packet and...
- dvbsubenc: Write Display Definition Segment if a non-default width/height is used
- h265decoder: Do not abort when failed to prepare ref pic set
- h264parser: Fix a typo in pred_weight_table parsing.
- mediafoundation, d3d11: Fix memory leak and make leak tracer happy
- mpegts: Handle when iconv doesn't support ISO 6937 (e.g. musl libc)
- mpegts: Check continuity counter on section streams
- mpegts: Revert "mpegtspacketizer: memcmp potentially seen_before data"
- mpegtspacketizer: memcmp potentially seen_before data
- mpegtsdemux: Always clear packetizer on DISCONT push mode
- srt: various fixes - improve stats and error handling
- rtmp2: Improve error messages
- rtmp2sink: Correctly return GST_FLOW_ERROR on error
- vulkan: Fix static linking on macOS
- webrtcbin: also add rtcp-fb ccm fir for video mlines by default
- webrtc/nice: fix small leak of split strings

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agogst1-plugins-good: bump to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:08:01 +0000 (10:08 +0100)]
gst1-plugins-good: bump to 1.20.5

- flacparse: Fix handling of headers advertising 32bps
- qt5: deactivate context if fill_info fails
- qt5: initialize GError properly in gst_qt_get_gl_wrapcontext()
- qtdemux: check return value from gst_structure_get in PIFF box
- qtdemux: use unsigned int types to store result of QT_UINT32
- qtmux: Prefill mode fixes
- oss4: Fix debug category initialization
- multiudpsink: allow binding to IPv6 address
- rtpjitterbuffer tests: Cast drop-messages-interval type properly (fixing it on 32-bit architectures)
- rtspsrc: fix seek event leaks
- rtspsrc: Don't replace 404 errors with "no auth protocol found"
- rtspsrc: Only EOS on timeout if all streams are timed out/EOS
- rtspsrc: Fix usage of IPv6 connections in SETUP
- splitmuxsrc: don't queue data on unlinked pads
- v4l2: Fix SIGSEGV on 'change state' during 'format change'
- v4l2videodec: Fix activation of internal pool
- wavparse: Avoid occasional crash due to referencing freed buffer.
- wavparse: Fix crash that occurs in push mode when header chunks are corrupted in certain ways.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agogst1-plugins-base: bump to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:07:19 +0000 (10:07 +0100)]
gst1-plugins-base: bump to 1.20.5

- audioconvert, audioresample, audiofilter: fix divide by 0 for input buffer without caps
- cdparanoia: Ignore compiler warning coming from the cdparanoia header
- oggdemux, parsebin: More leak fixes
- opengl: fix automatic dispmanx detection for rpi4
- opengl: Fix usage of eglCreate/DestroyImage
- opengl: Fix static linking on macOS
- opusdec: Various channel-related fixes
- textrender: Negotiate caps on a GAP event if none were negotiated yet
- textrender: Don't blindly forward all events and don't blindly forward all events
- timeoverlay: fix pad leak
- oggdemux: Don't leak incoming EOS event
- subparse: Fix non-closed tag handling.
- videodecoder: Only post latency message if it changed
- videoscale: buffer meta handling fixes (NULL-terminate array of valid meta tags)
- videosink: Don't return unknown end-time from get_times()
- Bump core requirement in 1.20 branch to 1.20.4

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agogstreamer: Update to 1.20.5
Koen Vandeputte [Mon, 13 Feb 2023 09:06:27 +0000 (10:06 +0100)]
gstreamer: Update to 1.20.5

- allocator: Copy allocator name in gst_allocator_register()
- miniobject: support higher refcount values
- pads: Fix non-serialized sticky event push, e.g. instant change rate events
- padtemplate: Fix annotations
- systemclock: Use futex_time64 syscall on x32 and other platforms that always...
- Fix build of 1.20 branch with Meson 0.64.1 for those who have hotdoc installed on their system.
- meson: fix check for pthread_setname_np()
- -Wimplicit-function-declaration in pthread_setname_np check (missing GNUSOURCE)
- gst-inspect: Don't leak list
- concat: Properly propagate EOS seqnum
- fakesrc: avoid time overflow with datarate

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
13 months agocurl: update to 7.88.1
Stan Grishin [Mon, 20 Feb 2023 22:26:04 +0000 (22:26 +0000)]
curl: update to 7.88.1

* https://curl.se/changes.html#7_88_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
13 months agoddns-scripts: Add njal.la provider 20467/head
Tobias Hilbig [Wed, 8 Feb 2023 16:18:37 +0000 (17:18 +0100)]
ddns-scripts: Add njal.la provider

Add njal.la provider. Use the key as password. Username is not needed.

Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
13 months agobanip: release 0.8.1-1
Dirk Brenken [Sat, 25 Feb 2023 08:33:50 +0000 (09:33 +0100)]
banip: release 0.8.1-1

* add missing wan-forward chain (incl. report/mail adaption)
* changed options:
  - old: ban_blockforward, new: ban_blockforwardwan and ban_blockforwardlan
  - old: ban_logforward, new: ban_logforwardwan and ban_logforwardlan
* add missing dhcp(v6) rules/exceptions
* update readme

Previously run tested by certain forum users (and by me).

Signed-off-by: Dirk Brenken <dev@brenken.org>
13 months agodos2unix: Update to 7.4.4
Tianling Shen [Sat, 25 Feb 2023 03:09:57 +0000 (11:09 +0800)]
dos2unix: Update to 7.4.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 months agouacme: update to 1.7.4
Lucian Cristian [Mon, 20 Feb 2023 15:13:57 +0000 (15:13 +0000)]
uacme: update to 1.7.4

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
13 months agofrr: update to 8.4.2 branch
Lucian Cristian [Sun, 12 Feb 2023 13:43:57 +0000 (13:43 +0000)]
frr: update to 8.4.2 branch

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
13 months agogddrescue: update to 1.27
Lucian Cristian [Mon, 20 Feb 2023 14:54:20 +0000 (14:54 +0000)]
gddrescue: update to 1.27

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
13 months agolibdrm: update to 2.4.115
Lucian Cristian [Mon, 20 Feb 2023 14:58:09 +0000 (14:58 +0000)]
libdrm: update to 2.4.115

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
13 months agotor: update to version 0.4.7.13
Daniel Bermond [Sun, 19 Feb 2023 14:20:37 +0000 (11:20 -0300)]
tor: update to version 0.4.7.13

Maintainers  : @hauke (Hauke Mehrtens) and @tripolar (Peter Wagner)
Build system : Arch Linux x86_64
Build tested : r7800 OpenWrt git master (r22104-01262c921c)
Run tested   : r7800 OpenWrt git master (r22104-01262c921c)

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
13 months agolibtirpc: update to v1.3.3
Oskari Rauta [Wed, 22 Feb 2023 16:29:50 +0000 (16:29 +0000)]
libtirpc: update to v1.3.3

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
14 months agominiflux: update to 2.0.42
Michal Vasilek [Wed, 15 Feb 2023 17:59:04 +0000 (18:59 +0100)]
miniflux: update to 2.0.42

add BASE_URL to the init script, this is useful when running in a
subpath and not directly on the root of a domain

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
14 months agoAdGuardHome: update to v0.107.24
Zuev Aleksandr [Thu, 16 Feb 2023 18:18:35 +0000 (22:18 +0400)]
AdGuardHome: update to v0.107.24

Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
14 months agomsgpack-c: Update to 5.0.0
Tianling Shen [Fri, 24 Feb 2023 02:36:35 +0000 (10:36 +0800)]
msgpack-c: Update to 5.0.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 months agoMerge pull request #20529 from braewoods/master
Florian Eckert [Fri, 24 Feb 2023 06:58:22 +0000 (07:58 +0100)]
Merge pull request #20529 from braewoods/master

ddns-scripts: enable IPv6 for easydns.com

14 months agoclamav: update to 0.104.4 20563/head
Michal Vasilek [Thu, 23 Feb 2023 16:27:33 +0000 (17:27 +0100)]
clamav: update to 0.104.4

* remove upstreamed 100-cmake-fix-findcurses.patch

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
14 months agoMerge pull request #20560 from turris-cz/antfs-drop
Eneas U de Queiroz [Thu, 23 Feb 2023 13:21:23 +0000 (10:21 -0300)]
Merge pull request #20560 from turris-cz/antfs-drop

Remove package: kmod-fs-antfs and its dependency antfs-mount

14 months agoantfs-mount: drop 20560/head
Josef Schlehofer [Thu, 23 Feb 2023 06:56:04 +0000 (07:56 +0100)]
antfs-mount: drop

Since kernel module was dropped, check the reasons why it was removed in
the commit 42a4fbe4a4fda8b61a1cec0762957872511f6527 ("
antfs: drop this kernel package"), then this package should be removed,
too as the dependency was removed and without it, it is not useful

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
14 months agozerotier: update to 1.10.3
Moritz Warning [Wed, 22 Feb 2023 21:48:00 +0000 (22:48 +0100)]
zerotier: update to 1.10.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
14 months agoantfs: drop this kernel package
Josef Schlehofer [Thu, 23 Feb 2023 06:52:01 +0000 (07:52 +0100)]
antfs: drop this kernel package

Reasons to remove this package:

1. It is not available for Linux kernel 5.15 and onwards.
2. It seems that it is not maintained as the original repository was
   done in 2018 and then the forked repository was done to have this
merged only to OpenWrt.
3. Anyone can use ntfs-3g (fuse) or ntfs3 from Paragon, which has been
   available since Linux kernel 5.15
4. Nobody said why this package was necessary or required to be added
   here or what was the difference between driver(s) in the Linux kernel and
this package.
5. No project home page, no documentation, only source code provided by
   AVM

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
14 months agoMerge pull request #20554 from stangri/master-https-dns-proxy
Stan Grishin [Thu, 23 Feb 2023 04:47:39 +0000 (21:47 -0700)]
Merge pull request #20554 from stangri/master-https-dns-proxy

https-dns-proxy: 2022-10-15-11 update

14 months agoddns-scripts: enable IPv6 for easydns.com 20529/head
James Buren [Mon, 20 Feb 2023 11:51:46 +0000 (05:51 -0600)]
ddns-scripts: enable IPv6 for easydns.com

easydns.com has supported IPv6 for awhile now using
the same update URL as IPv4. This duplicates the IPv4
entry for IPv6 to enable support for it.

Signed-off-by: James Buren <braewoods+mgh@braewoods.net>
14 months agogit: update to 2.34.7
Michal Vasilek [Thu, 16 Feb 2023 09:20:13 +0000 (10:20 +0100)]
git: update to 2.34.7

Fixes CVE-2023-22490, CVE-2023-23946

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
14 months agohttps-dns-proxy: 2022-10-15-11 update 20554/head
Stan Grishin [Wed, 22 Feb 2023 20:35:59 +0000 (20:35 +0000)]
https-dns-proxy: 2022-10-15-11 update

* config file update
* introduce boot() function

Signed-off-by: Stan Grishin <stangri@melmac.ca>
14 months agogolang: Update to 1.19.6
Tianling Shen [Tue, 21 Feb 2023 04:48:00 +0000 (12:48 +0800)]
golang: Update to 1.19.6

go1.19.6 (released 2023-02-14) includes security fixes to the
crypto/tls, mime/multipart, net/http, and path/filepath packages,
as well as bug fixes to the go command, the linker, the runtime,
and the crypto/x509, net/http, and time packages.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 months agobanip: update 0.8.0-4
Dirk Brenken [Tue, 21 Feb 2023 20:42:24 +0000 (21:42 +0100)]
banip: update 0.8.0-4

* remove bogus log limit

Signed-off-by: Dirk Brenken <dev@brenken.org>
14 months agoMerge pull request #20480 from gstrauss/lighttpd-1.4.69
Eneas U de Queiroz [Tue, 21 Feb 2023 20:14:40 +0000 (17:14 -0300)]
Merge pull request #20480 from gstrauss/lighttpd-1.4.69

lighttpd: update to lighttpd 1.4.69 release hash

14 months agobanip: update 0.8.0-3
Dirk Brenken [Tue, 21 Feb 2023 17:43:17 +0000 (18:43 +0100)]
banip: update 0.8.0-3

* properly initialize the 'proto' variable in the log service

Signed-off-by: Dirk Brenken <dev@brenken.org>
14 months agoyq: Update to 4.31.1
Tianling Shen [Tue, 21 Feb 2023 07:57:46 +0000 (15:57 +0800)]
yq: Update to 4.31.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 months agodnsproxy: Update to 0.48.0
Tianling Shen [Tue, 21 Feb 2023 07:57:38 +0000 (15:57 +0800)]
dnsproxy: Update to 0.48.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 months agov2ray-core: Update to 5.4.0
Tianling Shen [Tue, 21 Feb 2023 07:57:28 +0000 (15:57 +0800)]
v2ray-core: Update to 5.4.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 months agonss: update to 3.88.1
Lucian Cristian [Mon, 20 Feb 2023 15:02:05 +0000 (15:02 +0000)]
nss: update to 3.88.1

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
14 months agobanip: update 0.8.0-2
Dirk Brenken [Mon, 20 Feb 2023 18:17:16 +0000 (19:17 +0100)]
banip: update 0.8.0-2

* fix a potential race condition during initial startup (after flash) which leads to a "disabled" service

Signed-off-by: Dirk Brenken <dev@brenken.org
Signed-off-by: Dirk Brenken <dev@brenken.org>
14 months agoMerge pull request #20475 from cotequeiroz/openssl3
Eneas U de Queiroz [Mon, 20 Feb 2023 15:07:16 +0000 (12:07 -0300)]
Merge pull request #20475 from cotequeiroz/openssl3

treewide: prepare packages for OpenSSL 3.0 update

14 months agoknot: update to version 3.2.5
Jan Hák [Mon, 13 Feb 2023 14:35:42 +0000 (15:35 +0100)]
knot: update to version 3.2.5

Signed-off-by: Jan Hák <jan.hak@nic.cz>
14 months agoMerge pull request #20484 from salim-b/patch-1
Eneas U de Queiroz [Mon, 20 Feb 2023 12:44:53 +0000 (09:44 -0300)]
Merge pull request #20484 from salim-b/patch-1

transmission: retrieve boolean config opts using `config_get_bool`