From ce29a354da3263c7231565ffbab85a342c717846 Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 27 Aug 2013 10:33:45 +0000 Subject: - Add a patch to fix CVE-2013-4073 - Bump php53-openssl PORTREVISION PR: ports/181546 Submitted by: garga@ Approved by: flo@ (maintainer) Obtained from: http://git.php.net/?p=php-src.git;a=blobdiff;f=ext/openssl/openssl.c;h=c32748cb6443a4d8e4bb14fe96ad72e32ec8acff;hp=d7ac117e51c8f5d8ab0632c276af48d610b4b19e;hb=2874696a5a8d46639d261571f915c493cd875897;hpb=f4dc2240a048050a87a6e3e31573f13a2256cf2e Security: CVE-2013-4073 --- security/php53-openssl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security') diff --git a/security/php53-openssl/Makefile b/security/php53-openssl/Makefile index 64373c5fdcc8..beb535a486e4 100644 --- a/security/php53-openssl/Makefile +++ b/security/php53-openssl/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php53 -- cgit