summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/local/pam-auth-update3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fbf1f25a..9f024978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ pam (1.0.1-7) UNRELEASED; urgency=low
suddenly expose systems to DoS or other issues.
- include documentation in the patch, giving examples of how to set
limits for root. Thanks to Jonathan Marsden.
+ * pam-auth-update: swap out known md5sums from intrepid pre-release
+ versions with the md5sums from the released intrepid version
-- Steve Langasek <vorlon@debian.org> Mon, 02 Mar 2009 01:07:43 -0800
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 5b6b21b1..3aabe113 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -45,12 +45,13 @@ my %md5sums = (
'account' => ['3c0c362eaf3421848b679d63fd48c3fa'],
'password' => [
'4bd7610f2e85f8ddaef79c7db7cb49eb',
+ '9ba753d0824276b44bcadfee1f87b6bc',
'3532cbabf533d59f0b64218ad82f1446',
],
'session' => [
'240fb92986c885b327cdb21dd641da8c',
'1bd2f3e86f552c57f5ee013b93ffca2b',
- '1a1bda3d417991dd366984ca7382f787',
+ '4a25673e8b36f1805219027d3be02cd2',
],
);