diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-06 17:54:44 +0100 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 19:42:00 -0800 |
commit | 0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0 (patch) | |
tree | 8db647ffe8f2fa93a5bf8ec940c462737506d652 | |
parent | 4549283e92a5305ba808bfe7abf5d5f07761e838 (diff) | |
download | pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.tar.gz pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.tar.bz2 pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.zip |
releasing version 1.0.1-10
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/libpam-runtime.postinst | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 361c911b..2f2a8f43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pam (1.0.1-10) UNRELEASED; urgency=high +pam (1.0.1-10) unstable; urgency=high [ Steve Langasek ] * Updated debconf translations: @@ -9,7 +9,8 @@ pam (1.0.1-10) UNRELEASED; urgency=high (closes: #524285) * When no profiles are chosen in pam-auth-update, throw an error message and prompt again instead of letting the user end up with an insecure - system. This introduces a new debconf template. Closes: #519927. + system. This introduces a new debconf template. Closes: #519927, + LP: #410171. [ Kees Cook ] * Add debian/patches/pam_1.0.4_mindays: backport upstream 1.0.4 fixes @@ -31,7 +32,7 @@ pam (1.0.1-10) UNRELEASED; urgency=high * cve-2009-0887-libpam-pam_misc.patch: avoid integer signedness problem (CVE-2009-0887) (Closes: #520115) - -- Sam Hartman <hartmans@debian.org> Fri, 24 Jul 2009 12:24:01 -0400 + -- Steve Langasek <vorlon@debian.org> Thu, 06 Aug 2009 17:54:32 +0100 pam (1.0.1-9) unstable; urgency=low diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index ebdccc9e..31206c57 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -7,7 +7,7 @@ if [ "x$2" != "x" ] ;then if dpkg --compare-versions $2 lt 1.0.1-10 && dpkg --compare-versions $2 ge 1.0.1-6 ; then db_get libpam-runtime/profiles - if [ "x$ret" = "x" ] ; then + if [ "x$RET" = "x" ] ; then UHOH=1 fi fi |