Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 17:09:31 +0200 (CEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29498: [PATCH] fix apache13+ipv6 core dump
Message-ID:  <200108071509.f77F9VS04359@dhcp118.verkstad.net>

next in thread | raw e-mail | index | archive | help

>Number:         29498
>Category:       ports
>Synopsis:       [PATCH] fix apache13+ipv6 core dump
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 07 08:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dhcp118 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 6 08:39:50 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386


	
>Description:

I have updated the IPv6 patch for Apache 1.3.20 at ftp.piuha.net
The new patch fixes core dump problem when the kernel does not have
AF_INET6 support. Thanks to Peter Pentchev!

>How-To-Repeat:
	
>Fix:

diff -ru /usr/ports/www/apache13+ipv6/Makefile apache13+ipv6/Makefile
--- /usr/ports/www/apache13+ipv6/Makefile	Wed Aug  1 03:06:37 2001
+++ apache13+ipv6/Makefile	Tue Aug  7 17:57:15 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	apache+ipv6
 PORTVERSION=	1.3.20
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=   http://httpd.apache.org/dist/httpd/ \
 		ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
@@ -26,7 +27,7 @@
 DISTNAME=	apache_${PORTVERSION}
 
 PATCH_SITES=	ftp://ftp.piuha.net/pub/misc/
-PATCHFILES=	apache-1.3.20-v6-20010724.diff.gz
+PATCHFILES=	apache-1.3.20-v6-20010807.diff.gz
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	sumikawa@FreeBSD.org
diff -ru /usr/ports/www/apache13+ipv6/distinfo apache13+ipv6/distinfo
--- /usr/ports/www/apache13+ipv6/distinfo	Wed Aug  1 03:06:37 2001
+++ apache13+ipv6/distinfo	Tue Aug  7 17:57:56 2001
@@ -1,2 +1,2 @@
 MD5 (apache_1.3.20.tar.gz) = d58d373b5f528a61a3490daec5e8f91f
-MD5 (apache-1.3.20-v6-20010724.diff.gz) = 6da584790611f7ff8b7bcde3a1d634dc
+MD5 (apache-1.3.20-v6-20010807.diff.gz) = e7885adefcab56186b590b6e99fc355e
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108071509.f77F9VS04359>