diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 19:28:14 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:54 -0800 |
commit | 7ed926304a0b540ba74d1362f4ac8e9efb74af5f (patch) | |
tree | 3de818ba3608cbfdaed564679367ef980895af92 | |
parent | f34307fe66feac19e0368e9d4d933cdeebe4a910 (diff) | |
download | pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.tar.gz pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.tar.bz2 pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.zip |
new symbol in libpam.so.0, pam_modutil_audit_write; shlibs bump, and
do another round of service restarts on upgrade.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g.postinst | 4 | ||||
-rw-r--r-- | debian/libpam0g.symbols | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5c91f7cc..d41d33c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low accidentally - pam_unix now supports SHA-256 and SHA-512 password hashes. Closes: #484249, LP: #245786. + - new symbol in libpam.so.0, pam_modutil_audit_write; shlibs bump, and + do another round of service restarts on upgrade. * Drop patches 006_docs_cleanup, 015_hurd_portability, 019_pam_listfile_quiet, 024_debian_cracklib_dict_path, 038_support_hurd, 043_pam_unix_unknown_user_not_alert, 046_pam_group_example, diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index 2963cf71..164e07af 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -96,7 +96,7 @@ installed_services() { if [ "$1" = "configure" ] then if [ ! -z "$2" ]; then - if dpkg --compare-versions "$2" lt 0.99.7.1-3; then + if dpkg --compare-versions "$2" lt 0.99.10.0; then db_version 2.0 echo -n "Checking for services that may need to be restarted..." @@ -203,7 +203,7 @@ then # Shut down the frontend, to make sure none of the # restarted services keep a connection open to it db_stop - fi # end upgrading and $2 lt 0.99.7.1-3 + fi # end upgrading and $2 lt 0.99.10.0 fi # Upgrading fi diff --git a/debian/libpam0g.symbols b/debian/libpam0g.symbols index 5ac55eea..1d2c9f91 100644 --- a/debian/libpam0g.symbols +++ b/debian/libpam0g.symbols @@ -2,6 +2,7 @@ libpam.so.0 libpam0g #MINVER# *@LIBPAM_1.0 0.99.7.1 *@LIBPAM_EXTENSION_1.0 0.99.7.1 *@LIBPAM_MODUTIL_1.0 0.99.7.1 + *@LIBPAM_MODUTIL_1.1 0.99.10.0 libpam_misc.so.0 libpam0g #MINVER# *@LIBPAM_MISC_1.0 0.99.7.1 libpamc.so.0 libpam0g #MINVER# diff --git a/debian/rules b/debian/rules index ad9ccc9b..7a0ccd87 100755 --- a/debian/rules +++ b/debian/rules @@ -139,7 +139,7 @@ binary-arch: install dh_fixperms -a chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd - dh_makeshlibs -plibpam0g -V "libpam0g (>= 0.99.7.1)" + dh_makeshlibs -plibpam0g -V "libpam0g (>= 0.99.10.0)" dh_installdeb -a dh_shlibdeps -a -L libpam0g -l$(CURDIR)/debian/libpam0g/lib dh_gencontrol -a |