Accepting request 46812 from Linux-PAM
checked in (request 46812) OBS-URL: https://build.opensuse.org/request/show/46812 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=72
This commit is contained in:
parent
564d8fe154
commit
34b12e7e55
3
Linux-PAM-1.1.1.90-docs.tar.bz2
Normal file
3
Linux-PAM-1.1.1.90-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:103c6a77ba26229a72ffb5b7eadce5c483d4076c6c868b329fc875eb2c395fd8
|
||||||
|
size 498133
|
3
Linux-PAM-1.1.1.90.tar.bz2
Normal file
3
Linux-PAM-1.1.1.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2341ee08fed5cc549ef662c19a4398028ebe830092852072920160906aff4300
|
||||||
|
size 1112185
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d336f696c4338dac7630fbb36c818c0dcfb59e180cf42361069a8bf6d422958
|
|
||||||
size 495644
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2779f7dc145772669f8a1d1a184ab793e7e462cdfc11cf17428526588fa752b3
|
|
||||||
size 1114495
|
|
10
pam.changes
10
pam.changes
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 31 13:38:23 CEST 2010 - kukuk@suse.de
|
|
||||||
|
|
||||||
- Update to Linux-PAM 1.1.2
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- use %_smp_mflags
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 10 14:22:18 CEST 2010 - kukuk@suse.de
|
Mon May 10 14:22:18 CEST 2010 - kukuk@suse.de
|
||||||
|
|
||||||
|
10
pam.spec
10
pam.spec
@ -26,7 +26,7 @@ BuildRequires: audit-devel
|
|||||||
%if %{enable_selinux}
|
%if %{enable_selinux}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
%define libpam_so_version 0.82.3
|
%define libpam_so_version 0.82.2
|
||||||
%define libpam_misc_so_version 0.82.0
|
%define libpam_misc_so_version 0.82.0
|
||||||
%define libpamc_so_version 0.82.1
|
%define libpamc_so_version 0.82.1
|
||||||
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
|
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
|
||||||
@ -37,7 +37,7 @@ AutoReqProv: on
|
|||||||
Obsoletes: pam-64bit
|
Obsoletes: pam-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.1.2
|
Version: 1.1.1.90
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Security Tool that Provides Authentication for Applications
|
Summary: A Security Tool that Provides Authentication for Applications
|
||||||
Source: Linux-PAM-%{version}.tar.bz2
|
Source: Linux-PAM-%{version}.tar.bz2
|
||||||
@ -64,7 +64,7 @@ having to recompile programs that do authentication.
|
|||||||
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
|
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
|
||||||
Summary: Documentation for Pluggable Authentication Modules
|
Summary: Documentation for Pluggable Authentication Modules
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
###BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
PAM (Pluggable Authentication Modules) is a system security tool that
|
PAM (Pluggable Authentication Modules) is a system security tool that
|
||||||
@ -112,10 +112,10 @@ CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" \
|
|||||||
--libdir=/%{_lib} \
|
--libdir=/%{_lib} \
|
||||||
--enable-isadir=../../%{_lib}/security \
|
--enable-isadir=../../%{_lib}/security \
|
||||||
--enable-securedir=/%{_lib}/security
|
--enable-securedir=/%{_lib}/security
|
||||||
make %{?_smp_mflags};
|
make %{?jobs:-j%jobs};
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?jobs:-j%jobs} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
|
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
--- modules/pam_tally/pam_tally.8.xml
|
||||||
|
+++ modules/pam_tally/pam_tally.8.xml 2009/03/27 10:49:17
|
||||||
|
@@ -81,7 +81,13 @@
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This module maintains a count of attempted accesses, can
|
||||||
|
- reset count on success, can deny access if too many attempts fail.
|
||||||
|
+ reset count on success, can deny access if too many attempts
|
||||||
|
+ fail.
|
||||||
|
+ </para>
|
||||||
|
+ <para>
|
||||||
|
+ pam_tally has several limitations, which are solved with
|
||||||
|
+ pam_tally2. For this reason pam_tally is deprecated and
|
||||||
|
+ will be removed in a future release.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
pam_tally comes in two parts:
|
||||||
--- modules/pam_tally/pam_tally.c
|
--- modules/pam_tally/pam_tally.c
|
||||||
+++ modules/pam_tally/pam_tally.c 2009/03/27 10:52:56
|
+++ modules/pam_tally/pam_tally.c 2009/03/27 10:52:56
|
||||||
@@ -630,6 +630,8 @@
|
@@ -630,6 +630,8 @@
|
||||||
|
Loading…
Reference in New Issue
Block a user