pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/e2fsprogs



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Aug 28 18:37:34 UTC 2021

Modified Files:
        pkgsrc/sysutils/e2fsprogs: Makefile PLIST distinfo
Removed Files:
        pkgsrc/sysutils/e2fsprogs/patches: patch-an

Log Message:
Update e2fsprogs to 1.46.4.

The defaults for mke2fs now call for 256 byte inodes for all file systems (with
the exception of file systems for the GNU Hurd, which only supports 128 byte
inodes). Creating non-Hurd file systems with 128 byte inodes will trigger a
warning message to make sure users are aware of the potential problems of using
small/legacy inode sizes.

The bigalloc feature is now considered supported if the cluster size no more
than 16 times the block size. So the mke2fs program has been changes to only
warn if the cluster size is larger than that.

Fixes:

- E2fsck now checks to make sure directory entries do not reference internal
  quota inodes.
- E2image now includes the quota inodes when creating file system image, since
  they are part of the file system metadata.
- E2fsck now properly accounts the quota usage of the project quota file.
- Fix a regression introduced in 1.64.3 where attempting to create a file system
  image using mke2fs into a non-existent file would fail.
- Fix mke2fs to correctly create Posix ACL's on big-endian systems when copying
  files from a directory hierarchy.
- Updated and clarified the resize2fs man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/e2fsprogs/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/e2fsprogs/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/e2fsprogs/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/e2fsprogs/patches/patch-an

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/e2fsprogs/Makefile
diff -u pkgsrc/sysutils/e2fsprogs/Makefile:1.31 pkgsrc/sysutils/e2fsprogs/Makefile:1.32
--- pkgsrc/sysutils/e2fsprogs/Makefile:1.31     Fri Jan 22 11:46:34 2021
+++ pkgsrc/sysutils/e2fsprogs/Makefile  Sat Aug 28 18:37:34 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/01/22 11:46:34 nia Exp $
+# $NetBSD: Makefile,v 1.32 2021/08/28 18:37:34 bsiegert Exp $
 
-DISTNAME=      e2fsprogs-1.43.7
-PKGREVISION=   1
+DISTNAME=      e2fsprogs-1.46.4
 CATEGORIES=    sysutils
 MASTER_SITES=  https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PKGVERSION_NOREV}/
 #MASTER_SITES+=        ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/}

Index: pkgsrc/sysutils/e2fsprogs/PLIST
diff -u pkgsrc/sysutils/e2fsprogs/PLIST:1.10 pkgsrc/sysutils/e2fsprogs/PLIST:1.11
--- pkgsrc/sysutils/e2fsprogs/PLIST:1.10        Thu Oct  4 12:21:33 2018
+++ pkgsrc/sysutils/e2fsprogs/PLIST     Sat Aug 28 18:37:34 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/10/04 12:21:33 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/08/28 18:37:34 bsiegert Exp $
 bin/chattr
 bin/compile_et
 bin/lsattr
@@ -14,6 +14,7 @@ include/ext2fs/ext2_io.h
 include/ext2fs/ext2_types.h
 include/ext2fs/ext2fs.h
 include/ext2fs/ext3_extents.h
+include/ext2fs/hashmap.h
 include/ext2fs/qcow2.h
 include/ext2fs/tdb.h
 include/ss/ss.h
@@ -57,6 +58,7 @@ man/man8/e2freefrag.8
 man/man8/e2fsck.8
 man/man8/e2image.8
 man/man8/e2label.8
+man/man8/e2mmpstatus.8
 man/man8/e2undo.8
 man/man8/filefrag.8
 ${PLIST.fsck}man/man8/fsck.8
@@ -78,6 +80,7 @@ sbin/e2freefrag
 sbin/e2fsck
 sbin/e2image
 sbin/e2label
+sbin/e2mmpstatus
 sbin/e2undo
 sbin/filefrag
 ${PLIST.fsck}sbin/fsck
@@ -95,25 +98,5 @@ sbin/tune2fs
 share/et/et_c.awk
 share/et/et_h.awk
 share/examples/ext2fs/mke2fs.conf
-share/locale/ca/LC_MESSAGES/e2fsprogs.mo
-share/locale/cs/LC_MESSAGES/e2fsprogs.mo
-share/locale/da/LC_MESSAGES/e2fsprogs.mo
-share/locale/de/LC_MESSAGES/e2fsprogs.mo
-share/locale/eo/LC_MESSAGES/e2fsprogs.mo
-share/locale/es/LC_MESSAGES/e2fsprogs.mo
-share/locale/fi/LC_MESSAGES/e2fsprogs.mo
-share/locale/fr/LC_MESSAGES/e2fsprogs.mo
-share/locale/hu/LC_MESSAGES/e2fsprogs.mo
-share/locale/id/LC_MESSAGES/e2fsprogs.mo
-share/locale/it/LC_MESSAGES/e2fsprogs.mo
-share/locale/ms/LC_MESSAGES/e2fsprogs.mo
-share/locale/nl/LC_MESSAGES/e2fsprogs.mo
-share/locale/pl/LC_MESSAGES/e2fsprogs.mo
-share/locale/sr/LC_MESSAGES/e2fsprogs.mo
-share/locale/sv/LC_MESSAGES/e2fsprogs.mo
-share/locale/tr/LC_MESSAGES/e2fsprogs.mo
-share/locale/uk/LC_MESSAGES/e2fsprogs.mo
-share/locale/vi/LC_MESSAGES/e2fsprogs.mo
-share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo
 share/ss/ct_c.awk
 share/ss/ct_c.sed

Index: pkgsrc/sysutils/e2fsprogs/distinfo
diff -u pkgsrc/sysutils/e2fsprogs/distinfo:1.24 pkgsrc/sysutils/e2fsprogs/distinfo:1.25
--- pkgsrc/sysutils/e2fsprogs/distinfo:1.24     Fri Dec  8 08:12:58 2017
+++ pkgsrc/sysutils/e2fsprogs/distinfo  Sat Aug 28 18:37:34 2021
@@ -1,13 +1,12 @@
-$NetBSD: distinfo,v 1.24 2017/12/08 08:12:58 adam Exp $
+$NetBSD: distinfo,v 1.25 2021/08/28 18:37:34 bsiegert Exp $
 
-SHA1 (e2fsprogs-1.43.7.tar.xz) = 06c5798cbd72d8c6655f5442848ffd33a0c913fc
-RMD160 (e2fsprogs-1.43.7.tar.xz) = ccfa3a6e474fbb3c5314bd5b6e6cc00eb1bb5076
-SHA512 (e2fsprogs-1.43.7.tar.xz) = 2ef270364d3cea620db3c3b9932849d0ff5b49d4a9a9b24f0d1ac36888199bd67432edc5f939d9f697ee0342b71a063e1ad4ce8119528a7adab7a777c1de57ba
-Size (e2fsprogs-1.43.7.tar.xz) = 5286684 bytes
+SHA1 (e2fsprogs-1.46.4.tar.xz) = 8f2357bce6fc1f782d8cc630a7e6ee2600caba4f
+RMD160 (e2fsprogs-1.46.4.tar.xz) = 31df71536b2f886fb1667ef8ec0879ed10c9d6a9
+SHA512 (e2fsprogs-1.46.4.tar.xz) = 7d9cfdf00ed58e66049585e8382fe4977088956421a0fb8155900c69afd8857309ad2b9301b3f74c9c0afa7287a0ddba2fd1538fcf57858b37a9ab712390016d
+Size (e2fsprogs-1.46.4.tar.xz) = 7035200 bytes
 SHA1 (patch-ab) = 9b686655a75239279a456dc8889113be06519cd7
 SHA1 (patch-ac) = 1a7faec14d69cb1d317908297e5500c0cb72aa4f
 SHA1 (patch-af) = bcda43bb14afdbf6a98dfedd949af4d1aff443d6
-SHA1 (patch-an) = 1199b17c4e65b8825b78fc02f7b2c9164eee56ef
 SHA1 (patch-ao) = a8fcacf506b003bf40ecadd5260ff0a6628ad2e6
 SHA1 (patch-as) = be316e404840a47422edbee65177bf6a9c94b335
 SHA1 (patch-aw) = d864c60c302230acdbdb1e33436883ad594c6808



Home | Main Index | Thread Index | Old Index