diff options
author | taca <taca@pkgsrc.org> | 2013-03-16 04:16:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-16 04:16:48 +0000 |
commit | 3f8c31d4f5289949ec6e7078053b492bd47c2e06 (patch) | |
tree | dadee3c59c04a2e5286e5fcf184240dfd3337ea0 /www | |
parent | fe5edaabfafe5289586f4826b9f1ba864b00879a (diff) | |
download | pkgsrc-3f8c31d4f5289949ec6e7078053b492bd47c2e06.tar.gz |
Update php-apc to 3.1.14.
3.1.14
- When include_once_override is on, use the cached realpath. See rev. 328172
for a full explanation (Rasmus)
- Fixed bug #63852 (apc 3.1.13 fails to build if __APC_SMA_DEBUG__ is set)
(Laruence)
- Fixed bug #63434 (Segfault if apc.shm_strings_buffer excceed apc.shm_size)
(Laruence)
- Fixed bug #63070 (apc.include_once_override bug) (Laruence)
- Fixed bug #62151 (Stat files only require read access only, windows). (Pierre)
- fix num. segfaults by revert rev. 326820 and issue reported in bug #62972
- Fixed bug #63491 file_md5 value was wrong when use apc_bin_load function
(Anatoliy)
- Fixed PHP 5.5 compatibility (related to VM variables access fix) (Anatoliy)
- Added tests for bugs #63224, #63545, #63669 (Anatoliy)
Diffstat (limited to 'www')
-rw-r--r-- | www/php-apc/Makefile | 4 | ||||
-rw-r--r-- | www/php-apc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/php-apc/Makefile b/www/php-apc/Makefile index 44e2fc0f33e..8f3118081e4 100644 --- a/www/php-apc/Makefile +++ b/www/php-apc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2012/10/28 06:30:57 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/03/16 04:16:48 taca Exp $ MODNAME= apc -PECL_VERSION= 3.1.13 +PECL_VERSION= 3.1.14 PECL_LEGACY_VERSION_SCHEME= yes CATEGORIES+= sysutils diff --git a/www/php-apc/distinfo b/www/php-apc/distinfo index c61bbe3ba76..90565e5b844 100644 --- a/www/php-apc/distinfo +++ b/www/php-apc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/09/04 16:03:56 taca Exp $ +$NetBSD: distinfo,v 1.15 2013/03/16 04:16:48 taca Exp $ -SHA1 (php-apc/apc-3.1.13.tgz) = cafd6ba92ac1c9f500a6c1e300bbe8819daddfae -RMD160 (php-apc/apc-3.1.13.tgz) = 128bc0c81c09bab5586ba09dc10fbe846ff60cb1 -Size (php-apc/apc-3.1.13.tgz) = 171591 bytes +SHA1 (php-apc/apc-3.1.14.tgz) = c94b931d8c507c016e1d3be5cb7cfa2e2a8ed4d8 +RMD160 (php-apc/apc-3.1.14.tgz) = de330e9ab807af980d34bce43bee2cdb1183e768 +Size (php-apc/apc-3.1.14.tgz) = 181160 bytes |