steffen: server/apache Makefile,1.17,1.18 kolab.patch,1.6,1.7

cvs at intevation.de cvs at intevation.de
Wed Sep 7 04:28:40 CEST 2005


Author: steffen

Update of /kolabrepository/server/apache
In directory doto:/tmp/cvs-serv20106/apache

Modified Files:
	Makefile kolab.patch 
Log Message:
security updates

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile	22 Jul 2005 22:36:14 -0000	1.17
+++ Makefile	7 Sep 2005 02:28:38 -0000	1.18
@@ -1,5 +1,5 @@
 ifeq "x$(KOLABPKGURI)" "x"
-  KOLABPKGURI = ftp://ftp.openpkg.org/release/2.4/SRC
+  KOLABPKGURI = ftp://ftp.openpkg.org/release/2.4/UPD
 endif
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
@@ -10,7 +10,7 @@
 
 PACKAGE=apache
 VERSION=1.3.33
-RELEASE=2.4.0
+RELEASE=2.4.1
 
 RPM=/kolab/bin/openpkg rpm
  

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/apache/kolab.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kolab.patch	22 Jul 2005 22:36:14 -0000	1.6
+++ kolab.patch	7 Sep 2005 02:28:38 -0000	1.7
@@ -4,19 +4,19 @@
  Group:        Web
  License:      ASF
  Version:      %{V_apache}
--Release:      2.4.0
-+Release:      2.4.0_kolab
+-Release:      2.4.1
++Release:      2.4.1_kolab
  
  #   package options (suexec related)
  %option       with_suexec               yes
-@@ -213,6 +213,10 @@ Patch0:       apache.patch
- Patch1:       apache.patch.modowa
+@@ -212,6 +212,10 @@ Patch0:       apache.patch
  Patch2:       apache.patch.php
  Patch3:       http://www.hardened-php.net/hardened-php-%{V_mod_php_hardened}.patch.gz
-+Patch4:       mod_auth_ldap.patch
-+Patch5:       php-getacl-backport.patch
-+Patch6:       php-imap-annotation.patch
-+Patch7:       php-imap-status-current.patch
+ Patch4:       apache.patch.modssl
++Patch5:       mod_auth_ldap.patch
++Patch6:       php-getacl-backport.patch
++Patch7:       php-imap-annotation.patch
++Patch8:       php-imap-status-current.patch
  
  #   build information
  Prefix:       %{l_prefix}
@@ -24,9 +24,9 @@
  %if "%{with_mod_php_hardened}" == "yes"
        %patch -p1 -P 3
  %endif
-+     %patch -p1 -P 5
 +     %patch -p1 -P 6
-+     %patch -p0 -P 7
++     %patch -p1 -P 7
++     %patch -p0 -P 8
      ) || exit $?
  %endif
  %if "%{with_mod_dav}" == "yes"
@@ -34,7 +34,7 @@
  %endif
  %if "%{with_mod_auth_ldap}" == "yes"
      %setup -q -T -D -a 14
-+    %patch -p0 -P 4
++    %patch -p0 -P 5
  %endif
  %if "%{with_mod_auth_radius}" == "yes"
      %setup -q -T -D -a 15





More information about the commits mailing list