From b704c475510da3ea13b1843b8086b72b0d23080b Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Sat, 24 Nov 2018 13:35:19 +0000 Subject: [PATCH] Update from 5.1.12 to 5.1.14 - Add LICNESE_FILE Changelog: 5.1.14: - Fixed GH #347: Disable slam defense by default. - Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD. - Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available). - Require only read-lock for apcu_cas(), by using atomic compare-and-swap. 5.1.13: - Reimplement persistence logic using precise allocation rather than memory pools. This reduces memory usage of cache entries, especially for small values, and improves performance of persisting and unpersisting values. - Fixed GH #335: Stampede protection is broken. - Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled. - Generally make the behavior of functions if APCu is disabled more consistent. - Fixed PHP bug #72980: Empty strings are now consistently allowed as cache keys. - Optimized apcu_key_info() and apcu_cache_info() by using interned strings. - Fix build against PHP master (PHP 7.4). - Many changes to internal C APIs. Sponsored by: Netzkommune GmbH --- devel/pecl-APCu/Makefile | 3 ++- devel/pecl-APCu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile index a0c7a8245d65..8509bdc86011 100644 --- a/devel/pecl-APCu/Makefile +++ b/devel/pecl-APCu/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 5.1.12 +PORTVERSION= 5.1.14 CATEGORIES= devel DISTNAME= ${PORTNAME:tl}-${PORTVERSION} @@ -10,6 +10,7 @@ MAINTAINER= joneum@FreeBSD.org COMMENT= APC User Caching LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= pecl-APC diff --git a/devel/pecl-APCu/distinfo b/devel/pecl-APCu/distinfo index 1e13f01921e9..a44be2eb89be 100644 --- a/devel/pecl-APCu/distinfo +++ b/devel/pecl-APCu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532461651 -SHA256 (PECL/apcu-5.1.12.tgz) = 4126f771cdcd8cc32e2ad024bae5b25611b28e6077fdbff8efe28ce55306797a -SIZE (PECL/apcu-5.1.12.tgz) = 105890 +TIMESTAMP = 1543066368 +SHA256 (PECL/apcu-5.1.14.tgz) = f02c01b80deec1eb8ba9f1257d5593bb7bbbf9fde1f16b1b4d3c2f3adff01ba2 +SIZE (PECL/apcu-5.1.14.tgz) = 92976