From d891f2b64f04e37c4bc0e0abc40672f8f5cfc699 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 20 Nov 2018 13:13:20 +0000 Subject: [PATCH] - Update to 4.13.0 --- benchmarks/polygraph/Makefile | 2 +- benchmarks/polygraph/distinfo | 6 +++--- benchmarks/polygraph/files/patch-src_xstd_Ssl.cc | 14 -------------- 3 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 benchmarks/polygraph/files/patch-src_xstd_Ssl.cc diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 1300001a9ea9..b1f07808b684 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= polygraph -DISTVERSION= 4.12.0 +DISTVERSION= 4.13.0 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ diff --git a/benchmarks/polygraph/distinfo b/benchmarks/polygraph/distinfo index 3c6a48538a3d..3d7e10d06fc5 100644 --- a/benchmarks/polygraph/distinfo +++ b/benchmarks/polygraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533401191 -SHA256 (polygraph-4.12.0-src.tgz) = ffcf31bd316cdd5a025c2917c22c3b030bc48fadd409628e5937450f066bd9aa -SIZE (polygraph-4.12.0-src.tgz) = 3416483 +TIMESTAMP = 1542715867 +SHA256 (polygraph-4.13.0-src.tgz) = 2ac8cbe68258b22affd789e9c83ae58f7fca6c53e9b4ab078763e06347649fe7 +SIZE (polygraph-4.13.0-src.tgz) = 3422051 diff --git a/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc b/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc deleted file mode 100644 index 2a0872db65e2..000000000000 --- a/benchmarks/polygraph/files/patch-src_xstd_Ssl.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/xstd/Ssl.cc.orig 2014-10-22 23:22:22 UTC -+++ src/xstd/Ssl.cc -@@ -38,9 +38,11 @@ SslCtx::SslCtx(SslProtocol protocol, con - case TLSv1: - theCtx = ::SSL_CTX_new(::TLSv1_method()); - break; -+#ifndef OPENSSL_NO_SSL3 - case SSLv3: - theCtx = ::SSL_CTX_new(::SSLv3_method()); - break; -+#endif - case SSLv23: - theCtx = ::SSL_CTX_new(::SSLv23_method()); - break;