From 12bd7824d245db95f7d8c9f815549884496b15ec Mon Sep 17 00:00:00 2001 From: alperak Date: Sun, 12 Nov 2023 12:54:52 +0300 Subject: fuse-exfat: upgrade 1.3.0 -> 1.4.0 Changelog: * Added exfatattrib utility which prints or changes file attributes [Will Thompson]. * Added FUSE 3 support. FUSE 2 continues to be supported. * Added support for timezone offsets [Nathan Hunsperger]. * Fixed device opening error being reported as FS error. * Fixed possible data leakage when uninitialized clusters were allocated using NtSetInformationFile() call under Windows and FS was not unmounted correctly. * Improved compatibility with autoconf 2.70. * Fixed disk size reading on NetBSD [Dave Vasilevsky]. * Fixed "automounted" option handling on FreeBSD [Iouri V. Ivliev]. * Allowed to specify the "nonempty" mount option. * Fixed file data contiguity handling bug which could cause performance degradation [noctis]. * Fixed possible crashes on invalid UTF-8 sequences. * Fixed a situation when FS could be erroneously marked as dirty (not cleanly unmounted). Signed-off-by: alperak Signed-off-by: Khem Raj --- .../fuse-exfat/fuse-exfat_1.3.0.bb | 22 ---------------------- .../fuse-exfat/fuse-exfat_1.4.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb create mode 100644 meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb (limited to 'meta-filesystems/recipes-filesystems') diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb deleted file mode 100644 index ac18fe90fe..0000000000 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "read and write exFAT driver for FUSE" -DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ -extended file allocation table as a filesystem in userspace. A mounthelper \ -is provided under the name mount.exfat-fuse. \ -" -HOMEPAGE = "https://github.com/relan/exfat" -SECTION = "universe/otherosfs" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" - -UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" - -DEPENDS = "fuse virtual/libc" -RRECOMMENDS:${PN} = "util-linux-mount" - -inherit autotools pkgconfig - -SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff" -SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3" - -EXTRA_OECONF += "sbindir=${base_sbindir}" diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb new file mode 100644 index 0000000000..2f5b1a3332 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "read and write exFAT driver for FUSE" +DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ +extended file allocation table as a filesystem in userspace. A mounthelper \ +is provided under the name mount.exfat-fuse. \ +" +HOMEPAGE = "https://github.com/relan/exfat" +SECTION = "universe/otherosfs" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" + +UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" + +DEPENDS = "fuse virtual/libc" +RRECOMMENDS:${PN} = "util-linux-mount" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "765bf2484d48e5c253d0d8cb8de4f8c0" +SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e" + +EXTRA_OECONF += "sbindir=${base_sbindir}" -- cgit 1.2.3-korg