summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-05-16 13:10:56 +0000
committertaca <taca@pkgsrc.org>2011-05-16 13:10:56 +0000
commitde7899a29a701bfc59f03a5ff7fa262332158e47 (patch)
tree565372421075aa635355a6887ff3e3753aabfa88
parentce389237047d7fb092c428c43b9fcdcc8da28c62 (diff)
downloadpkgsrc-de7899a29a701bfc59f03a5ff7fa262332158e47.tar.gz
Update php-apc pacakge to 3.1.9.
3.1.9 (stable) - Fix regression introduced in 3.1.8 (#22687) 3.1.8 (stable) - Windows read-write locks support on Windows XP or later and Windows Win7 or later (use php_apc-xp.dll or php_apc-win7.dll) - Fix variable type check in user cache update - Make warnings that user cannot do anything about debug messages - Fixed bug #21400 (Minor memory leak in MINFO) - Fixed bug #18890: Ensure that --enable-apc-debug=no disables debug mode. - Fixed bug #19459: check for expiry while looping through the iterator slots 3.1.7 (beta) - pthread read-write locks support - apc.serializer hooks, export apc_serializer.h as an API - Fix regression bug #20529: Look up files in CWD - Pool allocator fixes for large allocations - trunk compat fixes (Kalle) - ZTS fixes (Pierre, Hirokawa) - Readability and warning fixes (Pierre, Kalle)
-rw-r--r--www/php-apc/Makefile4
-rw-r--r--www/php-apc/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/php-apc/Makefile b/www/php-apc/Makefile
index 1c48b1fa292..7015650726e 100644
--- a/www/php-apc/Makefile
+++ b/www/php-apc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2010/12/19 03:02:25 taca Exp $
+# $NetBSD: Makefile,v 1.13 2011/05/16 13:10:56 taca Exp $
MODNAME= apc
-PECL_VERSION= 3.1.6
+PECL_VERSION= 3.1.9
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
diff --git a/www/php-apc/distinfo b/www/php-apc/distinfo
index de276c2097e..cb5e3bf0d37 100644
--- a/www/php-apc/distinfo
+++ b/www/php-apc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2010/12/19 03:02:25 taca Exp $
+$NetBSD: distinfo,v 1.9 2011/05/16 13:10:56 taca Exp $
-SHA1 (php-apc/apc-3.1.6.tgz) = 24993518b454bda7b4773c3a86bfdfc0676f3106
-RMD160 (php-apc/apc-3.1.6.tgz) = ca65c0686f506afff3407f337e7c5edeccf13b2b
-Size (php-apc/apc-3.1.6.tgz) = 148835 bytes
+SHA1 (php-apc/apc-3.1.9.tgz) = 417b95e63496de7f785b4917166098c6ac996008
+RMD160 (php-apc/apc-3.1.9.tgz) = 67288c957a0234a82912f06e51c6f60f4ed4c66c
+Size (php-apc/apc-3.1.9.tgz) = 155540 bytes