New upstream release 1.43.9
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
This commit is contained in:
parent
dde458a223
commit
b03258393d
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ e2fsprogs-1.41.12.tar.gz
|
|||||||
/e2fsprogs-1.43.6.tar.xz
|
/e2fsprogs-1.43.6.tar.xz
|
||||||
/e2fsprogs-1.43.7.tar.xz
|
/e2fsprogs-1.43.7.tar.xz
|
||||||
/e2fsprogs-1.43.8.tar.xz
|
/e2fsprogs-1.43.8.tar.xz
|
||||||
|
/e2fsprogs-1.43.9.tar.xz
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
From 876d9b0c8eac2fd80dd62bfa1b09adea62aa08f3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Theodore Ts'o <tytso@mit.edu>
|
|
||||||
Date: Wed, 3 Jan 2018 01:32:02 -0500
|
|
||||||
Subject: [PATCH] libext2fs: fix build failure in swapfs.c on big-endian
|
|
||||||
systems
|
|
||||||
|
|
||||||
Addresses-Debian-Bug: #886119
|
|
||||||
|
|
||||||
Reported-by: James Clarke <jrtc27@debian.org>
|
|
||||||
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
|
||||||
---
|
|
||||||
lib/ext2fs/swapfs.c | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/lib/ext2fs/swapfs.c b/lib/ext2fs/swapfs.c
|
|
||||||
index 6e5cff9..b13dc42 100644
|
|
||||||
--- a/lib/ext2fs/swapfs.c
|
|
||||||
+++ b/lib/ext2fs/swapfs.c
|
|
||||||
@@ -19,6 +19,7 @@
|
|
||||||
|
|
||||||
#include "ext2_fs.h"
|
|
||||||
#include "ext2fs.h"
|
|
||||||
+#include "ext2fsP.h"
|
|
||||||
#include <ext2fs/ext2_ext_attr.h>
|
|
||||||
|
|
||||||
#ifdef WORDS_BIGENDIAN
|
|
||||||
@@ -358,7 +359,7 @@ void ext2fs_swap_inode_full(ext2_filsys fs, struct ext2_inode_large *t,
|
|
||||||
if (inode_includes(inode_size, i_projid))
|
|
||||||
t->i_projid = ext2fs_swab16(f->i_projid);
|
|
||||||
/* catch new static fields added after i_projid */
|
|
||||||
- EXT2FS_BUILD_BUG_ON(sizeof(ext2_inode_large) != 160);
|
|
||||||
+ EXT2FS_BUILD_BUG_ON(sizeof(struct ext2_inode_large) != 160);
|
|
||||||
|
|
||||||
i = sizeof(struct ext2_inode) + extra_isize + sizeof(__u32);
|
|
||||||
if (bufsize < (int) i)
|
|
||||||
--
|
|
||||||
2.7.5
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.43.8
|
Version: 1.43.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# License tags based on COPYING file distinctions for various components
|
# License tags based on COPYING file distinctions for various components
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -11,7 +11,6 @@ Source1: ext2_types-wrapper.h
|
|||||||
Source2: e2fsck.conf
|
Source2: e2fsck.conf
|
||||||
|
|
||||||
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
Patch1: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
|
||||||
Patch2: e2fsprogs-1.43.8-libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch
|
|
||||||
|
|
||||||
Url: http://e2fsprogs.sourceforge.net/
|
Url: http://e2fsprogs.sourceforge.net/
|
||||||
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
|
Requires: e2fsprogs-libs%{?_isa} = %{version}-%{release}
|
||||||
@ -151,8 +150,6 @@ It was originally inspired by the Multics SubSystem library.
|
|||||||
# mildly unsafe but 'til I get something better, avoid full fsck
|
# mildly unsafe but 'til I get something better, avoid full fsck
|
||||||
# after an selinux install...
|
# after an selinux install...
|
||||||
%patch1 -p1 -b .featurecheck
|
%patch1 -p1 -b .featurecheck
|
||||||
# Fix build failure swapfs.c on big-endian
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -332,6 +329,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 05 2018 Lukas Czerner <lczerner@redhat.com> 1.43.9-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.8-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (e2fsprogs-1.43.8.tar.xz) = 539f310909aafcd40062da067c94d3b355bdecee122ecb5ea53e137f57e8699bd4d549a7f161c796d9a3d7a7b5822e8c01b47e4babdeb7243eb64a022dda2f74
|
SHA512 (e2fsprogs-1.43.9.tar.xz) = 0a4b9d0dcec26ab16563b874f4c3060994d0b11cff3e5385069b46205eca116619516b546d18e29fb8cb3bb69cd5e7acc895d11a18765a7897954c779c956055
|
||||||
|
Loading…
Reference in New Issue
Block a user