rpms/mod_auth_kerb/FC-5 .cvsignore, 1.3, 1.4 mod_auth_kerb-5.0-exports.patch, 1.1, 1.2 mod_auth_kerb.spec, 1.11, 1.12 sources, 1.3, 1.4 mod_auth_kerb-5.0-apr1x.patch, 1.1, NONE mod_auth_kerb-5.0-cache.patch, 1.2, NONE mod_auth_kerb-5.0-gcc4.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 23 15:14:46 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/mod_auth_kerb/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv5609

Modified Files:
	.cvsignore mod_auth_kerb-5.0-exports.patch mod_auth_kerb.spec 
	sources 
Removed Files:
	mod_auth_kerb-5.0-apr1x.patch mod_auth_kerb-5.0-cache.patch 
	mod_auth_kerb-5.0-gcc4.patch 
Log Message:
* Thu Nov 23 2006 Joe Orton <jorton at redhat.com> 5.3-1.fc5
- update to 5.3 (CVE-2006-5989, #215443)
- Resolves: rhbz#215443



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 May 2005 09:49:17 -0000	1.3
+++ .cvsignore	23 Nov 2006 15:14:44 -0000	1.4
@@ -1,2 +1,3 @@
 mod_auth_kerb-5.0-rc4.tar.gz
 mod_auth_kerb-5.0-rc6.tar.gz
+mod_auth_kerb-5.3.tar.gz

mod_auth_kerb-5.0-exports.patch:
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: mod_auth_kerb-5.0-exports.patch
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/mod_auth_kerb-5.0-exports.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_kerb-5.0-exports.patch	4 Mar 2005 11:00:57 -0000	1.1
+++ mod_auth_kerb-5.0-exports.patch	23 Nov 2006 15:14:44 -0000	1.2
@@ -1,5 +1,5 @@
---- mod_auth_kerb-5.0-rc4/Makefile.in.exports
-+++ mod_auth_kerb-5.0-rc4/Makefile.in
+--- mod_auth_kerb-5.3/Makefile.in.exports
++++ mod_auth_kerb-5.3/Makefile.in
 @@ -7,7 +7,7 @@
  SPNEGO_SRCS = @SPNEGO_SRCS@
  
@@ -8,4 +8,13 @@
 +LDFLAGS = $(KRB5_LDFLAGS) $(KRB4_LDFLAGS) $(LIB_resolv) -Wl,-export-symbols-regex -Wl,auth_kerb_module
  CFLAGS =
  
+ # Use these assignements instead of the default ones if your're building on BSD
+@@ -20,7 +20,7 @@
  all: src/mod_auth_kerb.so
+ 
+ src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
+-	$(APXS) -c $(APXS_CPPFLAGS) $(APXS_CFLAGS) $(APXS_LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)
++	$(APXS) -c $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)
+ 
+ install:
+ 	$(APXS) -c -i $(APXS_CPPFLAGS) $(APXS_CFLAGS) $(APXS_LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)


Index: mod_auth_kerb.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/mod_auth_kerb.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_auth_kerb.spec	11 Feb 2006 04:37:00 -0000	1.11
+++ mod_auth_kerb.spec	23 Nov 2006 15:14:44 -0000	1.12
@@ -1,19 +1,15 @@
 
-%define subver rc6
-
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
-Version: 5.0
-Release: 8.2.1
+Version: 5.3
+Release: 1%{?dist}
 License: Apache
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
-Source0: %{name}-%{version}-%{subver}.tar.gz
+Source0: %{name}-%{version}.tar.gz
 Source1: auth_kerb.conf
-Patch2: mod_auth_kerb-5.0-cache.patch
-Patch4: mod_auth_kerb-5.0-gcc4.patch
-Patch5: mod_auth_kerb-5.0-exports.patch
-Patch6: mod_auth_kerb-5.0-apr1x.patch
+Patch1: mod_auth_kerb-5.3-cache.patch
+Patch2: mod_auth_kerb-5.0-exports.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: httpd-devel, krb5-devel
 Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
@@ -25,11 +21,9 @@
 authentication based on ticket exchanges.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subver}
-%patch2 -p1 -b .cache
-%patch4 -p1 -b .gcc4
-%patch5 -p1 -b .exports
-%patch6 -p1 -b .apr1x
+%setup -q -n %{name}-%{version}
+%patch1 -p1 -b .cache
+%patch2 -p1 -b .exports
 
 %build
 %configure --without-krb4 --with-krb5=/usr/kerberos --with-apxs=/usr
@@ -54,6 +48,9 @@
 %{_libdir}/httpd/modules/*.so
 
 %changelog
+* Thu Nov 23 2006 Joe Orton <jorton at redhat.com> 5.3-1.fc5
+- update to 5.3 (CVE-2006-5989, #215443)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 5.0-8.2.1
 - bump again for double-long bug on ppc(64)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 May 2005 09:49:17 -0000	1.3
+++ sources	23 Nov 2006 15:14:44 -0000	1.4
@@ -1 +1,2 @@
 274edfb950af20ce6ef0ddcb7c20263a  mod_auth_kerb-5.0-rc6.tar.gz
+a363588578050b3d320a2ceccf3ed666  mod_auth_kerb-5.3.tar.gz


--- mod_auth_kerb-5.0-apr1x.patch DELETED ---


--- mod_auth_kerb-5.0-cache.patch DELETED ---


--- mod_auth_kerb-5.0-gcc4.patch DELETED ---




More information about the fedora-cvs-commits mailing list