aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-02-09 00:29:10 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-02-09 00:29:10 -0500
commit604075a0ad8af25cb6ad690bf01db8d6e266bfca (patch)
tree74ae671387d78b35ac5471fb572098390fa28008
parentf077fce7e6918bd97070c558190140306e795a8c (diff)
parent146649cd226580b4a5480cc5940982295072971d (diff)
downloade2fsprogs-604075a0ad8af25cb6ad690bf01db8d6e266bfca.tar.gz
Merge tag 'v1.43.9' into next
v1.43.9
-rw-r--r--README2
-rw-r--r--RELEASE-NOTES16
-rw-r--r--debian/changelog18
-rw-r--r--debian/control50
-rw-r--r--debian/control.legacy-dbg8
-rw-r--r--debian/e2fsck-static.copyright2
-rw-r--r--debian/e2fsprogs-l10n.copyright2
-rw-r--r--debian/e2fsprogs-udeb.lintian-overrides2
-rw-r--r--debian/e2fsprogs.lintian-overrides1
-rw-r--r--debian/e2fsprogs.shlibs.local6
-rw-r--r--debian/libcom-err2.copyright (renamed from debian/libcomerr2.copyright)0
-rw-r--r--debian/libcom-err2.files (renamed from debian/libcomerr2.files)0
-rw-r--r--debian/libcom-err2.symbols (renamed from debian/libcomerr2.symbols)2
-rw-r--r--debian/libext2fs-dev.doc-base (renamed from debian/e2fslibs-dev.doc-base)4
-rw-r--r--debian/libext2fs-dev.files (renamed from debian/e2fslibs-dev.files)0
-rw-r--r--debian/libext2fs2.files (renamed from debian/e2fslibs.files)0
-rw-r--r--debian/libext2fs2.symbols (renamed from debian/e2fslibs.symbols)4
-rwxr-xr-xdebian/rules50
-rw-r--r--debian/source.lintian-overrides2
-rw-r--r--debugfs/debugfs.c2
-rw-r--r--doc/libext2fs.texinfo8
-rw-r--r--e2fsprogs.lsm10
-rw-r--r--lib/e2p/pf.c1
-rw-r--r--misc/chattr.1.in29
-rw-r--r--po/ca.gmobin140744 -> 140492 bytes
-rw-r--r--po/ca.po12
-rw-r--r--po/cs.gmobin174701 -> 174465 bytes
-rw-r--r--po/cs.po12
-rw-r--r--po/da.gmobin131915 -> 131677 bytes
-rw-r--r--po/da.po12
-rw-r--r--po/de.gmobin180031 -> 179771 bytes
-rw-r--r--po/de.po12
-rw-r--r--po/e2fsprogs.pot10
-rw-r--r--po/eo.gmobin88975 -> 88697 bytes
-rw-r--r--po/eo.po12
-rw-r--r--po/es.gmobin179978 -> 179716 bytes
-rw-r--r--po/es.po12
-rw-r--r--po/fi.po8
-rw-r--r--po/fr.gmobin176013 -> 175758 bytes
-rw-r--r--po/fr.po12
-rw-r--r--po/hu.gmobin176499 -> 177260 bytes
-rw-r--r--po/hu.po112
-rw-r--r--po/id.gmobin80938 -> 80805 bytes
-rw-r--r--po/id.po10
-rw-r--r--po/it.gmobin56748 -> 56638 bytes
-rw-r--r--po/it.po10
-rw-r--r--po/ms.po12
-rw-r--r--po/nl.gmobin153690 -> 153436 bytes
-rw-r--r--po/nl.po12
-rw-r--r--po/pl.gmobin171435 -> 171181 bytes
-rw-r--r--po/pl.po12
-rw-r--r--po/sr.gmobin227514 -> 227200 bytes
-rw-r--r--po/sr.po12
-rw-r--r--po/sv.gmobin167167 -> 166933 bytes
-rw-r--r--po/sv.po12
-rw-r--r--po/tr.gmobin70220 -> 70080 bytes
-rw-r--r--po/tr.po10
-rw-r--r--po/uk.gmobin232222 -> 231950 bytes
-rw-r--r--po/uk.po12
-rw-r--r--po/vi.gmobin180220 -> 179920 bytes
-rw-r--r--po/vi.po12
-rw-r--r--po/zh_CN.gmobin154180 -> 153932 bytes
-rw-r--r--po/zh_CN.po12
-rw-r--r--version.h4
64 files changed, 269 insertions, 294 deletions
diff --git a/README b/README
index 4a3372c36..3572f6a14 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 59f56e296..678a45f94 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 306b89f6a..6713ad0f9 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 <tytso@mit.edu> 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 38af67bac..9bcac640e 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,20 +165,21 @@ 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
("extended") file system. They are the main file system types used for
hard disks on Debian and other Linux systems.
.
- This package contains the development environment for the ext2fs and e2p
+ This package contains the development environment for the ext2fs and e2p
libraries.
Package: e2fsprogs
@@ -170,4 +197,3 @@ Description: ext2/ext3/ext4 file system utilities
This package contains programs for creating, checking, and maintaining
ext2/3/4-based file systems. It also includes the "badblocks" program,
which can be used to scan for bad blocks on a disk or other storage device.
-
diff --git a/debian/control.legacy-dbg b/debian/control.legacy-dbg
index 852fa236a..d01843606 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: <pkg.e2fsprogs.legacy-dbg>
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: <pkg.e2fsprogs.legacy-dbg>
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/e2fsck-static.copyright b/debian/e2fsck-static.copyright
index 82bdc6788..b5b5d3fd4 100644
--- a/debian/e2fsck-static.copyright
+++ b/debian/e2fsck-static.copyright
@@ -16,7 +16,7 @@ Upstream Author: Theodore Ts'o <tytso@mit.edu>
Copyright notice:
This package, the EXT2 filesystem utilities, is protected by the GNU
-Public License.
+General Public License.
Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
diff --git a/debian/e2fsprogs-l10n.copyright b/debian/e2fsprogs-l10n.copyright
index cb9a549cc..9dbe5c003 100644
--- a/debian/e2fsprogs-l10n.copyright
+++ b/debian/e2fsprogs-l10n.copyright
@@ -16,7 +16,7 @@ Upstream Author: Theodore Ts'o <tytso@mit.edu>
Copyright notice:
This package, the EXT2 filesystem utilities, is protected by the GNU
-Public License.
+General Public License.
Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
diff --git a/debian/e2fsprogs-udeb.lintian-overrides b/debian/e2fsprogs-udeb.lintian-overrides
new file mode 100644
index 000000000..683a11fcd
--- /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.lintian-overrides b/debian/e2fsprogs.lintian-overrides
new file mode 100644
index 000000000..d08270fb6
--- /dev/null
+++ b/debian/e2fsprogs.lintian-overrides
@@ -0,0 +1 @@
+e2fsprogs: new-essential-package
diff --git a/debian/e2fsprogs.shlibs.local b/debian/e2fsprogs.shlibs.local
index 5390fd8c0..49d1cbb7c 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
index 578628a54..578628a54 100644
--- a/debian/libcomerr2.copyright
+++ b/debian/libcom-err2.copyright
diff --git a/debian/libcomerr2.files b/debian/libcom-err2.files
index 16b039ef3..16b039ef3 100644
--- a/debian/libcomerr2.files
+++ b/debian/libcom-err2.files
diff --git a/debian/libcomerr2.symbols b/debian/libcom-err2.symbols
index ce3b74a19..7742e2ee9 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
index 19d04f429..cef5974b5 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
index b2cd6c923..b2cd6c923 100644
--- a/debian/e2fslibs-dev.files
+++ b/debian/libext2fs-dev.files
diff --git a/debian/e2fslibs.files b/debian/libext2fs2.files
index 11198f761..11198f761 100644
--- a/debian/e2fslibs.files
+++ b/debian/libext2fs2.files
diff --git a/debian/e2fslibs.symbols b/debian/libext2fs2.symbols
index 777649f51..38858f051 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 3d95d986a..b6df02301 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 62988c57d..52e733e3f 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/debugfs/debugfs.c b/debugfs/debugfs.c
index a17d90825..398bf7224 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
@@ -2357,8 +2357,6 @@ void do_dump_mmp(int argc EXT2FS_ATTR((unused)), char *argv[])
fprintf(stdout, "device_name: %s\n", mmp_s->mmp_bdevname);
fprintf(stdout, "magic: 0x%x\n", mmp_s->mmp_magic);
fprintf(stdout, "checksum: 0x%08x\n", mmp_s->mmp_checksum);
- fprintf(stdout, "MMP is unsupported, please recompile with "
- "--enable-mmp\n");
}
#else
void do_dump_mmp(int argc EXT2FS_ATTR((unused)),
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 494904d7e..c2894388c 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 ef05d91ff..7aac232a5 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/lib/e2p/pf.c b/lib/e2p/pf.c
index b4a086f33..f93f22f99 100644
--- a/lib/e2p/pf.c
+++ b/lib/e2p/pf.c
@@ -43,7 +43,6 @@ static struct flags_name flags_array[] = {
{ EXT2_NOTAIL_FL, "t", "No_Tailmerging" },
{ EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" },
{ EXT4_EXTENTS_FL, "e", "Extents" },
- { EXT4_HUGE_FILE_FL, "h", "Huge_file" },
{ FS_NOCOW_FL, "C", "No_COW" },
{ EXT4_INLINE_DATA_FL, "N", "Inline_Data" },
{ EXT4_PROJINHERIT_FL, "P", "Project_Hierarchy" },
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 6a1d44618..fa53ee700 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -23,7 +23,7 @@ chattr \- change file attributes on a Linux file system
.B chattr
changes the file attributes on a Linux file system.
.PP
-The format of a symbolic mode is +-=[aAcCdDeijsStTu].
+The format of a symbolic mode is +-=[aAcCdDeijPsStTu].
.PP
The operator '+' causes the selected attributes to be added to the
existing attributes of the files; '-' causes them to be removed; and '='
@@ -49,12 +49,9 @@ and undeletable (u).
The following attributes are read-only, and may be listed by
.BR lsattr (1)
but not modified by chattr:
-compression error (E),
-huge file (h),
+encrypted (E),
indexed directory (I),
-inline data (N),
-compression raw access (X),
-and compressed dirty file (Z).
+and inline data (N).
.PP
Not all flags are supported or utilized by all filesystems; refer to
filesystem-specific man pages such as
@@ -122,13 +119,6 @@ set or reset using
although it can be displayed by
.BR lsattr (1).
.PP
-The 'h' attribute indicates the file is storing its blocks in units of the
-filesystem blocksize instead of in units of sectors, and means that the file
-is (or at one time was) larger than 2TB. It may not be set or reset using
-.BR chattr (1),
-although it can be displayed by
-.BR lsattr (1).
-.PP
A file with the 'i' attribute cannot be modified: it cannot be deleted or
renamed, no link can be created to this file and no data can be written
to the file. Only the superuser or a process possessing the
@@ -192,19 +182,6 @@ saved. This allows the user to ask for its undeletion. Note: please
make sure to read the bugs and limitations section at the end of this
document.
.PP
-The 'X' attribute is used by the experimental compression patches to
-indicate that the raw contents of a compressed file can be accessed
-directly. It currently may not be set or reset using
-.BR chattr (1),
-although it can be displayed by
-.BR lsattr (1).
-.PP
-The 'Z' attribute is used by the experimental compression patches to
-indicate a compressed file is dirty. It may not be set or reset using
-.BR chattr (1),
-although it can be displayed by
-.BR lsattr (1).
-.PP
.SH AUTHOR
.B chattr
was written by Remy Card <Remy.Card@linux.org>. It is currently being
diff --git a/po/ca.gmo b/po/ca.gmo
index 3fec94380..8b126c614 100644
--- a/po/ca.gmo
+++ b/po/ca.gmo
Binary files differ
diff --git a/po/ca.po b/po/ca.po
index 71142c0a3..242b56c50 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -70,7 +70,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2015-07-26 11:42+0100\n"
"Last-Translator: Angel Mompo <mecatxis@mecatxis.cat>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -3035,13 +3035,13 @@ msgid "while doing inode scan"
msgstr "en fer l'exploració dels nodes-i"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "en fer la crida a ext2fs_block_iterate per al node-i %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "en fer la crida a ext2fs_adjust_ea_refcount2 per al node-i %d"
#: e2fsck/super.c:291
@@ -7631,7 +7631,7 @@ msgstr "Això no hauria de passar mai: canvi de mida del node-i malmesa\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Versió 1.42.12 de la llibreria EXT2FS"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/cs.gmo b/po/cs.gmo
index d3a4d2e9c..6292481f0 100644
--- a/po/cs.gmo
+++ b/po/cs.gmo
Binary files differ
diff --git a/po/cs.po b/po/cs.po
index a04b1b26f..409cd22e4 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -71,7 +71,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-08-17 20:38+02:00\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -3037,13 +3037,13 @@ msgid "while doing inode scan"
msgstr "při provádění prohlídky iuzlů"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "při volání ext2fs_block_iterate pro iuzel %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "při volání ext2fs_adjust_ea_refcount2 pro iuzel %d"
#: e2fsck/super.c:291
@@ -7567,7 +7567,7 @@ msgstr ""
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Knihovna EXT2FS verze 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/da.gmo b/po/da.gmo
index b4f9a29af..53e8c5ca0 100644
--- a/po/da.gmo
+++ b/po/da.gmo
Binary files differ
diff --git a/po/da.po b/po/da.po
index 8b86df007..af50de068 100644
--- a/po/da.po
+++ b/po/da.po
@@ -72,7 +72,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.4\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-07-09 22:00+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -2915,13 +2915,13 @@ msgid "while doing inode scan"
msgstr "under udførsel af iknudeskanning"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "under kald af ext2fs_block_iterate for iknude %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "under kald af ext2fs_adjust_ea_refcount2 for iknude %d"
#: e2fsck/super.c:291
@@ -7266,7 +7266,7 @@ msgstr "Bør aldrig ske: ændring af størrelse for iknude er ødelagt!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS-biblioteksversion 1.43.4-WIP"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/de.gmo b/po/de.gmo
index e7971b007..496cb9494 100644
--- a/po/de.gmo
+++ b/po/de.gmo
Binary files differ
diff --git a/po/de.po b/po/de.po
index dea25d1b4..8f45d66b5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -72,7 +72,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-11-06 10:06+0100\n"
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -3129,13 +3129,13 @@ msgid "while doing inode scan"
msgstr "während der Inode-Prüfung"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
#: e2fsck/super.c:291
@@ -7742,7 +7742,7 @@ msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS-Bibliothek, Version 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot
index 3e93458b1..61f3fb3d3 100644
--- a/po/e2fsprogs.pot
+++ b/po/e2fsprogs.pot
@@ -70,9 +70,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: e2fsprogs 1.43.8\n"
+"Project-Id-Version: e2fsprogs 1.43.9\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2828,12 +2828,12 @@ msgstr ""
#: e2fsck/super.c:207
#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr ""
#: e2fsck/super.c:230
#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr ""
#: e2fsck/super.c:291
@@ -6892,7 +6892,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr ""
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/eo.gmo b/po/eo.gmo
index fb84f8a9e..0947d4870 100644
--- a/po/eo.gmo
+++ b/po/eo.gmo
Binary files differ
diff --git a/po/eo.po b/po/eo.po
index 4366b32bf..ff28c5585 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -73,7 +73,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.42.12-pre2\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2014-08-31 18:44+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -2965,13 +2965,13 @@ msgid "while doing inode scan"
msgstr "dum skanado de i-nodoj"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "dum alvoko de 'ext2fs_block_iterate()' por i-nodo %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "dum alvoko de 'ext2fs_adjust_ea_refcount2()' por i-nodo %d"
#: e2fsck/super.c:291
@@ -7163,7 +7163,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr ""
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/es.gmo b/po/es.gmo
index af20eace1..04209bb79 100644
--- a/po/es.gmo
+++ b/po/es.gmo
Binary files differ
diff --git a/po/es.po b/po/es.po
index d8069fc72..c4d6bda66 100644
--- a/po/es.po
+++ b/po/es.po
@@ -91,7 +91,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-12-30 09:33+0100\n"
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
@@ -3106,13 +3106,13 @@ msgid "while doing inode scan"
msgstr "mientras se exploraban los nodos-i"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "mientras se llamaba a ext2fs_block_iterate para el nodo-i %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "mientras se llamaba a ext2fs_adjust_ea_refcount2 para el nodo-i %d"
#: e2fsck/super.c:291
@@ -7759,7 +7759,7 @@ msgstr ""
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Biblioteca EXT2FS versión 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/fi.po b/po/fi.po
index 8b921ef8f..806a23486 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -69,7 +69,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2016-05-26 21:46+0300\n"
"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -2834,12 +2834,12 @@ msgstr ""
#: e2fsck/super.c:207
#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr ""
#: e2fsck/super.c:230
#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr ""
#: e2fsck/super.c:291
@@ -6993,7 +6993,7 @@ msgstr ""
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS-kirjaston versio 1.42.12"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/fr.gmo b/po/fr.gmo
index d486b3b58..fbab9d0fe 100644
--- a/po/fr.gmo
+++ b/po/fr.gmo
Binary files differ
diff --git a/po/fr.po b/po/fr.po
index 534277479..863d0dc03 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -71,7 +71,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-08-17 00:33+0200\n"
"Last-Translator: Samuel Thibault <samuel.thibault@ens-lyon.org>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -3046,13 +3046,13 @@ msgid "while doing inode scan"
msgstr "lors de l'examen des i-noeuds"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "lors de l'appel de ext2fs_block_iterate pour l'i-noeud %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "lors de l'appel ext2fs_adjust_ea_refcount2 pour l'i-noeud %d"
#: e2fsck/super.c:291
@@ -7689,7 +7689,7 @@ msgstr ""
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Bibliothque EXT2FS version 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/hu.gmo b/po/hu.gmo
index 7d1053e57..d85ec2c37 100644
--- a/po/hu.gmo
+++ b/po/hu.gmo
Binary files differ
diff --git a/po/hu.po b/po/hu.po
index b62ed8f00..fc7c8b6e0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -4,7 +4,7 @@
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by Theodore Ts'o.
# Theodore Ts'o <tytso@mit.edu>, 2010.
# Gabor Kelemen <kelemeng at gnome dot hu>, 2016.
-# Balázs Úr <urbalazs@gmail.com>, 2017.
+# Balázs Úr <urbalazs@gmail.com>, 2017, 2018.
#. The strings in e2fsck's problem.c can be very hard to translate,
#. since the strings are expanded in two different ways. First of all,
#. there is an @-expansion, where strings like "@i" are expanded to
@@ -69,10 +69,10 @@
#.
msgid ""
msgstr ""
-"Project-Id-Version: e2fsprogs 1.43.4\n"
+"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
-"PO-Revision-Date: 2017-04-27 21:50+0200\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
+"PO-Revision-Date: 2018-01-21 15:55+0100\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
"Language: hu\n"
@@ -475,21 +475,19 @@ msgstr "blokk #"
#: e2fsck/message.c:509
msgid "user"
-msgstr ""
+msgstr "felhasználó"
#: e2fsck/message.c:512
-#, fuzzy
msgid "group"
-msgstr "ggroup"
+msgstr "csoport"
#: e2fsck/message.c:515
msgid "project"
msgstr ""
#: e2fsck/message.c:518
-#, fuzzy
msgid "unknown quota type"
-msgstr "ismeretlen oprendszer - %s"
+msgstr "ismeretlen kvótatípus"
#: e2fsck/pass1b.c:222
msgid "multiply claimed inode map"
@@ -1239,11 +1237,8 @@ msgstr "A szabad blokkok számának beállítása erre: %c (volt: %b)\n"
#. @-expanded: Hiding %U quota inode %i (%Q).\n
#: e2fsck/problem.c:421
-#, fuzzy
msgid "Hiding %U @q @i %i (%Q).\n"
-msgstr ""
-"A kvóta inode: %i (%Q) megjelölése rejtettként.\n"
-"\n"
+msgstr "%U kvóta i-node %i (%Q) elrejtése.\n"
#. @-expanded: superblock has invalid MMP block.
#: e2fsck/problem.c:426
@@ -1277,18 +1272,16 @@ msgstr ""
#. @-expanded: superblock MMP block checksum does not match MMP block.
#: e2fsck/problem.c:453
-#, fuzzy
msgid "@S MMP @b checksum does not match MMP @b. "
msgstr ""
-"A szuperblokk MMP blokk ellenőrzőösszege nem felel meg az MMP blokknak. "
+"A szuperblokk MMP blokk ellenőrzőösszege nem felel meg az MMP blokknak. "
#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
#: e2fsck/problem.c:458
-#, fuzzy
msgid "@S 64bit @f needs extents to access the whole disk. "
msgstr ""
"A 64 bites szuperblokkú fájlrendszereknek extentekre van szükségük a teljes "
-"lemez eléréséhez. "
+"lemez eléréséhez. "
#: e2fsck/problem.c:463
msgid "First_meta_bg is too big. (%N, max value %g). "
@@ -1325,9 +1318,8 @@ msgstr "Hibás kívánt további isize ebben: @S (%N). "
#. @-expanded: Invalid %U quota inode %i.
#: e2fsck/problem.c:493
-#, fuzzy
msgid "Invalid %U @q @i %i. "
-msgstr "nem csatlakoztatott, nulla hosszúságú inode: %i. "
+msgstr "Érvénytelen %U kvóta inode: %i. "
#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
#: e2fsck/problem.c:500
@@ -1902,9 +1894,8 @@ msgstr ""
#. @-expanded: quota inode is not a regular file.
#: e2fsck/problem.c:983
-#, fuzzy
msgid "@q @i is not a regular file. "
-msgstr "a kvóta inode nem normál fájl. "
+msgstr "a kvóta inode nem normál fájl. "
#. @-expanded: quota inode is not in use, but contains data.
#: e2fsck/problem.c:988
@@ -3088,13 +3079,13 @@ msgid "while doing inode scan"
msgstr "inode vizsgálat végrehajtása közben"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "az ext2fs_block_iterate meghívásakor a(z) %d. inode-ra"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "az ext2fs_adjust_ea_refcount2 meghívásakor a(z) %d. inode-ra"
#: e2fsck/super.c:291
@@ -3748,18 +3739,18 @@ msgid "while resetting context"
msgstr "a kontextus alaphelyzetbe állításakor"
#: e2fsck/unix.c:1942
-#, fuzzy, c-format
+#, c-format
msgid ""
"\n"
"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
msgstr ""
"\n"
-"%s: ***** A FÁJLRENDSZER MÓDOSÍTVA LETT *****\n"
+"%s: ***** FÁJLRENDSZERHIBÁK JAVÍTVA *****\n"
#: e2fsck/unix.c:1944
-#, fuzzy, c-format
+#, c-format
msgid "%s: File system was modified.\n"
-msgstr "A fájlrendszer sérült"
+msgstr "%s: A fájlrendszer módosítva lett.\n"
#: e2fsck/unix.c:1948 e2fsck/util.c:71
#, c-format
@@ -6256,9 +6247,9 @@ msgstr ""
"\n"
#: misc/mk_hugefiles.c:337
-#, fuzzy, c-format
+#, c-format
msgid "while zeroing block %llu for hugefile"
-msgstr "%llu blokk nullázásakor a fájlrendszer végén"
+msgstr "%llu blokk nullázásakor a nagy fájlnál"
#: misc/mk_hugefiles.c:512
#, c-format
@@ -7615,8 +7606,8 @@ msgstr "Soha nem fordulhatna elő: az átméretezendő inode sérült!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
-msgstr "EXT2FS programkönyvtár 1.43.4-WIP verzió"
+msgid "EXT2FS Library version 1.43.9"
+msgstr "EXT2FS programkönyvtár 1.43.5 verzió"
#: lib/ext2fs/ext2_err.c:12
msgid "Wrong magic number for ext2_filsys structure"
@@ -8526,58 +8517,3 @@ msgstr "%s egy %s fájlrendszert tartalmaz\n"
#, c-format
msgid "%s contains `%s' data\n"
msgstr "%s „%s” adatokat tartalmaz\n"
-
-#~ msgid "Journal features: "
-#~ msgstr "Napló jellemzői: "
-
-#~ msgid "Journal size: "
-#~ msgstr "Napló mérete: "
-
-#~ msgid ""
-#~ "Journal length: %u\n"
-#~ "Journal sequence: 0x%08x\n"
-#~ "Journal start: %u\n"
-#~ msgstr ""
-#~ "Napló hossza: %u\n"
-#~ "Naplósorozat: 0x%08x\n"
-#~ "Napló kezdete: %u\n"
-
-#~ msgid "Journal checksum type: crc32\n"
-#~ msgstr "Napló ellenőrzőösszegének típusa: crc32\n"
-
-#~ msgid ""
-#~ "Journal checksum type: %s\n"
-#~ "Journal checksum: 0x%08x\n"
-#~ msgstr ""
-#~ "Napló ellenőrzőösszegének típusa: %s\n"
-#~ "Napló ellenőrzőösszege: 0x%08x\n"
-
-#~ msgid "Journal errno: %d\n"
-#~ msgstr "Napló hibaszáma: %d\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Journal block size: %u\n"
-#~ "Journal length: %u\n"
-#~ "Journal first block: %u\n"
-#~ "Journal sequence: 0x%08x\n"
-#~ "Journal start: %u\n"
-#~ "Journal number of users: %u\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Napló blokkmérete: %u\n"
-#~ "Napló hossza: %u\n"
-#~ "Napló első blokkja: %u\n"
-#~ "Naplósorozat: 0x%08x\n"
-#~ "Napló kezdete: %u\n"
-#~ "Napló felhasználószáma: %u\n"
-
-#~ msgid "Journal users: %s\n"
-#~ msgstr "Napló felhasználói: %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning: enabled project without quota together\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Figyelmeztetés: projekt engedélyezve a kvóta nélkül\n"
diff --git a/po/id.gmo b/po/id.gmo
index f63c44711..e1c96141b 100644
--- a/po/id.gmo
+++ b/po/id.gmo
Binary files differ
diff --git a/po/id.po b/po/id.po
index 49a1cd886..08ed6a21f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -73,7 +73,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.41.12\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2010-05-24 12:30+0700\n"
"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
@@ -2984,13 +2984,13 @@ msgid "while doing inode scan"
msgstr "ketika melakukan pemeriksaan inode"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "ketika memanggil ext2fs_block_iterate untuk inode %d"
#: e2fsck/super.c:230
#, fuzzy, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "ketika memanggil ext2fs_adjust_ea_refcount untuk inode %d"
#: e2fsck/super.c:291
@@ -7450,7 +7450,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr "Seharusnya tidak pernah terjadi: resize inode corrupt!\n"
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/it.gmo b/po/it.gmo
index 4306d5993..e92f4fb6b 100644
--- a/po/it.gmo
+++ b/po/it.gmo
Binary files differ
diff --git a/po/it.po b/po/it.po
index b1f2b5b28..13a284d95 100644
--- a/po/it.po
+++ b/po/it.po
@@ -71,7 +71,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.42.10\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2014-05-31 16:09+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -3037,13 +3037,13 @@ msgid "while doing inode scan"
msgstr "durante la scansione dell'inode"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "chiamando ext2fs_block_iterate per l'inode %d"
#: e2fsck/super.c:230
#, fuzzy, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "chiamando ext2fs_adjust_ea_refocunt per l'inode %d"
#: e2fsck/super.c:291
@@ -7455,7 +7455,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr ""
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/ms.po b/po/ms.po
index 8b53474b6..834ed37bf 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -69,7 +69,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2015-06-23 17:57+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -3034,13 +3034,13 @@ msgid "while doing inode scan"
msgstr "ketika melakukan pengesanan inod"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
-msgstr ""
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
+msgstr "ketika mengosongkan inod jurnal"
#: e2fsck/super.c:230
#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr ""
#: e2fsck/super.c:291
@@ -7230,7 +7230,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr ""
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/nl.gmo b/po/nl.gmo
index 3c40e0b9d..ea4a0a906 100644
--- a/po/nl.gmo
+++ b/po/nl.gmo
Binary files differ
diff --git a/po/nl.po b/po/nl.po
index 54b761ef7..54fd90bbc 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -81,7 +81,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.43.4\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-02-04 14:51+0100\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -3070,13 +3070,13 @@ msgid "while doing inode scan"
msgstr "tijdens uitvoering van inode-scan"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "tijdens aanroep van ext2fs_block_iterate() voor inode %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "tijdens aanroep van ext2fs_adjust_ea_refcount2() voor inode %d"
#: e2fsck/super.c:291
@@ -7622,7 +7622,7 @@ msgstr "Zou nooit mogen gebeuren: de 'resize'-inode is beschadigd!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS-bibliotheek versie 1.43"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/pl.gmo b/po/pl.gmo
index bf3fc1ae6..1f5ed7da1 100644
--- a/po/pl.gmo
+++ b/po/pl.gmo
Binary files differ
diff --git a/po/pl.po b/po/pl.po
index e41c51ab4..c14d52ed0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -69,7 +69,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-08-22 18:50+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -2981,13 +2981,13 @@ msgid "while doing inode scan"
msgstr "podczas przeszukiwania i-węzłów"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "podczas wywołania ext2fs_block_iterate dla i-węzła %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "podczas wywołania ext2fs_adjust_ea_refcount2 dla i-węzła %d"
#: e2fsck/super.c:291
@@ -7520,7 +7520,7 @@ msgstr "Nigdy się nie powinno zdarzyć: i-węzeł zmiany rozmiaru uszkodzony!\n
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Biblioteka EXT2FS w wersji 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/sr.gmo b/po/sr.gmo
index f91ee791e..ef4a659bf 100644
--- a/po/sr.gmo
+++ b/po/sr.gmo
Binary files differ
diff --git a/po/sr.po b/po/sr.po
index b5b86b59f..a1d2ab4e0 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -70,7 +70,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-11-05 09:06+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
@@ -3083,13 +3083,13 @@ msgid "while doing inode scan"
msgstr "приликом обављања скенирања и-чвора"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "приликом позивања „ext2fs_block_iterate“ за и-чвор „%d“"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "приликом позивања „ext2fs_adjust_ea_refcount2“ за и-чвор „%d“"
#: e2fsck/super.c:291
@@ -7634,7 +7634,7 @@ msgstr "Ово није требало да се деси: промена вел
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "„EXT2FS“ библиотека издања 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/sv.gmo b/po/sv.gmo
index dbc90d8a1..df0343e47 100644
--- a/po/sv.gmo
+++ b/po/sv.gmo
Binary files differ
diff --git a/po/sv.po b/po/sv.po
index 8f0d78016..da797dec6 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -71,7 +71,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-08-14 10:33+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -3025,13 +3025,13 @@ msgid "while doing inode scan"
msgstr "vid inodsgenomsökning"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "vid anrop av ext2fs_block_iterate för inod %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "vid anrop av ext2fs_adjust_ea_refcount2 för inod %d"
#: e2fsck/super.c:291
@@ -7518,7 +7518,7 @@ msgstr "Skulle aldrig inträffa: storleksändringsinoden trasig!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS-bibliotek version 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/tr.gmo b/po/tr.gmo
index c83c18900..69e7f971c 100644
--- a/po/tr.gmo
+++ b/po/tr.gmo
Binary files differ
diff --git a/po/tr.po b/po/tr.po
index 256770b8a..afa2555b5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -70,7 +70,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.42.8\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2013-11-01 22:49+0100\n"
"Last-Translator: Volkan Gezer <vlkngzr@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -3029,13 +3029,13 @@ msgid "while doing inode scan"
msgstr "- düğüm taraması yapılırken hata oluştu"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "Düğüm %d için ext2fs_block_iterate işlevi çağrılırken hata oluştu"
#: e2fsck/super.c:230
#, fuzzy, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "Düğüm %d için ext2fs_block_iterate işlevi çağrılırken hata oluştu"
#: e2fsck/super.c:291
@@ -7711,7 +7711,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n"
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/uk.gmo b/po/uk.gmo
index 4fd22db4e..ca9ce5734 100644
--- a/po/uk.gmo
+++ b/po/uk.gmo
Binary files differ
diff --git a/po/uk.po b/po/uk.po
index 8cf42d46a..d408f9bdd 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -72,7 +72,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-12-31 13:04+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -3074,13 +3074,13 @@ msgid "while doing inode scan"
msgstr "під час виконання сканування inode"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "під час виклику ext2fs_block_iterate для inode %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "під час виклику ext2fs_adjust_ea_refcount2 для inode %d"
#: e2fsck/super.c:291
@@ -7669,7 +7669,7 @@ msgstr "Такого не повинно було статися: inode змін
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Бібліотека EXT2FS версії 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/vi.gmo b/po/vi.gmo
index b69d04126..0977a8244 100644
--- a/po/vi.gmo
+++ b/po/vi.gmo
Binary files differ
diff --git a/po/vi.po b/po/vi.po
index 398c47fcc..7106e58b4 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -72,7 +72,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs 1.43.5\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2017-08-15 07:32+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -2965,14 +2965,14 @@ msgid "while doing inode scan"
msgstr "trong khi chạy tiến trình quét nút thông tin"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr ""
"trong khi gọi hàm lặp lại khối “ext2fs_block_iterate” cho nút thông tin %d"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "trong khi gọi hàm “ext2fs_adjust_ea_refcount” cho nút thông tin %d"
#: e2fsck/super.c:291
@@ -7473,7 +7473,7 @@ msgstr "Không bao giờ nên xảy ra: nút thông tin thay đổi kích cỡ b
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "Thư viện EXT2FS phiên bản 1.43.5"
#: lib/ext2fs/ext2_err.c:12
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index fdc4eef86..0fd25eee0 100644
--- a/po/zh_CN.gmo
+++ b/po/zh_CN.gmo
Binary files differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c59a99887..cf39342c3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -70,7 +70,7 @@ msgid ""
msgstr ""
"Project-Id-Version: e2fsprogs-1.43.1\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2018-01-01 19:32-0500\n"
+"POT-Creation-Date: 2018-02-08 00:11-0500\n"
"PO-Revision-Date: 2016-11-24 23:49-0500\n"
"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -2947,13 +2947,13 @@ msgid "while doing inode scan"
msgstr "进行inode扫描时"
#: e2fsck/super.c:207
-#, c-format
-msgid "while calling ext2fs_block_iterate for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_block_iterate for inode %u"
msgstr "为inode %d 调用ext2fs_block_iterate时"
#: e2fsck/super.c:230
-#, c-format
-msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
+#, fuzzy, c-format
+msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
msgstr "为inode %d 调用ext2fs_adjust_ea_refcount2时"
#: e2fsck/super.c:291
@@ -7359,7 +7359,7 @@ msgstr "不应出现的错误:改变inode大小时发现有数据损坏!\n"
#: lib/ext2fs/ext2_err.c:11
#, fuzzy
-msgid "EXT2FS Library version 1.43.7"
+msgid "EXT2FS Library version 1.43.9"
msgstr "EXT2FS 库版本 1.43"
#: lib/ext2fs/ext2_err.c:12
diff --git a/version.h b/version.h
index 567d8e5b5..0769670db 100644
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
-#define E2FSPROGS_VERSION "1.43.8"
-#define E2FSPROGS_DATE "1-Jan-2018"
+#define E2FSPROGS_VERSION "1.43.9"
+#define E2FSPROGS_DATE "8-Feb-2018"