Your message dated Thu, 22 Jul 2010 22:02:17 +0000
with message-id <[email protected]>
and subject line Bug#573089: fixed in libcap2 1:2.19-1
has caused the Debian Bug report #573089,
regarding support pam-auth-update
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.)


-- 
573089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573089
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcap2
Version: 1:2.17-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch

Hello!

This patch implements using pam-auth-update to insert the pam_cap PAM
module into the PAM stack correctly.  As such, it moves the
capability.conf from examples to /etc/security/ as well.

Thanks!

-Kees

-- 
Kees Cook                                            @debian.org
diff -u libcap2-2.17/debian/libcap2-bin.install libcap2-2.17/debian/libcap2-bin.install
--- libcap2-2.17/debian/libcap2-bin.install
+++ libcap2-2.17/debian/libcap2-bin.install
@@ -2,0 +3,2 @@
+debian/pam-configs/* usr/share/pam-configs/
+pam_cap/capability.conf etc/security/
diff -u libcap2-2.17/debian/changelog libcap2-2.17/debian/changelog
--- libcap2-2.17/debian/changelog
+++ libcap2-2.17/debian/changelog
@@ -1,3 +1,9 @@
+libcap2 (1:2.17-2.1) unstable; urgency=low
+
+  * Add pam_cap.so to the default PAM auth stack.
+
+ -- Kees Cook <[email protected]>  Mon, 08 Mar 2010 11:51:25 -0800
+
 libcap2 (1:2.17-2) unstable; urgency=low
 
   * Explain in the long description of the -bin package that the manpage
reverted:
--- libcap2-2.17/debian/libcap2-bin.examples
+++ libcap2-2.17.orig/debian/libcap2-bin.examples
@@ -1 +0,0 @@
-pam_cap/capability.conf
only in patch2:
unchanged:
--- libcap2-2.17.orig/debian/libcap2-bin.dirs
+++ libcap2-2.17/debian/libcap2-bin.dirs
@@ -0,0 +1,2 @@
+usr/share/pam-configs
+etc/security
only in patch2:
unchanged:
--- libcap2-2.17.orig/debian/libcap2-bin.prerm
+++ libcap2-2.17/debian/libcap2-bin.prerm
@@ -0,0 +1,39 @@
+#!/bin/sh
+# prerm script for libcap2-bin
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    remove)
+        pam-auth-update --package --remove capability
+    ;;
+
+    upgrade|deconfigure|failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libcap2-2.17.orig/debian/libcap2-bin.postinst
+++ libcap2-2.17/debian/libcap2-bin.postinst
@@ -0,0 +1,37 @@
+#!/bin/sh
+# postinst script for libcap2-bin
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure|abort-upgrade|abort-remove|abort-deconfigure)
+        pam-auth-update --package
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
only in patch2:
unchanged:
--- libcap2-2.17.orig/debian/pam-configs/capability
+++ libcap2-2.17/debian/pam-configs/capability
@@ -0,0 +1,6 @@
+Name: Inheritable Capabilities Management
+Default: yes
+Priority: 0
+Auth-Type: Additional
+Auth-Final:
+	optional			pam_cap.so

--- End Message ---
--- Begin Message ---
Source: libcap2
Source-Version: 1:2.19-1

We believe that the bug you reported is fixed in the latest version of
libcap2, which is due to be installed in the Debian FTP archive:

libcap-dev_2.19-1_amd64.deb
  to main/libc/libcap2/libcap-dev_2.19-1_amd64.deb
libcap2-bin_2.19-1_amd64.deb
  to main/libc/libcap2/libcap2-bin_2.19-1_amd64.deb
libcap2_2.19-1.debian.tar.gz
  to main/libc/libcap2/libcap2_2.19-1.debian.tar.gz
libcap2_2.19-1.dsc
  to main/libc/libcap2/libcap2_2.19-1.dsc
libcap2_2.19-1_amd64.deb
  to main/libc/libcap2/libcap2_2.19-1_amd64.deb
libcap2_2.19.orig.tar.gz
  to main/libc/libcap2/libcap2_2.19.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.
Torsten Werner <[email protected]> (supplier of updated libcap2 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: Thu, 22 Jul 2010 23:50:25 +0200
Source: libcap2
Binary: libcap2-bin libcap2 libcap-dev
Architecture: source amd64
Version: 1:2.19-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner <[email protected]>
Changed-By: Torsten Werner <[email protected]>
Description: 
 libcap-dev - development libraries and header files for libcap2
 libcap2    - support for getting/setting POSIX.1e capabilities
 libcap2-bin - basic utility programs for using capabilities
Closes: 557496 567350 573089 589840
Changes: 
 libcap2 (1:2.19-1) unstable; urgency=low
 .
   [ Kees Cook ]
   * Add pam_cap.so to the default PAM auth stack. (Closes: #573089)
 .
   [ Torsten Werner ]
   * New upstream release.
   * Convert package to source format 3.0.
   * Remove quilt from Build-Depends.
   * Add static library to -dev package. Thanks to Stephan Sürken. (Closes:
     #589840)
   * Fix typo in Description. Thanks to Pascal De Vuyst. (Closes: #557496)
   * Add a patch to fix the man page cap_from_text(3). Thanks to Roland
     Koebler. (Closes: #567350)
   * Update Standards-Version: 3.9.0 (no changes).
Checksums-Sha1: 
 d6db008b5d26de841ac8617999188dca4865701b 1189 libcap2_2.19-1.dsc
 c6e3c8b3962bab2399824dd3091d4921d2a2b89e 58775 libcap2_2.19.orig.tar.gz
 a0337d9d0eb36235b16fe3e096e0f7c67f04c969 7760 libcap2_2.19-1.debian.tar.gz
 f0f6c5b5ee328f357c85f7148e14aa3d09750fe9 23352 libcap2-bin_2.19-1_amd64.deb
 9533038ab7ed4d7411cd39ea3da47770bdb413d2 12452 libcap2_2.19-1_amd64.deb
 1f48a551591b6f98622bcffb0bab5d609a448100 25150 libcap-dev_2.19-1_amd64.deb
Checksums-Sha256: 
 8a8c8938ccae8da27c443095969ebd3114ea354d82684b5ab6db50394b5e1714 1189 
libcap2_2.19-1.dsc
 85f00bea28ef133572bb8dc715234ddf84428d0f17392104dcd7067264faba39 58775 
libcap2_2.19.orig.tar.gz
 eb6dc3c9e0bd387167bf82b10ad8f1e4c057c4722f0f8dc2d3ff383477ab3b4f 7760 
libcap2_2.19-1.debian.tar.gz
 1114b5f99e93f02341b28197eadd201182247f9d8db1552bc7c21111ba47963a 23352 
libcap2-bin_2.19-1_amd64.deb
 f97374aecabdcd63a210182cc6a21f4fb52c479b98b28c50e6ac050ad4855cae 12452 
libcap2_2.19-1_amd64.deb
 d804046bfd631e3744462b5318eb0590905ea3db43bca14a24fa78844559b795 25150 
libcap-dev_2.19-1_amd64.deb
Files: 
 93a22937cb5b0873e631930f2f19af5b 1189 libs optional libcap2_2.19-1.dsc
 9caa6dafc9e3db4cbaecdb8e48f23fa2 58775 libs optional libcap2_2.19.orig.tar.gz
 18d6e2a710f6467706c6407bca8efe64 7760 libs optional 
libcap2_2.19-1.debian.tar.gz
 9770059f21c27f35ac5c88bb4a291830 23352 utils optional 
libcap2-bin_2.19-1_amd64.deb
 08af4bc9754d639fd2773b15c119484a 12452 libs standard libcap2_2.19-1_amd64.deb
 0bd428e52c83f6e889741123ae3a5a30 25150 libdevel optional 
libcap-dev_2.19-1_amd64.deb

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

iEYEARECAAYFAkxIvWMACgkQfY3dicTPjsNKtQCgiVCHsx7p1lEmtLplcfCRETN9
o2UAn2ZLMcaMdfVK6viXq/vVyGuXH70g
=sq3q
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to