Your message dated Sat, 15 Aug 2009 22:11:31 +0000
with message-id <[email protected]>
and subject line Bug#521576: fixed in pam-tmpdir 0.08-1
has caused the Debian Bug report #521576,
regarding libpam-tmpdir: Use pam-auth-update to add pam_tmpdir.so to
common-session automatically
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.)
--
521576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpam-tmpdir
Version: 0.07-3.1
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's a patch to integrate libpam-tmpdir with the new pam-auth-update
mechanism.
- -- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libpam-tmpdir depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libpam0g 1.0.1-7 Pluggable Authentication Modules l
libpam-tmpdir recommends no packages.
libpam-tmpdir suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknOQX8ACgkQshl/216gEHg43gCg2XfvzAACIFW7MFLI/krAhedR
gvcAoJJoG2cEWOLPy99QjcoFFvprPeUH
=+J6P
-----END PGP SIGNATURE-----
diff -u pam-tmpdir-0.07/debian/changelog pam-tmpdir-0.07/debian/changelog
--- pam-tmpdir-0.07/debian/changelog
+++ pam-tmpdir-0.07/debian/changelog
@@ -1,3 +1,11 @@
+pam-tmpdir (0.07-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Use pam-auth-update to automatically add pam_tmpdir.so to the
+ common-session configuration.
+
+ -- Sam Morris <[email protected]> Sat, 28 Mar 2009 15:20:30 +0000
+
pam-tmpdir (0.07-3) unstable; urgency=medium
* Avoid failure to build from source by updating the 'extraclean' rule.
diff -u pam-tmpdir-0.07/debian/control pam-tmpdir-0.07/debian/control
--- pam-tmpdir-0.07/debian/control
+++ pam-tmpdir-0.07/debian/control
@@ -8,7 +8,7 @@
Package: libpam-tmpdir
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-6)
Description: automatic per-user temporary directories
Many programs use $TMPDIR for storing temporary files. Not
all of them are good at securing the permissions of those
diff -u pam-tmpdir-0.07/debian/rules pam-tmpdir-0.07/debian/rules
--- pam-tmpdir-0.07/debian/rules
+++ pam-tmpdir-0.07/debian/rules
@@ -51,6 +51,7 @@
install -m 755 pam-tmpdir-helper debian/libpam-tmpdir/sbin
chmod u+s debian/libpam-tmpdir/sbin/pam-tmpdir-helper
echo 'libpam-tmpdir: setuid-binary sbin/pam-tmpdir-helper 4755 root/root' > debian/libpam-tmpdir/usr/share/lintian/overrides/libpam-tmpdir
+ install -D -m 644 debian/tmpdir.pam-auth-update debian/libpam-tmpdir/usr/share/pam-configs/tmpdir
# Build architecture-independent files here.
diff -u pam-tmpdir-0.07/debian/postinst pam-tmpdir-0.07/debian/postinst
--- pam-tmpdir-0.07/debian/postinst
+++ pam-tmpdir-0.07/debian/postinst
@@ -7,6 +7,8 @@
mv /etc/pam-tmpdir.conf /etc/security/tmpdir.conf
fi
+pam-auth-update --package
+
#DEBHELPER#
exit 0
only in patch2:
unchanged:
--- pam-tmpdir-0.07.orig/debian/prerm
+++ pam-tmpdir-0.07/debian/prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+pam-auth-update --package --remove tmpdir
+
+#DEBHELPER#
only in patch2:
unchanged:
--- pam-tmpdir-0.07.orig/debian/tmpdir.pam-auth-update
+++ pam-tmpdir-0.07/debian/tmpdir.pam-auth-update
@@ -0,0 +1,6 @@
+Name: per-user temporary directories
+Default: yes
+Priority: 0
+Session-Type: Additional
+Session-Final:
+ required pam_tmpdir.so
--- End Message ---
--- Begin Message ---
Source: pam-tmpdir
Source-Version: 0.08-1
We believe that the bug you reported is fixed in the latest version of
pam-tmpdir, which is due to be installed in the Debian FTP archive:
libpam-tmpdir_0.08-1_amd64.deb
to pool/main/p/pam-tmpdir/libpam-tmpdir_0.08-1_amd64.deb
pam-tmpdir_0.08-1.diff.gz
to pool/main/p/pam-tmpdir/pam-tmpdir_0.08-1.diff.gz
pam-tmpdir_0.08-1.dsc
to pool/main/p/pam-tmpdir/pam-tmpdir_0.08-1.dsc
pam-tmpdir_0.08.orig.tar.gz
to pool/main/p/pam-tmpdir/pam-tmpdir_0.08.orig.tar.gz
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.
Tollef Fog Heen <[email protected]> (supplier of updated pam-tmpdir 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, 08 Aug 2009 15:49:06 +0200
Source: pam-tmpdir
Binary: libpam-tmpdir
Architecture: source amd64
Version: 0.08-1
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen <[email protected]>
Changed-By: Tollef Fog Heen <[email protected]>
Description:
libpam-tmpdir - automatic per-user temporary directories
Closes: 521576
Changes:
pam-tmpdir (0.08-1) unstable; urgency=low
.
* New upstream version with Steve's changes.
* Clean out some junk in debian/rules (mostly comments)
* Integrate with new libpam-runtime, thanks to Sam Morris for patch.
(Closes: #521576)
* Refer explicitly to GPLv2 in copyright file.
* Update to debhelper v7 (no changes but debian/compat needed)
* Update to policy version 3.8.2, no changes needed.
Checksums-Sha1:
59abf00f16d4b962d610e2835b22396535010b60 1015 pam-tmpdir_0.08-1.dsc
bf0b82d26d030670b8cdb6fb9ad3b42f6c3aff78 82590 pam-tmpdir_0.08.orig.tar.gz
c5819c33f07f7dbfef4ed7a11fe4845fd43dfa8e 3061 pam-tmpdir_0.08-1.diff.gz
23d01418cecfd3dad3f51f9f3b07d816bd963005 12196 libpam-tmpdir_0.08-1_amd64.deb
Checksums-Sha256:
7ff6026f07651ab78c6bd8fd6ffed374759afe9352ec9f65b3bc755a28a100dc 1015
pam-tmpdir_0.08-1.dsc
5ca112e46106b850792b27909b1621502e9e08dff39e8261d76d94215a0001d7 82590
pam-tmpdir_0.08.orig.tar.gz
d8b2cbcde7ef3b2843d328d7d4b92f5f0e8b8d6643d126bdb5abc2883811a55d 3061
pam-tmpdir_0.08-1.diff.gz
853020aa88ca4fefb82d8b794dbe31d871f274d8ec98d492e2dbcd1648bf815f 12196
libpam-tmpdir_0.08-1_amd64.deb
Files:
3b8fc9df21c1394576f773bdce0e2724 1015 admin optional pam-tmpdir_0.08-1.dsc
c2306caf9bcf2ce48ee040f07f885727 82590 admin optional
pam-tmpdir_0.08.orig.tar.gz
a57660e660119c0c69fa3effe2c1abd4 3061 admin optional pam-tmpdir_0.08-1.diff.gz
6181b87068b6f7d1dc8cfcc2b50aace4 12196 admin optional
libpam-tmpdir_0.08-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqHHAsACgkQQSseMYF6mWqmywCfQCwf3K4GLnuguNxQq4mdmYa4
CrkAn2qhiTvqp7Ax8i2ESuKaz2D5F0Hn
=vlZ3
-----END PGP SIGNATURE-----
--- End Message ---