* [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1
@ 2018-03-29 14:15 Peter Korsgaard
2018-03-29 14:42 ` Peter Korsgaard
2018-03-29 19:21 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-29 14:15 UTC (permalink / raw)
To: buildroot
From the release notes (https://lwn.net/Articles/750103/):
E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck
to fail to support HTree directories on big-endian systems. Fix how we
read block numbers for internal htree nodes.
Removed a potential memory leak from fsck.
E2image now correctly creates e2image files for bigalloc file systems.
Dumpe2fs and debugfs now correctly support e2image files for file
systems that have the meta_bg option enabled.
E2fsck and debugfs now correctly handle delete inodes (including
processing the orphaned inode list in the case of e2fsck) for bigalloc
file systems. (Addresses Google Bug: #73795618)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/e2fsprogs/e2fsprogs.hash | 2 +-
package/e2fsprogs/e2fsprogs.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/e2fsprogs/e2fsprogs.hash b/package/e2fsprogs/e2fsprogs.hash
index 812dfbe320..ffe111641a 100644
--- a/package/e2fsprogs/e2fsprogs.hash
+++ b/package/e2fsprogs/e2fsprogs.hash
@@ -1,5 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.44.0/sha256sums.asc
-sha256 a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d e2fsprogs-1.44.0.tar.xz
+sha256 0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef e2fsprogs-1.44.1.tar.xz
# Locally calculated
sha256 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e NOTICE
sha256 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d lib/ss/mit-sipb-copyright.h
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index e9dff32abc..ce7736c1cd 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-E2FSPROGS_VERSION = 1.44.0
+E2FSPROGS_VERSION = 1.44.1
E2FSPROGS_SOURCE = e2fsprogs-$(E2FSPROGS_VERSION).tar.xz
E2FSPROGS_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)
E2FSPROGS_LICENSE = GPL-2.0, MIT-like with advertising clause (libss and libet)
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1
2018-03-29 14:15 [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1 Peter Korsgaard
@ 2018-03-29 14:42 ` Peter Korsgaard
2018-03-29 19:21 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-29 14:42 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> From the release notes (https://lwn.net/Articles/750103/):
> E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck
> to fail to support HTree directories on big-endian systems. Fix how we
> read block numbers for internal htree nodes.
> Removed a potential memory leak from fsck.
> E2image now correctly creates e2image files for bigalloc file systems.
> Dumpe2fs and debugfs now correctly support e2image files for file
> systems that have the meta_bg option enabled.
> E2fsck and debugfs now correctly handle delete inodes (including
> processing the orphaned inode list in the case of e2fsck) for bigalloc
> file systems. (Addresses Google Bug: #73795618)
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/e2fsprogs/e2fsprogs.hash | 2 +-
> package/e2fsprogs/e2fsprogs.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> diff --git a/package/e2fsprogs/e2fsprogs.hash b/package/e2fsprogs/e2fsprogs.hash
> index 812dfbe320..ffe111641a 100644
> --- a/package/e2fsprogs/e2fsprogs.hash
> +++ b/package/e2fsprogs/e2fsprogs.hash
> @@ -1,5 +1,5 @@
> # From https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.44.0/sha256sums.asc
> -sha256 a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d e2fsprogs-1.44.0.tar.xz
> +sha256 0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef e2fsprogs-1.44.1.tar.xz
Ups, forgot to change the URL above. Will fix when I apply.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1
2018-03-29 14:15 [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1 Peter Korsgaard
2018-03-29 14:42 ` Peter Korsgaard
@ 2018-03-29 19:21 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-29 19:21 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> From the release notes (https://lwn.net/Articles/750103/):
> E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck
> to fail to support HTree directories on big-endian systems. Fix how we
> read block numbers for internal htree nodes.
> Removed a potential memory leak from fsck.
> E2image now correctly creates e2image files for bigalloc file systems.
> Dumpe2fs and debugfs now correctly support e2image files for file
> systems that have the meta_bg option enabled.
> E2fsck and debugfs now correctly handle delete inodes (including
> processing the orphaned inode list in the case of e2fsck) for bigalloc
> file systems. (Addresses Google Bug: #73795618)
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-29 19:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29 14:15 [Buildroot] [PATCH] e2fsprogs: bump to version 1.44.1 Peter Korsgaard
2018-03-29 14:42 ` Peter Korsgaard
2018-03-29 19:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox