pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  2 09:51:18 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/nghttp2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.17 pkgsrc/www/nghttp2/Makefile:1.18
--- pkgsrc/www/nghttp2/Makefile:1.17    Sun Jan  1 16:06:01 2017
+++ pkgsrc/www/nghttp2/Makefile Mon Jan  2 09:51:18 2017
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.14 pkgsrc/www/nghttp2/distinfo:1.15
--- pkgsrc/www/nghttp2/distinfo:1.14    Mon Nov 28 08:53:58 2016
+++ pkgsrc/www/nghttp2/distinfo Mon Jan  2 09:51:18 2017
@@ -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

Index: pkgsrc/www/nghttp2/options.mk
diff -u pkgsrc/www/nghttp2/options.mk:1.3 pkgsrc/www/nghttp2/options.mk:1.4
--- pkgsrc/www/nghttp2/options.mk:1.3   Thu Nov 24 07:59:48 2016
+++ pkgsrc/www/nghttp2/options.mk       Mon Jan  2 09:51:18 2017
@@ -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 @@ CONFIGURE_ARGS+=      --with-spdylay
 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