summaryrefslogtreecommitdiff
path: root/devel/apr-util/Makefile
diff options
context:
space:
mode:
authortron <tron>2009-08-07 10:39:23 +0000
committertron <tron>2009-08-07 10:39:23 +0000
commitb1af26f617d93b8e6ad9106a6d9b2ebac389b4c4 (patch)
treedaab46920cf481a286cd39c2958490116a556fe9 /devel/apr-util/Makefile
parent6eaa427cd06dc8c38feee41c384aec86bd991e0e (diff)
downloadpkgsrc-b1af26f617d93b8e6ad9106a6d9b2ebac389b4c4.tar.gz
Update "apr-util" package to version 1.3.9. Changes since 1.3.8:
- SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in rmm, where size alignment was taking place. [Matt Lewis <mattlewis@google.com>, Sander Striker] - Make sure that "make check" is used in the RPM spec file, so that the crypto, dbd and dbm tests pass. [Graham Leggett] - Make sure the mysql version of dbd_mysql_get_entry() respects the rule that if the column number exceeds the number of columns, we return NULL. [Graham Leggett] - Ensure the dbm module is packaged up correctly in the RPM. [Graham Leggett] - Clarify the error messages within the dbd tests. [Graham Leggett]
Diffstat (limited to 'devel/apr-util/Makefile')
-rw-r--r--devel/apr-util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile
index e53c2e2d64f..866473fe45d 100644
--- a/devel/apr-util/Makefile
+++ b/devel/apr-util/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2009/08/04 10:13:04 tonnerre Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/07 10:39:23 tron Exp $
-DISTNAME= apr-util-1.3.8
+DISTNAME= apr-util-1.3.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}