diff options
author | mandree <mandree@FreeBSD.org> | 2010-12-30 22:29:08 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-12-30 22:29:08 +0800 |
commit | 88b59c8659cce059b9dbf65670c4c19cf7f2a852 (patch) | |
tree | 38ce20ccd757b32cb96ae4df8b9d9a2a01dc3da5 /sysutils/e2fsprogs | |
parent | bd1e9337b45f885595ca42631839064de10353da (diff) | |
download | freebsd-ports-gnome-88b59c8659cce059b9dbf65670c4c19cf7f2a852.tar.gz freebsd-ports-gnome-88b59c8659cce059b9dbf65670c4c19cf7f2a852.tar.zst freebsd-ports-gnome-88b59c8659cce059b9dbf65670c4c19cf7f2a852.zip |
Update to new upstream release 1.14.14 (2010-12-22):
Fix spurious complaint in mke2fs where it would complain if the file system type default is not defined in mke2fs.conf.
The resize2fs program will no longer clear the resize_inode feature when the number reserved group descriptor blocks reaches zero. This allows for subsequent shrinks of the file system to work cleanly for flex_bg file systems.
The resize2fs program now handles devices which are exactly 16T; previously it would give an error saying that the file system was too big.
E2fsck (and the libext2fs library) will not use the extended rec_len encoding for file systems whose block size is less than 64k, for consistency with the kernel.
Programming notes
E2fsprogs 1.41.13 would not compile on big-endian systems. This has been fixed. (Addresses Sourceforge Bug: #3138115)
The ext2fs_block_iterator2() function passed an incorrect ref_offset to its callback function in the case of sparse files. (Addresses Sourceforge Bug: #3081087)
Fix some type-punning warnings generated by newer versions of gcc.
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index b0e89e91276e..916888520fdf 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e2fsprogs -PORTVERSION= 1.41.13 +PORTVERSION= 1.41.14 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} diff --git a/sysutils/e2fsprogs/distinfo b/sysutils/e2fsprogs/distinfo index f2c904123e9b..a3ca69df5211 100644 --- a/sysutils/e2fsprogs/distinfo +++ b/sysutils/e2fsprogs/distinfo @@ -1,2 +1,2 @@ -SHA256 (e2fsprogs-1.41.13.tar.gz) = b06212b8760496b529b22e6f99a951b2e86fbdac6f07438474b6d0c369aecca3 -SIZE (e2fsprogs-1.41.13.tar.gz) = 4510130 +SHA256 (e2fsprogs-1.41.14.tar.gz) = 3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176 +SIZE (e2fsprogs-1.41.14.tar.gz) = 4512157 |