rpms/mod_nss/F-7 .cvsignore, 1.5, 1.6 mod_nss.spec, 1.6, 1.7 sources, 1.5, 1.6

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Thu Oct 18 18:35:15 UTC 2007


Author: rcritten

Update of /cvs/extras/rpms/mod_nss/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30993

Modified Files:
	.cvsignore mod_nss.spec sources 
Log Message:
Patch to register hooks to mod_proxy if mod_ssl isn't loaded so mod_proxy
can work with mod_nss.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mod_nss/F-7/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Jun 2007 17:38:57 -0000	1.5
+++ .cvsignore	18 Oct 2007 18:34:42 -0000	1.6
@@ -1 +1,2 @@
 mod_nss-1.0.7.tar.gz
+mod_nss-proxy.patch


Index: mod_nss.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_nss/F-7/mod_nss.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_nss.spec	1 Jun 2007 17:38:57 -0000	1.6
+++ mod_nss.spec	18 Oct 2007 18:34:42 -0000	1.7
@@ -1,6 +1,6 @@
 Name: mod_nss
 Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: SSL/TLS module for the Apache HTTP server
 Group: System Environment/Daemons
 License: Apache Software License
@@ -13,6 +13,7 @@
 Requires: httpd >= 0:2.0.52
 Patch1: mod_nss-conf.patch
 Patch2: mod_nss-gencert.patch
+Patch3: mod_nss-proxy.patch
 
 %description
 The mod_nss module provides strong cryptography for the Apache Web
@@ -24,6 +25,7 @@
 %setup -q
 %patch1 -p1 -b .conf
 %patch2 -p1 -b .gencert
+%patch3 -p1 -b .proxy
 
 # Touch expression parser sources to prevent regenerating it
 touch nss_expr_*.[chyl]
@@ -104,6 +106,9 @@
 %{_sbindir}/gencert
 
 %changelog
+* Thu Oct 18 2007 Rob Crittenden <rcritten at redhat.com> 1.0.7-2
+- Register functions needed by mod_proxy if mod_ssl is not loaded.
+
 * Fri Jun  1 2007 Rob Crittenden <rcritten at redhat.com> 1.0.7-1
 - Update to 1.0.7
 - Remove Requires for nss and nspr since those are handled automatically


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mod_nss/F-7/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	1 Jun 2007 17:38:57 -0000	1.5
+++ sources	18 Oct 2007 18:34:42 -0000	1.6
@@ -1 +1,2 @@
 71107cbc702bf07c6c79843aa92a0e09  mod_nss-1.0.7.tar.gz
+d822102fe6b4a76beeb81e86c4ce2f80  mod_nss-proxy.patch




More information about the fedora-extras-commits mailing list