From 76cd2f9ff89b433d6843e59498459d2380b22b18 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 22 Oct 2024 13:16:10 +0000 Subject: [PATCH 1/5] Mako: update to 1.3.6 --- packages/python/devel/Mako/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/python/devel/Mako/package.mk b/packages/python/devel/Mako/package.mk index f99520bbce..d2b1c27cb9 100644 --- a/packages/python/devel/Mako/package.mk +++ b/packages/python/devel/Mako/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="Mako" -PKG_VERSION="1.3.5" -PKG_SHA256="48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc" +PKG_VERSION="1.3.6" +PKG_SHA256="9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d" PKG_LICENSE="GPL" PKG_SITE="https://pypi.org/project/Mako" -PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz" +PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/mako-${PKG_VERSION}.tar.gz" PKG_DEPENDS_HOST="Python3:host setuptools:host MarkupSafe:host" PKG_LONGDESC="Mako is a super-fast templating language that borrows the best ideas from the existing templating languages." PKG_TOOLCHAIN="python" From 706516013e52e9f74a6d195c64731c4840e82d2a Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 22 Oct 2024 13:22:07 +0000 Subject: [PATCH 2/5] nghttp2: update to 1.64.0 --- packages/web/nghttp2/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/nghttp2/package.mk b/packages/web/nghttp2/package.mk index c2c80514bc..d61be30f3e 100644 --- a/packages/web/nghttp2/package.mk +++ b/packages/web/nghttp2/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="nghttp2" -PKG_VERSION="1.63.0" -PKG_SHA256="4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b" +PKG_VERSION="1.64.0" +PKG_SHA256="88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd" PKG_LICENSE="MIT" PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html" PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz" From 6e7ffec9fd02869d8106f76f7738329c28f64552 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 22 Oct 2024 13:23:25 +0000 Subject: [PATCH 3/5] usbutils: update to 018 and meson --- packages/sysutils/usbutils/package.mk | 5 ++--- .../usbutils-0001-allow-run-with-busybox.patch | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 packages/sysutils/usbutils/patches/usbutils-0001-allow-run-with-busybox.patch diff --git a/packages/sysutils/usbutils/package.mk b/packages/sysutils/usbutils/package.mk index dc44e5745f..d9bf67260c 100644 --- a/packages/sysutils/usbutils/package.mk +++ b/packages/sysutils/usbutils/package.mk @@ -3,14 +3,13 @@ # Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) PKG_NAME="usbutils" -PKG_VERSION="017" -PKG_SHA256="a6a25ffdcf9103e38d7a44732aca17073f4e602b92e4ae55625231a82702e05b" +PKG_VERSION="018" +PKG_SHA256="83f68b59b58547589c00266e82671864627593ab4362d8c807f50eea923cad93" PKG_LICENSE="GPL" PKG_SITE="http://www.linux-usb.org/" PKG_URL="http://kernel.org/pub/linux/utils/usb/usbutils/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_TARGET="toolchain libusb systemd" PKG_LONGDESC="This package contains various utilities for inspecting and setting of devices connected to the USB bus." -PKG_TOOLCHAIN="autotools" post_makeinstall_target() { rm -rf ${INSTALL}/usr/bin/lsusb.py diff --git a/packages/sysutils/usbutils/patches/usbutils-0001-allow-run-with-busybox.patch b/packages/sysutils/usbutils/patches/usbutils-0001-allow-run-with-busybox.patch deleted file mode 100644 index c15eacffde..0000000000 --- a/packages/sysutils/usbutils/patches/usbutils-0001-allow-run-with-busybox.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/usb-devices 2023-06-25 08:25:25.000000000 +0000 -+++ b/usb-devices 2024-09-27 03:21:00.931136577 +0000 -@@ -192,7 +192,7 @@ - exit 1 - fi - --for device in $(find /sys/bus/usb/devices -name 'usb*' -printf '%f\n' | sort -V) -+for device in $(find /sys/bus/usb/devices -name 'usb*' -print | while read dir; do basename $dir; done | sort -V) - do - print_device "/sys/bus/usb/devices/$device" 0 0 0 - done From 29d0e6479158b25c7efa418ca1a58f49cb57966f Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 22 Oct 2024 21:32:13 +0000 Subject: [PATCH 4/5] openssl: update to 3.4.0 Release notes: - https://www.openssl.org Release notes: - https://www.openssl.org/news/vulnerabilities.html --- packages/security/openssl/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/security/openssl/package.mk b/packages/security/openssl/package.mk index d64f128b9d..e56189b3f7 100644 --- a/packages/security/openssl/package.mk +++ b/packages/security/openssl/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="openssl" -PKG_VERSION="3.3.2" -PKG_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281" +PKG_VERSION="3.4.0" +PKG_SHA256="e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf" PKG_LICENSE="Apache-2.0" PKG_SITE="https://openssl-library.org" PKG_URL="https://github.com/openssl/openssl/releases/download/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz" From b271615fba82f1623a74b5a2c97a67fe7d4864fd Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 24 Oct 2024 11:12:03 +0000 Subject: [PATCH 5/5] pipewire: update to 1.2.6 News: - https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/NEWS --- packages/audio/pipewire/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/audio/pipewire/package.mk b/packages/audio/pipewire/package.mk index 184fb715d8..7b981b61f2 100644 --- a/packages/audio/pipewire/package.mk +++ b/packages/audio/pipewire/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv) PKG_NAME="pipewire" -PKG_VERSION="1.2.5" -PKG_SHA256="4c3209c78ce63af6bd2658e5092c220d844fc2b7a039bbbb950e71890cc8ac78" +PKG_VERSION="1.2.6" +PKG_SHA256="8d9b4e95dba33d218c760fecbb71672c86a56917f803e96fe6c3af62fa783a95" PKG_LICENSE="LGPL" PKG_SITE="https://pipewire.org" PKG_URL="https://github.com/PipeWire/pipewire/archive/${PKG_VERSION}.tar.gz"