summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-28 23:26:30 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:27 -0800
commit7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6 (patch)
tree10f5e4fbed27ea4a26bb5221d2422d30970923eb /debian/local
parent542d16065516ed7a86b0126930fe02b93a3b23b5 (diff)
bump the referenced version number again for one /really/ final pam upload to
lenny, and update the checksums to point at the current template versions (replacing the previous md5sums, since that version was never uploaded to Debian)
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/common-account2
-rw-r--r--debian/local/common-auth2
-rw-r--r--debian/local/common-password2
-rw-r--r--debian/local/common-session2
-rwxr-xr-xdebian/local/pam-auth-update8
5 files changed, 8 insertions, 8 deletions
diff --git a/debian/local/common-account b/debian/local/common-account
index beec0dc0..cb39c55b 100644
--- a/debian/local/common-account
+++ b/debian/local/common-account
@@ -6,7 +6,7 @@
# the central access policy for use on the system. The default is to
# only deny service to users whose accounts are expired in /etc/shadow.
#
-# As of pam 1.0.1-4, this file is managed by pam-auth-update by default.
+# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules. See
diff --git a/debian/local/common-auth b/debian/local/common-auth
index b14982ce..621d7111 100644
--- a/debian/local/common-auth
+++ b/debian/local/common-auth
@@ -7,7 +7,7 @@
# (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the
# traditional Unix authentication mechanisms.
#
-# As of pam 1.0.1-4, this file is managed by pam-auth-update by default.
+# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules. See
diff --git a/debian/local/common-password b/debian/local/common-password
index bc408765..5f8b2669 100644
--- a/debian/local/common-password
+++ b/debian/local/common-password
@@ -15,7 +15,7 @@
#
# See the pam_unix manpage for other options.
-# As of pam 1.0.1-4, this file is managed by pam-auth-update by default.
+# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules. See
diff --git a/debian/local/common-session b/debian/local/common-session
index 5856d109..97816c86 100644
--- a/debian/local/common-session
+++ b/debian/local/common-session
@@ -6,7 +6,7 @@
# at the start and end of sessions of *any* kind (both interactive and
# non-interactive).
#
-# As of pam 1.0.1-4, this file is managed by pam-auth-update by default.
+# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules. See
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 82610c5f..829833b8 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -41,13 +41,13 @@ my (%profiles, @sorted, @enabled, @conflicts, %removals);
my $force = 0;
my $priority = 'high';
my %md5sums = (
- 'auth' => ['47d644e88e541aac55da46bc99c2bf3e'],
- 'account' => ['e3a19a1729166046c0bd2222e70142e6'],
+ 'auth' => ['1fd1e8e87cef1c13898410d830229122'],
+ 'account' => ['8a29dc79152ce8441aa90a8f8650d076'],
'password' => [
- '21e152635b16ff793e4a7941396545dd',
+ '3532cbabf533d59f0b64218ad82f1446',
],
'session' => [
- '06cffe624c9bb7d9a7b5891c8a0f94b2',
+ '1bd2f3e86f552c57f5ee013b93ffca2b',
'1a1bda3d417991dd366984ca7382f787',
],
);