rpms/pam/devel .cvsignore, 1.46, 1.47 pam-0.99.7.0-redhat-modules.patch, 1.1, 1.2 pam.spec, 1.172, 1.173 sources, 1.48, 1.49 pam-0.99.8.1-console-hal-handled.patch, 1.1, NONE pam-0.99.8.1-console-mfd-scanners.patch, 1.1, NONE

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Thu Feb 28 22:44:46 UTC 2008


Author: tmraz

Update of /cvs/pkgs/rpms/pam/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17988

Modified Files:
	.cvsignore pam-0.99.7.0-redhat-modules.patch pam.spec sources 
Removed Files:
	pam-0.99.8.1-console-hal-handled.patch 
	pam-0.99.8.1-console-mfd-scanners.patch 
Log Message:
* Thu Feb 28 2008 Tomas Mraz <tmraz at redhat.com> 0.99.10.0-3
- update pam-redhat module tarball
- update internal db4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam/devel/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore	15 Feb 2008 17:27:28 -0000	1.46
+++ .cvsignore	28 Feb 2008 22:44:06 -0000	1.47
@@ -1,5 +1,5 @@
 *.src.rpm
 *.tar.bz2
-pam-redhat-0.99.8-1.tar.bz2
-db-4.6.19.tar.gz
 Linux-PAM-0.99.10.0.tar.bz2
+pam-redhat-0.99.9-1.tar.bz2
+db-4.6.21.tar.gz

pam-0.99.7.0-redhat-modules.patch:

Index: pam-0.99.7.0-redhat-modules.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pam/devel/pam-0.99.7.0-redhat-modules.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam-0.99.7.0-redhat-modules.patch	19 Jan 2007 17:42:21 -0000	1.1
+++ pam-0.99.7.0-redhat-modules.patch	28 Feb 2008 22:44:06 -0000	1.2
@@ -1,12 +1,11 @@
 --- Linux-PAM-0.99.5.0/configure.in.redhat-modules	2006-06-28 09:25:02.000000000 +0200
 +++ Linux-PAM-0.99.5.0/configure.in	2006-06-30 10:24:35.000000000 +0200
-@@ -492,6 +492,10 @@
+@@ -492,6 +492,9 @@
  	libpam_misc/Makefile conf/Makefile conf/pam_conv1/Makefile \
  	po/Makefile.in \
  	modules/Makefile \
 +	modules/pam_chroot/Makefile modules/pam_console/Makefile \
 +	modules/pam_postgresok/Makefile \
-+	modules/pam_rps/Makefile \
 +	modules/pam_timestamp/Makefile modules/pam_tally2/Makefile \
  	modules/pam_access/Makefile modules/pam_cracklib/Makefile \
          modules/pam_debug/Makefile modules/pam_deny/Makefile \
@@ -17,7 +16,7 @@
  #
  
  SUBDIRS = pam_access pam_cracklib pam_debug pam_deny pam_echo \
-+	pam_chroot pam_console pam_postgresok pam_rps \
++	pam_chroot pam_console pam_postgresok \
 +	pam_timestamp pam_tally2 \
  	pam_env pam_filter pam_ftp pam_group pam_issue pam_keyinit \
  	pam_lastlog pam_limits pam_listfile pam_localuser pam_mail \


Index: pam.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam/devel/pam.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- pam.spec	22 Feb 2008 15:49:55 -0000	1.172
+++ pam.spec	28 Feb 2008 22:44:06 -0000	1.173
@@ -1,11 +1,11 @@
-%define db_version 4.6.19
+%define db_version 4.6.21
 %define db_conflicting_version 4.7.0
-%define pam_redhat_version 0.99.8-1
+%define pam_redhat_version 0.99.9-1
 
 Summary: A security tool which provides authentication for applications
 Name: pam
 Version: 0.99.10.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
 # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
 # pam_rhosts_auth module is BSD with advertising
@@ -13,8 +13,8 @@
 Group: System Environment/Base
 Source0: http://ftp.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
 Source1: http://ftp.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2.sign
-Source2: pam-redhat-%{pam_redhat_version}.tar.bz2
-Source4: db-%{db_version}.tar.gz
+Source2: https://fedorahosted.org/releases/p/a/pam-redhat/pam-redhat-%{pam_redhat_version}.tar.bz2
+Source4: http://download.oracle.com/berkeley-db/db-%{db_version}.tar.gz
 Source5: other.pamd
 Source6: system-auth.pamd
 Source7: config-util.pamd
@@ -30,8 +30,6 @@
 Patch21: pam-0.99.10.0-unix-audit-failed.patch
 Patch31: pam-0.99.3.0-cracklib-try-first-pass.patch
 Patch32: pam-0.99.3.0-tally-fail-close.patch
-Patch42: pam-0.99.8.1-console-hal-handled.patch
-Patch43: pam-0.99.8.1-console-mfd-scanners.patch
 
 %define _sbindir /sbin
 %define _moduledir /%{_lib}/security
@@ -96,6 +94,9 @@
 %prep
 %setup -q -n Linux-PAM-%{version} -a 2 -a 4
 
+# Add custom modules.
+mv pam-redhat-%{pam_redhat_version}/* modules
+
 %patch1 -p1 -b .redhat-modules
 pushd db-%{db_version}
 %patch2 -p1 -b .db4-glibc
@@ -106,8 +107,6 @@
 %patch21 -p1 -b .audit-failed
 %patch31 -p1 -b .try-first-pass
 %patch32 -p1 -b .fail-close
-%patch42 -p1 -b .hal-handled
-%patch43 -p1 -b .mfd-scanners
 
 autoreconf
 
@@ -315,7 +314,6 @@
 %{_moduledir}/pam_postgresok.so
 %{_moduledir}/pam_rhosts.so
 %{_moduledir}/pam_rootok.so
-%{_moduledir}/pam_rps.so
 %if %{WITH_SELINUX}
 %{_moduledir}/pam_selinux.so
 %{_moduledir}/pam_selinux_permit.so
@@ -378,6 +376,10 @@
 %doc doc/adg/*.txt doc/adg/html
 
 %changelog
+* Thu Feb 28 2008 Tomas Mraz <tmraz at redhat.com> 0.99.10.0-3
+- update pam-redhat module tarball
+- update internal db4
+
 * Fri Feb 22 2008 Tomas Mraz <tmraz at redhat.com> 0.99.10.0-2
 - if shadow is readable for an user do not prevent him from
   authenticating any user with unix_chkpwd (#433459)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam/devel/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources	15 Feb 2008 17:27:28 -0000	1.48
+++ sources	28 Feb 2008 22:44:06 -0000	1.49
@@ -1,3 +1,3 @@
-2a23dc703b550223206021ff03b1e434  pam-redhat-0.99.8-1.tar.bz2
-89c7390ff120d5ebf3eccc5f97249e79  db-4.6.19.tar.gz
 be4dd1d34ac5933408e13e48f3eb710a  Linux-PAM-0.99.10.0.tar.bz2
+26152d9c691715756b514dbf9cab9cd8  pam-redhat-0.99.9-1.tar.bz2
+718082e7e35fc48478a2334b0bc4cd11  db-4.6.21.tar.gz


--- pam-0.99.8.1-console-hal-handled.patch DELETED ---


--- pam-0.99.8.1-console-mfd-scanners.patch DELETED ---




More information about the fedora-extras-commits mailing list