summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-01-21 23:28:46 +0000
committertron <tron@pkgsrc.org>2014-01-21 23:28:46 +0000
commit6b3a1d0ddbcd8ac07d2c7ba67a58c9a20022d737 (patch)
tree3bc8d1282e044e89bb9d96653a0d47bc50ddd1b1 /www/apache22
parentb5d7c6ef0f14998bdf38c7b50fc6705b4bf61892 (diff)
downloadpkgsrc-6b3a1d0ddbcd8ac07d2c7ba67a58c9a20022d737.tar.gz
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 (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile4
-rw-r--r--www/apache22/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 5d804a4f559..eda66404f46 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -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 --git a/www/apache22/options.mk b/www/apache22/options.mk
index e1b99f76c0d..0bec1554844 100644
--- a/www/apache22/options.mk
+++ b/www/apache22/options.mk
@@ -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"