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 Jan  7 20:04:23 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
Changes 1.18.1:
This release fixes several bugs in nghttpx proxy server. Since v1.18.0 release, dynamic DNS feature has been added to nghttpx. This release fixes these DNS related bugs. User reported that nghttpx 
exited with assertion error in libev code when DNS was enabled. After investigating it, it turned out that this bug had existed well before DNS was added, but enabling DNS helped to trigger the bug.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/www/nghttp2/Makefile:1.19
--- pkgsrc/www/nghttp2/Makefile:1.18    Mon Jan  2 09:51:18 2017
+++ pkgsrc/www/nghttp2/Makefile Sat Jan  7 20:04:22 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/01/02 09:51:18 adam Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/07 20:04:22 adam Exp $
 
-DISTNAME=      nghttp2-1.18.0
+DISTNAME=      nghttp2-1.18.1
 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.15 pkgsrc/www/nghttp2/distinfo:1.16
--- pkgsrc/www/nghttp2/distinfo:1.15    Mon Jan  2 09:51:18 2017
+++ pkgsrc/www/nghttp2/distinfo Sat Jan  7 20:04:22 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/01/02 09:51:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2017/01/07 20:04:22 adam Exp $
 
-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
+SHA1 (nghttp2-1.18.1.tar.xz) = c2963db2fa9df7b4410dc3cc21f0910b94f1657a
+RMD160 (nghttp2-1.18.1.tar.xz) = 5d1795a6c2f1e440e121779362bfa3591e2824b4
+SHA512 (nghttp2-1.18.1.tar.xz) = 7cc0e270bfce2cc094a6135540183bd6ed7336628d85d983b481faea1c10bf4e20b1d4526e1e4be364305500ec43691c2b86d7a8972455c4491ef008f6234e84
+Size (nghttp2-1.18.1.tar.xz) = 1498476 bytes



Home | Main Index | Thread Index | Old Index