]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- up to 1.3.42 auto/ac/apache1-1_3_42-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 Feb 2010 06:35:13 +0000 (06:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-ipv6-PLD.patch -> 1.16
    apache1.spec -> 1.213

apache1-ipv6-PLD.patch
apache1.spec

index b2dfc9c20929151c6b1584c170f77ba9d6611083..4b3d9f07fcfc4ae01b14fbfecf65da973d542e70 100644 (file)
 +#ifdef NEED_GETADDRINFO
 +#include "../main/getaddrinfo.c"
 +#endif
---- apache_1.3.41/src/support/logresolve.c     2006-07-12 11:16:05.000000000 +0300
-+++ apache_1.3.41-ipv6/src/support/logresolve.c        2009-02-16 19:29:36.643502311 +0200
+--- apache_1.3.42/src/support/logresolve.c~    2010-02-08 08:03:29.000000000 +0200
++++ apache_1.3.42/src/support/logresolve.c     2008-10-06 17:29:12.000000000 +0300
 @@ -70,7 +70,9 @@
  #endif /* BEOS */
  #endif /* !MPE && !WIN32*/
  
 -      hostdata = gethostbyaddr((const char *) &ipnum, sizeof(struct in_addr),
 -                               AF_INET);
--      if (hostdata == NULL) {
+-      if (hostdata == NULL || !hostdata->h_name || !*hostdata->h_name) {
 -          if (h_errno > MAX_ERR)
 -              errors[UNKNOWN_ERR]++;
 -          else
index 23bc914e0d5b388db6c3edc18d06ec68c398b752..9aca1d75ea99bca9c9d3b7e8beab242ceed3275b 100644 (file)
@@ -1,5 +1,7 @@
 # TODO
 # - add -D_FILE_OFFSET_BITS=64 somewhere to get >2GB logfiles support
+# - 1.3.42 is last formal release, patches _may_ be available in the fugture in
+#   http://www.apache.org/dist/httpd/patches/
 #
 # Conditional build:
 %bcond_with    rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
@@ -29,12 +31,12 @@ Summary(tr.UTF-8):  Lider WWW tarayıcı
 Summary(uk.UTF-8):     Найпопулярніший Web-Server
 Summary(zh_CN.UTF-8):  Internet 上应用最广泛的 Web 服务程序。
 Name:          apache1
-Version:       1.3.41
-Release:       24
+Version:       1.3.42
+Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
-# Source0-md5: f7f00b635243f03a787ca9f4d4c85651
+# Source0-md5: b76695ec68f9f8b512c9415fc69c1019
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
This page took 0.067265 seconds and 4 git commands to generate.