pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-apc Bring APC to 3.0.16. This fixes a number o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ad99f3b4bc0
branches:  trunk
changeset: 540003:0ad99f3b4bc0
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Fri Mar 21 00:09:11 2008 +0000

description:
Bring APC to 3.0.16. This fixes a number of issues:

3.0.16
* Fix for longstanding cache-full crash (Christian Seiler)
        http://news.php.net/php.pecl.dev/4951 for the details
* Added optional shm unmap on a fatal signal feature (Lucas Nealan)
* Added PTHREAD_MUTEX_ADAPTIVE_NP option pthread locks (Paul Saab)
* Minor cleanups (Lucas Nealan)
* Added configure option to enable apc_cache_info('filehits') (Shire)

3.0.15
* Eliminate a per-request time() syscall (Rasmus)
* Added rfc1867 prefix, name, and freq ini options (Shire)
* Allow deletion of individual user cache entries via apc.php (Sara)
* Fix overzealous cleanup during RSHUTDOWN (Gopal)
* Fix memory alignment and locking issues (Gopal)
* Make apc_compile insert/replace entries (Shire)
* Make mixed inheritance recompile & cache afresh (Gopal)
* Make nostat mode search include_path for canonicalization (Gopal)
* ZTS & other compile fixes (Gopal, Edin, Shire)

diffstat:

 www/php-apc/Makefile |  4 ++--
 www/php-apc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r e15db6e8d3f3 -r 0ad99f3b4bc0 www/php-apc/Makefile
--- a/www/php-apc/Makefile      Thu Mar 20 20:26:52 2008 +0000
+++ b/www/php-apc/Makefile      Fri Mar 21 00:09:11 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/09/04 22:45:56 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2008/03/21 00:09:11 jklos Exp $
 
 MODNAME=       apc
-PECL_VERSION=  3.0.14
+PECL_VERSION=  3.0.16
 CATEGORIES+=   sysutils
 COMMENT=       Alternative PHP Cache
 
diff -r e15db6e8d3f3 -r 0ad99f3b4bc0 www/php-apc/distinfo
--- a/www/php-apc/distinfo      Thu Mar 20 20:26:52 2008 +0000
+++ b/www/php-apc/distinfo      Fri Mar 21 00:09:11 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/09/04 22:45:56 jdolecek Exp $
+$NetBSD: distinfo,v 1.4 2008/03/21 00:09:11 jklos Exp $
 
-SHA1 (php-apc/apc-3.0.14.tgz) = 21147be658d979b8ffe4d66cd93bf905701aeed7
-RMD160 (php-apc/apc-3.0.14.tgz) = 59c76ae8ae4aa237d118e0860c42f11e416751d1
-Size (php-apc/apc-3.0.14.tgz) = 108511 bytes
+SHA1 (php-apc/apc-3.0.16.tgz) = 26eb0580acb76632d7657868f5b103fd3bb91c02
+RMD160 (php-apc/apc-3.0.16.tgz) = 76f5eaefcf1d664d7ffafd7a9a101495c7b862d6
+Size (php-apc/apc-3.0.16.tgz) = 114298 bytes



Home | Main Index | Thread Index | Old Index