diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2020-08-12 16:37:36 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2020-08-12 16:37:36 +0000 |
commit | 60c6856b6b248d685e439b9d8b57785dc92437d2 (patch) | |
tree | b47dd7f63e8649032f6c4af178f5f604800a8c86 | |
parent | 13f69d07409750cf3cbad9fc7f2d80878d5273fa (diff) | |
download | pam-60c6856b6b248d685e439b9d8b57785dc92437d2.tar.gz pam-60c6856b6b248d685e439b9d8b57785dc92437d2.tar.bz2 pam-60c6856b6b248d685e439b9d8b57785dc92437d2.zip |
Update symbols file for new symbols.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam0g.symbols | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3b3a0592..83e91d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pam (1.4.0-1) UNRELEASED; urgency=medium - Stop using obsoleted selinux headers. Closes: #956355. - Continue building pam_cracklib, which is deprecated upstream; the replacement, pam_passwdqc, is packaged separately. + - Update symbols file for new symbols. * Drop patches to implement "nullok_secure" option for pam_unix. Closes: #674857, #936071, LP: #1860826. * debian/patches-applied/cve-2010-4708.patch: drop, applied upstream. diff --git a/debian/libpam0g.symbols b/debian/libpam0g.symbols index cbc3f966..7d13d32d 100644 --- a/debian/libpam0g.symbols +++ b/debian/libpam0g.symbols @@ -1,5 +1,6 @@ libpam.so.0 libpam0g #MINVER# *@LIBPAM_1.0 0.99.7.1 + *@LIBPAM_1.4 1.4.0 *@LIBPAM_EXTENSION_1.0 0.99.7.1 *@LIBPAM_EXTENSION_1.1 1.1.0 *@LIBPAM_EXTENSION_1.1.1 1.1.1 @@ -7,6 +8,7 @@ libpam.so.0 libpam0g #MINVER# *@LIBPAM_MODUTIL_1.1 0.99.10.0 *@LIBPAM_MODUTIL_1.1.3 1.1.3 *@LIBPAM_MODUTIL_1.1.9 1.3.1 + *@LIBPAM_MODUTIL_1.3.2 1.3.2 (optional)pam_modutil_sanitize_helper_fds 1.3.1 libpam_misc.so.0 libpam0g #MINVER# *@LIBPAM_MISC_1.0 0.99.7.1 |