From owner-freebsd-ports Sat Oct 5 0:21:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6386437B401 for ; Sat, 5 Oct 2002 00:21:57 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B60243E4A for ; Sat, 5 Oct 2002 00:21:56 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin01 (admin01.westbend.net [216.47.253.18]) by mail.westbend.net (8.12.5/8.12.5) with SMTP id g957LtrH086479; Sat, 5 Oct 2002 02:21:55 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000e01c26c3f$e14e26d0$12fd2fd8@Admin01> From: "Scot W. Hetzel" To: "Udo Schweigert" , "Sergey A. Osokin" Cc: "Kris Kennaway" , References: <20021004155750.GA90140@freebsd.org.ru> <20021004162851.GF24842@xor.obsecurity.org> <20021004215552.GA93076@freebsd.org.ru> <20021004223350.GA98900@freebsd.org.ru> <20021005065304.GA72253@alaska.cert.siemens.de> Subject: Re: patch for www/apache13* ports Date: Sat, 5 Oct 2002 02:21:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Udo Schweigert" > On Sat, Oct 05, 2002 at 02:33:50 +0400, Sergey A. Osokin wrote: > > Pardon me, but second attempt still incorrect for > > ipv6/mod_ssl/-fp ports. Here is a third (and maybe > > last) attempt. > > I mark apache13-ssl b0rken because at this moment > > still no new (fixed) version avaliable. > > > > Hello, > > the apache13-fp patch does not update pkg-plist. Here's a patch including that. > > Best regards > I have just submitted PR 43681 to update www/apache13-fp to 1.3.27. It doesn't include this re order change to the pkg-plist: > @@ -51,15 +51,15 @@ > include/apache/util_script.h > include/apache/util_uri.h > include/apache/xml/asciitab.h > -include/apache/xml/hashtable.h > -include/apache/xml/iasciitab.h > -include/apache/xml/latin1tab.h > -include/apache/xml/nametab.h > -include/apache/xml/utf8tab.h > -include/apache/xml/xmldef.h > -include/apache/xml/xmlparse.h > -include/apache/xml/xmlrole.h > include/apache/xml/xmltok.h > +include/apache/xml/xmlrole.h > +include/apache/xml/xmlparse.h > +include/apache/xml/xmldef.h > +include/apache/xml/utf8tab.h > +include/apache/xml/nametab.h > +include/apache/xml/latin1tab.h > +include/apache/xml/iasciitab.h > +include/apache/xml/hashtable.h > include/apache/xml/xmltok_impl.h > libexec/apache/httpd.exp > libexec/apache/libproxy.so This PR also includes an updated apache.sh script for 5.0-CURRENT based on RC_NG. The script will still function on pre-RC_NG systems, as the new and old code gets selected based on if /etc/rc.subr exists. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message