瀏覽代碼

modifying package: apache-1.3.33 20050330 -> 20050401

Ralf S. Engelschall 20 年之前
父節點
當前提交
418c0a3dd8
共有 2 個文件被更改,包括 4 次插入25 次删除
  1. 2 23
      apache/apache.patch.php
  2. 2 2
      apache/apache.spec

+ 2 - 23
apache/apache.patch.php

@@ -1,6 +1,6 @@
 Index: ext/pdf/pdf.c
---- ext/pdf/pdf.c.orig	2004-02-28 23:58:56 +0100
-+++ ext/pdf/pdf.c	2004-07-25 11:35:57 +0200
+--- ext/pdf/pdf.c.orig	2004-09-13 19:12:13 +0200
++++ ext/pdf/pdf.c	2005-04-01 07:52:31 +0200
 @@ -240,6 +240,16 @@
  ZEND_GET_MODULE(pdf)
  #endif
@@ -60,24 +60,3 @@ Index: ext/pdf/pdf.c
  	} else {
  		PDF_open_mem(pdf, pdf_flushwrite);
  	}
-Index: Zend/zend_strtod.c
---- Zend/zend_strtod.c.orig	2004-12-14 09:35:26 +0100
-+++ Zend/zend_strtod.c	2005-02-06 14:15:09 +0100
-@@ -95,7 +95,7 @@
- static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
- #endif /* LIBC_SCCS and not lint */
- 
--#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
-+#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || defined(__ia64__) || \
-     defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
-     defined(__powerpc__) || defined(__ppc__) || defined(__m88k__) || \
-     defined(__hppa__) || defined(__x86_64__) || (defined(__arm__) && \
-@@ -127,7 +127,7 @@
- #define IEEE_LITTLE_ENDIAN
- #endif
- 
--#if defined(__sparc__) || defined(__ppc__)
-+#if defined(__sparc__) || defined(__ppc__) || defined(__sun__)
- #define u_int32_t uint32_t
- #endif
- 

+ 2 - 2
apache/apache.spec

@@ -35,7 +35,7 @@
 %define       V_apache             1.3.33
 %define       V_mod_ssl            2.8.22-1.3.33
 %define       V_mod_perl           1.29
-%define       V_mod_php            4.3.10
+%define       V_mod_php            4.3.11
 %define       V_mod_php_hardened   4.3.10-0.2.6
 %define       V_mod_dav            1.0.3-1.3.6
 %define       V_mod_layout         3.2.1
@@ -65,7 +65,7 @@ Class:        BASE
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20050330
+Release:      20050401
 
 #   package options (suexec related)
 %option       with_suexec               yes