From 35e110e60bf90ba837884dc5b9d0787ce91eb2dd Mon Sep 17 00:00:00 2001
From: Mike Sullivan <Mike.Sullivan@Oracle.COM>
Date: Fri, 27 Apr 2012 22:23:29 +0200
Subject: [PATCH] 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile 7164671 BUILD_TOOLS should point to on11update-tools now

---
 components/php-5_2/memcache-zts/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/php-5_2/memcache-zts/Makefile b/components/php-5_2/memcache-zts/Makefile
index 26f5834..92cb15a 100644
--- a/components/php-5_2/memcache-zts/Makefile
+++ b/components/php-5_2/memcache-zts/Makefile
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -26,7 +26,8 @@
 COMPONENT_VERSION=	2.2.5
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
-COMPONENT_ARCHIVE_HASH=	sha1:6bc7d8fc9c9b9a247316e35d0cac3fe9dd37b68c
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:5307dad7952a5ba3b742969061b2235ee87cc51e267e40fc7e496b0e49148666
 COMPONENT_ARCHIVE_URL=	http://pecl.php.net/get/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	http://pecl.php.net/package/memcache/
 

--
Gitblit v1.9.3