diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-27 19:45:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-27 19:45:30 +0000 |
commit | 40c6dd2b7d070757dc7745bcd48fb547aec0952c (patch) | |
tree | 8849b1d7a9cabaceb923d1fa1b238d4e9191bb0d /www/nghttp2 | |
parent | 3fab6c0dd5974fd48fb9de1f964c2cbcb0cf2d34 (diff) | |
download | ports-40c6dd2b7d070757dc7745bcd48fb547aec0952c.tar.gz ports-40c6dd2b7d070757dc7745bcd48fb547aec0952c.zip |
Notes
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 2 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 4 | ||||
-rw-r--r-- | www/nghttp2/files/patch-src-asio_common.cc | 14 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 2 |
4 files changed, 4 insertions, 18 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index f991a2239bc4..8e728ff11333 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 910417391966..826e6be96e24 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.5.0.tar.xz) = 52e345d46d6f990dc19be8a35403a5230345182d26d04cb82abbea4a168f5987 -SIZE (nghttp2-1.5.0.tar.xz) = 1398256 +SHA256 (nghttp2-1.6.0.tar.xz) = cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3 +SIZE (nghttp2-1.6.0.tar.xz) = 1399524 diff --git a/www/nghttp2/files/patch-src-asio_common.cc b/www/nghttp2/files/patch-src-asio_common.cc deleted file mode 100644 index 896d6f24bf3e..000000000000 --- a/www/nghttp2/files/patch-src-asio_common.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/asio_common.cc.orig 2015-11-26 13:27:10 UTC -+++ src/asio_common.cc -@@ -177,9 +177,11 @@ bool tls_h2_negotiated(ssl_socket &socke - unsigned int next_proto_len = 0; - - SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); -+#if OPENSSL_VERSION_NUMBER >= 0x10002000L - if (next_proto == nullptr) { - SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); - } -+#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L - - if (next_proto == nullptr) { - return false; diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 5fda820704c2..1f92ee55cf6d 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.3.0 +lib/libnghttp2.so.14.4.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 |