Revision: 25532 http://sourceforge.net/p/gar/code/25532 Author: janholzh Date: 2016-01-26 09:04:37 +0000 (Tue, 26 Jan 2016) Log Message: ----------- nghttp2/trunk: update to 1.7.0
Modified Paths: -------------- csw/mgar/pkg/nghttp2/trunk/Makefile csw/mgar/pkg/nghttp2/trunk/checksums Modified: csw/mgar/pkg/nghttp2/trunk/Makefile =================================================================== --- csw/mgar/pkg/nghttp2/trunk/Makefile 2016-01-22 09:16:21 UTC (rev 25531) +++ csw/mgar/pkg/nghttp2/trunk/Makefile 2016-01-26 09:04:37 UTC (rev 25532) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = nghttp2 -VERSION = 1.5.0 +VERSION = 1.7.0 GARTYPE = v2 DESCRIPTION =The nghttp2 is an implementation of HTTP/2 @@ -10,7 +10,7 @@ The nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C endef -MASTER_SITES = https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.5.0/ +MASTER_SITES = https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.7.0/ DISTFILES = $(DISTNAME).tar.xz GARCOMPILER = GCC5 @@ -31,7 +31,7 @@ # Apps don't build. Build lib only -CONFIGURE_ARGS = $(DIRPATHS) --disable-python-bindings --disable-app --disable-examples --disable-static +CONFIGURE_ARGS = $(DIRPATHS) --enable-lib-only --disable-static include gar/category.mk Modified: csw/mgar/pkg/nghttp2/trunk/checksums =================================================================== --- csw/mgar/pkg/nghttp2/trunk/checksums 2016-01-22 09:16:21 UTC (rev 25531) +++ csw/mgar/pkg/nghttp2/trunk/checksums 2016-01-26 09:04:37 UTC (rev 25532) @@ -1 +1 @@ -eac2f94ca8f233a861c6a7f73c61a29d nghttp2-1.5.0.tar.xz +fd51e2cfce29bbe51aa3ed79b7ee1e8b nghttp2-1.7.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.