Index: head/www/nghttp2/Makefile =================================================================== --- head/www/nghttp2/Makefile (revision 427240) +++ head/www/nghttp2/Makefile (revision 427241) @@ -1,78 +1,78 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.16.1 +PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= APP ASIO DOCS HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx SPDY_DESC= Enable SPDY in h2load and nghttpx SPDY_IMPLIES= APP CONFIGURE_ARGS= --disable-python-bindings \ --disable-examples CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_RC_SUBR= nghttpx USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig ssl PORTDATA= fetch-ocsp-response PORTDOCS= * USE_GITHUB= yes -APP_BUILD_DEPENDS= libev>=4.15:devel/libev +APP_BUILD_DEPENDS= libev>=4.11:devel/libev APP_CONFIGURE_OFF= --without-libxml2 APP_CONFIGURE_ENABLE= app APP_LIB_DEPENDS= libev.so:devel/libev APP_USE= GNOME=libxml2 ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs ASIO_RUN_DEPENDS= boost-libs>=1.54.0:devel/boost-libs +HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson -SPDY_BUILD_DEPENDS= spdylay>=1.3.0:www/spdylay +SPDY_BUILD_DEPENDS= spdylay>=1.3.2:www/spdylay SPDY_CONFIGURE_WITH= spdylay SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay .include .if ${OSVERSION} <= 1000000 CPPFLAGS+= -D_GLIBCXX_USE_C99 .endif # Disable thread_local support for hosts without __cxa_thread_atexit() # See PR/192320 for details .if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) post-configure: @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx ${INSTALL_DATA} ${FILESDIR}/nghttpx.conf.sample ${STAGEDIR}${PREFIX}/etc/nghttpx/nghttpx.conf.sample .include Index: head/www/nghttp2/distinfo =================================================================== --- head/www/nghttp2/distinfo (revision 427240) +++ head/www/nghttp2/distinfo (revision 427241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479405356 -SHA256 (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 535a6017a7624a7d37a0d721bfe1b14341c963b38fa22540515533516b81e83b -SIZE (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 1692484 +TIMESTAMP = 1480231536 +SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 +SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 Index: head/www/nghttp2/pkg-plist =================================================================== --- head/www/nghttp2/pkg-plist (revision 427240) +++ head/www/nghttp2/pkg-plist (revision 427241) @@ -1,26 +1,26 @@ %%HPACK%%bin/deflatehd %%APP%%bin/h2load %%HPACK%%bin/inflatehd %%APP%%bin/nghttp %%APP%%bin/nghttpd %%APP%%bin/nghttpx @sample etc/nghttpx/nghttpx.conf.sample %%ASIO%%include/nghttp2/asio_http2.h %%ASIO%%include/nghttp2/asio_http2_client.h %%ASIO%%include/nghttp2/asio_http2_server.h include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.12.1 +lib/libnghttp2.so.14.12.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 %%ASIO%%lib/libnghttp2_asio.so.1.0.0 libdata/pkgconfig/libnghttp2.pc %%ASIO%%libdata/pkgconfig/libnghttp2_asio.pc %%APP%%man/man1/h2load.1.gz %%APP%%man/man1/nghttp.1.gz %%APP%%man/man1/nghttpd.1.gz %%APP%%man/man1/nghttpx.1.gz