diff options
author | Steve Langasek <vorlon@debian.org> | 2009-01-07 23:30:42 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:56 -0800 |
commit | faeffabdeec78344132789e8a3a80f560e408d74 (patch) | |
tree | a261e3bbad01ab1a59c876de1ce471afd3f70960 /debian/local | |
parent | 9217840f588c8f7d408d5d02a6fc6e069c8267ac (diff) | |
download | pam-faeffabdeec78344132789e8a3a80f560e408d74.tar.gz pam-faeffabdeec78344132789e8a3a80f560e408d74.tar.bz2 pam-faeffabdeec78344132789e8a3a80f560e408d74.zip |
also update the md5sums in response to the template version bumps...
Diffstat (limited to 'debian/local')
-rwxr-xr-x | debian/local/pam-auth-update | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 4a3bd9f8..5b6b21b1 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -41,14 +41,14 @@ my (%profiles, @sorted, @enabled, @conflicts, %removals); my $force = 0; my $priority = 'high'; my %md5sums = ( - 'auth' => ['1fd1e8e87cef1c13898410d830229122'], - 'account' => ['8a29dc79152ce8441aa90a8f8650d076'], + 'auth' => ['8d4fe17e66ba25de16a117035d1396aa'], + 'account' => ['3c0c362eaf3421848b679d63fd48c3fa'], 'password' => [ - '500865d8b650d74e14e1b2b04cd95969', + '4bd7610f2e85f8ddaef79c7db7cb49eb', '3532cbabf533d59f0b64218ad82f1446', ], 'session' => [ - '4a25673e8b36f1805219027d3be02cd2', + '240fb92986c885b327cdb21dd641da8c', '1bd2f3e86f552c57f5ee013b93ffca2b', '1a1bda3d417991dd366984ca7382f787', ], |