pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 Changes 1.18.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97c3a9c934eb
branches:  trunk
changeset: 356602:97c3a9c934eb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 02 09:51:18 2017 +0000

description:
Changes 1.18.0:
lib: Accept and ignore content-length: 0 in 204 response for now
build: Use pkg-config to detect libxml2
build: Require c-ares to compile applications under src
build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte)
examples: Delete tiny-nghttpd
nghttpx: Retry h1 backend request if first write fails (GH-757)
nghttpx: Keep reading after backend write failed (GH-756)
nghttpx: Add frontend-keep-alive-timeout option (GH-755)
nghttpx: New error log format (GH-749)
nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742)
nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731)
nghttpx: Lookup backend host name dynamically (GH-721)
nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735)
nghttpx: Wait for child process to exit

diffstat:

 www/nghttp2/Makefile   |   5 ++---
 www/nghttp2/distinfo   |  10 +++++-----
 www/nghttp2/options.mk |   3 ++-
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 04397fafdd86 -r 97c3a9c934eb www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Mon Jan 02 09:41:50 2017 +0000
+++ b/www/nghttp2/Makefile      Mon Jan 02 09:51:18 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/01/01 16:06:01 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/02 09:51:18 adam Exp $
 
-DISTNAME=      nghttp2-1.17.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.18.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r 04397fafdd86 -r 97c3a9c934eb www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Mon Jan 02 09:41:50 2017 +0000
+++ b/www/nghttp2/distinfo      Mon Jan 02 09:51:18 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/11/28 08:53:58 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/01/02 09:51:18 adam Exp $
 
-SHA1 (nghttp2-1.17.0.tar.xz) = 231f70161f10d769709934866841cd7e6025c674
-RMD160 (nghttp2-1.17.0.tar.xz) = c430a6e9479821418ac21ff93c9164d77e2e3638
-SHA512 (nghttp2-1.17.0.tar.xz) = 3661956e13340f18d7ad7d8cd3694c4e99c9f0c5873cffe429aacdf9eec52a40da13ed00d90a10f3b1c851b9418976f707ef2a4b0e0d96d2c3e018e05d6986da
-Size (nghttp2-1.17.0.tar.xz) = 1498596 bytes
+SHA1 (nghttp2-1.18.0.tar.xz) = 65c0743edd805325e64a9b99fcad3795e1a808de
+RMD160 (nghttp2-1.18.0.tar.xz) = ab8e3cb7a74545e5a8f3d1d10a805fd06b49adad
+SHA512 (nghttp2-1.18.0.tar.xz) = 97916e9da69c5465f3760dad6f1112fcee54668fa628b2c050df59e2d71ec419ec366af41cca15c60b1d6fe155b18aed635b685dc6e894613087871157136f3d
+Size (nghttp2-1.18.0.tar.xz) = 1501812 bytes
diff -r 04397fafdd86 -r 97c3a9c934eb www/nghttp2/options.mk
--- a/www/nghttp2/options.mk    Mon Jan 02 09:41:50 2017 +0000
+++ b/www/nghttp2/options.mk    Mon Jan 02 09:51:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/11/24 07:59:48 adam Exp $
+# $NetBSD: options.mk,v 1.4 2017/01/02 09:51:18 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nghttp2
 PKG_SUPPORTED_OPTIONS= nghttp2-asio nghttp2-tools
@@ -38,6 +38,7 @@
 PLIST.tools=           yes
 .include "../../devel/libev/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../net/libcares/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/jansson/buildlink3.mk"
 .include "../../www/spdylay/buildlink3.mk"



Home | Main Index | Thread Index | Old Index