Accepting request 46812 from Linux-PAM

Copy from Linux-PAM/pam based on submit request 46812 from user kukuk

OBS-URL: https://build.opensuse.org/request/show/46812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=39
This commit is contained in:
OBS User autobuild 2010-09-03 10:51:24 +00:00 committed by Git OBS Bridge
commit 8b993519f9
7 changed files with 22 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:103c6a77ba26229a72ffb5b7eadce5c483d4076c6c868b329fc875eb2c395fd8
size 498133

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2341ee08fed5cc549ef662c19a4398028ebe830092852072920160906aff4300
size 1112185

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d336f696c4338dac7630fbb36c818c0dcfb59e180cf42361069a8bf6d422958
size 495644

3
Linux-PAM-1.1.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2779f7dc145772669f8a1d1a184ab793e7e462cdfc11cf17428526588fa752b3
size 1114495

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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

View File

@ -1,5 +1,5 @@
#
# spec file for package pam (Version 1.1.1.90)
# spec file for package pam (Version 1.1.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,7 +26,7 @@ BuildRequires: audit-devel
%if %{enable_selinux}
BuildRequires: libselinux-devel
%endif
%define libpam_so_version 0.82.2
%define libpam_so_version 0.82.3
%define libpam_misc_so_version 0.82.0
%define libpamc_so_version 0.82.1
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
@ -37,7 +37,7 @@ AutoReqProv: on
Obsoletes: pam-64bit
%endif
#
Version: 1.1.1.90
Version: 1.1.2
Release: 1
Summary: A Security Tool that Provides Authentication for Applications
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+
Summary: Documentation for Pluggable Authentication Modules
Group: Documentation/HTML
BuildArch: noarch
###BuildArch: noarch
%description doc
PAM (Pluggable Authentication Modules) is a system security tool that
@ -112,10 +112,10 @@ CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" \
--libdir=/%{_lib} \
--enable-isadir=../../%{_lib}/security \
--enable-securedir=/%{_lib}/security
make %{?jobs:-j%jobs};
make %{?_smp_mflags};
%check
make %{?jobs:-j%jobs} check
make %{?_smp_mflags} check
%install
mkdir -p $RPM_BUILD_ROOT/etc/pam.d

View File

@ -1,20 +1,3 @@
--- 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 2009/03/27 10:52:56
@@ -630,6 +630,8 @@