All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0
@ 2023-11-13 11:51 alperak
  2023-11-13 18:47 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: alperak @ 2023-11-13 11:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: alperak

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 <alperyasinak1@gmail.com>
---
 Dropped md5sum, no need anymore.

 .../fuse-exfat/{fuse-exfat_1.3.0.bb => fuse-exfat_1.4.0.bb}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.3.0.bb => fuse-exfat_1.4.0.bb} (83%)

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.4.0.bb
similarity index 83%
rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb
index ac18fe90f..48e3d7af5 100644
--- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb
@@ -16,7 +16,6 @@ RRECOMMENDS:${PN} = "util-linux-mount"
 
 inherit autotools pkgconfig
 
-SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff"
-SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3"
+SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e"
 
 EXTRA_OECONF += "sbindir=${base_sbindir}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0
  2023-11-13 11:51 [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0 alperak
@ 2023-11-13 18:47 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-11-13 18:47 UTC (permalink / raw)
  To: Alper Ak; +Cc: openembedded-devel

v1 got applied, can you rebase this on latest master and resend please

On Mon, Nov 13, 2023 at 3:52 AM Alper Ak <alperyasinak1@gmail.com> wrote:
>
> 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 <alperyasinak1@gmail.com>
> ---
>  Dropped md5sum, no need anymore.
>
>  .../fuse-exfat/{fuse-exfat_1.3.0.bb => fuse-exfat_1.4.0.bb}    | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.3.0.bb => fuse-exfat_1.4.0.bb} (83%)
>
> 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.4.0.bb
> similarity index 83%
> rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
> rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb
> index ac18fe90f..48e3d7af5 100644
> --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb
> +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb
> @@ -16,7 +16,6 @@ RRECOMMENDS:${PN} = "util-linux-mount"
>
>  inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff"
> -SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3"
> +SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e"
>
>  EXTRA_OECONF += "sbindir=${base_sbindir}"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106639): https://lists.openembedded.org/g/openembedded-devel/message/106639
> Mute This Topic: https://lists.openembedded.org/mt/102559678/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-13 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 11:51 [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0 alperak
2023-11-13 18:47 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.