- Update to 4.13.0

This commit is contained in:
Wen Heping 2018-11-20 13:13:20 +00:00
parent a9fe872af3
commit d891f2b64f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485428
3 changed files with 4 additions and 18 deletions

View File

@ -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/

View File

@ -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

View File

@ -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;