diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-23 05:33:31 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-23 05:33:31 +0800 |
commit | c9f12e2f093576ee39e689bc831cdab2535abae6 (patch) | |
tree | ac6c51398f771f2cb54ba56fa309e44e3dd8df39 /www/apache22 | |
parent | f64b1191c33ebc34f54d29434651dcaff2ee2e49 (diff) | |
download | freebsd-ports-gnome-c9f12e2f093576ee39e689bc831cdab2535abae6.tar.gz freebsd-ports-gnome-c9f12e2f093576ee39e689bc831cdab2535abae6.tar.zst freebsd-ports-gnome-c9f12e2f093576ee39e689bc831cdab2535abae6.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@
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 2 | ||||
-rw-r--r-- | www/apache22/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 037d263bd178..0562f3d0c21d 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -8,7 +8,7 @@ # PORTNAME= apache -PORTVERSION= 2.2.18 +PORTVERSION= 2.2.19 #PORTREVISION?= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} diff --git a/www/apache22/distinfo b/www/apache22/distinfo index 76ae2e2f9967..49aff4671c21 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache22/httpd-2.2.18.tar.bz2) = 36b1077e220d9b83dbd992f10341231ede012a790883608821ea8541936e962c -SIZE (apache22/httpd-2.2.18.tar.bz2) = 5323067 +SHA256 (apache22/httpd-2.2.19.tar.bz2) = a1c1185371ef6b5bb9dbeaff9cd6d6e82c566f1cb472d247d212245ceacc7f1e +SIZE (apache22/httpd-2.2.19.tar.bz2) = 5322082 |