Date: Sat, 5 Oct 2002 13:33:43 +0400 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org Subject: Re: patch for www/apache13* ports Message-ID: <20021005093343.GA7045@freebsd.org.ru> In-Reply-To: <20021005082858.GC43941@xor.obsecurity.org> References: <20021004155750.GA90140@freebsd.org.ru> <20021004162851.GF24842@xor.obsecurity.org> <20021004215552.GA93076@freebsd.org.ru> <20021004223350.GA98900@freebsd.org.ru> <20021005082858.GC43941@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 05, 2002 at 01:28:58AM -0700, Kris Kennaway wrote: > On Sat, Oct 05, 2002 at 02:33:50AM +0400, Sergey A. Osokin wrote: > > On Sat, Oct 05, 2002 at 01:55:52AM +0400, Sergey A. Osokin wrote: > > > On Fri, Oct 04, 2002 at 09:28:51AM -0700, Kris Kennaway wrote: > > > > On Fri, Oct 04, 2002 at 07:57:50PM +0400, Sergey A. Osokin wrote: > > > > > Here is a first attempt for patch ports with apache. > > > > > Sorry, but i haven't time to test all configurations of ports. > > > > > Please notify me if something wrong. > > > > > > > > Thanks, but could you please re-submit this in diff -u form? You also > > > > haven't addressed the pkg-plist changes that I know are needed for the > > > > new version. I need to commit this upgrade today, so please get back > > > > to me ASAP. > > > > > > Ok, here is a second attempt (diff -u) for patch apaches ports. > > > IPv6/mod_ssl/-fp still not tested. > > > I think apache13 works well. > > > > 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. > > > > Just test a new patch. Comments are welcome. > > You forgot the russian ports, but I've taken care of those. Thanks! Yes, its my fault. Here is a next version of patch for apache ports. Please test. Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-apache13-ports Index: ports/www/apache13/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13/Makefile,v retrieving revision 1.122 diff -u -r1.122 Makefile --- ports/www/apache13/Makefile 2002/06/22 05:47:32 1.122 +++ ports/www/apache13/Makefile 2002/10/04 22:26:13 @@ -6,8 +6,8 @@ # PORTNAME= apache -PORTVERSION= 1.3.26 -PORTREVISION= 3 +PORTVERSION= 1.3.27 +#PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ Index: ports/www/apache13/distinfo =================================================================== RCS file: /home/ncvs/ports/www/apache13/distinfo,v retrieving revision 1.49 diff -u -r1.49 distinfo --- ports/www/apache13/distinfo 2002/06/19 02:01:59 1.49 +++ ports/www/apache13/distinfo 2002/10/04 22:26:13 @@ -1 +1 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa Index: ports/www/apache13/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13/pkg-plist,v retrieving revision 1.46 diff -u -r1.46 pkg-plist --- ports/www/apache13/pkg-plist 2002/06/21 21:32:06 1.46 +++ ports/www/apache13/pkg-plist 2002/10/04 22:26:14 @@ -175,6 +175,7 @@ share/doc/apache/howto/cgi.html.ja.jis share/doc/apache/howto/footer.html share/doc/apache/howto/header.html +share/doc/apache/howto/htaccess.html share/doc/apache/howto/ssi.html.en share/doc/apache/howto/ssi.html.html share/doc/apache/howto/ssi.html.ja.jis @@ -259,11 +260,13 @@ share/doc/apache/mod/mod_actions.html.en share/doc/apache/mod/mod_actions.html.html share/doc/apache/mod/mod_actions.html.ja.jis -share/doc/apache/mod/mod_alias.html +share/doc/apache/mod/mod_alias.html.en +share/doc/apache/mod/mod_alias.html.ja.jis share/doc/apache/mod/mod_asis.html.en share/doc/apache/mod/mod_asis.html.html share/doc/apache/mod/mod_asis.html.ja.jis -share/doc/apache/mod/mod_auth.html +share/doc/apache/mod/mod_auth.html.en +share/doc/apache/mod/mod_auth.html.ja.jis share/doc/apache/mod/mod_auth_anon.html share/doc/apache/mod/mod_auth_db.html share/doc/apache/mod/mod_auth_dbm.html Index: ports/www/apache13+ipv6/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- ports/www/apache13+ipv6/Makefile 2002/06/28 09:51:31 1.30 +++ ports/www/apache13+ipv6/Makefile 2002/10/04 22:26:16 @@ -6,8 +6,8 @@ # PORTNAME= apache+ipv6 -PORTVERSION= 1.3.26 -PORTREVISION= 1 +PORTVERSION= 1.3.27 +#PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -27,7 +27,7 @@ DISTNAME= apache_${PORTVERSION} PATCH_SITES= http://motoyuki.bsdclub.org/data/IPv6/ -PATCHFILES= apache-1.3.26-v6-20020620.diff.gz +PATCHFILES= apache-1.3.27-v6-20021004.diff.gz MAINTAINER= sumikawa@FreeBSD.org Index: ports/www/apache13+ipv6/distinfo =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- ports/www/apache13+ipv6/distinfo 2002/06/21 12:06:04 1.15 +++ ports/www/apache13+ipv6/distinfo 2002/10/04 22:26:16 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 -MD5 (apache-1.3.26-v6-20020620.diff.gz) = e4f268a0a58d24827552faefd73d1859 +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa +MD5 (apache-1.3.27-v6-20021004.diff.gz) = 72753dcc35ee2ba29e1ee1e376c00907 Index: ports/www/apache13+ipv6/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/pkg-plist,v retrieving revision 1.15 diff -u -r1.15 pkg-plist --- ports/www/apache13+ipv6/pkg-plist 2002/06/28 09:51:31 1.15 +++ ports/www/apache13+ipv6/pkg-plist 2002/10/04 22:26:17 @@ -261,11 +261,13 @@ share/doc/apache/mod/mod_actions.html.en share/doc/apache/mod/mod_actions.html.html share/doc/apache/mod/mod_actions.html.ja.jis -share/doc/apache/mod/mod_alias.html +share/doc/apache/mod/mod_alias.html.en +share/doc/apache/mod/mod_alias.html.ja.jis share/doc/apache/mod/mod_asis.html.en share/doc/apache/mod/mod_asis.html.html share/doc/apache/mod/mod_asis.html.ja.jis -share/doc/apache/mod/mod_auth.html +share/doc/apache/mod/mod_auth.html.en +share/doc/apache/mod/mod_auth.html.ja.jis share/doc/apache/mod/mod_auth_anon.html share/doc/apache/mod/mod_auth_db.html share/doc/apache/mod/mod_auth_dbm.html Index: ports/www/apache13-fp/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-fp/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- ports/www/apache13-fp/Makefile 2002/09/17 07:41:02 1.36 +++ ports/www/apache13-fp/Makefile 2002/10/04 22:26:20 @@ -7,8 +7,8 @@ PORTNAME= apache PKGNAMESUFFIX= _fp -PORTVERSION= 1.3.26 -PORTREVISION= 3 +PORTVERSION= 1.3.27 +#PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://www.freebsd.org/gifs/ \ Index: ports/www/apache13-modssl/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v retrieving revision 1.108 diff -u -r1.108 Makefile --- ports/www/apache13-modssl/Makefile 2002/09/29 08:07:47 1.108 +++ ports/www/apache13-modssl/Makefile 2002/10/04 22:26:23 @@ -48,8 +48,8 @@ .include <bsd.port.pre.mk> -VERSION_APACHE= 1.3.26 -VERSION_MODSSL= 2.8.10 +VERSION_APACHE= 1.3.27 +VERSION_MODSSL= 2.8.11 DATADIR= ${PREFIX}/www DOCUMENT_ROOT= ${DATADIR}/data Index: ports/www/apache13-modssl/distinfo =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/distinfo,v retrieving revision 1.66 diff -u -r1.66 distinfo --- ports/www/apache13-modssl/distinfo 2002/06/26 17:17:32 1.66 +++ ports/www/apache13-modssl/distinfo 2002/10/04 22:26:23 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 -MD5 (mod_ssl-2.8.10-1.3.26.tar.gz) = 11260700ab52fb7ff54a25f14052eed4 +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa +MD5 (mod_ssl-2.8.11-1.3.27.tar.gz) = f84bd971aa8db28f31ad6bab2e7acc2c Index: ports/www/apache13-modssl/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/pkg-plist,v retrieving revision 1.31 diff -u -r1.31 pkg-plist --- ports/www/apache13-modssl/pkg-plist 2002/07/12 00:21:12 1.31 +++ ports/www/apache13-modssl/pkg-plist 2002/10/04 22:26:24 @@ -273,11 +273,13 @@ share/doc/apache/mod/mod_actions.html.en share/doc/apache/mod/mod_actions.html.html share/doc/apache/mod/mod_actions.html.ja.jis -share/doc/apache/mod/mod_alias.html +share/doc/apache/mod/mod_alias.html.en +share/doc/apache/mod/mod_alias.html.ja.jis share/doc/apache/mod/mod_asis.html.en share/doc/apache/mod/mod_asis.html.html share/doc/apache/mod/mod_asis.html.ja.jis -share/doc/apache/mod/mod_auth.html +share/doc/apache/mod/mod_auth.html.en +share/doc/apache/mod/mod_auth.html.ja.jis share/doc/apache/mod/mod_auth_anon.html share/doc/apache/mod/mod_auth_db.html share/doc/apache/mod/mod_auth_dbm.html Index: ports/www/apache13-ssl/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-ssl/Makefile,v retrieving revision 1.79 diff -u -r1.79 Makefile --- ports/www/apache13-ssl/Makefile 2002/09/15 12:34:16 1.79 +++ ports/www/apache13-ssl/Makefile 2002/10/04 22:26:26 @@ -9,7 +9,7 @@ PORTNAME= apache+ssl PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION} -PORTREVISION= 1 +#PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ @@ -40,7 +40,9 @@ MAINTAINER= ports@freebsd.org -APACHE_VERSION= 1.3.26 +BROKEN= Still no new version + +APACHE_VERSION= 1.3.27 APACHE_SSL_VERSION= 1.48 USE_OPENSSL= YES Index: ports/www/apache13-ssl/distinfo =================================================================== RCS file: /home/ncvs/ports/www/apache13-ssl/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- ports/www/apache13-ssl/distinfo 2002/09/15 12:34:16 1.12 +++ ports/www/apache13-ssl/distinfo 2002/10/04 22:26:26 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 -MD5 (apache_1.3.26+ssl_1.48.tar.gz) = c0b9574b15dd4668cfc4f27b009ae1dd +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa +MD5 (apache_1.3.27+ssl_1.48.tar.gz) = c0b9574b15dd4668cfc4f27b009ae1dd Index: ports/russian/apache13/Makefile =================================================================== RCS file: /home/ncvs/ports/russian/apache13/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- ports/russian/apache13/Makefile 2002/07/08 09:27:37 1.25 +++ ports/russian/apache13/Makefile 2002/10/05 09:29:19 @@ -31,8 +31,8 @@ MAINTAINER= lev@serebryakov.spb.ru -RA_VERSION= 30.15 -APACHE_VERSION= 1.3.26 +RA_VERSION= 30.16 +APACHE_VERSION= 1.3.27 Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 # Index: ports/russian/apache13/distinfo =================================================================== RCS file: /home/ncvs/ports/russian/apache13/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- ports/russian/apache13/distinfo 2002/07/08 09:27:37 1.15 +++ ports/russian/apache13/distinfo 2002/10/05 09:29:19 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 -MD5 (patches_1.3.26rusPL30.15.tar.gz) = 5ccfb76804631e4cf1c9df71eb1f96e2 +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa +MD5 (patches_1.3.27rusPL30.16.tar.gz) = e33a0e9ed40d39ce67fea77bbfe342ba Index: ports/russian/apache13/pkg-plist =================================================================== RCS file: /home/ncvs/ports/russian/apache13/pkg-plist,v retrieving revision 1.11 diff -u -r1.11 pkg-plist --- ports/russian/apache13/pkg-plist 2002/07/08 09:27:37 1.11 +++ ports/russian/apache13/pkg-plist 2002/10/05 09:29:20 @@ -327,6 +327,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 @@ -411,11 +412,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 Index: ports/russian/apache13-modssl/Makefile =================================================================== RCS file: /home/ncvs/ports/russian/apache13-modssl/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- ports/russian/apache13-modssl/Makefile 2002/07/28 05:47:45 1.24 +++ ports/russian/apache13-modssl/Makefile 2002/10/05 09:29:23 @@ -53,9 +53,9 @@ LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm -VERSION_APACHE= 1.3.26 -VERSION_MODSSL= 2.8.10 -VERSION_RA= 30.15 +VERSION_APACHE= 1.3.27 +VERSION_MODSSL= 2.8.11 +VERSION_RA= 30.16 # # some defaults Index: ports/russian/apache13-modssl/distinfo =================================================================== RCS file: /home/ncvs/ports/russian/apache13-modssl/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- ports/russian/apache13-modssl/distinfo 2002/07/08 09:28:23 1.14 +++ ports/russian/apache13-modssl/distinfo 2002/10/05 09:29:23 @@ -1,3 +1,3 @@ -MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6 -MD5 (mod_ssl-2.8.10-1.3.26.tar.gz) = 11260700ab52fb7ff54a25f14052eed4 -MD5 (patches_1.3.26rusPL30.15.tar.gz) = 5ccfb76804631e4cf1c9df71eb1f96e2 +MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa +MD5 (mod_ssl-2.8.11-1.3.27.tar.gz) = f84bd971aa8db28f31ad6bab2e7acc2c +MD5 (patches_1.3.27rusPL30.16.tar.gz) = e33a0e9ed40d39ce67fea77bbfe342ba Index: ports/russian/apache13-modssl/pkg-plist =================================================================== RCS file: /home/ncvs/ports/russian/apache13-modssl/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- ports/russian/apache13-modssl/pkg-plist 2002/07/08 09:28:23 1.10 +++ ports/russian/apache13-modssl/pkg-plist 2002/10/05 09:29:23 @@ -353,6 +353,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 @@ -442,11 +443,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 --J/dobhs11T7y2rNN-- 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?20021005093343.GA7045>