components/apache2/Makefile
changeset 1797 294646fdcae6
parent 1569 abcbdc25c2f3
child 1806 c77d43725b49
--- a/components/apache2/Makefile	Thu Mar 27 19:40:44 2014 -0700
+++ b/components/apache2/Makefile	Fri Mar 28 02:48:29 2014 -0700
@@ -18,20 +18,21 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		apache2
-COMPONENT_VERSION=	2.2.26
+COMPONENT_VERSION=	2.2.27
 COMPONENT_PROJECT_URL=	http://httpd.apache.org/
 COMPONENT_SRC_NAME=	httpd
 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:9fcd0328d755887a80399200d83d487a4c72ff300482b0c9373751b7a6d4a1e8
+    sha256:7e58abdc6f30756aafe136d7efb10a79d6ff66f8b68308fd2399cb01ae77895d
 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/httpd/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/apache
+TPNO=			16942
 
 CONFIGURE_DEFAULT_DIRS=no
 
@@ -39,6 +40,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 PATCH_LEVEL=0
 
 # Some patches need configure script re-creation.