auto-import pam-0.75-32 from pam-0.75-32.src.rpm
This commit is contained in:
parent
0313d50ba5
commit
19389eb4a0
@ -1,3 +1,3 @@
|
|||||||
Linux-PAM-0.75.tar.bz2
|
Linux-PAM-0.75.tar.bz2
|
||||||
pam-redhat-0.75-31.tar.gz
|
pam-redhat-0.75-32.tar.gz
|
||||||
pwdb-0.61.2.tar.gz
|
pwdb-0.61.2.tar.gz
|
||||||
|
7
pam.spec
7
pam.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: A security tool which provides authentication for applications.
|
Summary: A security tool which provides authentication for applications.
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 0.75
|
Version: 0.75
|
||||||
Release: 31
|
Release: 32
|
||||||
License: GPL or BSD
|
License: GPL or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
||||||
@ -70,6 +70,7 @@ Patch51: pam-0.75-macros.patch
|
|||||||
Patch52: pam-0.75-pwdb-static.patch
|
Patch52: pam-0.75-pwdb-static.patch
|
||||||
Patch53: pam-0.75-unix-log_success.patch
|
Patch53: pam-0.75-unix-log_success.patch
|
||||||
Patch54: pam-0.75-misc-err.patch
|
Patch54: pam-0.75-misc-err.patch
|
||||||
|
Patch55: pam-0.75-unix-aixhash.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: cracklib, cracklib-dicts, glib, initscripts >= 3.94
|
Requires: cracklib, cracklib-dicts, glib, initscripts >= 3.94
|
||||||
@ -157,6 +158,7 @@ cp %{_datadir}/automake/install-sh .
|
|||||||
%patch52 -p1 -b .pwdb-static
|
%patch52 -p1 -b .pwdb-static
|
||||||
%patch53 -p1 -b .unix-log_success
|
%patch53 -p1 -b .unix-log_success
|
||||||
%patch54 -p1 -b .misc-err
|
%patch54 -p1 -b .misc-err
|
||||||
|
%patch55 -p1 -b .unix-aixhash
|
||||||
for readme in modules/pam_*/README ; do
|
for readme in modules/pam_*/README ; do
|
||||||
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
||||||
done
|
done
|
||||||
@ -364,6 +366,9 @@ fi
|
|||||||
#%{_libdir}/libpam_misc.so
|
#%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 9 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-32
|
||||||
|
- pam_unix: be more compatible with AIX-style shadowing (#19236)
|
||||||
|
|
||||||
* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-31
|
* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-31
|
||||||
- libpam_misc: fix possible infinite loop in misc_conv (#62195)
|
- libpam_misc: fix possible infinite loop in misc_conv (#62195)
|
||||||
- pam_xauth: fix cases where DISPLAY is "localhost:screen" and the xauth
|
- pam_xauth: fix cases where DISPLAY is "localhost:screen" and the xauth
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
2f19d6f6908e46d8b4d115e9f842d147 Linux-PAM-0.75.tar.bz2
|
2f19d6f6908e46d8b4d115e9f842d147 Linux-PAM-0.75.tar.bz2
|
||||||
24c4a0751f48cd82c66ca597994f0804 pam-redhat-0.75-31.tar.gz
|
a301d10687873434d425fa7e2f8c1d92 pam-redhat-0.75-32.tar.gz
|
||||||
d5a4c1dd44b8cae5eda51725112fd5c8 pwdb-0.61.2.tar.gz
|
d5a4c1dd44b8cae5eda51725112fd5c8 pwdb-0.61.2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user