diff --git a/.cvsignore b/.cvsignore index 5b8b88e..6b1328b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ Linux-PAM-0.75.tar.bz2 -pam-redhat-0.75-16.tar.gz +pam-redhat-0.75-18.tar.gz diff --git a/pam.spec b/pam.spec index 3634609..9293e80 100644 --- a/pam.spec +++ b/pam.spec @@ -7,11 +7,11 @@ Summary: A security tool which provides authentication for applications. Name: pam Version: 0.75 -Release: 16 +Release: 19 License: GPL or BSD Group: System Environment/Base Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 -Source1: pam-redhat-%{version}-%{release}.tar.gz +Source1: pam-redhat-%{version}-18.tar.gz Source2: other.pamd Source3: system-auth.pamd Patch1: pam-0.75-headers.patch @@ -70,7 +70,7 @@ Requires: cracklib, cracklib-dicts, glib, pwdb >= 0.54-2, initscripts >= 3.94 Obsoletes: pamconfig Prereq: grep, mktemp, sed, fileutils, textutils, /sbin/ldconfig BuildPrereq: autoconf, automake, bison, glib-devel, sed, fileutils, cracklib -BuildPrereq: pwdb +BuildPrereq: pwdb, perl %if ! %{build6x} BuildPrereq: db3-devel %endif @@ -261,6 +261,7 @@ fi %doc doc/html doc/ps doc/txts %doc doc/specs/rfc86.0.txt %{_libdir}/libpam.so.* +%{_libdir}/libpamc.so.* %{_libdir}/libpam_misc.so.* %{_sbindir}/pam_console_apply %{_sbindir}/pam_tally @@ -333,6 +334,16 @@ fi %{_libdir}/libpam_misc.so %changelog +* Fri Nov 9 2001 Nalin Dahyabhai 0.75-19 +- fix a bug in the getpwnam_r wrapper which sometimes resulted in false + positives for non-existent users + +* Wed Nov 7 2001 Nalin Dahyabhai 0.75-18 +- include libpamc in the pam package (#55651) + +* Fri Nov 2 2001 Nalin Dahyabhai 0.75-17 +- pam_xauth: don't free a string after passing it to putenv() + * Wed Oct 24 2001 Nalin Dahyabhai 0.75-16 - pam_xauth: always return PAM_SUCCESS or PAM_SESSION_ERR instead of PAM_IGNORE, matching the previous behavior (libpam treats PAM_IGNORE from a single module diff --git a/sources b/sources index b156a89..a8ca3de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 2f19d6f6908e46d8b4d115e9f842d147 Linux-PAM-0.75.tar.bz2 -d72d309425adaa6a75d1acae14559537 pam-redhat-0.75-16.tar.gz +675573ae947c2dcf9238068b403c9ca1 pam-redhat-0.75-18.tar.gz