diff --git a/.gitattributes b/.gitattributes index 568a131..db9c609 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,4 +20,6 @@ *.whl filter=lfs diff=lfs merge=lfs -text *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.zst filter=lfs diff=lfs merge=lfs -text +## Specific LFS patterns +e2fsprogs.keyring filter=lfs diff=lfs merge=lfs -text diff --git a/e2fsprogs-1.45.5.tar.xz b/e2fsprogs-1.45.5.tar.xz deleted file mode 100644 index cd1b7c0..0000000 --- a/e2fsprogs-1.45.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede -size 5569796 diff --git a/e2fsprogs-1.45.6.tar.sign b/e2fsprogs-1.45.6.tar.sign new file mode 100644 index 0000000..8ac210e Binary files /dev/null and b/e2fsprogs-1.45.6.tar.sign differ diff --git a/e2fsprogs-1.45.6.tar.xz b/e2fsprogs-1.45.6.tar.xz new file mode 100644 index 0000000..eee6710 --- /dev/null +++ b/e2fsprogs-1.45.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256 +size 5572144 diff --git a/e2fsprogs.changes b/e2fsprogs.changes index 1532f39..bd12fe1 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat May 2 09:44:11 UTC 2020 - Andreas Stieger + +- Update to 1.45.6: + * Debugfs will ignore lines in its command files which start with + a comment character ("#") + * Fix a number of potential out of bounds memory accesses caused + by fuzzed / malicious file systems + * Fix a spurious complaint from e2fsck when a directory which + previously had more than 32000 subdirectories has the number + of subdirectories drops below 32000 + * Fix an ismounted check when an LVM device is renamed while the + device is mounted + * Mke2fs -d now correctly sets permission with files where the + owner permissions are not rwx + * Improve e2fsck's ability to deal with file systems with very + large number of directories, such that various data structures + take more than 2GiB of memory. Use better structure packing to + improve the memory efficiency of these data structures. + * Fix debugfs so it correctly prints inode numbers > 2**31. + * Filefrag now supports very large files (with > 4 billion + blocks), as well as block sizes up to 1 GiB. + * Update and clarify various man pages + * Reserved the error code EXT2_ET_NO_GDESC (which will be used + in e2fsprogs v1.46+) + * Add a thread-safe variant of e2p_feature2string(), + e2p_feature_to_string() to the libe2p library. + * Fixed portability problems caused by gcc 10. + * Synchroniz changes from Android's AOSP e2fsprogs tree + * Update the Malay translation from the translation project +- add upstream signing key and verify source signature + ------------------------------------------------------------------- Thu Jan 9 13:48:12 UTC 2020 - Jan Kara @@ -36,7 +68,7 @@ Fri Aug 9 09:09:39 UTC 2019 - Jan Kara * Fix e2scrub_all volume cleanup * Regression tests cleanups and improvements * Fixed compiler warnings - * Translation fixes and updates + * Translation fixes and updates (boo#1170964) ------------------------------------------------------------------- Wed Jul 24 20:47:22 UTC 2019 - Antoine Belvire diff --git a/e2fsprogs.keyring b/e2fsprogs.keyring new file mode 100644 index 0000000..1884be0 --- /dev/null +++ b/e2fsprogs.keyring @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b833a31ef08dd4ac5e19894f031af612622e02560ec5165bd5f687f1487cbe01 +size 465237 diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 1770420..ab83161 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package e2fsprogs # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -68,12 +68,12 @@ Conflicts: libcom_err2-mini Conflicts: libcom_err-mini-devel %endif # -Version: 1.45.5 +Version: 1.45.6 Release: 0 Summary: Utilities for the Second Extended File System License: GPL-2.0-only Group: System/Filesystems -Url: http://e2fsprogs.sourceforge.net +URL: http://e2fsprogs.sourceforge.net Requires(post): coreutils Requires: libcom_err2 >= %{version} Requires: libext2fs2 >= %{version} @@ -81,6 +81,8 @@ Suggests: e2fsprogs-scrub Source: http://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.xz Source2: README.SUSE Source3: baselibs.conf +Source4: http://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.sign +Source5: https://thunk.org/tytso/tytso-key.asc#/%{name}.keyring # # e2fsprogs patches # diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index 6d77ee5..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -sed -e 's/Name:.*/Name: e2fsprogs-mini/' \ - -e 's/spec file for package.*/&-mini/' \ - -e 's/%define.*build_mini.*/%define build_mini 1/' e2fsprogs.spec > e2fsprogs-mini.spec -cp e2fsprogs.changes e2fsprogs-mini.changes -