diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-22 21:33:31 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-22 21:33:31 +0000 |
commit | 42c28c289124fc47b78c7ca4fa3600ae6de3b120 (patch) | |
tree | 423e1502d66c38447a60453123fed1ba9115c934 /www/apache22-peruser-mpm | |
parent | d97185cf0b37a339624fb167cc1e92deb532fd61 (diff) | |
download | ports-42c28c289124fc47b78c7ca4fa3600ae6de3b120.tar.gz ports-42c28c289124fc47b78c7ca4fa3600ae6de3b120.zip |
- update to httpd-2.2.19
Changes with Apache 2.2.19
*) Revert ABI breakage in 2.2.18 caused by the function signature change
of ap_unescape_url_keep2f(). This release restores the signature from
2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex().
[Eric Covener]
commit with hat apache@
Notes
Notes:
svn path=/head/; revision=274472
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 581846d05273..387db7271754 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,8 +9,6 @@ # $FreeBSD$ # -PORTREVISION= 1 - MAINTAINER= jille@quis.cx MASTERDIR= ${.CURDIR}/../apache22 |