forked from pool/e2fsprogs
Accepting request 799979:
Rev openSUSE:Factory/112 Md5 71b74055655cd6e7c058cc523154cf57 2020-05-11 11:25:35 dimstar_suse 799979
This commit is contained in:
commit
6318539446
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -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
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
e2fsprogs.keyring filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede
|
||||
size 5569796
|
BIN
e2fsprogs-1.45.6.tar.sign
Normal file
BIN
e2fsprogs-1.45.6.tar.sign
Normal file
Binary file not shown.
3
e2fsprogs-1.45.6.tar.xz
Normal file
3
e2fsprogs-1.45.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256
|
||||
size 5572144
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 09:44:11 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <jack@suse.cz>
|
||||
|
||||
@ -36,7 +68,7 @@ Fri Aug 9 09:09:39 UTC 2019 - Jan Kara <jack@suse.cz>
|
||||
* 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 <antoine.belvire@opensuse.org>
|
||||
|
3
e2fsprogs.keyring
Normal file
3
e2fsprogs.keyring
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b833a31ef08dd4ac5e19894f031af612622e02560ec5165bd5f687f1487cbe01
|
||||
size 465237
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user