pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/www/apache Pull up revision 1.146 (requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/116249ee7f7f
branches:  pkgsrc-2004Q1
changeset: 471440:116249ee7f7f
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon May 31 10:37:26 2004 +0000

description:
Pull up revision 1.146 (requested by taca in ticket #33):

Compile with version 2.8.18 of "mod_ssl" instead with the (reported to
be vulnerable) version 2.8.17. Bump package revision because of this.

diffstat:

 www/apache/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e89ba5ebf357 -r 116249ee7f7f www/apache/Makefile
--- a/www/apache/Makefile       Mon May 31 10:35:44 2004 +0000
+++ b/www/apache/Makefile       Mon May 31 10:37:26 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.139.2.2 2004/05/26 10:50:49 grant Exp $
+# $NetBSD: Makefile,v 1.139.2.3 2004/05/31 10:37:26 grant Exp $
 #
 # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
 # code hooks that allow mod_ssl to be compiled separately later, if desired).
 
-DISTNAME=              apache_${APACHE_VERSION}
-PKGNAME=               apache-${APACHE_VERSION}
-APACHE_VERSION=                1.3.31
+DISTNAME=              apache_1.3.31
+PKGNAME=               ${DISTNAME:S/_/-/}
+PKGREVISION=           1
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_APACHE:=httpd/} \
                        ${MASTER_SITE_APACHE:=httpd/old/}
@@ -18,7 +18,7 @@
 NETBSD_LOGO=           sitedrivenby.gif
 SITES_${NETBSD_LOGO}=  http://www.NetBSD.org/images/logos/
 
-MODSSL_VERSION=                2.8.17
+MODSSL_VERSION=                2.8.18
 MODSSL_DISTNAME=       mod_ssl-${MODSSL_VERSION}-1.3.31
 MODSSL_DIST=           ${MODSSL_DISTNAME}.tar.gz
 MODSSL_SRC=            ${WRKDIR}/${MODSSL_DISTNAME}



Home | Main Index | Thread Index | Old Index