pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/h2o h2o: updated to 2.2.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f2e20918a35
branches:  trunk
changeset: 309788:7f2e20918a35
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 24 09:17:03 2018 +0000

description:
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

diffstat:

 www/h2o/Makefile |   7 +++----
 www/h2o/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 98ddebf00147 -r 7f2e20918a35 www/h2o/Makefile
--- a/www/h2o/Makefile  Sun Jun 24 09:15:44 2018 +0000
+++ b/www/h2o/Makefile  Sun Jun 24 09:17:03 2018 +0000
@@ -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
diff -r 98ddebf00147 -r 7f2e20918a35 www/h2o/distinfo
--- a/www/h2o/distinfo  Sun Jun 24 09:15:44 2018 +0000
+++ b/www/h2o/distinfo  Sun Jun 24 09:17:03 2018 +0000
@@ -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