Your message dated Tue, 22 Sep 2020 20:36:16 +0000
with message-id <[email protected]>
and subject line Bug#969303: fixed in tiger 1:3.2.4~rc1-3
has caused the Debian Bug report #969303,
regarding tiger: diff for NMU version 1:3.2.4~rc1-2.1
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.)


-- 
969303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tiger
Version: 1:3.2.4~rc1-2
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for tiger (versioned as 1:3.2.4~rc1-2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

Francois

-- 
https://fmarier.org/
diff -u tiger-3.2.4~rc1/config tiger-3.2.4~rc1/config
--- tiger-3.2.4~rc1/config
+++ tiger-3.2.4~rc1/config
@@ -415,7 +415,7 @@
   #
 
   [ -n "$RCFILE" -a -r $RCFILE ] && {
-    tempfile=`tempfile -d $WORKDIR` || tempfile=$WORKDIR/rcfile.$$
+    tempfile=`mktemp -p $WORKDIR` || tempfile=$WORKDIR/rcfile.$$
     $GREP -v '^#' $RCFILE |
     $SED -e 's/^\(.*\)=/export \1; \1=/' > $tempfile
     . $tempfile
diff -u tiger-3.2.4~rc1/debian/changelog tiger-3.2.4~rc1/debian/changelog
--- tiger-3.2.4~rc1/debian/changelog
+++ tiger-3.2.4~rc1/debian/changelog
@@ -1,3 +1,12 @@
+tiger (1:3.2.4~rc1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing dependency on lsb-release (closes: #962975).
+  * Use mktemp instead of tempfile (closes: #961642).
+  * Teach tiger about nsfs (closes: #968713).
+
+ -- Francois Marier <[email protected]>  Sun, 30 Aug 2020 16:58:11 -0700
+
 tiger (1:3.2.4~rc1-2) unstable; urgency=medium
 
   * debian/config: Remove only files using xarg instead of -exec.
diff -u tiger-3.2.4~rc1/debian/control tiger-3.2.4~rc1/debian/control
--- tiger-3.2.4~rc1/debian/control
+++ tiger-3.2.4~rc1/debian/control
@@ -11,7 +11,7 @@
 
 Package: tiger
 Architecture: any
-Depends: net-tools, binutils, bsdmainutils, debconf | debconf-2.0, ucf, ${shlibs:Depends}, ${misc:Depends}
+Depends: net-tools, binutils, bsdmainutils, debconf | debconf-2.0, ucf, lsb-release, ${shlibs:Depends}, ${misc:Depends}
 Recommends: sendmail | mail-transport-agent, john, chkrootkit, tripwire | aide
 Suggests: lsof, lynis
 Description: security auditing and intrusion detection tools for Linux
diff -u tiger-3.2.4~rc1/systems/Linux/2/gen_mounts tiger-3.2.4~rc1/systems/Linux/2/gen_mounts
--- tiger-3.2.4~rc1/systems/Linux/2/gen_mounts
+++ tiger-3.2.4~rc1/systems/Linux/2/gen_mounts
@@ -279,6 +279,7 @@
   [ "$1" = "mqueue" ] && LOCAL=1                # POSIX message queues
   [ "$1" = "sockfs" ] && LOCAL=1                # Sockets
   [ "$1" = "bdev" ] && LOCAL=1                  # Block devices
+  [ "$1" = "nsfs" ] && LOCAL=1                  # Namespace pseudo-filesystem
   [ "$1" = "pipefs" ] && LOCAL=1
   [ "$1" = "eventpollfs" ] && LOCAL=1           # Efficient event polling mechanism
   [ "$1" = "inotifyfs" ] && LOCAL=1 
only in patch2:
unchanged:
--- tiger-3.2.4~rc1.orig/systems/Linux/2/list_fs_linux.sh
+++ tiger-3.2.4~rc1/systems/Linux/2/list_fs_linux.sh
@@ -7,7 +7,7 @@
 # /proc/filesystems
 # /lib/modules/{kernel_name}/kernel/fs
 
-tempfile=`tempfile`
+tempfile=`mktemp`
  cat /proc/filesystems | while read type fs; do
     [ -z "$fs" ] && type=$fs
     echo $fs >>$tempfile
only in patch2:
unchanged:
--- tiger-3.2.4~rc1.orig/util/genmsgidx
+++ tiger-3.2.4~rc1/util/genmsgidx
@@ -79,8 +79,8 @@
 # Setup a tempfile
 [ -n "$TMPDIR" ] && TMPDIR=/tmp/
 tempfile=""
-if [ -n "`which tempfile`" ] ; then
-    tempfile=`tempfile`
+if [ -n "`which mktemp`" ] ; then
+    tempfile=`mktemp`
 fi
 [ -z "$tempfile" ] && tempfile=$TMPDIR/te.$$
 [ ! -e $tempfile ] && >$tempfile

--- End Message ---
--- Begin Message ---
Source: tiger
Source-Version: 1:3.2.4~rc1-3
Done: =?utf-8?q?Javier_Fern=C3=A1ndez-Sanguino_Pe=C3=B1a?= <[email protected]>

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.

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 Fernández-Sanguino Peñ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: SHA256

Format: 1.8
Date: Tue, 22 Sep 2020 20:58:54 +0200
Source: tiger
Architecture: source
Version: 1:3.2.4~rc1-3
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <[email protected]>
Changed-By: Javier Fernández-Sanguino Peña <[email protected]>
Closes: 512077 964517 969303
Changes:
 tiger (1:3.2.4~rc1-3) unstable; urgency=medium
 .
   * Acknowledge NMU (Closes: #969303)
   * config: Fix the logic in the use the default that was preventing
     it from using the directory.
   * debian/postinst: Use mktemp instead of tempfile
   * man/tiger.8.in, systems/Linux/2/check, systems/Linux/2/check_bootloader:
     Rename check_lilo to check_bootloader as the check not only looks
     at the (deprecated) LILO bootloader but also at the Grub configuration
     files (Closes: 512077)
   * debian/control:
      - Replace bsdmainutils dependency (it is now a transitional package) to
        bsdutils (>= 3.0-0), debianutils (>= 1.8). Debianutils is added for
        'which' (Closes: #964517)
      - Use default-mta instead of sendmail in the Recommends: line
        [lintian fix:
        mail-transport-agent-dependency-does-not-specify-default-mta]
   * debian/config, debian/postinst, debian/preinst: Use 'set -e' instead of
     in the #! line (lintian fix:  maintainer-script-without-set-e)
   * debian/TODO.Debian rename to debian/TODO
     [lintian fix: incorrect-packaging-filename]
   * debian/watch: Use https instead of http for download.savannah.gnu.org
     [lintian fix: debian-watch-uses-insecure-uri]
   * debian/changelog debian/control: Remove trailing spaces at end of lines
     [lintian fix: trailing-whitespace]
   * debian/copyright: Move to machine readable copyright format. In the
     process, do a thorough review of all scripts' headers and add the
     information of the copyright owners for all scripts under scripts/,
     systems/, audit/ and debian/
     [lintian fix: no-dep5-copyright]
   * debian/control, debian/compat: Update debelper compatibility level.
     [lintian fix: package-uses-old-debhelper-compat-version]
Checksums-Sha1:
 7d2964f79cbde0c2c05a9e02668f95d7a2981cc2 1988 tiger_3.2.4~rc1-3.dsc
 c8ca6464e093a5f89f7962fa97ee079c75980fd3 541835 tiger_3.2.4~rc1-3.diff.gz
 54476089535ec68dcc77540d42e1f6c4da8805a3 6858 tiger_3.2.4~rc1-3_i386.buildinfo
Checksums-Sha256:
 3cce4947e8b66657470cce9e5dce20cfd60c447243438659cbbefe098c499628 1988 
tiger_3.2.4~rc1-3.dsc
 2e4a1168481f6d5f1d07a11bf465de2b07e14dc9477ee3097006b550226929f5 541835 
tiger_3.2.4~rc1-3.diff.gz
 4bfd03430749f342f721ee1c62679dc17bb0126fa5da7a529156aa7b5ad3ee8c 6858 
tiger_3.2.4~rc1-3_i386.buildinfo
Files:
 5d1885f0ee06c86e32263fb7285586fa 1988 admin optional tiger_3.2.4~rc1-3.dsc
 e9444f100eca74024e754f774c8dc32f 541835 admin optional 
tiger_3.2.4~rc1-3.diff.gz
 3703788e08681ce981ad87ac736e23c9 6858 admin optional 
tiger_3.2.4~rc1-3_i386.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEFQ8Kq6ttIR3DT+AOix9vSKslf5gFAl9qW20ACgkQix9vSKsl
f5iByw//QauRmd2AZlpHVPn9xrOhXk33jP+2KQb4JLHjqU2JC3d5EdQc3Neh44/E
ha2QljLTavg/vO5RXcUeA+hZFUXpZTzOWLTCyAwX2G868q977N8gRj9ftuCzbHAu
4jzwFJK77VztXQ40n0i7trxINuWhzD50okOJHDVFKgazM0CCa2rS7Y8NX2Ul2ykk
tSenPjqvqrg6xk3glGRi3/vrHkKE9rUZojjfkP2DFpqvX61v1MLw0wrC2wFGzuNQ
QRlGl9+4xbNLS7AvgElsRZXCQ8M1FIS30Mgv3qWSq3gNAKmVkSwElkWlJNQCyHrb
x+NxMJpyfldnkSLbqOn3pNihDHt+yc6kGiQ1kJVLj6/VcnVLR2p95Hfq1Y/g8dGX
4CtUC9Nv3azw5i6pfvP9H0nIGA9ppYr986YyL0mAWwX2RSBCMNUGPH8jHrzELEjL
ucNyTFfd2In+ToF1lv9lfV4UshBOI3WaYVosS2qa9w+y7jLLyCHSf1x/xyuwzPj5
M/eNu2YDs2dQ9bJhezWxHlSEIl0XEy1Qj23FdRZoxoTkmXlBQWe8YHCoBWH9oEBS
nPW/OkxvCACATqJKDk4t2fnx4ULUdl8ZkyIMGTvuk6DL6SXIOUj5Y2ss3YdLOCkz
uPH544a3F1IMNKMDOc0J9Af7VYvyzC4dm0FYxFn/AF+QHHXkjFI=
=wMla
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to