From b1630b294a5f771784f3ffd237c3237ee988a2ad Mon Sep 17 00:00:00 2001 From: heitbaum Date: Thu, 4 Nov 2021 08:00:11 +1100 Subject: [PATCH 1/6] libgpg-error: update to 1.44 update 1.41 (2020-12-22) to 1.44 (2022-01-27) NEWS: - https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS log: - https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=summary --- packages/security/libgpg-error/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/security/libgpg-error/package.mk b/packages/security/libgpg-error/package.mk index 167412999d..24e0f15e52 100644 --- a/packages/security/libgpg-error/package.mk +++ b/packages/security/libgpg-error/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libgpg-error" -PKG_VERSION="1.41" -PKG_SHA256="64b078b45ac3c3003d7e352a5e05318880a5778c42331ce1ef33d1a0d9922742" +PKG_VERSION="1.44" +PKG_SHA256="8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9" PKG_LICENSE="GPLv2" PKG_SITE="https://www.gnupg.org" PKG_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/${PKG_NAME}-${PKG_VERSION}.tar.bz2" From c6e36a814944adbfb6cd6932e6a71ed20079e57d Mon Sep 17 00:00:00 2001 From: heitbaum Date: Wed, 2 Feb 2022 11:29:41 +0000 Subject: [PATCH 2/6] libusb: update to 1.0.25 update 1.0.24 (2020-12-11) to 1.0.25 (2022-01-31) Changelog: - https://github.com/libusb/libusb/blob/master/ChangeLog 2022-01-31: v1.0.25 * Linux: Fix regression with some particular devices * Linux: Fix regression with libusb_handle_events_timeout_completed() * Linux: Fix regression with cpu usage in libusb_bulk_transfer * Darwin (macOS): Add support for detaching kernel drivers with authorization. * Darwin (macOS): Do not drop partial data on timeout. * Darwin (macOS): Silence pipe error in set_interface_alt_setting(). * Windows: Fix HID backend missing byte * Windows: Fix segfault with libusbk driver * Windows: Fix regression when using libusb0 driver * Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option * Various other bug fixes and improvements --- packages/sysutils/libusb/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/libusb/package.mk b/packages/sysutils/libusb/package.mk index affbb662a3..da30da070d 100644 --- a/packages/sysutils/libusb/package.mk +++ b/packages/sysutils/libusb/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libusb" -PKG_VERSION="1.0.24" -PKG_SHA256="7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a" +PKG_VERSION="1.0.25" +PKG_SHA256="8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849" PKG_LICENSE="LGPLv2.1" PKG_SITE="http://libusb.info/" PKG_URL="https://github.com/libusb/libusb/releases/download/v${PKG_VERSION}/libusb-${PKG_VERSION}.tar.bz2" From 839bb334077589858d9e376631cb4697856c0ba8 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Tue, 18 Jan 2022 09:40:14 +0000 Subject: [PATCH 3/6] expat: update to 2.4.4 update 2.4.1 (2021-05-23) to 2.4.4 (2022-01-30) changelog: - https://github.com/libexpat/libexpat/blob/R_2_4_4/expat/Changes release dates: - https://libexpat.github.io/ --- packages/textproc/expat/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/textproc/expat/package.mk b/packages/textproc/expat/package.mk index c96017b457..db5cdbff69 100644 --- a/packages/textproc/expat/package.mk +++ b/packages/textproc/expat/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="expat" -PKG_VERSION="2.4.1" -PKG_SHA256="2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40" +PKG_VERSION="2.4.4" +PKG_SHA256="14c58c2a0b5b8b31836514dfab41bd191836db7aa7b84ae5c47bc0327a20d64a" PKG_LICENSE="OSS" PKG_SITE="http://expat.sourceforge.net/" PKG_URL="https://github.com/libexpat/libexpat/releases/download/R_${PKG_VERSION//./_}/${PKG_NAME}-${PKG_VERSION}.tar.bz2" From d21e0cd8fa92ed896ad4eed9a200ca8740657686 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Tue, 25 Jan 2022 20:58:26 +0000 Subject: [PATCH 4/6] util-linux: update to 2.37.3 update 2.37.2 (2021-08-16) to 2.37.3 (2022-01-24) Changelog: - https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ChangeLog util-linux 2.37.3 Release Notes =============================== This release fixes two security mount(8) and umount(8) issues: CVE-2021-3996 Improper UID check in libmount allows an unprivileged user to unmount FUSE filesystems of users with similar UID. CVE-2021-3995 This issue is related to parsing the /proc/self/mountinfo file allows an unprivileged user to unmount other user's filesystems that are either world-writable themselves or mounted in a world-writable directory. --- packages/sysutils/util-linux/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/util-linux/package.mk b/packages/sysutils/util-linux/package.mk index ce9075df66..6a585e6a74 100644 --- a/packages/sysutils/util-linux/package.mk +++ b/packages/sysutils/util-linux/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="util-linux" -PKG_VERSION="2.37.2" -PKG_SHA256="6a0764c1aae7fb607ef8a6dd2c0f6c47d5e5fd27aa08820abaad9ec14e28e9d9" +PKG_VERSION="2.37.3" +PKG_SHA256="590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776" PKG_LICENSE="GPL" PKG_URL="https://www.kernel.org/pub/linux/utils/util-linux/v$(get_pkg_version_maj_min)/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host pkg-config:host" From a3a041e9f0f6ea620d6384a4ab2c259eb2b6e9e4 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Tue, 25 Jan 2022 20:51:26 +0000 Subject: [PATCH 5/6] libcap: update to 2.63 update 2.62 (2021-12-11) to 2.63 (2022-01-23) log: - https://git.kernel.org/pub/scm/libs/libcap/libcap.git/log/ --- packages/devel/libcap/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/libcap/package.mk b/packages/devel/libcap/package.mk index 6f617c90bd..d4f2dc4e9a 100644 --- a/packages/devel/libcap/package.mk +++ b/packages/devel/libcap/package.mk @@ -4,8 +4,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libcap" -PKG_VERSION="2.62" -PKG_SHA256="190c5baac9bee06a129eae20d3e827de62f664fe3507f0bf6c50a9a59fbd83a2" +PKG_VERSION="2.63" +PKG_SHA256="0c637b8f44fc7d8627787e9cf57f15ac06c1ddccb53e41feec5496be3466f77f" PKG_LICENSE="GPL" PKG_SITE="https://git.kernel.org/pub/scm/libs/libcap/libcap.git/log/" PKG_URL="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${PKG_NAME}-${PKG_VERSION}.tar.xz" From ef5ec37e1795bf3b39f66507afacae5e4543e1b1 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Thu, 6 Jan 2022 00:52:52 +0000 Subject: [PATCH 6/6] readline: update to 8.1.2 update 8.1 (2020-12-06) to 8.1.2 (2022-01-05) Patches: Readline-8.1 Official patch 1 - https://lists.gnu.org/archive/html/bug-readline/2021-05/msg00000.html - https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-001 Readline-8.1 Official patch 2 - https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-002 --- packages/devel/readline/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/readline/package.mk b/packages/devel/readline/package.mk index 6d279fa9a1..0e29986f25 100644 --- a/packages/devel/readline/package.mk +++ b/packages/devel/readline/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="readline" -PKG_VERSION="8.1" -PKG_SHA256="f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" +PKG_VERSION="8.1.2" +PKG_SHA256="7589a2381a8419e68654a47623ce7dfcb756815c8fee726b98f90bf668af7bc6" PKG_LICENSE="MIT" PKG_SITE="http://www.gnu.org/software/readline/" PKG_URL="http://ftpmirror.gnu.org/readline/${PKG_NAME}-${PKG_VERSION}.tar.gz"