summaryrefslogtreecommitdiff
path: root/devel/apr/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-09-20 17:13:06 +0000
committeradrianp <adrianp@pkgsrc.org>2004-09-20 17:13:06 +0000
commit577d336e5d4fd9cad256ea97be46873380f4a20e (patch)
tree632d5c66ca6f747113be62139884b7e979823609 /devel/apr/Makefile
parentaa4dd6b0200026ccd3c68b60044fe7a6ed5d775a (diff)
downloadpkgsrc-577d336e5d4fd9cad256ea97be46873380f4a20e.tar.gz
- Update apr to 2.0.51
- Fix permissions on installed .h files - ok'ed snj@, wiz@ - Thanks to epg@ for final check This version of Apache is principally a bug fix release. Of particular note is that 2.0.51 addresses five security vulnerabilities: An input validation issue in IPv6 literal address parsing which can result in a negative length parameter being passed to memcpy. [CAN-2004-0786] A buffer overflow in configuration file parsing could allow a local user to gain the privileges of a httpd child if the server can be forced to parse a carefully crafted .htaccess file. [CAN-2004-0747] A segfault in mod_ssl which can be triggered by a malicious remote server, if proxying to SSL servers has been configured. [CAN-2004-0751] A potential infinite loop in mod_ssl which could be triggered given particular timing of a connection abort. [CAN-2004-0748] A segfault in mod_dav_fs which can be remotely triggered by an indirect lock refresh request. [CAN-2004-0809] For further details, see http://www.apache.org/dist/httpd/Announcement2.html and http://apache.rmplc.co.uk/httpd/CHANGES_2.0.
Diffstat (limited to 'devel/apr/Makefile')
-rw-r--r--devel/apr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 8b72964f654..d55c341f145 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/07/17 00:14:26 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/09/20 17:13:06 adrianp Exp $
PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION}
CATEGORIES= devel
@@ -58,6 +58,9 @@ do-configure:
post-install:
${RM} ${PREFIX}/libexec/apr/libtool
${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${PREFIX}/libexec/apr/libtool
+ @${CHMOD} ${SHAREMODE} ${PREFIX}/include/apr-0/*.h
+ @${CHMOD} ${BINMODE} ${PREFIX}/include/apr-0
+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/apr-0/
.include "../../www/apache2/Makefile.common"