diff options
author | Steve Langasek <vorlon@debian.org> | 2009-03-02 22:57:44 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 17:27:15 -0800 |
commit | a0c6def57d9d9788a157873b382f2d47d707a904 (patch) | |
tree | e6eeb6c85175df6499da4903f002fb3171968417 | |
parent | 37113a6812c0523400c8230c6b8b4b7d954e719a (diff) | |
download | pam-a0c6def57d9d9788a157873b382f2d47d707a904.tar.gz pam-a0c6def57d9d9788a157873b382f2d47d707a904.tar.bz2 pam-a0c6def57d9d9788a157873b382f2d47d707a904.zip |
pam-auth-update: swap out known md5sums from intrepid pre-release
versions with the md5sums from the released intrepid version
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/pam-auth-update | 3 |
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', ], ); |