diff options
author | taca <taca@pkgsrc.org> | 2013-08-16 00:38:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-16 00:38:13 +0000 |
commit | c487a9398ee89882a151e665285b55ae9a8b00a6 (patch) | |
tree | 6bc1c2aa72b93def1cb1aff1188e871ea03a1648 /lang/php53 | |
parent | 8bdc0d9acbbb43d907af85f368e0a7332cda6788 (diff) | |
download | pkgsrc-c487a9398ee89882a151e665285b55ae9a8b00a6.tar.gz |
Since openssl's security problem has assigned CVE-2013-4248, update comment
in the patch file.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/distinfo | 4 | ||||
-rw-r--r-- | lang/php53/patches/patch-ext_openssl_openssl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php53/distinfo b/lang/php53/distinfo index c3f88b7c811..2b319c58c92 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.67 2013/08/14 15:42:56 taca Exp $ +$NetBSD: distinfo,v 1.68 2013/08/16 00:38:13 taca Exp $ SHA1 (php-5.3.27.tar.bz2) = 4f95682940ebe1bc1a93812d593460625a2aae64 RMD160 (php-5.3.27.tar.bz2) = c2887004859f32b25229ffe52d86270c8de194b7 @@ -17,7 +17,7 @@ SHA1 (patch-ah) = 697156508da2d837a1ea1a41f036eab4fb87e94b SHA1 (patch-ai) = 9659f73eef1b4fcca9b844bdaa785ac6d5e582a1 SHA1 (patch-aj) = 181658ae523bd60f67750566711fc078b49191b7 SHA1 (patch-al) = fe534d7d50a529e3c7d0ffed76afdb70bb55a521 -SHA1 (patch-ext_openssl_openssl.c) = 1018d60764162ef663089e94d1e133e097f4534c +SHA1 (patch-ext_openssl_openssl.c) = f45f4322ac875db7b0bb86efb7cfda1f659ac6cc SHA1 (patch-ext_standard_basic__functions.c) = 017fd25e646af4d7eb2a0bd13b3c8da34eaee8c5 SHA1 (patch-main_streams_cast.c) = d68b69c9418a8780b1610b8755487771f7c46a5a SHA1 (patch-php__mssql.c) = 524c4e5d7ede0e503049bf1febec58e0c4a29aa4 diff --git a/lang/php53/patches/patch-ext_openssl_openssl.c b/lang/php53/patches/patch-ext_openssl_openssl.c index 613f8fa2432..577ae4edb2f 100644 --- a/lang/php53/patches/patch-ext_openssl_openssl.c +++ b/lang/php53/patches/patch-ext_openssl_openssl.c @@ -1,6 +1,6 @@ -$NetBSD: patch-ext_openssl_openssl.c,v 1.1 2013/08/14 15:42:56 taca Exp $ +$NetBSD: patch-ext_openssl_openssl.c,v 1.2 2013/08/16 00:38:13 taca Exp $ -Fix for CVE-2013-4073. +Fix for CVE-2013-4248. --- ext/openssl/openssl.c.orig 2013-07-10 17:43:08.000000000 +0000 +++ ext/openssl/openssl.c |