feed/packages.git
3 months agoMerge pull request #23243 from ffontaine/fix-libpam-cpeid
Nikos Mavrogiannopoulos [Fri, 2 Feb 2024 08:33:15 +0000 (09:33 +0100)]
Merge pull request #23243 from ffontaine/fix-libpam-cpeid

libs/libpam: fix PKG_CPE_ID

3 months agolibs/libpam: fix PKG_CPE_ID 23243/head
Fabrice Fontaine [Thu, 1 Feb 2024 21:12:24 +0000 (22:12 +0100)]
libs/libpam: fix PKG_CPE_ID

linux-pam:linux-pam is a better CPE ID than kernel:linux-pam as this CPE
ID has the latest CVEs (whereas kernel:linux-pam only has a
SUSE-specific CVE):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:linux-pam:linux-pam

Fix: 6f74b0c4f15a095b1069a8aaeb19a32dfbc7539a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agodnsproxy: Update to 0.64.1
Tianling Shen [Thu, 1 Feb 2024 15:21:07 +0000 (23:21 +0800)]
dnsproxy: Update to 0.64.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agonebula: update to 1.8.2-2
Stan Grishin [Thu, 25 Jan 2024 23:15:49 +0000 (23:15 +0000)]
nebula: update to 1.8.2-2

The following fixes have been applied to Makefile:
* fix the nebula license type
* add PKG_CPE_ID
* remove unneeded call to Build/Compile
* add leading spaces to descriptions
* add Package/nebula/conffiles definition
* remove unneeded /lib/upgrade/keep.d files
* no longer install actual license file
* add the README file

Kudos to @BKPepe and @1715173329 for feedback which lead to these fixes

Signed-off-by: Stan Grishin <stangri@melmac.ca>
3 months agolibs/libdaq3: assign PKG_LICENSE_FILES
Fabrice Fontaine [Tue, 30 Jan 2024 20:13:59 +0000 (21:13 +0100)]
libs/libdaq3: assign PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libev: fix license
Fabrice Fontaine [Tue, 30 Jan 2024 21:05:54 +0000 (22:05 +0100)]
libs/libev: fix license

libev is licensed under BSD-2-Clause or GPL-2.0-or-later since its
addition to openwrt

While at it, assign PKG_LICENSE_FILES

Fixes: 67b39f8f9b703e2cf95616b8e591ec76278a5846
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/pv: assign PKG_LICENSE_FILES
Fabrice Fontaine [Tue, 30 Jan 2024 20:08:51 +0000 (21:08 +0100)]
utils/pv: assign PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libpciaccess: assign PKG_LICENSE
Fabrice Fontaine [Tue, 30 Jan 2024 21:15:08 +0000 (22:15 +0100)]
libs/libpciaccess: assign PKG_LICENSE

libpciaccess is licensed under MIT

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agonet/tor: add license
Fabrice Fontaine [Tue, 30 Jan 2024 21:34:14 +0000 (22:34 +0100)]
net/tor: add license

tor is licensed under BSD-3-Clause

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agodevel/automake: fix license
Fabrice Fontaine [Tue, 30 Jan 2024 20:06:31 +0000 (21:06 +0100)]
devel/automake: fix license

automake is licensed under GPL-2.0-or-later, not GPL-3.0-or-later:
https://git.savannah.gnu.org/cgit/automake.git/tree/COPYING
indeed switch to GPL-3.0-or-later was reverted a long time ago (i.e.
before its addition to openwrt) by
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=fcf2f56062e384455ec8b1aed943af33f20c27c7

While at it, add the license file

Fixes: c6ac1e3f76ecd92d02d82c5729bbd1f2bd64922b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agotreewide: fix licence typos
Fabrice Fontaine [Tue, 30 Jan 2024 20:27:53 +0000 (21:27 +0100)]
treewide: fix licence typos

- PKG_LICENCE -> PKG_LICENSE
- PKC_LICENSE_FILES -> PKG_LICENSE_FILES
- BSD 3-Clause -> BSD-3-Clause
- BSD-3-clause -> BSD-3-Clause
- BSD-2-clause -> BSD-2-Clause
- Public Domain -> Public-Domain
- PublicDomain -> Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoMerge pull request #23213 from krant/tiff
Jiri Slachta [Wed, 31 Jan 2024 17:36:25 +0000 (18:36 +0100)]
Merge pull request #23213 from krant/tiff

tiff: update to 4.6.0

3 months agolibjpeg-trubo: update to 3.0.2
krant [Wed, 31 Jan 2024 11:15:14 +0000 (13:15 +0200)]
libjpeg-trubo: update to 3.0.2

- Switch source URL to Github since upstream migrated there
- Remove CMake options which are obsolete or match default values
- Don't disable arithmetic encoding/decoding since it's the standard

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
3 months agotiff: update to 4.6.0 23213/head
krant [Wed, 31 Jan 2024 12:04:21 +0000 (14:04 +0200)]
tiff: update to 4.6.0

- Don't set CMake options which are on by default

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
3 months agodocker-compose: Update to version 2.24.5
Javier Marcet [Wed, 31 Jan 2024 07:30:14 +0000 (08:30 +0100)]
docker-compose: Update to version 2.24.5

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agoxz: Update to 5.4.6
Hannu Nyman [Tue, 30 Jan 2024 18:47:51 +0000 (20:47 +0200)]
xz: Update to 5.4.6

Update xz to match the version 5.4.6 in tools/

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agoutils/vim: add license info
Fabrice Fontaine [Tue, 30 Jan 2024 07:23:18 +0000 (08:23 +0100)]
utils/vim: add license info

vim is licensed under its own Vim license:
https://spdx.org/licenses/Vim.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/augeas: assign PKG_LICENSE_FILES
Fabrice Fontaine [Tue, 30 Jan 2024 07:06:23 +0000 (08:06 +0100)]
utils/augeas: assign PKG_LICENSE_FILES

augeas provides a COPYING file since its addition to openwrt

Fixes: 7fc497dd67727225e875d5b13a5c76437815e277
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoinih: Update to r58
Tianling Shen [Tue, 30 Jan 2024 15:41:36 +0000 (23:41 +0800)]
inih: Update to r58

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agorclone: Update to 1.65.2
Tianling Shen [Tue, 30 Jan 2024 15:41:30 +0000 (23:41 +0800)]
rclone: Update to 1.65.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agocloudflared: Update to 2024.1.5
Tianling Shen [Tue, 30 Jan 2024 15:41:25 +0000 (23:41 +0800)]
cloudflared: Update to 2024.1.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agodos2unix: Update to 7.5.2
Tianling Shen [Tue, 30 Jan 2024 15:41:21 +0000 (23:41 +0800)]
dos2unix: Update to 7.5.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agodocker-compose: Update to version 2.24.4
Javier Marcet [Mon, 29 Jan 2024 22:12:30 +0000 (23:12 +0100)]
docker-compose: Update to version 2.24.4

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agoffmpeg: add V4L2 support
Álvaro Fernández Rojas [Sat, 27 Jan 2024 18:50:20 +0000 (19:50 +0100)]
ffmpeg: add V4L2 support

Enable V4L2 support on ffmpeg-full package.
Tested using V4L2 Raspberry Pi 4 encoder/decoder.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
3 months agoopenvpn: add missing script-security
Erik Conijn [Wed, 17 Jan 2024 12:31:37 +0000 (13:31 +0100)]
openvpn: add missing script-security

Maintainer: @mkrkn  @neheb

Compile tested: armv7, cortexA15, OpenWRT 23.05
Run tested: Linksys EA8500

Compile tested: armv8, cortexA53, OpenWRT main
Run tested: Dynalink DL-WRX36

Description:
Script-security is always 2 and cannot be changed from the openvpn config file due to a missing rule in openvpn.init.

This is discussed in issue #23014

This patch adds the missing rule in openvpn.init to parse script-security from the openvpn config file.

Signed-off-by: Erik Conijn <egc112@msn.com>
3 months agoerlang: remove CFLAGS modification since it has been fixed in the upstream
krant [Wed, 10 Jan 2024 13:53:19 +0000 (15:53 +0200)]
erlang: remove CFLAGS modification since it has been fixed in the upstream

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
3 months agoerlang: update to 26.2.1
krant [Wed, 10 Jan 2024 13:27:01 +0000 (15:27 +0200)]
erlang: update to 26.2.1

- Update to Erlang/OTP 26.2.1
- Remove obsolete configure options
- Remove obsolete patches, add new one
- Add missing no_dot_erlang.boot file (fixes #20587)
- Change package URL to https

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
3 months agolibs/libgee: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:49:41 +0000 (22:49 +0100)]
libs/libgee: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnome:libgee

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agonet/bwm-ng: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 17:39:36 +0000 (18:39 +0100)]
net/bwm-ng: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:bwm-ng_project:bwm-ng

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/acl: assign PKG_CPE_ID
Fabrice Fontaine [Wed, 24 Jan 2024 21:31:37 +0000 (22:31 +0100)]
utils/acl: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aacl_project%3Aacl

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/cgroupfs-mount: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 17:52:05 +0000 (18:52 +0100)]
utils/cgroupfs-mount: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cgroupfs-mount_project:cgroupfs-mount

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/augeas: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 17:26:16 +0000 (18:26 +0100)]
utils/augeas: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:augeas:augeas

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agonet/fastd: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:03:09 +0000 (22:03 +0100)]
net/fastd: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:fastd_project:fastd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libmbim: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:29:06 +0000 (22:29 +0100)]
libs/libmbim: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freedesktop:libmbim

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoadmin/atop: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 08:02:12 +0000 (09:02 +0100)]
admin/atop: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:atop_project:atop

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolang/python/python-docker: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 20:39:30 +0000 (21:39 +0100)]
lang/python/python-docker: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:docker:docker-py

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/pax-utils: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:42:17 +0000 (22:42 +0100)]
utils/pax-utils: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gentoo:pax-utils

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/crun: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 20:21:36 +0000 (21:21 +0100)]
utils/crun: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:crun_project:crun

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agonet/fail2ban: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 20:58:40 +0000 (21:58 +0100)]
net/fail2ban: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:fail2ban:fail2ban

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libinput: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:25:23 +0000 (22:25 +0100)]
libs/libinput: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freedesktop:libinput

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoutils/domoticz: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 20:43:47 +0000 (21:43 +0100)]
utils/domoticz: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:domoticz:domoticz

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/freetype: fix PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:36:46 +0000 (22:36 +0100)]
libs/freetype: fix PKG_CPE_ID

There is not a single CVE under cpe:/a:freetype:freetype2
so use cpe:/a:freetype:freetype:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freetype:freetype

Fixes: 456ae2f541f698e6b9106b696d385d52164ed860
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolang/vala: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:58:07 +0000 (22:58 +0100)]
lang/vala: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnome:vala

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agomultimedia/gst1-plugins-bad: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:19:56 +0000 (22:19 +0100)]
multimedia/gst1-plugins-bad: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freedesktop:gst-plugins-bad

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libyang: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 17:47:52 +0000 (18:47 +0100)]
libs/libyang: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cesnet:libyang

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agonet/atftp: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 07:57:31 +0000 (08:57 +0100)]
net/atftp: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:atftp_project:atftp

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/fmtlib: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 21:15:08 +0000 (22:15 +0100)]
libs/fmtlib: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:fmt:fmt

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoknot: update to version 3.3.4
Jan Hák [Mon, 29 Jan 2024 10:00:48 +0000 (11:00 +0100)]
knot: update to version 3.3.4

Signed-off-by: Jan Hák <jan.hak@nic.cz>
3 months agoci: bump checkout/upload-artifact to v4
Tianling Shen [Mon, 29 Jan 2024 05:55:04 +0000 (13:55 +0800)]
ci: bump checkout/upload-artifact to v4

Fix Node.js 16 deprecation warning.
Ref: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agoMerge pull request #23182 from mhei/php8-update-to-8.3.2
Michael Heimpold [Mon, 29 Jan 2024 06:56:56 +0000 (07:56 +0100)]
Merge pull request #23182 from mhei/php8-update-to-8.3.2

php8: update to 8.3.2

3 months agopython-dotenv: update to v1.0.1
Javier Marcet [Sun, 28 Jan 2024 21:11:24 +0000 (22:11 +0100)]
python-dotenv: update to v1.0.1

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agopython-ble2mqtt: update to 0.2.2
Quintin Hill [Fri, 26 Jan 2024 21:52:23 +0000 (21:52 +0000)]
python-ble2mqtt: update to 0.2.2

b3b0cc8 version 0.2.2
85515cd roidmi: initial support for NEX2 Pro
62addc2 isort imports
8695649 README: update other govee to govee_ht
33f6ade ruuvitag: remove device class for counter
2099607 Rename key govee->govee_ht
12acacd codestyle updates
dbba43d ruuvitag: drop redundant import
84878e0 base: add and use HumidityTemperatureSensor
e9f0046 xiaomi_lywsd03_atc: make send_custom a class variable
2f4809a base: use lowercase for instance variable
5b1af17 govee: add manufacturer
7891691 ruuvitag: add manufacturer
cfd799b ruuvitag: remove inheritance from SubscribeAndSetDataMixin
7be28a1 codestyle updates
bffcf5e Add Govee H5074 temperature/humidity sensor support (#77)

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
3 months agopython-dbus-fast: upgrade to 2.21.1
Quintin Hill [Fri, 26 Jan 2024 21:51:10 +0000 (21:51 +0000)]
python-dbus-fast: upgrade to 2.21.1

fix: avoid expensive runtime inspection of known callables (https://github.com/Bluetooth-Devices/dbus-fast/pull/277)
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
3 months agophp8: update to 8.3.2 23182/head
Michael Heimpold [Sun, 28 Jan 2024 10:20:07 +0000 (11:20 +0100)]
php8: update to 8.3.2

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 months agobcm27xx-eeprom: switch to bcm27xx-utils
Álvaro Fernández Rojas [Fri, 26 Jan 2024 08:59:51 +0000 (09:59 +0100)]
bcm27xx-eeprom: switch to bcm27xx-utils

bcm27xx-userland is now deprecated and utils should be used instead.
https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
3 months agolibdaq3: update to 3.0.14
John Audia [Thu, 18 Jan 2024 19:13:43 +0000 (14:13 -0500)]
libdaq3: update to 3.0.14

Update to latest version.

Changelog: https://github.com/snort3/libdaq/releases/tag/v3.0.14

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
3 months agosing-box: update to 1.8.4
Van Waholtz [Sat, 27 Jan 2024 07:39:48 +0000 (15:39 +0800)]
sing-box: update to 1.8.4

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
3 months agonatmap: update to 20240126
Ray Wang [Fri, 26 Jan 2024 15:04:21 +0000 (23:04 +0800)]
natmap: update to 20240126

Signed-off-by: Ray Wang <r@hev.cc>
3 months ago banip: update 0.9.3-5
Dirk Brenken [Fri, 26 Jan 2024 18:51:05 +0000 (19:51 +0100)]
 banip: update 0.9.3-5

* fix the nft Set survey function

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 months agov2ray-geodata: Update to latest version
Tianling Shen [Fri, 26 Jan 2024 04:20:05 +0000 (12:20 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agotailscale: Update to 1.58.2
Zephyr Lykos [Thu, 25 Jan 2024 18:21:33 +0000 (02:21 +0800)]
tailscale: Update to 1.58.2

https://github.com/tailscale/tailscale/releases/tag/v1.58.2

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
3 months agoutils/cryptsetup: assign PKG_CPE_ID
Fabrice Fontaine [Thu, 25 Jan 2024 20:27:06 +0000 (21:27 +0100)]
utils/cryptsetup: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cryptsetup_project:cryptsetup

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoMerge pull request #23150 from ffontaine/fix-tcpreplay-cpeid
Alexandru Ardelean [Thu, 25 Jan 2024 19:24:08 +0000 (21:24 +0200)]
Merge pull request #23150 from ffontaine/fix-tcpreplay-cpeid

net/tcpreplay: fix PKG_CPE_ID

3 months agonet/tcpreplay: fix PKG_CPE_ID 23150/head
Fabrice Fontaine [Thu, 25 Jan 2024 17:33:36 +0000 (18:33 +0100)]
net/tcpreplay: fix PKG_CPE_ID

There is not a single CVE under cpe:/a:appneta:tcpreplay
so use cpe:/a:broadcom:tcpreplay:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:broadcom:tcpreplay

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agoMerge pull request #23138 from ffontaine/add-i2pd-cpeid
Florian Eckert [Thu, 25 Jan 2024 07:38:11 +0000 (08:38 +0100)]
Merge pull request #23138 from ffontaine/add-i2pd-cpeid

net/i2pd: assign PKG_CPE_ID

3 months agodocker-compose: Update to version 2.24.3
Javier Marcet [Wed, 24 Jan 2024 18:07:16 +0000 (19:07 +0100)]
docker-compose: Update to version 2.24.3

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agolibs/libestr: assign PKG_CPE_ID
Fabrice Fontaine [Wed, 24 Jan 2024 21:39:42 +0000 (22:39 +0100)]
libs/libestr: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aadiscon%3Alibestr

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/apr: fix PKG_CPE_ID
Fabrice Fontaine [Wed, 24 Jan 2024 21:48:33 +0000 (22:48 +0100)]
libs/apr: fix PKG_CPE_ID

There is not a single CVE under cpe:/a:apache:apr
so use cpe:/a:apache:portable_runtime:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agolibs/libvpx: fix PKG_CPE_ID
Fabrice Fontaine [Wed, 24 Jan 2024 17:47:43 +0000 (18:47 +0100)]
libs/libvpx: fix PKG_CPE_ID

There is not a single CVEs under cpe:/a:john_koleszar:libvpx
so use cpe:/a:webmproject:libvpx:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awebmproject%3Alibvpx

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agov2raya: do not allow changing config/log directory
Tianling Shen [Wed, 24 Jan 2024 16:38:09 +0000 (00:38 +0800)]
v2raya: do not allow changing config/log directory

We need stable path to persist configurations and read log from LuCI.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agodnsproxy: Update to 0.63.1
Tianling Shen [Wed, 24 Jan 2024 16:16:35 +0000 (00:16 +0800)]
dnsproxy: Update to 0.63.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agonet/i2pd: assign PKG_CPE_ID 23138/head
Fabrice Fontaine [Wed, 24 Jan 2024 14:50:10 +0000 (15:50 +0100)]
net/i2pd: assign PKG_CPE_ID

https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Ai2pd%3Ai2pd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 months agognutls: updated to 3.8.3
Nikos Mavrogiannopoulos [Wed, 24 Jan 2024 09:59:45 +0000 (10:59 +0100)]
gnutls: updated to 3.8.3

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
3 months agoocserv: updated source URL to https
Nikos Mavrogiannopoulos [Wed, 24 Jan 2024 09:31:21 +0000 (10:31 +0100)]
ocserv: updated source URL to https

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
3 months agoMerge pull request #23136 from nmav/tmp-ocserv1.2.4
Nikos Mavrogiannopoulos [Wed, 24 Jan 2024 09:28:31 +0000 (10:28 +0100)]
Merge pull request #23136 from nmav/tmp-ocserv1.2.4

ocserv: updated to 1.2.4

3 months agoocserv: updated to 1.2.4 23136/head
Nikos Mavrogiannopoulos [Wed, 24 Jan 2024 08:23:23 +0000 (09:23 +0100)]
ocserv: updated to 1.2.4

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
3 months agopdns-recursor: Build rec-5.0.1, adding Rust dependencies
Otto Moerbeek [Tue, 6 Jun 2023 12:54:22 +0000 (14:54 +0200)]
pdns-recursor: Build rec-5.0.1, adding Rust dependencies

also fix license variable

Co-authored-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Otto Moerbeek <otto@drijf.net>
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
3 months agoMerge pull request #23128 from TDT-AG/pr/20240119-modemmanager
Florian Eckert [Tue, 23 Jan 2024 09:56:39 +0000 (10:56 +0100)]
Merge pull request #23128 from TDT-AG/pr/20240119-modemmanager

modemmanager: replace modem available check on start with the new monitore service

3 months agopython-orjson: update to version 3.9.12
Timothy Ace [Sun, 21 Jan 2024 15:10:07 +0000 (10:10 -0500)]
python-orjson: update to version 3.9.12

Relevant changes since 3.9.10:
- Improve performance of serializing. str is significantly faster. Documents
using dict, list, and tuple are somewhat faster.
- FIXED: Minimal musllinux_1_1 build due to sporadic CI failure.

Signed-off-by: Timothy Ace <openwrt@timothyace.com>
3 months agopython-jsonschema: Update to 4.21.1
Javier Marcet [Sat, 20 Jan 2024 09:19:01 +0000 (10:19 +0100)]
python-jsonschema: Update to 4.21.1

 - Slightly speed up the contains keyword by removing some unnecessary
 validator (re-)creation.

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agodocker-compose: Update to version 2.24.2
Javier Marcet [Mon, 22 Jan 2024 21:08:37 +0000 (22:08 +0100)]
docker-compose: Update to version 2.24.2

Signed-off-by: Javier Marcet <javier@marcet.info>
3 months agotailscale: Update to 1.58.0
Zephyr Lykos [Fri, 19 Jan 2024 10:13:05 +0000 (18:13 +0800)]
tailscale: Update to 1.58.0

https://github.com/tailscale/tailscale/releases/tag/v1.58.0

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
3 months agoopenvpn: remove myself as maintainer
Magnus Kroken [Sun, 21 Jan 2024 18:01:58 +0000 (19:01 +0100)]
openvpn: remove myself as maintainer

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
4 months agobcm27xx-eeprom: split into bcm2711 and bcm2712 23113/head
Álvaro Fernández Rojas [Tue, 16 Jan 2024 16:39:06 +0000 (17:39 +0100)]
bcm27xx-eeprom: split into bcm2711 and bcm2712

Add support for the Raspberry Pi 5 by creating separate packages for bcm2711
(Raspberry Pi 4) and bcm2712.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
4 months agobcm27xx-eeprom: update to latest version
Álvaro Fernández Rojas [Tue, 16 Jan 2024 15:29:56 +0000 (16:29 +0100)]
bcm27xx-eeprom: update to latest version

- Updates Raspberry Pi 4 (bcm2711) EEPROM files to latest version.
- Refresh patches.
- Add missing patch header.
- Add mount-utils dependency (findmnt is needed by "rpi-eeprom-update -r").
- Switch to default and latest instead of deprecated critical and stable.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
4 months agocloudflared: Update to 2024.1.4
Tianling Shen [Sat, 20 Jan 2024 04:54:09 +0000 (12:54 +0800)]
cloudflared: Update to 2024.1.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 months agoevilginx2: add new package
W. Michael Petullo [Thu, 4 Jan 2024 20:03:17 +0000 (14:03 -0600)]
evilginx2: add new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
4 months agosudo: bump to verison 1.9.15p5
Alexandru Ardelean [Mon, 15 Jan 2024 07:56:03 +0000 (09:56 +0200)]
sudo: bump to verison 1.9.15p5

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
4 months agosnort3: update to 3.1.78.0
John Audia [Thu, 18 Jan 2024 19:16:32 +0000 (14:16 -0500)]
snort3: update to 3.1.78.0

Upstream bump

   ,,_     -*> Snort++ <*-
  o"  )~   Version 3.1.78.0
   ''''    By Martin Roesch & The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.14
           Using LuaJIT version 2.1.0-beta3
           Using OpenSSL 3.0.12 24 Oct 2023
           Using libpcap version 1.10.4 (with TPACKET_V3)
           Using PCRE version 8.45 2021-06-15
           Using ZLIB version 1.3
           Using Hyperscan version 5.4.2 2024-01-15
           Using LZMA version 5.4.4

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
4 months agomodemmanger: bump PKG_RELEASE 23128/head
Florian Eckert [Fri, 19 Jan 2024 07:35:52 +0000 (08:35 +0100)]
modemmanger: bump PKG_RELEASE

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agomodemmanager: suppress mm_log debug messages by default
Florian Eckert [Wed, 17 Jan 2024 10:36:48 +0000 (11:36 +0100)]
modemmanager: suppress mm_log debug messages by default

The log is filled with 'debug' messages. This is not necessary and is
only normaly needed during development. To suppress this message, check
whether the level is 'debug' and if so, suppress it. If this message is
required again, the message can be generated by commenting out this line.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agomodemmanager: replace modem available check on start with the new monitore service
Florian Eckert [Wed, 17 Jan 2024 10:07:25 +0000 (11:07 +0100)]
modemmanager: replace modem available check on start with the new monitore service

Before this change, the status of the sysfs paths from the kernel events
was cached with a cache file. This is necessary to mark configured modems
as available for the netifd.

Using the new monitor service via the mmcli command 'mmcli -M' simplifies
the whole process. There is no need to start sub shells in the background
anymore that monitors whether the modem has already been added to the
ModemManager.

For this purpose, a new service was added that reacts on add and remove
events for modems in the ModemManager and, if necessary, marks the logical
netifd interface as available.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agomodemmanager: move shell include to the beginning of the file
Florian Eckert [Wed, 17 Jan 2024 10:00:37 +0000 (11:00 +0100)]
modemmanager: move shell include to the beginning of the file

It is usual that the includes are listed at the beginning of the script.
So let's do it that way too.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agomodemmanager: move generally applicable functions to modemmanager.common
Florian Eckert [Wed, 17 Jan 2024 09:58:15 +0000 (10:58 +0100)]
modemmanager: move generally applicable functions to modemmanager.common

These moved functions are general functions. This is a preparatory
commit so that these moved functions can also be used in other
ModemManager scripts.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agomodemmanager: set allowedmode to 'any' if nothing is configured
Florian Eckert [Thu, 18 Jan 2024 15:08:59 +0000 (16:08 +0100)]
modemmanager: set allowedmode to 'any' if nothing is configured

The modem saves the permitted technology configuration in the modem
itself. If the technology configuration is deleted in the uci, this is
not passed on to the modem. This means that the previously saved
technology configuration is remains in the modem and is therefore still
active. By setting the technology to 'any', if no option is set, all
technologies are allowed again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 months agopython-jsonschema: Update to 4.21.0
Javier Marcet [Wed, 17 Jan 2024 23:16:17 +0000 (00:16 +0100)]
python-jsonschema: Update to 4.21.0

 - Fix the behavior of enum in the presence of 0 or 1 to properly
  consider True and False unequal.
 - Special case the error message for {min,max}
 {Items,Length,Properties} when they're checking for emptiness rather
 than true length.

Signed-off-by: Javier Marcet <javier@marcet.info>
4 months agodocker-compose: Update to version 2.24.1
Javier Marcet [Thu, 18 Jan 2024 22:33:55 +0000 (23:33 +0100)]
docker-compose: Update to version 2.24.1

Signed-off-by: Javier Marcet <javier@marcet.info>
4 months agoMerge pull request #23126 from stangri/master-adblock-fast
Stan Grishin [Fri, 19 Jan 2024 06:22:48 +0000 (23:22 -0700)]
Merge pull request #23126 from stangri/master-adblock-fast

adblock-fast: update to 1.1.1-3

4 months agoadblock-fast: update to 1.1.1-3 23126/head
Stan Grishin [Fri, 19 Jan 2024 00:02:55 +0000 (00:02 +0000)]
adblock-fast: update to 1.1.1-3

* allow top-level domains in the blocked-domains options fixes
  https://github.com/openwrt/packages/issues/23125

Signed-off-by: Stan Grishin <stangri@melmac.ca>
4 months agoopenblas: bump to version 0.3.26
Alexandru Ardelean [Mon, 15 Jan 2024 08:17:31 +0000 (10:17 +0200)]
openblas: bump to version 0.3.26

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>