diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/libpam-modules.lintian-overrides | 14 | ||||
-rw-r--r-- | debian/libpam-runtime.lintian-overrides | 14 |
3 files changed, 22 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 76dec08a..3fe62de2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pam (1.5.2-8) UNRELEASED; urgency=medium + + * Update lintian override info to new format: + + debian/libpam-runtime.lintian-overrides: line 5, 7, 9-13 + + debian/libpam-modules.lintian-overrides: line 5-10, 14 + + -- Debian Janitor <janitor@jelmer.uk> Fri, 25 Aug 2023 03:37:56 -0000 + pam (1.5.2-7) unstable; urgency=medium [ Steve Langasek ] diff --git a/debian/libpam-modules.lintian-overrides b/debian/libpam-modules.lintian-overrides index 531ff4de..a0d8c184 100644 --- a/debian/libpam-modules.lintian-overrides +++ b/debian/libpam-modules.lintian-overrides @@ -2,13 +2,13 @@ # fortifying. Since we know we have hardening turned on globally, suppress # them. If we ever see this warning again for *other* modules, then we know # there's a real problem. -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_echo.so* -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_filter.so* -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_group.so* -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_localuser.so* -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_shells.so* -libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_wheel.so* +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_echo.so*] +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_filter.so*] +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_group.so*] +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_localuser.so*] +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_shells.so*] +libpam-modules: hardening-no-fortify-functions [*lib/*/security/pam_wheel.so*] # pam_deny.so does not use any symbol from libc. libpam-modules: shared-lib-without-dependency-information *lib/*/security/pam_deny.so* # lintian doesn't know what to do with manpages for pam modules -libpam-modules: spare-manual-page * +libpam-modules: spare-manual-page [*] diff --git a/debian/libpam-runtime.lintian-overrides b/debian/libpam-runtime.lintian-overrides index 1385c591..d7ad72be 100644 --- a/debian/libpam-runtime.lintian-overrides +++ b/debian/libpam-runtime.lintian-overrides @@ -2,12 +2,12 @@ libpam-runtime: no-debconf-config # this warning is just plain crack, there's no reason that using debconf # outside of a maintainer script implies an error. -libpam-runtime: debconf-is-not-a-registry *usr/sbin/pam-auth-update* +libpam-runtime: debconf-is-not-a-registry [*usr/sbin/pam-auth-update*:*] # false positive, we have to load the debconf templates from here -libpam-runtime: uses-dpkg-database-directly usr/sbin/pam-auth-update +libpam-runtime: uses-dpkg-database-directly [usr/sbin/pam-auth-update] # and lintian also says these templates are unused, which is false -libpam-runtime: unused-debconf-template libpam-runtime/conflicts -libpam-runtime: unused-debconf-template libpam-runtime/no_profiles_chosen -libpam-runtime: unused-debconf-template libpam-runtime/override -libpam-runtime: unused-debconf-template libpam-runtime/profiles -libpam-runtime: unused-debconf-template libpam-runtime/title +libpam-runtime: unused-debconf-template libpam-runtime/conflicts [*:*] +libpam-runtime: unused-debconf-template libpam-runtime/no_profiles_chosen [*:*] +libpam-runtime: unused-debconf-template libpam-runtime/override [*:*] +libpam-runtime: unused-debconf-template libpam-runtime/profiles [*:*] +libpam-runtime: unused-debconf-template libpam-runtime/title [*:*] |