pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache22 Enable "ecc" option (support for ECC ciph...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e706e37b096b
branches:  trunk
changeset: 629483:e706e37b096b
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jan 21 23:28:46 2014 +0000

description:
Enable "ecc" option (support for ECC cipher suites) by default. It is
the fastest and most widely support way to get Perfect Forward Secrecy
with modern web browsers if your server uses an RSA key.

Bump package revision because of this change.

diffstat:

 www/apache22/Makefile   |  4 ++--
 www/apache22/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 00d1e052961d -r e706e37b096b www/apache22/Makefile
--- a/www/apache22/Makefile     Tue Jan 21 22:29:59 2014 +0000
+++ b/www/apache22/Makefile     Tue Jan 21 23:28:46 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.96 2013/12/12 12:24:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.97 2014/01/21 23:28:46 tron Exp $
 
 DISTNAME=      httpd-2.2.25
 PKGNAME=       ${DISTNAME:S/httpd/apache/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/} \
                http://archive.apache.org/dist/httpd/ \
diff -r 00d1e052961d -r e706e37b096b www/apache22/options.mk
--- a/www/apache22/options.mk   Tue Jan 21 22:29:59 2014 +0000
+++ b/www/apache22/options.mk   Tue Jan 21 23:28:46 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.10 2013/09/08 03:10:14 manu Exp $
+# $NetBSD: options.mk,v 1.11 2014/01/21 23:28:46 tron Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.apache
 PKG_OPTIONS_REQUIRED_GROUPS=   mpm
 PKG_OPTIONS_GROUP.mpm=         apache-mpm-event apache-mpm-prefork apache-mpm-worker
 PKG_SUPPORTED_OPTIONS=         apache-shared-modules suexec ecc
-PKG_SUGGESTED_OPTIONS=         apache-shared-modules apache-mpm-prefork
+PKG_SUGGESTED_OPTIONS=         apache-shared-modules apache-mpm-prefork ecc
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index