Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 08:53:04 +0200
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        "Sergey A. Osokin" <osa@freebsd.org.ru>
Cc:        Kris Kennaway <kris@obsecurity.org>, ports@FreeBSD.ORG
Subject:   Re: patch for www/apache13* ports
Message-ID:  <20021005065304.GA72253@alaska.cert.siemens.de>
In-Reply-To: <20021004223350.GA98900@freebsd.org.ru>
References:  <20021004155750.GA90140@freebsd.org.ru> <20021004162851.GF24842@xor.obsecurity.org> <20021004215552.GA93076@freebsd.org.ru> <20021004223350.GA98900@freebsd.org.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert@siemens.com

diff -ru apache13-fp.orig/Makefile apache13-fp/Makefile
--- apache13-fp.orig/Makefile	Wed Sep 18 06:07:12 2002
+++ apache13-fp/Makefile	Sat Oct  5 08:35:14 2002
@@ -7,8 +7,7 @@
 
 PORTNAME=	apache
 PKGNAMESUFFIX=	_fp
-PORTVERSION=	1.3.26
-PORTREVISION=	3
+PORTVERSION=	1.3.27
 CATEGORIES=	www
 MASTER_SITES=	http://www.apache.org/dist/httpd/ \
 		http://www.freebsd.org/gifs/ \
diff -ru apache13-fp.orig/distinfo apache13-fp/distinfo
--- apache13-fp.orig/distinfo	Thu Jun 20 06:06:46 2002
+++ apache13-fp/distinfo	Sat Oct  5 08:35:40 2002
@@ -1,3 +1,3 @@
-MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6
+MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa
 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
 MD5 (fplogo.gif) = db0fd186b50fde14ff2ec638382a85e6
diff -ru apache13-fp.orig/pkg-plist apache13-fp/pkg-plist
--- apache13-fp.orig/pkg-plist	Fri Jun 21 06:06:44 2002
+++ apache13-fp/pkg-plist	Sat Oct  5 08:46:01 2002
@@ -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
@@ -162,6 +162,7 @@
 share/doc/apache/manual/env.html.html
 share/doc/apache/manual/env.html.ja.jis
 share/doc/apache/manual/footer.html
+share/doc/apache/manual/frontpage/index.html
 share/doc/apache/manual/handler.html.en
 share/doc/apache/manual/handler.html.html
 share/doc/apache/manual/handler.html.ja.jis
@@ -172,6 +173,7 @@
 share/doc/apache/manual/howto/cgi.html.ja.jis
 share/doc/apache/manual/howto/footer.html
 share/doc/apache/manual/howto/header.html
+share/doc/apache/manual/howto/htaccess.html
 share/doc/apache/manual/howto/ssi.html.en
 share/doc/apache/manual/howto/ssi.html.html
 share/doc/apache/manual/howto/ssi.html.ja.jis
@@ -259,11 +261,13 @@
 share/doc/apache/manual/mod/mod_actions.html.en
 share/doc/apache/manual/mod/mod_actions.html.html
 share/doc/apache/manual/mod/mod_actions.html.ja.jis
-share/doc/apache/manual/mod/mod_alias.html
+share/doc/apache/manual/mod/mod_alias.html.en
+share/doc/apache/manual/mod/mod_alias.html.ja.jis
 share/doc/apache/manual/mod/mod_asis.html.en
 share/doc/apache/manual/mod/mod_asis.html.html
 share/doc/apache/manual/mod/mod_asis.html.ja.jis
-share/doc/apache/manual/mod/mod_auth.html
+share/doc/apache/manual/mod/mod_auth.html.en
+share/doc/apache/manual/mod/mod_auth.html.ja.jis
 share/doc/apache/manual/mod/mod_auth_anon.html
 share/doc/apache/manual/mod/mod_auth_db.html
 share/doc/apache/manual/mod/mod_auth_dbm.html
@@ -639,6 +643,7 @@
 @dirrm libexec/apache
 @dirrm share/doc/apache/manual/howto
 @dirrm share/doc/apache/manual/images
+@dirrm share/doc/apache/manual/frontpage
 @dirrm share/doc/apache/manual/misc
 @dirrm share/doc/apache/manual/mod
 @dirrm share/doc/apache/manual/programs

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?20021005065304.GA72253>