From owner-svn-ports-head@freebsd.org Sat Nov 24 13:35:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F88114F242; Sat, 24 Nov 2018 13:35:20 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB7B7908D; Sat, 24 Nov 2018 13:35:20 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3334C6ABF; Sat, 24 Nov 2018 13:35:20 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAODZKRq089699; Sat, 24 Nov 2018 13:35:20 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAODZJFY089698; Sat, 24 Nov 2018 13:35:19 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811241335.wAODZJFY089698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 24 Nov 2018 13:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485771 - head/devel/pecl-APCu X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/pecl-APCu X-SVN-Commit-Revision: 485771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AB7B7908D X-Spamd-Result: default: False [1.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.64)[0.643,0]; NEURAL_SPAM_SHORT(0.07)[0.070,0]; NEURAL_SPAM_MEDIUM(0.71)[0.712,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2018 13:35:21 -0000 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