forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: 4.0.8: - fix inconsistent member names for entries in userland - fix race on ref_count 4.0.10: - be really consistent with APC in use of atomics, avoid surprises 4.0.11: - fix #176 segfault when apc.preload_path contains bad data - fix bad data used in test suite
- Loading branch information
jdolecek
committed
Aug 11, 2016
1 parent
59865e7
commit 33a49e0
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.1 2016/08/11 22:54:16 jdolecek Exp $ | ||
# $NetBSD: Makefile,v 1.2 2016/08/11 23:11:25 jdolecek Exp $ | ||
|
||
MODNAME= apcu | ||
PECL_VERSION= 4.0.7 | ||
PECL_VERSION= 4.0.11 | ||
CATEGORIES+= sysutils | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: distinfo,v 1.1 2016/08/11 22:54:16 jdolecek Exp $ | ||
$NetBSD: distinfo,v 1.2 2016/08/11 23:11:25 jdolecek Exp $ | ||
|
||
SHA1 (php-apcu/apcu-4.0.7.tgz) = 84d68cbafea61df1ff864c7a3e8d2302a2879347 | ||
RMD160 (php-apcu/apcu-4.0.7.tgz) = 9b5f01dbefff164cd519ced448b62620e6770df8 | ||
SHA512 (php-apcu/apcu-4.0.7.tgz) = 50db51358c9268cc5fdd0d48fb444be9e9356f1690bc1ae021a9618c8819ce8873bf4502fe87a10467ffda2ef38267ccca2af55152b064400c69a8da92b7e98b | ||
Size (php-apcu/apcu-4.0.7.tgz) = 118670 bytes | ||
SHA1 (patch-.._package.xml) = 8a30b47ce2276448e98462bda3d8fc145637ea03 | ||
SHA1 (patch-config.m4) = 4a5e49577068b0d5c610148f560e565e3dcfc50a | ||
SHA1 (php-apcu/apcu-4.0.11.tgz) = 19a7a29c34710e6aa2443e19d8500474192c3abb | ||
RMD160 (php-apcu/apcu-4.0.11.tgz) = 506c1a4202c66c0d87aba496fe8523117925b157 | ||
SHA512 (php-apcu/apcu-4.0.11.tgz) = e3b97066240e33850419e96f0fd9df0e66ee3b0fa238c418e07ac639d07439e9edfa1696e56a620e33f1ffc0993c57bde585b0c170b22995e7d5c0ae550b7899 | ||
Size (php-apcu/apcu-4.0.11.tgz) = 119535 bytes | ||
SHA1 (patch-.._package.xml) = 0d1f0d78be71fe00f62736cfe90f5a6fa1f6cba9 | ||
SHA1 (patch-config.m4) = 0e16f4ce52469f08842725d9c447b8dc07987b04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
$NetBSD: patch-.._package.xml,v 1.1 2016/08/11 23:09:40 jdolecek Exp $ | ||
$NetBSD: patch-.._package.xml,v 1.2 2016/08/11 23:11:25 jdolecek Exp $ | ||
|
||
Update md5 sum. | ||
|
||
--- ../package.xml.orig 2014-10-12 02:02:21.000000000 +0900 | ||
+++ ../package.xml 2015-02-01 16:50:25.000000000 +0900 | ||
@@ -105,7 +105,7 @@ | ||
--- ../package.xml.orig 2016-04-20 11:38:56.000000000 +0000 | ||
+++ ../package.xml | ||
@@ -114,7 +114,7 @@ | ||
<file md5sum="2a8437130a0d8b546a4ad0a4c46f6e6b" name="pgsql_s_lock.h" role="src" /> | ||
<file md5sum="f779685bd4d96e1d925ea93b73131d9c" name="pgsql_s_lock.c" role="src" /> | ||
<file md5sum="54bfc8892372c1cf55cfa069aaf81eb2" name="apc_serializer.h" role="src" /> | ||
- <file md5sum="5be4ac2cf190c97d2933e008b57d1055" name="config.m4" role="src" /> | ||
+ <file md5sum="5a19fef359933bfc9b208a4598f3ce53" name="config.m4" role="src" /> | ||
- <file md5sum="35cb519993ec2dd9272122a19629e57b" name="config.m4" role="src" /> | ||
+ <file md5sum="0a0a5035ed14cc4bbd8147212f93c363" name="config.m4" role="src" /> | ||
<file md5sum="8c723e3d9a87c81326117fc32e56edff" name="config.w32" role="src" /> | ||
<file md5sum="d6c836c279b1fbabf69ada700dd5cdfc" name="INSTALL" role="doc" /> | ||
<file md5sum="0354d67fcd874d677b462d6a5e8c601d" name="INSTALL" role="doc" /> | ||
<file md5sum="de1caba45c42bd445f33d52eb1e82339" name="LICENSE" role="doc" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters