update to php 5.5.16, ok robert@

This commit is contained in:
sthen 2014-08-23 10:45:51 +00:00
parent 4ecb66c86f
commit 7ffa3c2855
3 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2014/07/14 08:02:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2014/08/23 10:45:51 sthen Exp $
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
@ -7,8 +7,7 @@ BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
USE_LIBTOOL= No
PV= 5.5
V= ${PV}.14
REVISION-main= 0
V= ${PV}.16
INI_TEMPLATES= development production

View File

@ -1,2 +1,2 @@
SHA256 (php-5.5.14.tar.bz2) = 31oFeHf4J1SeCmC0P7AeS9RAgUvPBPvXC6y933RIJhA=
SIZE (php-5.5.14.tar.bz2) = 13282773
SHA256 (php-5.5.16.tar.bz2) = odfEVWqAvtdEo0ghGzO8NTA+3VbdCjTgp1qUjIecxfY=
SIZE (php-5.5.16.tar.bz2) = 13257031

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ext_openssl_openssl_c,v 1.1 2014/04/19 12:06:44 sthen Exp $
--- ext/openssl/openssl.c.orig.port Sat Apr 19 06:06:02 2014
+++ ext/openssl/openssl.c Sat Apr 19 06:06:16 2014
@@ -914,11 +914,13 @@ static int php_openssl_load_rand_file(const char * fil
$OpenBSD: patch-ext_openssl_openssl_c,v 1.2 2014/08/23 10:45:51 sthen Exp $
--- ext/openssl/openssl.c.orig.port Thu Aug 21 09:45:02 2014
+++ ext/openssl/openssl.c Fri Aug 22 14:46:19 2014
@@ -927,11 +927,13 @@ static int php_openssl_load_rand_file(const char * fil
if (file == NULL) {
file = RAND_file_name(buffer, sizeof(buffer));