Your message dated Sat, 25 Apr 2009 12:47:29 +0000
with message-id <[email protected]>
and subject line Bug#512567: fixed in tiger 1:3.2.2-9
has caused the Debian Bug report #512567,
regarding tiger: 'ext4' is not recognized as a valid filesystem
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
512567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512567
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tiger
Version: 1:3.2.2-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
[ Aurimas Fischer ]
* system/Linux/2/gen_mounts:
- Added ext4 as a local FS
[ Colin Watson ]
* scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-proposed'), (500, 'jaunty')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-4-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u tiger-3.2.2/systems/Linux/2/gen_mounts
tiger-3.2.2/systems/Linux/2/gen_mounts
--- tiger-3.2.2/systems/Linux/2/gen_mounts
+++ tiger-3.2.2/systems/Linux/2/gen_mounts
@@ -54,6 +54,7 @@
# of unexistant symlinks (See Debian bug
434333)
# Linux/2/gen_mounts - 11/27/2008 - Added ecryptfs, used by ecryptfs-utils
(See Debian bug 506512)
# - Fix bashism (Debian bug #505939)
+# Linux/2/gen_mounts - 01/19/2009 - Added ext4 as a local FS
#-----------------------------------------------------------------------------
#
@@ -105,6 +106,7 @@
[ "$1" = "ext" ] && LOCAL=0
[ "$1" = "ext2" ] && LOCAL=0
[ "$1" = "ext3" ] && LOCAL=0
+ [ "$1" = "ext4" ] && LOCAL=0
[ "$1" = "auto" ] && LOCAL=0
[ "$1" = "vzfs" ] && LOCAL=0 # VPS virtual partition
[ "$1" = "reiserfs" ] && LOCAL=0
diff -u tiger-3.2.2/debian/changelog tiger-3.2.2/debian/changelog
--- tiger-3.2.2/debian/changelog
+++ tiger-3.2.2/debian/changelog
@@ -1,3 +1,14 @@
+tiger (1:3.2.2-8ubuntu2) jaunty; urgency=low
+
+ [ Aurimas Fischer ]
+ * system/Linux/2/gen_mounts:
+ - Added ext4 as a local FS (LP: #318933)
+
+ [ Colin Watson ]
+ * scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
+
+ -- Colin Watson <[email protected]> Wed, 21 Jan 2009 19:42:37 +0000
+
tiger (1:3.2.2-8ubuntu1) jaunty; urgency=low
* Merge from debian unstable, remaining changes (LP: #303893):
only in patch2:
unchanged:
--- tiger-3.2.2.orig/scripts/check_rootdir
+++ tiger-3.2.2/scripts/check_rootdir
@@ -90,7 +90,7 @@
# Checking to see if the root directory is on the correct INODE number
inode=`$LS -di / | $AWK '{print $1}'`
fstype=`$GETFS | $GREP " / " | $AWK -F " " '{ print $5;}'`
-[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" ] &&
+[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" -o "$fstype" =
"ext4" ] &&
message FAIL rootdir001f "" "Root directory on incorrect inode"
--- End Message ---
--- Begin Message ---
Source: tiger
Source-Version: 1:3.2.2-9
We believe that the bug you reported is fixed in the latest version of
tiger, which is due to be installed in the Debian FTP archive:
tiger-otheros_3.2.2-9_i386.deb
to pool/main/t/tiger/tiger-otheros_3.2.2-9_i386.deb
tiger_3.2.2-9.diff.gz
to pool/main/t/tiger/tiger_3.2.2-9.diff.gz
tiger_3.2.2-9.dsc
to pool/main/t/tiger/tiger_3.2.2-9.dsc
tiger_3.2.2-9_i386.deb
to pool/main/t/tiger/tiger_3.2.2-9_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Javier Fernandez-Sanguino Pen~a <[email protected]> (supplier of updated tiger
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 25 Apr 2009 14:01:26 +0200
Source: tiger
Binary: tiger tiger-otheros
Architecture: source i386
Version: 1:3.2.2-9
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
Changed-By: Javier Fernandez-Sanguino Pen~a <[email protected]>
Description:
tiger - Report system security vulnerabilities
tiger-otheros - Scripts to run Tiger in other operating systems
Closes: 498468 511803 512567 517798 521620 523699 523699 523700 524722
Changes:
tiger (1:3.2.2-9) unstable; urgency=low
.
* Use --debconf-ok when calling ucf (Closes: 517798, 521620)
* Update check_release to reflect latest Debian release (Closes: 523700)
* Fix systems/Linux/2/config so that it uses /etc/apache2 in Debian if it
exists
and /etc/apache otherwise. (Closes: 523699)
* Change the wording of errors in tigerexp when the variable does not have a
value (Closes: 523699)
* Throw away errors from executing 'df -t nfs' in scripts/check_network
(Closes: 511803)
* Linux/2/gen_mounts: Added davfs, fuse and ext4 (Closes: 524722, 498468,
512567)
* Update list of Debian advisories
Checksums-Sha1:
3a5861d4c94dc19b6bd193a0cd918d379efc3342 1046 tiger_3.2.2-9.dsc
34d98dd952c9d4f186d517667ab4eec15939d8e9 55612 tiger_3.2.2-9.diff.gz
dd6f66e7b5d5cafaeedcaef1b4abf6676f35e82c 644744 tiger_3.2.2-9_i386.deb
16a136dc5435228bd9999816cee78cfaa5e3f10b 485642 tiger-otheros_3.2.2-9_i386.deb
Checksums-Sha256:
f2b1321c35b002ca047be4bc43d1e8d4c18729c419e9881b471248bcccc323aa 1046
tiger_3.2.2-9.dsc
d5b9b37d742bad560cf08bb5c253f2680ddd383d2afbfd9dbfca26acfcb72c17 55612
tiger_3.2.2-9.diff.gz
f53be5ca52afaf1d7c7414984f1fa74d2dc9902f438f1d64f45e7f2c4974c0c7 644744
tiger_3.2.2-9_i386.deb
2412e59a53c0b039c1d4ded12079b0672aec356aa3e1bcf161ece2b718037277 485642
tiger-otheros_3.2.2-9_i386.deb
Files:
88f8f93a2a488ae44de8491ae8ca48d8 1046 admin optional tiger_3.2.2-9.dsc
cddb218c5c5060d712641261dab5dc0b 55612 admin optional tiger_3.2.2-9.diff.gz
f4db7784209e8fdab3e2d2845bbd8582 644744 admin optional tiger_3.2.2-9_i386.deb
5c79ebcbf4686eed169465b01feb49d0 485642 admin optional
tiger-otheros_3.2.2-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJ8wKBsandgtyBSwkRAgNYAJ9hRLet7ENOYhETqNh31EiezqIRigCeNY9p
5XNSc/lKgZxO9l+NoKRdU0Q=
=i7uO
-----END PGP SIGNATURE-----
--- End Message ---