pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/h2o



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 24 09:17:03 UTC 2018

Modified Files:
        pkgsrc/www/h2o: Makefile distinfo

Log Message:
h2o: updated to 2.2.5:

H2O version 2.2.5:
This is a bug-fix release of the 2.2 series with following changes from 2.2.4, including one vulnerability fix.
[security fix][access-log] fix buffer overflow CVE-2018-0608
[fastcgi] index file name must be part of SCRIPT_NAME
[http2] do not compress cookies less than 20 bytes long
[http2] stop opening new push streams after receiving GOAWAY
[http2] fix conformance issues
[mruby] drop the link rel=preload header with a x-http2-push-only attribute
[mruby] allow loading a file that shares the basename with one of the preloaded files
[proxy] fix I/O error when receiving multiple informational responses
[ssl] fix bug that prevents record size growing to maximum when latency optimization is disabled
[ssl] fix compatibility issues with libressl 2.7
[ssl] update picotls to support TLS 1.3 draft-26


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/h2o/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/h2o/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/h2o/Makefile
diff -u pkgsrc/www/h2o/Makefile:1.16 pkgsrc/www/h2o/Makefile:1.17
--- pkgsrc/www/h2o/Makefile:1.16        Sun Jul 30 22:32:25 2017
+++ pkgsrc/www/h2o/Makefile     Sun Jun 24 09:17:03 2018
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.16 2017/07/30 22:32:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/06/24 09:17:03 adam Exp $
 
-DISTNAME=      h2o-2.2.0
+DISTNAME=      h2o-2.2.5
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=h2o/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/h2o/h2o
 COMMENT=       Optimized HTTP server with support for HTTP/1.x and HTTP/2
 LICENSE=       mit
 
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl:run pkg-config

Index: pkgsrc/www/h2o/distinfo
diff -u pkgsrc/www/h2o/distinfo:1.10 pkgsrc/www/h2o/distinfo:1.11
--- pkgsrc/www/h2o/distinfo:1.10        Sun Apr  9 15:30:06 2017
+++ pkgsrc/www/h2o/distinfo     Sun Jun 24 09:17:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/04/09 15:30:06 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/06/24 09:17:03 adam Exp $
 
-SHA1 (h2o-2.2.0.tar.gz) = aee90be399df772c2fbaaad630f6f615f7648920
-RMD160 (h2o-2.2.0.tar.gz) = 32414876f610a9ea18f85f9c90af42082e504d14
-SHA512 (h2o-2.2.0.tar.gz) = bc429f4204ca1a4e7f758748fe429e374e545e2350cd610453e96c22bc83844fb8d904cd08f2a6b66129619b202be710e76975479ef387195acd7605a7ab63b9
-Size (h2o-2.2.0.tar.gz) = 16188348 bytes
+SHA1 (h2o-2.2.5.tar.gz) = 188cd4792d28cd7c88a572f6a92949c6aaef5693
+RMD160 (h2o-2.2.5.tar.gz) = 4036c8ec4042fd3d9191aa38cff0754072b9067f
+SHA512 (h2o-2.2.5.tar.gz) = 24b07140d24fbb7796038aab44f44be5ffabc6f2841954273e2ad9f1a864e5482051dd7abfa6446297a46b6868763114695fa4f123ee3175bdac53b4c1868bc2
+Size (h2o-2.2.5.tar.gz) = 16257295 bytes



Home | Main Index | Thread Index | Old Index