From 146649cd226580b4a5480cc5940982295072971d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 8 Feb 2018 23:39:22 -0500 Subject: [PATCH] Update release notes, etc., for the 1.43.9 release This also includes some debian package renames to conform with Debian naming conventions. Signed-off-by: Theodore Ts'o --- README | 2 +- RELEASE-NOTES | 16 + debian/changelog | 18 + debian/control | 47 +- debian/control.legacy-dbg | 8 +- debian/e2fsprogs-udeb.lintian-overrides | 2 + debian/e2fsprogs.shlibs.local | 6 +- ...{libcomerr2.copyright => libcom-err2.copyright} | 0 debian/{libcomerr2.files => libcom-err2.files} | 0 debian/{libcomerr2.symbols => libcom-err2.symbols} | 2 +- ...2fslibs-dev.doc-base => libext2fs-dev.doc-base} | 4 +- debian/{e2fslibs-dev.files => libext2fs-dev.files} | 0 debian/{e2fslibs.files => libext2fs2.files} | 0 debian/{e2fslibs.symbols => libext2fs2.symbols} | 4 +- debian/rules | 50 +- debian/source.lintian-overrides | 2 +- doc/libext2fs.texinfo | 8 +- e2fsprogs.lsm | 10 +- po/ca.gmo | Bin 140744 -> 140492 bytes po/ca.po | 12 +- po/cs.gmo | Bin 174701 -> 174465 bytes po/cs.po | 12 +- po/da.gmo | Bin 131915 -> 131677 bytes po/da.po | 12 +- po/de.gmo | Bin 180031 -> 179771 bytes po/de.po | 12 +- po/e2fsprogs.pot | 10 +- po/eo.gmo | Bin 88975 -> 88697 bytes po/eo.po | 12 +- po/es.gmo | Bin 179978 -> 179716 bytes po/es.po | 12 +- po/fi.po | 8 +- po/fr.gmo | Bin 176013 -> 175758 bytes po/fr.po | 12 +- po/hu.gmo | Bin 176499 -> 177260 bytes po/hu.po | 1688 ++++++++++++-------- po/id.gmo | Bin 80938 -> 80805 bytes po/id.po | 10 +- po/it.gmo | Bin 56748 -> 56638 bytes po/it.po | 10 +- po/ms.po | 12 +- po/nl.gmo | Bin 153690 -> 153436 bytes po/nl.po | 12 +- po/pl.gmo | Bin 171435 -> 171181 bytes po/pl.po | 12 +- po/sr.gmo | Bin 227514 -> 227200 bytes po/sr.po | 12 +- po/sv.gmo | Bin 167167 -> 166933 bytes po/sv.po | 12 +- po/tr.gmo | Bin 70220 -> 70080 bytes po/tr.po | 10 +- po/uk.gmo | Bin 232222 -> 231950 bytes po/uk.po | 12 +- po/vi.gmo | Bin 180220 -> 179920 bytes po/vi.po | 12 +- po/zh_CN.gmo | Bin 154180 -> 153932 bytes po/zh_CN.po | 12 +- version.h | 4 +- 58 files changed, 1270 insertions(+), 829 deletions(-) create mode 100644 debian/e2fsprogs-udeb.lintian-overrides rename debian/{libcomerr2.copyright => libcom-err2.copyright} (100%) rename debian/{libcomerr2.files => libcom-err2.files} (100%) rename debian/{libcomerr2.symbols => libcom-err2.symbols} (93%) rename debian/{e2fslibs-dev.doc-base => libext2fs-dev.doc-base} (66%) rename debian/{e2fslibs-dev.files => libext2fs-dev.files} (100%) rename debian/{e2fslibs.files => libext2fs2.files} (100%) rename debian/{e2fslibs.symbols => libext2fs2.symbols} (99%) diff --git a/README b/README index 4a3372c..3572f6a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.43.8) of the second extended file + This is the new version (1.43.9) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 59f56e2..678a45f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,19 @@ +E2fsprogs 1.43.9 (February 8, 2018) +=================================== + +Remove the huge file flag from libe2p (and hence from chattr/lsattr), +since it was never made visible by the kernel. Remove the description +of some compression related flags, and add a description of the +encrypted file flag, and the project hierarchy flag. + +Remove a misplaced "MNP is unsupported" message from debugfs. + +Fix a build failure in lib/ext2fs/swapfs.c on big-endian systems. +(Addresses Debian Bug #886119) + +Fix various Debian packaging issues. (Addresses Debian Bug #269569). + + E2fsprogs 1.43.8 (January 1, 2018) ================================== diff --git a/debian/changelog b/debian/changelog index 306b89f..6713ad0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +e2fsprogs (1.43.9-1) unstable; urgency=medium + + * Remove some obsolete flags and add document new flags in the chattr + man page + * Remove misplaced "MNP is unsupported" message from debugfs + * Suppress false positive lintian warning about "new essential + package" (caused by preparatory work to make the e2fsprogs + package no longer essential) + * Fixing missing "General" in "GNU General Public License" in + copyright files. + * Fix whitespace issue in the debian control file + * Update the Hungarian translation. + * Rename the packages e2fslibs* to libext2fs* and libcomerr2* to + libcom-err2* to conform with the standard Debian library package + naming conventions. (Closes: #269569) + + -- Theodore Y. Ts'o Thu, 08 Feb 2018 13:09:49 -0500 + e2fsprogs (1.43.8-2) unstable; urgency=medium * Update debian policy version to 4.1.3 diff --git a/debian/control b/debian/control index c5a0b3c..9bcac64 100644 --- a/debian/control +++ b/debian/control @@ -48,11 +48,20 @@ Description: ext2/ext3/ext4 file system utilities - translations the 'e2fsprogs' package. Package: libcomerr2 +Depends: libcom-err2, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: libcom-err2 Section: libs Priority: optional -Provides: libcomerr-kth-compat Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: e2fsprogs (<< 1.34-1) +Replaces: libcomerr2 (<< 1.43.9-1~) +Breaks: libcomerr2 (<< 1.43.9-1~) +Provides: libcomerr2 (= ${binary:Version}) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -64,7 +73,7 @@ Description: common error description library Package: comerr-dev Section: libdevel Priority: optional -Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends} +Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends} Suggests: doc-base Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Architecture: any @@ -79,7 +88,7 @@ Description: common error description library - headers and static libraries Package: libss2 Section: libs Priority: optional -Depends: libcomerr2, ${shlibs:Depends}, ${misc:Depends} +Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends} Replaces: e2fsprogs (<< 1.34-1) Architecture: any Multi-Arch: same @@ -121,11 +130,28 @@ Description: stripped-down versions of e2fsprogs, for debian-installer features you surely want. Anyway it should refuse to install. Package: e2fslibs +Depends: libext2fs2, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: e2fslibs-dev +Depends: libext2fs-dev, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: libext2fs2 Section: libs Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: e2fsprogs (<< 1.34-1) -Provides: libext2fs2, libe2p2 +Replaces: e2fslibs (<< 1.43.9-1~) +Breaks: e2fslibs (<< 1.43.9-1~) +Provides: e2fslibs (= ${binary:Version}) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -139,13 +165,14 @@ Description: ext2/ext3/ext4 file system libraries include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. -Package: e2fslibs-dev +Package: libext2fs-dev Section: libdevel Priority: optional -Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}), ${misc:Depends} +Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= ${binary:Version}), ${misc:Depends} +Replaces: e2fslibs-dev (<< 1.43.9-1~) +Breaks: e2fslibs-dev (<< 1.43.9-1~) +Provides: e2fslibs-dev (= ${binary:Version}) Suggests: doc-base -Provides: ext2fs-dev, e2p-dev -Replaces: libkrb5-dev (<< 1.3) Architecture: any Description: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext diff --git a/debian/control.legacy-dbg b/debian/control.legacy-dbg index 852fa23..d018436 100644 --- a/debian/control.legacy-dbg +++ b/debian/control.legacy-dbg @@ -10,22 +10,22 @@ Description: debugging information for e2fsprogs The debug information is used for execution tracing and core dump analysis. -Package: e2fslibs-dbg +Package: libext2fs2-dbg Build-Profiles: Section: debug Priority: extra -Depends: e2fslibs (= ${binary:Version}), ${misc:Depends} +Depends: libext2fs2 (= ${binary:Version}), ${misc:Depends} Architecture: any Description: debugging information for e2fslibs This package includes the debug information useful for debugging the ext2fs and e2p libraries, contained in the e2fslibs package. The debug information is used for execution tracing and core dump analysis. -Package: libcomerr2-dbg +Package: libcom-err2-dbg Build-Profiles: Section: debug Priority: extra -Depends: libcomerr2 (= ${binary:Version}), ${misc:Depends} +Depends: libcom-err2 (= ${binary:Version}), ${misc:Depends} Architecture: any Description: debugging information for libcomerr2 This package includes the debug information useful for debugging the diff --git a/debian/e2fsprogs-udeb.lintian-overrides b/debian/e2fsprogs-udeb.lintian-overrides new file mode 100644 index 0000000..683a11f --- /dev/null +++ b/debian/e2fsprogs-udeb.lintian-overrides @@ -0,0 +1,2 @@ +e2fsprogs-udeb udeb: package-name-doesnt-match-sonames libcom-err2 libe2p2 libext2fs2 libss2 + diff --git a/debian/e2fsprogs.shlibs.local b/debian/e2fsprogs.shlibs.local index 5390fd8..49d1cbb 100644 --- a/debian/e2fsprogs.shlibs.local +++ b/debian/e2fsprogs.shlibs.local @@ -1,4 +1,4 @@ -libcom_err 2 libcomerr2 (>= 1.42~WIP-2011-10-05-1) +libcom_err 2 libcom-err2 (>= 1.42~WIP-2011-10-05-1) libss 2 libss2 (>= 1.34-1) -libext2fs 2 e2fslibs (= ${binary:Version}) -libe2p 2 e2fslibs (= ${binary:Version}) +libext2fs 2 libext2fs2 (= ${binary:Version}) +libe2p 2 libext2fs2 (= ${binary:Version}) diff --git a/debian/libcomerr2.copyright b/debian/libcom-err2.copyright similarity index 100% rename from debian/libcomerr2.copyright rename to debian/libcom-err2.copyright diff --git a/debian/libcomerr2.files b/debian/libcom-err2.files similarity index 100% rename from debian/libcomerr2.files rename to debian/libcom-err2.files diff --git a/debian/libcomerr2.symbols b/debian/libcom-err2.symbols similarity index 93% rename from debian/libcomerr2.symbols rename to debian/libcom-err2.symbols index ce3b74a..7742e2e 100644 --- a/debian/libcomerr2.symbols +++ b/debian/libcom-err2.symbols @@ -1,4 +1,4 @@ -libcom_err.so.2 libcomerr2 #MINVER# +libcom_err.so.2 libcom-err2 #MINVER# _et_dynamic_list@Base 1.38 _et_list@Base 1.01 add_error_table@Base 1.34 diff --git a/debian/e2fslibs-dev.doc-base b/debian/libext2fs-dev.doc-base similarity index 66% rename from debian/e2fslibs-dev.doc-base rename to debian/libext2fs-dev.doc-base index 19d04f4..cef5974 100644 --- a/debian/e2fslibs-dev.doc-base +++ b/debian/libext2fs-dev.doc-base @@ -6,5 +6,5 @@ Abstract: The EXT2FS library is designed to allow Section: Programming Format: HTML -Index: /usr/share/doc/e2fslibs/html-info/libext2fs.html -Files: /usr/share/doc/e2fslibs/html-info/*.html +Index: /usr/share/doc/libext2fs/html-info/libext2fs.html +Files: /usr/share/doc/libext2fs/html-info/*.html diff --git a/debian/e2fslibs-dev.files b/debian/libext2fs-dev.files similarity index 100% rename from debian/e2fslibs-dev.files rename to debian/libext2fs-dev.files diff --git a/debian/e2fslibs.files b/debian/libext2fs2.files similarity index 100% rename from debian/e2fslibs.files rename to debian/libext2fs2.files diff --git a/debian/e2fslibs.symbols b/debian/libext2fs2.symbols similarity index 99% rename from debian/e2fslibs.symbols rename to debian/libext2fs2.symbols index 777649f..38858f0 100644 --- a/debian/e2fslibs.symbols +++ b/debian/libext2fs2.symbols @@ -1,4 +1,4 @@ -libe2p.so.2 e2fslibs #MINVER# +libe2p.so.2 libext2fs2 #MINVER# e2p_edit_feature2@Base 1.40.7 e2p_edit_feature@Base 1.37 e2p_edit_mntopts@Base 1.37 @@ -37,7 +37,7 @@ libe2p.so.2 e2fslibs #MINVER# print_fs_state@Base 1.37 setflags@Base 1.37 setversion@Base 1.37 -libext2fs.so.2 e2fslibs #MINVER# +libext2fs.so.2 libext2fs2 #MINVER# badblocks_list_add@Base 1.37 badblocks_list_create@Base 1.37 badblocks_list_free@Base 1.37 diff --git a/debian/rules b/debian/rules index 3d95d98..b6df023 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ dh_strip_args2 = -p$(1) --dbgsym-migration='$(2)-dbg (<= 1.43-1)' else dh_strip_args = -p$(1) --dbg-package=$(1)-dbg dh_strip_args2 = -p$(1) --dbg-package=$(2)-dbg -DBG_PACKAGES += -pe2fsprogs-dbg -pe2fslibs-dbg -plibcomerr2-dbg -plibss2-dbg +DBG_PACKAGES += -pe2fsprogs-dbg -plibext2fs-dbg -plibcom-err2-dbg -plibss2-dbg export DEB_BUILD_PROFILES += pkg.e2fsprogs.legacy-dbg endif @@ -78,15 +78,15 @@ topdir ?= $(shell pwd) debdir ?= ${topdir}/debian tmpdir ?= ${debdir}/tmp udebdir ?= ${debdir}/e2fsprogs-udeb -libcomerrdir ?= ${debdir}/libcomerr${COMERR_SOVERSION} +libcomerrdir ?= ${debdir}/libcom-err${COMERR_SOVERSION} comerrdevdir ?= ${debdir}/comerr-dev -libcomerrdbgdir ?= ${debdir}/libcomerr2-dbg +libcomerrdbgdir ?= ${debdir}/libcom-err2-dbg libssdir ?= ${debdir}/libss${SS_SOVERSION} ssdevdir ?= ${debdir}/ss-dev libssdbgdir ?= ${debdir}/libss2-dbg -libext2dir ?= ${debdir}/e2fslibs -libext2devdir ?= ${debdir}/e2fslibs-dev -libext2dbgdir ?= ${debdir}/e2fslibs-dbg +libext2dir ?= ${debdir}/libext2fs2 +libext2devdir ?= ${debdir}/libext2fs-dev +libext2dbgdir ?= ${debdir}/libext2fs2-dbg maindir ?= ${debdir}/e2fsprogs e2fsckstaticdir ?= ${debdir}/e2fsck-static debugdir ?= ${debdir}/e2fsprogs-dbg @@ -112,7 +112,7 @@ INSTALL_PROGRAM ?= $(INSTALL) -p -o root -g root -m 0755 #endif ifneq (,$(findstring update-symbols,$(DEB_BUILD_OPTIONS))) -SYMBOL_LIBS := e2fslibs libcomerr2 libss2 +SYMBOL_LIBS := libext2fs libcomerr2 libss2 endif DEFAULT_CFLAGS ?= -g -O2 @@ -379,41 +379,41 @@ binary-arch: install $(INSTALL_UDEB) mkdir -p ${debdir}/ss-dev/usr/share/doc ln -sf libss${SS_SOVERSION} ${debdir}/ss-dev/usr/share/doc/ss-dev - mkdir -p ${debdir}/libcomerr${COMERR_SOVERSION}/usr/share/doc/libcomerr${COMERR_SOVERSION} + mkdir -p ${debdir}/libcom-err${COMERR_SOVERSION}/usr/share/doc/libcom-err${COMERR_SOVERSION} mkdir -p ${debdir}/comerr-dev/usr/share/doc - ln -sf libcomerr${COMERR_SOVERSION} ${debdir}/comerr-dev/usr/share/doc/comerr-dev + ln -sf libcom-err${COMERR_SOVERSION} ${debdir}/comerr-dev/usr/share/doc/comerr-dev - mkdir -p ${debdir}/e2fslibs/usr/share/doc/e2fslibs - mkdir -p ${debdir}/e2fslibs-dev/usr/share/doc - ln -sf e2fslibs ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs-dev + mkdir -p ${debdir}/libext2fs2/usr/share/doc/libext2fs + mkdir -p ${debdir}/libext2fs-dev/usr/share/doc + ln -sf libext2fs2 ${debdir}/libext2fs-dev/usr/share/doc/libext2fs-dev dh_installdocs -a -Ne2fsprogs-udeb # HTML docs - $(INSTALL) -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/ + $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ $(INSTALL) -p -m 0644 ${stdbuilddir}/doc/*.html \ - ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/ - $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/ + ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ + $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/html-info/ $(INSTALL) -p -m 0644 ${stdbuilddir}/lib/et/*.html \ - ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/ + ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/html-info/ # texinfo docs - mkdir -p ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION} + mkdir -p ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION} $(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \ - ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/libext2fs.texi + ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/libext2fs.texi $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \ - ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/com_err.texi + ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/com_err.texi - $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/examples + $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/examples $(INSTALL) -p -m 0644 lib/ss/ss_err.et \ ${stdbuilddir}/lib/ext2fs/ext2_err.et \ - ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/examples + ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/examples $(INSTALL) -d ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples $(INSTALL) -p -m 0644 debugfs/debug_cmds.ct \ ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.info - dh_installinfo -pe2fslibs-dev ${stdbuilddir}/doc/libext2fs.info + dh_installinfo -plibext2fs-dev ${stdbuilddir}/doc/libext2fs.info dh_installchangelogs -a dh_fixperms -a @@ -421,9 +421,9 @@ binary-arch: install $(INSTALL_UDEB) ifneq ($(SKIP_E2FSCK_STATIC),yes) dh_strip $(call dh_strip_args2,e2fsck-static,e2fsprogs) endif - dh_strip $(call dh_strip_args,e2fslibs) + dh_strip $(call dh_strip_args,libext2fs2) dh_strip $(call dh_strip_args,libss${SS_SOVERSION}) - dh_strip $(call dh_strip_args,libcomerr${COMERR_SOVERSION}) + dh_strip $(call dh_strip_args,libcom-err${COMERR_SOVERSION}) dh_strip -a # dpkg symbol handling @@ -440,6 +440,8 @@ endif dh_makeshlibs -a --add-udeb=e2fsprogs-udeb + $(INSTALL) -D -p -m644 debian/e2fsprogs-udeb.lintian-overrides \ + debian/e2fsprogs-udeb/usr/share/lintian/overrides/e2fsprogs-udeb dh_installdeb -a dh_shlibdeps -a -l${stdbuilddir}/lib dh_shlibdeps -pe2fsprogs -l${stdbuilddir}/lib \ diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides index 62988c5..52e733e 100644 --- a/debian/source.lintian-overrides +++ b/debian/source.lintian-overrides @@ -1,2 +1,2 @@ e2fsprogs source: weak-library-dev-dependency ss-dev on libss2 (= ${mainBinary}) -e2fsprogs source: weak-library-dev-dependency comerr-dev on libcomerr2 (= ${mainBinary}) +e2fsprogs source: weak-library-dev-dependency comerr-dev on libcom-err2 (= ${mainBinary}) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 494904d..c289438 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.43.8) +@settitle The EXT2FS Library (version 1.43.9) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.43.8 -@subtitle January 2018 +@subtitle Version 1.43.9 +@subtitle February 2018 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.43.8. +This manual documents the EXT2FS Library, version 1.43.9. @menu * Introduction to the EXT2FS Library:: diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index ef05d91..7aac232 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,16 +1,16 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.43.8 -Entered-date: 2018-01-01 +Version: 1.43.9 +Entered-date: 2018-02-08 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 Author: tytso@mit.edu (Theodore Tso) Maintained-by: tytso@mit.edu (Theodore Tso) Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs - 7312kB e2fsprogs-1.43.8.tar.gz - 584kB e2fsprogs-libs-1.43.8.tar.gz - 1kB e2fsprogs-1.43.8.lsm + 7312kB e2fsprogs-1.43.9.tar.gz + 584kB e2fsprogs-libs-1.43.9.tar.gz + 1kB e2fsprogs-1.43.9.lsm Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x Copying-policy: GPL-2/LGPL-2 diff --git a/po/ca.gmo b/po/ca.gmo index 3fec9438043f464bb1fbf44846e77df70678643f..8b126c614db72606b8aec645ff3cfc95fe46b809 100644 GIT binary patch delta 21049 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