From 2c96f26a12ae4d0474c70d61c6cab483c2865f49 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 1 Jan 2012 19:30:58 +0000 Subject: - remove apache13 and ports depending on apache13 from portstree ( EXPIRATION_DATE=2012-01-01 ) with hat apache@ --- www/apache13-modssl/files/logresolve.c.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/apache13-modssl/files/logresolve.c.patch (limited to 'www/apache13-modssl/files/logresolve.c.patch') diff --git a/www/apache13-modssl/files/logresolve.c.patch b/www/apache13-modssl/files/logresolve.c.patch deleted file mode 100644 index 04aaf2e5526e..000000000000 --- a/www/apache13-modssl/files/logresolve.c.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN apache_1.3.41/src/support/logresolve.c src/support/logresolve.c ---- apache_1.3.41/src/support/logresolve.c 2006-07-12 10:16:05.000000000 +0200 -+++ src/support/logresolve.c 2008-10-06 16:29:12.000000000 +0200 -@@ -165,7 +165,7 @@ - - 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 -- cgit v1.2.3