summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-12-16 00:52:33 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-12-16 00:52:33 -0500
commit9897e1aa1a6ef900f39e225d5b508c4801e3afa9 (patch)
tree75fe05be738b59f9458f9266e0d46d44fa748b6e /debian
parent1e44f35dcf235192bc1d4fb1b1d78547127201d7 (diff)
parent9a03c07e00f09a772245281d84a284c67e905148 (diff)
Merge tag 'v1.44.5' into debian/master
v1.44.5
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog33
-rw-r--r--debian/control2
-rw-r--r--debian/libext2fs-dev.doc-base4
-rwxr-xr-xdebian/rules8
4 files changed, 40 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index a7dc64a0..7b2cb17b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+e2fsprogs (1.44.5-1) unstable; urgency=medium
+
+ * New upstream version
+ * Avoid overflows when tracking the number of files defragged
+ by e4defrag (Closes: #888899)
+ * Fix groff formatting nits in various man pages (Closes: #916188)
+ * Fix location of libext2fs documentation (Closes: #915942)
+ * Fix regression so we are correctly translating Posix ACL's
+ in libext2fs
+ * Use the online free block counts so e2freefrag's percentages
+ are correct
+ * Fix a false warning that tune2fs will take long time to change
+ a UUID if the metadata_csum feature is not enabled
+ * Fix mk_cmds so it works on a usrmerge system when e2fsprogs is built
+ on a non-usrmerge system (Closes: #914087)
+ * E2fsck will avoid offering to set the inline_data feature flag
+ unnecessarily
+ * E4defrag will handle the case where it is running as root and it can't
+ find the file system to open more gracefully (Closes: #907634)
+ * Fix a bug where resize2fs was failing to update the extent tree
+ checksums in an corner case
+ * Fix fuse2fs's command line parsing when options are specified after
+ the target device/image
+ * Fix a bug which could cause e2fsprogs tools to segfault on a corrupted
+ file system where the journal's s_nr_users is impossibly large.
+ * E2image now includes the mmp block (if needed) when creating a
+ metadata-only image.
+ * When e2fsck notices it could optimize an extent tree, it will now ask
+ "Optimize?" instead of "Fix?", which was confusing some users since it
+ implied that something was broken.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 15 Dec 2018 22:46:49 -0500
+
e2fsprogs (1.44.4-2) unstable; urgency=medium
* tune2fs fix dereference of freed memory after journal
diff --git a/debian/control b/debian/control
index 054b5ac3..346cff83 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
Homepage: http://e2fsprogs.sourceforge.net
Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
diff --git a/debian/libext2fs-dev.doc-base b/debian/libext2fs-dev.doc-base
index cef5974b..b1151171 100644
--- a/debian/libext2fs-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/libext2fs/html-info/libext2fs.html
-Files: /usr/share/doc/libext2fs/html-info/*.html
+Index: /usr/share/doc/libext2fs2/html-info/libext2fs.html
+Files: /usr/share/doc/libext2fs2/html-info/*.html
diff --git a/debian/rules b/debian/rules
index 36085bb3..9bbdea49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -385,15 +385,15 @@ binary-arch: install $(INSTALL_UDEB)
mkdir -p ${debdir}/libcom-err${COMERR_SOVERSION}/usr/share/doc/libcom-err${COMERR_SOVERSION}
mkdir -p ${debdir}/comerr-dev/usr/share/doc
- mkdir -p ${debdir}/libext2fs2/usr/share/doc/libext2fs
+ mkdir -p ${debdir}/libext2fs2/usr/share/doc/libext2fs2
mkdir -p ${debdir}/libext2fs-dev/usr/share/doc
dh_installdocs -a -Ne2fsprogs-udeb
# HTML docs
- $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/
+ $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/html-info/
$(INSTALL) -p -m 0644 ${stdbuilddir}/doc/*.html \
- ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/
+ ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/html-info/
$(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/comerr-dev/html-info/
$(INSTALL) -p -m 0644 ${stdbuilddir}/lib/et/*.html \
${debdir}/comerr-dev/usr/share/doc/comerr-dev/html-info/
@@ -401,7 +401,7 @@ binary-arch: install $(INSTALL_UDEB)
# texinfo docs
mkdir -p ${debdir}/comerr-dev/usr/share/doc/comerr-dev
$(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \
- ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/libext2fs.texi
+ ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/libext2fs.texi
$(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \
${debdir}/comerr-dev/usr/share/doc/comerr-dev/com_err.texi