From 3d1ce4208dfb4b6588354872237607b1789e8a27 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:11 +0800 Subject: exfatprogs: upgrade 1.2.5 -> 1.2.6 CHANGES : * exfatprogs: replace obsolete autoconf and libtool macros. * mkfs.exfat: prefer the physical block size over the logical block size for the exFAT sector size. * mkfs.exfat: add notes about the format of the volume GUID to the man page. * mkfs.exfat: fix an incorrect calculation of the number of used clusters. BUG FIXES : * exfatlabel: fix an user input error when setting a volume serial or label. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-utils/exfatprogs/exfatprogs_1.2.5.bb | 24 ---------------------- .../recipes-utils/exfatprogs/exfatprogs_1.2.6.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb create mode 100644 meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb deleted file mode 100644 index c3ae8b8381..0000000000 --- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "exFAT filesystem userspace utilities" -DESCRIPTION = "\ -As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \ -created as an official userspace utilities that contain all of the standard \ -utilities for creating and fixing and debugging exfat filesystem in linux \ -system. The goal of exfatprogs is to provide high performance and quality \ -at the level of exfat utilities in windows. And this software is licensed \ -under the GNU General Public License Version 2." -HOMEPAGE = "https://github.com/${BPN}/${BPN}" -SECTION = "universe/otherosfs" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0" - -UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" -UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)" - -inherit autotools - -RPROVIDES:${PN} = "exfat-utils" -RCONFLICTS:${PN} = "exfat-utils" -RREPLACES:${PN} = "exfat-utils" diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb new file mode 100644 index 0000000000..39411b4cee --- /dev/null +++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb @@ -0,0 +1,24 @@ +SUMMARY = "exFAT filesystem userspace utilities" +DESCRIPTION = "\ +As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \ +created as an official userspace utilities that contain all of the standard \ +utilities for creating and fixing and debugging exfat filesystem in linux \ +system. The goal of exfatprogs is to provide high performance and quality \ +at the level of exfat utilities in windows. And this software is licensed \ +under the GNU General Public License Version 2." +HOMEPAGE = "https://github.com/${BPN}/${BPN}" +SECTION = "universe/otherosfs" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" +SRC_URI[sha256sum] = "89d05b7a9537f2413079b724ec8d02d7a2e291c29c52e7256303e9456200fb0f" + +UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" +UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)" + +inherit autotools + +RPROVIDES:${PN} = "exfat-utils" +RCONFLICTS:${PN} = "exfat-utils" +RREPLACES:${PN} = "exfat-utils" -- cgit v1.2.3-54-g00ecf