From b51c226ab2a90d7cfa5f000363df24951b6d7417 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 17 Jan 2011 11:47:19 +0000 Subject: [PATCH] SECURITY update to 5.2.17, and sync WANTLIB-imap while there. lang/php will follow later. ok robert@ (maintainer) aja@ jasper@ --- www/php5/Makefile.inc | 6 +++--- www/php5/distinfo | 10 +++++----- www/php5/extensions/Makefile | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/php5/Makefile.inc b/www/php5/Makefile.inc index 0fb126157b2..db749c853ea 100644 --- a/www/php5/Makefile.inc +++ b/www/php5/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.35 2011/01/03 15:03:03 robert Exp $ +# $OpenBSD: Makefile.inc,v 1.36 2011/01/17 11:47:19 sthen Exp $ # This port currently only works with archs supporting dynamic loading # and has Apache that supports DSO's. NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} -V= 5.2.16 +V= 5.2.17 SUHOSIN_V= 0.9.32.1 SUHOSIN_P_V= 0.9.7 @@ -76,7 +76,7 @@ SUPDISTFILES= suhosin-${SUHOSIN_V}.tar.gz:0 \ suhosin-patch-${V}-${SUHOSIN_P_V}.patch.gz:0 .else DISTFILES+= suhosin-${SUHOSIN_V}.tar.gz:0 -PATCHFILES= suhosin-patch-${V}-${SUHOSIN_P_V}.patch.gz:0 +PATCHFILES= suhosin-patch-5.2.16-${SUHOSIN_P_V}.patch.gz:0 PATCH_DIST_STRIP= -p1 CONFIGURE_ARGS+= --enable-suhosin diff --git a/www/php5/distinfo b/www/php5/distinfo index df707f337b7..03189698b9d 100644 --- a/www/php5/distinfo +++ b/www/php5/distinfo @@ -1,15 +1,15 @@ -MD5 (php-5.2.16.tar.gz) = aPLJK1sz0TGx6nDs6fxArQ== +MD5 (php-5.2.17.tar.gz) = BNMh1a6506BRIz29JCIO8Q== MD5 (suhosin-0.9.32.1.tar.gz) = JqhvD2hKZWw+eJ4+tOwdsw== MD5 (suhosin-patch-5.2.16-0.9.7.patch.gz) = 2BX8maDCXCH13yhVH8uwAQ== -RMD160 (php-5.2.16.tar.gz) = +myeqJWoihtaJa2nGAl9/1XC10A= +RMD160 (php-5.2.17.tar.gz) = bEdlNlRfCa/MtAHcNd4vjcxYxRE= RMD160 (suhosin-0.9.32.1.tar.gz) = YYTu8za509XIhafR3L8g2XsFXo0= RMD160 (suhosin-patch-5.2.16-0.9.7.patch.gz) = sotw+vE2s+BMW0g9oPTCJ5N49Do= -SHA1 (php-5.2.16.tar.gz) = avDVDCwTNgiOQka7yymOZsEnTNA= +SHA1 (php-5.2.17.tar.gz) = W6fty16hh2hwAcTM27lKxI93+pI= SHA1 (suhosin-0.9.32.1.tar.gz) = k/yx1flmkcTFCAihTdPW1Lv+pFE= SHA1 (suhosin-patch-5.2.16-0.9.7.patch.gz) = /sELK4FYLQa7DQqW6lXFJa/Iqyk= -SHA256 (php-5.2.16.tar.gz) = AgcWStDaOxjAGKVt6kcvGKRNrbXUsKOL9puYXlKcexg= +SHA256 (php-5.2.17.tar.gz) = Gr4Hwf3WQYRwijuheavPzKVmKk4NIDfrJ0i3WrxC52c= SHA256 (suhosin-0.9.32.1.tar.gz) = 0oOry9GAPqoRu9kctarnJ7K7qzoAod6FEPhdjMWY5JA= SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = quEVoxjYCz8yzt+HbnqOS5Mv67Gwx0PAs5gAPr4SL5E= -SIZE (php-5.2.16.tar.gz) = 11804143 +SIZE (php-5.2.17.tar.gz) = 11801597 SIZE (suhosin-0.9.32.1.tar.gz) = 119117 SIZE (suhosin-patch-5.2.16-0.9.7.patch.gz) = 23069 diff --git a/www/php5/extensions/Makefile b/www/php5/extensions/Makefile index d1653a0c814..ac2d3fc6268 100644 --- a/www/php5/extensions/Makefile +++ b/www/php5/extensions/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2011/01/03 15:03:03 robert Exp $ +# $OpenBSD: Makefile,v 1.67 2011/01/17 11:47:19 sthen Exp $ FULLPKGNAME-main= php5-extensions-${V} FULLPKGPATH-main= www/php5/extensions,-main @@ -128,7 +128,7 @@ COMMENT-imap= imap, pop3 and nntp extensions for php5 CONFIGURE_ARGS+= --with-imap=shared,${LOCALBASE} \ --with-kerberos=/usr --with-imap-ssl LIB_DEPENDS-imap = mail/imap-uw,-c-client -WANTLIB-imap = c-client>=5 gssapi crypto krb5 ssl +WANTLIB-imap = c-client>=5 gssapi crypto krb5 ssl z post-install: ${INSTALL_DATA_DIR} ${PREFIX}/etc