[Bug 378534] Re: Please merge tiger 3.2.2-9 from debian/unstable

Andreas Moog andreas-launchpad at warperbbs.de
Wed Jun 10 09:46:56 BST 2009


Nathan, no problem. I updated the debdiff to -11, attaching it now.

tiger (1:3.2.2-11ubuntu1) karmic; urgency=low

  * Merge from debian/unstable, remaining changes: (LP: #378534)
    - scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
    - debian/postrm:
      + Clean directories correctly when purging.
    - config.in:
      + Auto-create the work directory if it's in /var/run, /tmp, or /var/tmp.
      + Use temporary file instead of hardcoded rcfile for temporary work.
  * Launchpad bugs fixed:
    - Use --debconf-ok when calling ucf (LP: #378514)

 -- Andreas Moog <amoog at ubuntu.com>  Wed, 10 Jun 2009 10:42:49 +0200

tiger (1:3.2.2-11) unstable; urgency=low

  * Sort the system/Linux/2/inetd file since 'join' complains about it not being
    sorted when used in check_inetd (Closes: #524783)
  * Add symbolic links so users can create the issue and issue.net templates they
    want to check against when running check_issue in /etc/tiger/ (Closes: #511970)
  * scripts/find_files: Use patch provided by Khalid Shukri in order to complain
    from danging symlinks properly so that they can be tiger.ignore'd (Closes: 434333)
  * debian/debian.ignore:
     - Add an ignore message to remove the dangling symlinks that are udev-related
     - Add an ignore message for /dev/log since world-writable permissions for
       that file are standard in Debian (Closes: 417939)
  * initdefs: Change error message when a file value definition is empty
  * systems/Linux/2/check_umask: More extensive umask checks also covering different
    analysis for each one of the available shells in order to provide more meaningful
    information.
  * systems/Linux/2/check_rcumask: Remove shell login umask definitions from the file
    (both bash and csh/tcsh) since these do not apply to the script (i.e. are not
    init.d related) and add /etc/init.d/rc handling (Closes: 443807)
  * doc/misc.txt: Add new messages for new umask analysis covered in check_umask
  * doc/filesys.txt: Add a description of the new warning message introduced by the
    above patch.
  * doc/config.txt: Document that this happens also when the configuration system
    was not able to define a valid file and set a value for the file definition.
  * debian/rules: Adjust the permissions of /var/lib/tiger/work and /var/log/tiger/
    so that they are 0700. (Closes: #512078)
  * debian/preinst: Adjust the permissions of /var/lib/tiger/work and
    /var/log/tiger/ when upgrading so that they are set to 0700.
    
 -- Javier Fernandez-Sanguino Pen~a <jfs at debian.org>  Thu, 21 May 2009 00:26:23 +0200
    
tiger (1:3.2.2-10) unstable; urgency=low

  * Fix bug in scripts/check_perms

 -- Javier Fernandez-Sanguino Pen~a <jfs at debian.org>  Thu, 07 May 2009
23:55:22 +0200


** Attachment added: "tiger_3.2.2-11ubuntu1.debdiff"
   http://launchpadlibrarian.net/27723402/tiger_3.2.2-11ubuntu1.debdiff

** Summary changed:

- Please merge tiger 3.2.2-9 from debian/unstable
+ Please merge tiger 3.2.2-11 from debian/unstable

** Description changed:

- Binary package hint: tiger
- 
-  tiger (1:3.2.2-9ubuntu1) karmic; urgency=low
+ tiger (1:3.2.2-11ubuntu1) karmic; urgency=low
  
    * Merge from debian/unstable, remaining changes: (LP: #378534)
-      - scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
-      - debian/postrm:
-        + Clean directories correctly when purging.
-      - config.in:
-        + Auto-create the work directory if it's in /var/run, /tmp, or /var/tmp.
-        + Use temporary file instead of hardcoded rcfile for temporary work.
-    * Launchpad bugs fixed:
-      - Use --debconf-ok when calling ucf (LP: #378514)
+     - scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
+     - debian/postrm:
+       + Clean directories correctly when purging.
+     - config.in:
+       + Auto-create the work directory if it's in /var/run, /tmp, or /var/tmp.
+       + Use temporary file instead of hardcoded rcfile for temporary work.
+   * Launchpad bugs fixed:
+     - Use --debconf-ok when calling ucf (LP: #378514)
  
-   -- Andreas Moog <amoog at ubuntu.com>  Wed, 20 May 2009 02:30:27 +0200
+  -- Andreas Moog <amoog at ubuntu.com>  Wed, 10 Jun 2009 10:42:49 +0200
  
-  tiger  (1:3.2.2-9) unstable; urgency=low
+ tiger (1:3.2.2-11) 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
+   * Sort the system/Linux/2/inetd file since 'join' complains about it not being
+     sorted when used in check_inetd (Closes: #524783)
+   * Add symbolic links so users can create the issue and issue.net templates they  
+     want to check against when running check_issue in /etc/tiger/ (Closes: #511970)
+   * scripts/find_files: Use patch provided by Khalid Shukri in order to complain
+     from danging symlinks properly so that they can be tiger.ignore'd (Closes: 434333)
+   * debian/debian.ignore: 
+      - Add an ignore message to remove the dangling symlinks that are udev-related
+      - Add an ignore message for /dev/log since world-writable permissions for
+        that file are standard in Debian (Closes: 417939)
+   * initdefs: Change error message when a file value definition is empty
+   * systems/Linux/2/check_umask: More extensive umask checks also covering different
+     analysis for each one of the available shells in order to provide more meaningful
+     information.
+   * systems/Linux/2/check_rcumask: Remove shell login umask definitions from the file
+     (both bash and csh/tcsh) since these do not apply to the script (i.e. are not
+     init.d related) and add /etc/init.d/rc handling (Closes: 443807)
+   * doc/misc.txt: Add new messages for new umask analysis covered in check_umask
+   * doc/filesys.txt: Add a description of the new warning message introduced by the
+     above patch.
+   * doc/config.txt: Document that this happens also when the configuration system
+     was not able to define a valid file and set a value for the file definition.
+   * debian/rules: Adjust the permissions of /var/lib/tiger/work and /var/log/tiger/ 
+     so that they are 0700. (Closes: #512078)
+   * debian/preinst: Adjust the permissions of /var/lib/tiger/work and
+     /var/log/tiger/ when upgrading so that they are set to 0700.
+ 
+  -- Javier Fernandez-Sanguino Pen~a <jfs at debian.org>  Thu, 21 May 2009
+ 00:26:23 +0200
+ 
+ tiger (1:3.2.2-10) unstable; urgency=low
+ 
+   * Fix bug in scripts/check_perms
+ 
+  -- Javier Fernandez-Sanguino Pen~a <jfs at debian.org>  Thu, 07 May 2009
+ 23:55:22 +0200
+ 
+ tiger (1:3.2.2-9ubuntu1) karmic; urgency=low
+ 
+   * Merge from debian/unstable, remaining changes: (LP: #378534)
+     - scripts/check_rootdir: Check for inode 2 on ext4 as well as ext2/3.
+     - debian/postrm:
+       + Clean directories correctly when purging.
+     - config.in:
+       + Auto-create the work directory if it's in /var/run, /tmp, or /var/tmp.
+       + Use temporary file instead of hardcoded rcfile for temporary work.
+   * Launchpad bugs fixed:
+     - Use --debconf-ok when calling ucf (LP: #378514)
+ 
+  -- Andreas Moog <amoog at ubuntu.com>  Wed, 20 May 2009 02:30:27 +0200
+ 
+ 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
  
   -- Javier Fernandez-Sanguino Pen~a <jfs at debian.org>  Sat, 25 Apr 2009
  14:01:26 +0200

** Changed in: tiger (Ubuntu)
       Status: Incomplete => Confirmed

** Changed in: tiger (Ubuntu)
     Assignee: Andreas Moog (amoog) => (unassigned)

-- 
Please merge tiger 3.2.2-11 from debian/unstable
https://bugs.launchpad.net/bugs/378534
You received this bug notification because you are a member of Ubuntu
Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list