SPECS: apr.spec - updated to 1.2.2 (bugfixes) - avoid simultaneous...

qboosh qboosh at pld-linux.org
Fri Oct 14 10:01:29 CEST 2005


Author: qboosh                       Date: Fri Oct 14 08:01:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2.2 (bugfixes)
- avoid simultaneous TCP_NODELAY|TCP_CORK (for Linux 2.4.x compatibility)

---- Files affected:
SPECS:
   apr.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/apr.spec
diff -u SPECS/apr.spec:1.37 SPECS/apr.spec:1.38
--- SPECS/apr.spec:1.37	Sun Sep  4 17:44:49 2005
+++ SPECS/apr.spec	Fri Oct 14 10:01:24 2005
@@ -2,13 +2,13 @@
 Summary:	Apache Portable Runtime
 Summary(pl):	Apache Portable Runtime - przenośna biblioteka uruchomieniowa
 Name:		apr
-Version:	1.2.1
+Version:	1.2.2
 Release:	1
 Epoch:		1
 License:	Apache v2.0
 Group:		Libraries
 Source0:	http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
-# Source0-md5:	db77e071bb693958aed82e8c5cbae445
+# Source0-md5:	c43d923b02cf1983106d694976be89c1
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-metuxmpm.patch
 # EPOLL PATCH: TO BE DROPPED AFTER AC
@@ -80,9 +80,11 @@
 %build
 install /usr/share/automake/config.* build
 ./buildconf
+# disable TCP_NODELAY|TCP_CORK for 2.4.x compatibility (to be dropped after Ac)
 # 2.4/2.6 kernels on sparc32 do not support sendfile64
 %configure \
-%ifarch sparc
+	apr_cv_tcp_nodelay_with_cork=no \
+%ifarch sparc sparcv9
 	ac_cv_func_sendfile64=no \
 %endif
 	--with-devrandom=/dev/urandom \
@@ -149,6 +151,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2005/10/14 08:01:24  qboosh
+- updated to 1.2.2 (bugfixes)
+- avoid simultaneous TCP_NODELAY|TCP_CORK (for Linux 2.4.x compatibility)
+
 Revision 1.37  2005/09/04 15:44:49  qboosh
 - updated to 1.2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apr.spec?r1=1.37&r2=1.38&f=u




More information about the pld-cvs-commit mailing list