mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
e2fsprogs: update to 1.43.9.
This commit is contained in:
parent
8cf6c89874
commit
1e6cc284ff
2 changed files with 2 additions and 21 deletions
|
@ -1,19 +0,0 @@
|
|||
--- lib/ext2fs/swapfs.c 2018-01-02 05:52:58.000000000 +0100
|
||||
+++ lib/ext2fs/swapfs.c 2018-01-08 21:54:26.223011078 +0100
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
+#include "ext2fsP.h"
|
||||
#include "ext2_fs.h"
|
||||
#include "ext2fs.h"
|
||||
#include <ext2fs/ext2_ext_attr.h>
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
@@ -359,7 +359,7 @@
|
||||
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)
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'e2fsprogs'
|
||||
pkgname=e2fsprogs
|
||||
version=1.43.8
|
||||
version=1.43.9
|
||||
revision=1
|
||||
short_desc="Ext2/3/4 Filesystem Utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://e2fsprogs.sourceforge.net/"
|
||||
distfiles="${KERNEL_SITE}/kernel/people/tytso/e2fsprogs/v${version}/e2fsprogs-${version}.tar.xz"
|
||||
checksum=c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a
|
||||
checksum=926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-elf-shlibs --disable-fsck
|
||||
|
|
Loading…
Add table
Reference in a new issue