[ubuntu/intrepid] tiger 1:3.2.2-6ubuntu1 (Accepted)

Luca Falavigna dktrkranz at ubuntu.com
Sat Oct 4 02:10:08 BST 2008


tiger (1:3.2.2-6ubuntu1) intrepid; urgency=low

  * Merge from Debian Unstable. Remaining Ubuntu changes:
    - Clean directories correctly when purging.

tiger (1:3.2.2-6) unstable; urgency=medium

  * Bring changes from CVS to gen_mounts, amongst other fixes:
     - Adds definitions for the following filesystems: reiser4, securityfs,
     fuse.gvfs-fuse-daemon, fuseblk, fuse.truecrypt, fuse.encfs, debugfs, afs,
     configfs, gfs, gfs2, inotifyfs, hugetlb, subfs, futexfs and bind.
     (Closes: #498203, #483727, #469685, #490344, #490822, #451879)
     (LP: #155211)
     - Make it possible to define system-specific local and non-local
     filesystems through the use of the Tiger_FSScan_Local and
     Tiger_FSScan_NonLocal variables in tigerrc.
     - Make it possible to prevent the 'unknown filesystem' warnings through
     the use of a new tigerrc variable: Tiger_FSScan_WarnUnknown
  * Use prelink to calculate checksums if present (Closes: #445531, #349391)
  * Use /var/lib/tiger/work instead of /var/run/tiger/work to be
    FHS-compliant. It also avoids spamming people using a tmpfs /var/run
    with warning messages every time it creates its directory. (Closes: #486591)
  * Use tempfile in the config script to create the RC file if available, the
    $$ construct is used in a safe directory (WORKDIR) but this way people
    doing a cursory look at the code will not report (or try to fix, as in
    Ubuntu) inexistant temp race conditions.
  * Add code in Makefile.in and doc/Makefile.in (new file) to make it possible
    to build and remove the HTML files generated from the text files so that
    we do not distributed autogenerated content.
  * Also change Makefile.in to make 'all' actually be useful so that the build
    targets builds binaries (binaries were being built on install instead)
  * Update list of Debian advisories to current date.
  * Add a ignore for Debian to prevent Tiger from complaining about fetchmail
    processes.
  * Add additional samples for server processes to debian/server.ignore
  * Remove double linefeed in debian/changelog
  * Use UCF to handle configuration file changes to prevent prompting when
    upgrading to tiger versions that change the tigerrc. (Closes: #341595)
  * Remove stale left file created in /usr/lib/tiger/bin if it exists on purge
  * Lintian fixes:
       - Remove coreutils Depends as it is an Essential package
       - Remove code in postinst related to an ancient bug and associate
       debconf prompts.
       - Make the following scripts executable: systems/Linux/1/check,
       systems/Linux/1/gendlclients, systems/Linux/1/getdisks,
       systems/Linux/2/update_advisories.sh

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

  * Acknowledge NMU, which was not acknowledged in the previous package
    version.
    - Fix bashism in 'tigercron' script (Closes: #468700)
    - Bump Standards-Version to 3.7.3.

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

  * Fix a temp race condition in the genmsgidx script if the system
    has a tempfile function (Closes: 496415)

Date: Sat, 04 Oct 2008 02:57:42 +0200
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
https://launchpad.net/ubuntu/intrepid/+source/tiger/1:3.2.2-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 04 Oct 2008 02:57:42 +0200
Source: tiger
Binary: tiger tiger-otheros
Architecture: source
Version: 1:3.2.2-6ubuntu1
Distribution: intrepid
Urgency: medium
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Description: 
 tiger      - Report system security vulnerabilities
 tiger-otheros - Scripts to run Tiger in other operating systems
Closes: 341595 349391 445531 451879 468700 469685 483727 486591 490344 490822 496415 498203
Launchpad-Bugs-Fixed: 155211
Changes: 
 tiger (1:3.2.2-6ubuntu1) intrepid; urgency=low
 .
   * Merge from Debian Unstable. Remaining Ubuntu changes:
     - Clean directories correctly when purging.
 .
 tiger (1:3.2.2-6) unstable; urgency=medium
 .
   * Bring changes from CVS to gen_mounts, amongst other fixes:
      - Adds definitions for the following filesystems: reiser4, securityfs,
      fuse.gvfs-fuse-daemon, fuseblk, fuse.truecrypt, fuse.encfs, debugfs, afs,
      configfs, gfs, gfs2, inotifyfs, hugetlb, subfs, futexfs and bind.
      (Closes: #498203, #483727, #469685, #490344, #490822, #451879)
      (LP: #155211)
      - Make it possible to define system-specific local and non-local
      filesystems through the use of the Tiger_FSScan_Local and
      Tiger_FSScan_NonLocal variables in tigerrc.
      - Make it possible to prevent the 'unknown filesystem' warnings through
      the use of a new tigerrc variable: Tiger_FSScan_WarnUnknown
   * Use prelink to calculate checksums if present (Closes: #445531, #349391)
   * Use /var/lib/tiger/work instead of /var/run/tiger/work to be
     FHS-compliant. It also avoids spamming people using a tmpfs /var/run
     with warning messages every time it creates its directory. (Closes: #486591)
   * Use tempfile in the config script to create the RC file if available, the
     $$ construct is used in a safe directory (WORKDIR) but this way people
     doing a cursory look at the code will not report (or try to fix, as in
     Ubuntu) inexistant temp race conditions.
   * Add code in Makefile.in and doc/Makefile.in (new file) to make it possible
     to build and remove the HTML files generated from the text files so that
     we do not distributed autogenerated content.
   * Also change Makefile.in to make 'all' actually be useful so that the build
     targets builds binaries (binaries were being built on install instead)
   * Update list of Debian advisories to current date.
   * Add a ignore for Debian to prevent Tiger from complaining about fetchmail
     processes.
   * Add additional samples for server processes to debian/server.ignore
   * Remove double linefeed in debian/changelog
   * Use UCF to handle configuration file changes to prevent prompting when
     upgrading to tiger versions that change the tigerrc. (Closes: #341595)
   * Remove stale left file created in /usr/lib/tiger/bin if it exists on purge
   * Lintian fixes:
        - Remove coreutils Depends as it is an Essential package
        - Remove code in postinst related to an ancient bug and associate
        debconf prompts.
        - Make the following scripts executable: systems/Linux/1/check,
        systems/Linux/1/gendlclients, systems/Linux/1/getdisks,
        systems/Linux/2/update_advisories.sh
 .
 tiger (1:3.2.2-5) unstable; urgency=low
 .
   * Acknowledge NMU, which was not acknowledged in the previous package
     version.
     - Fix bashism in 'tigercron' script (Closes: #468700)
     - Bump Standards-Version to 3.7.3.
 .
 tiger (1:3.2.2-4) unstable; urgency=low
 .
   * Fix a temp race condition in the genmsgidx script if the system
     has a tempfile function (Closes: 496415)
Checksums-Sha1: 
 5dfd0258b41b3f96cb83cf784758f292626e4c46 1104 tiger_3.2.2-6ubuntu1.dsc
 c63b83fd1cb0f601b0fc43e77e36df3126f77948 53214 tiger_3.2.2-6ubuntu1.diff.gz
Checksums-Sha256: 
 95cb5aa9312d0480ea5bbb89bb9ea003ab4c9e8577a8ca00659f4106d5b58a47 1104 tiger_3.2.2-6ubuntu1.dsc
 99b1693f07745acc20d610860599b44486cae0d72a385e89268f287053a06d34 53214 tiger_3.2.2-6ubuntu1.diff.gz
Files: 
 e34b7efe94c23deb2c28a0ca6a75fbe3 1104 admin optional tiger_3.2.2-6ubuntu1.dsc
 31db7fa491f33e8b892c8f65045a5fab 53214 admin optional tiger_3.2.2-6ubuntu1.diff.gz
Original-Maintainer: Javier Fernandez-Sanguino Pen~a <jfs at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjmv6sACgkQnXjXEYa8KlDwlQCfbhOwq3AbI3pp26jic5bkvp5A
hTkAnA5WPqOsNljnspyH0bl/zvCRUhsQ
=UTaA
-----END PGP SIGNATURE-----


More information about the Intrepid-changes mailing list