From 235d54b6b2b046b27a81e789e25a5d6c2578394d Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 3 Apr 2021 09:21:12 +0000 Subject: [PATCH 1/4] expat: update to 2.4.1 --- 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 e1283286bd..c96017b457 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.2.10" -PKG_SHA256="b2c160f1b60e92da69de8e12333096aeb0c3bf692d41c60794de278af72135a5" +PKG_VERSION="2.4.1" +PKG_SHA256="2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40" 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 8ef47d0867a7560a781a73a43107d4a651adafe3 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Thu, 11 Mar 2021 09:46:18 +0000 Subject: [PATCH 2/4] gptfdisk: update to 1.0.8 update 1.0.6 to 1.0.8 NEWS 1.0.8 (6/9/2021): ---------------------- - Fixed double byte swap operation on writes of partition name data on big-endian systems; this is in addition to the double byte swap fix on reading partition label data fixed in 1.0.7. (Thanks to Erik Larsson for both fixes.) - Added feature to gdisk and sgdisk to enable swapping the byte order of partition names, so as to correct disks already affected by the preceding bug. This option is 'b' on the experts' menu in gdisk and -b/--byte-swap-name in sgdisk. This seems advanced/obscure enough that I don't want to clutter cgdisk's menu with this option, so I haven't added it there. - Added type code for the Barebox boot loader (0xbb00; 4778ED65-BF42-45FA-9C5B-287A1DC4AAB1). - Trivial code cleanup. News: 1.0.7 (2021-03-10) ------------------------ - Fixed bug that caused spurious warnings about the partition table header claiming an invalid size of partition entries when reading some MBR disks. - Added ARM64 as an architecture for the Mac builds of gdisk and fixparts. The official GPT fdisk binaries of these files for macOS are now "universal" x86-64/ARM64 binaries, so they will run natively on the new M1 (ARM64) Macs. The sgdisk and cgdisk binaries, though, remain built only for x86-64, because they rely on libraries that are not easily built in "universal" form. - Fixed double byte swap operation on partition label data on big-endian CPUs. This resulted in partition names becoming gibberish on such CPUs. - Added three new type codes: - 0x0701 - Microsoft Storage Replica - 0x0702 - ArcaOS Type 1 - 0x8401 - Storage Performance Development Kit (SPDK) block device --- packages/sysutils/gptfdisk/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/gptfdisk/package.mk b/packages/sysutils/gptfdisk/package.mk index 0a7aadb097..abb8f034df 100644 --- a/packages/sysutils/gptfdisk/package.mk +++ b/packages/sysutils/gptfdisk/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="gptfdisk" -PKG_VERSION="1.0.6" -PKG_SHA256="ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8" +PKG_VERSION="1.0.8" +PKG_SHA256="95d19856f004dabc4b8c342b2612e8d0a9eebdd52004297188369f152e9dc6df" PKG_LICENSE="GPL" PKG_SITE="http://www.rodsbooks.com/gdisk/" PKG_URL="https://downloads.sourceforge.net/project/${PKG_NAME}/${PKG_NAME}/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz" From fcaecd15fd01f3c043728813f50b4c1dd167b484 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Wed, 15 Dec 2021 09:51:33 +0000 Subject: [PATCH 3/4] qemu: update to 6.2.0 and configure --- packages/tools/qemu/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tools/qemu/package.mk b/packages/tools/qemu/package.mk index dfb971d911..15bab69498 100644 --- a/packages/tools/qemu/package.mk +++ b/packages/tools/qemu/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="qemu" -PKG_VERSION="6.1.0" -PKG_SHA256="eebc089db3414bbeedf1e464beda0a7515aad30f73261abc246c9b27503a3c96" +PKG_VERSION="6.2.0" +PKG_SHA256="68e15d8e45ac56326e0b9a4afa8b49a3dfe8aba3488221d098c84698bca65b45" PKG_LICENSE="GPL" PKG_SITE="https://www.qemu.org" PKG_URL="https://download.qemu.org/qemu-${PKG_VERSION}.tar.xz" @@ -22,6 +22,7 @@ pre_configure_host() { --sbindir=${TOOLCHAIN}/sbin \ --sysconfdir=${TOOLCHAIN}/etc \ --enable-tools \ + --enable-malloc=system \ --disable-attr \ --disable-auth-pam \ --disable-blobs \ @@ -35,7 +36,6 @@ pre_configure_host() { --disable-gnutls \ --disable-libxml2 \ --disable-system \ - --disable-tcmalloc \ --disable-user \ --disable-vnc \ --disable-werror \ From 3c53664c9f9bc55fb69aeef95f013244b6b55923 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Mon, 26 Apr 2021 21:01:20 +0000 Subject: [PATCH 4/4] hdparm: update to 9.62 --- packages/tools/hdparm/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tools/hdparm/package.mk b/packages/tools/hdparm/package.mk index bb4833ad0c..9b9e30196d 100644 --- a/packages/tools/hdparm/package.mk +++ b/packages/tools/hdparm/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="hdparm" -PKG_VERSION="9.60" -PKG_SHA256="8397739c73e44d5ab96c4aef28fa9c0147276d53a1b5657ce04c4565cf6635cc" +PKG_VERSION="9.62" +PKG_SHA256="2c0f9d75cdbeda928a25a128cd3d0b7120445ec0910c0b29d4c1038ed1be777f" PKG_LICENSE="BSD" PKG_SITE="http://sourceforge.net/projects/hdparm/" PKG_URL="${SOURCEFORGE_SRC}/${PKG_NAME}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"