rpms/httpd/F-8 httpd-2.2.9-deplibs.patch, NONE, 1.1 httpd.spec, 1.118, 1.119 sources, 1.17, 1.18 httpd-2.0.45-deplibs.patch, 1.3, NONE httpd-2.2.6-ssllibver.patch, 1.2, NONE

Joe Orton (jorton) fedora-extras-commits at redhat.com
Mon Jul 14 19:24:44 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/httpd/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22143

Modified Files:
	httpd.spec sources 
Added Files:
	httpd-2.2.9-deplibs.patch 
Removed Files:
	httpd-2.0.45-deplibs.patch httpd-2.2.6-ssllibver.patch 
Log Message:
* Mon Jul 14 2008 Joe Orton <jorton at redhat.com> 2.2.9-1.fc8
- update to 2.2.9 (#454100)


httpd-2.2.9-deplibs.patch:

--- NEW FILE httpd-2.2.9-deplibs.patch ---
--- httpd-2.2.9/configure.in.deplibs
+++ httpd-2.2.9/configure.in
@@ -588,9 +588,8 @@ APACHE_HELP_STRING(--with-suexec-umask,u
   AC_DEFINE_UNQUOTED(AP_SUEXEC_UMASK, 0$withval, [umask for suexec'd process] ) ] )
 
 dnl APR should go after the other libs, so the right symbols can be picked up
-apulinklibs="`$apu_config --avoid-ldap --link-libtool --libs`" \
- || apulinklibs="`$apu_config --link-libtool --libs`"
-AP_LIBS="$AP_LIBS $apulinklibs `$apr_config --link-libtool --libs`" 
+apulinklibs="`$apu_config --link-libtool`"
+AP_LIBS="$AP_LIBS $apulinklibs `$apr_config --link-libtool`" 
 APACHE_SUBST(AP_LIBS)
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)


Index: httpd.spec
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-8/httpd.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- httpd.spec	28 Jan 2008 11:19:20 -0000	1.118
+++ httpd.spec	14 Jul 2008 19:24:00 -0000	1.119
@@ -5,7 +5,7 @@
 
 Summary: Apache HTTP Server
 Name: httpd
-Version: 2.2.8
+Version: 2.2.9
 Release: 1%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -23,7 +23,7 @@
 # build/scripts patches
 Patch1: httpd-2.1.10-apctl.patch
 Patch2: httpd-2.1.10-apxs.patch
-Patch3: httpd-2.0.45-deplibs.patch
+Patch3: httpd-2.2.9-deplibs.patch
 Patch4: httpd-2.1.10-disablemods.patch
 Patch5: httpd-2.1.10-layout.patch
 # Features/functional changes
@@ -474,6 +474,9 @@
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Mon Jul 14 2008 Joe Orton <jorton at redhat.com> 2.2.9-1.fc8
+- update to 2.2.9 (#454100)
+
 * Mon Jan 28 2008 Joe Orton <jorton at redhat.com> 2.2.8-1.fc8
 - update to 2.2.8 (#430465)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-8/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	28 Jan 2008 11:19:20 -0000	1.17
+++ sources	14 Jul 2008 19:24:00 -0000	1.18
@@ -1 +1 @@
-39a755eb0f584c279336387b321e3dfc  httpd-2.2.8.tar.gz
+80d3754fc278338033296f0d41ef2c04  httpd-2.2.9.tar.gz


--- httpd-2.0.45-deplibs.patch DELETED ---


--- httpd-2.2.6-ssllibver.patch DELETED ---




More information about the scm-commits mailing list