Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 13:35:19 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485771 - head/devel/pecl-APCu
Message-ID:  <201811241335.wAODZJFY089698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sat Nov 24 13:35:19 2018
New Revision: 485771
URL: https://svnweb.freebsd.org/changeset/ports/485771

Log:
  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

Modified:
  head/devel/pecl-APCu/Makefile
  head/devel/pecl-APCu/distinfo

Modified: head/devel/pecl-APCu/Makefile
==============================================================================
--- head/devel/pecl-APCu/Makefile	Sat Nov 24 13:09:51 2018	(r485770)
+++ head/devel/pecl-APCu/Makefile	Sat Nov 24 13:35:19 2018	(r485771)
@@ -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
 

Modified: head/devel/pecl-APCu/distinfo
==============================================================================
--- head/devel/pecl-APCu/distinfo	Sat Nov 24 13:09:51 2018	(r485770)
+++ head/devel/pecl-APCu/distinfo	Sat Nov 24 13:35:19 2018	(r485771)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811241335.wAODZJFY089698>