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:           Sat Apr 29 06:01:55 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
Changes 1.22.0:
lib: Add missing free call on error in inflight_settings_new()
asio: Support specifying stream priority via session::submit()
nghttpx: Clarify --conf option behaviour
nghttpx: Add $tls_sni access log variable
nghttpx: Rename ssl_* log variables as tls_*
nghttpx: Fix path matching bug
nghttpx: SNI based backend server selection
nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3
nghttpx: Add options for X-Forwarded-Proto header field
nghttpx: Add --single-process option
nghttpx: Use 502 as server error code
nghttpx: Use SSL_CTX_set_early_data_enabled with boringssl
nghttp: Verify server certificate and show warning if it fails
integration: Use nip.io instead of xip.io


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/nghttp2/distinfo

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.23 pkgsrc/www/nghttp2/Makefile:1.24
--- pkgsrc/www/nghttp2/Makefile:1.23    Sun Apr  9 15:24:02 2017
+++ pkgsrc/www/nghttp2/Makefile Sat Apr 29 06:01:55 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/04/09 15:24:02 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/04/29 06:01:55 adam Exp $
 
-DISTNAME=      nghttp2-1.21.1
+DISTNAME=      nghttp2-1.22.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.20 pkgsrc/www/nghttp2/distinfo:1.21
--- pkgsrc/www/nghttp2/distinfo:1.20    Sun Apr  9 15:24:02 2017
+++ pkgsrc/www/nghttp2/distinfo Sat Apr 29 06:01:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/04/09 15:24:02 adam Exp $
+$NetBSD: distinfo,v 1.21 2017/04/29 06:01:55 adam Exp $
 
-SHA1 (nghttp2-1.21.1.tar.xz) = 61423f858eae52f525bb47e332fcc77a5c1a7607
-RMD160 (nghttp2-1.21.1.tar.xz) = c12c35624925155953e855522a30f9cc793cf81e
-SHA512 (nghttp2-1.21.1.tar.xz) = ac0121531b0ecbee67b0b3cb7b18ab1c5417f3d576f2683b526a2f6848dab73e31398d00b76c61f3c12560e44918818fcd2b917f1e296dc0783d610d802d252d
-Size (nghttp2-1.21.1.tar.xz) = 1509376 bytes
+SHA1 (nghttp2-1.22.0.tar.xz) = 35b0e65124d83146cab4f0b5ad2873d0175de2a5
+RMD160 (nghttp2-1.22.0.tar.xz) = 2e18773d09691264b4a8d7a4db44761d2deb3366
+SHA512 (nghttp2-1.22.0.tar.xz) = dc6e02afc5834db6945b658a45b6c27ec96365ee77218e746803eb166ffb58b0e88c43dc32db6bc0fef65db5cacba01f80140c4958c52eb9691ac13aaae9b02d
+Size (nghttp2-1.22.0.tar.xz) = 1514712 bytes



Home | Main Index | Thread Index | Old Index