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:   mef
Date:           Wed Sep 14 14:23:25 UTC 2016

Modified Files:
        pkgsrc/www/h2o: Makefile distinfo

Log Message:
2.0.3 2016-09-07 22:03:00+0000
 - [file] don't use `readdir_r` on Linux, Solaris #1046 #1052
          (Frederik Deweerdt, Kazuho Oku)
 - [http2] fix negative error code sent when cancelling a pushed
           stream #1039 (Frederik Deweerdt)
 - [http2] fix a bug that may cause a stream to stall #1040 (Frederik
           Deweerdt)
 - [http2] fix a bug that reset the stream when receiving HEADERS
           after PRIORITY #1043 (Frederik Deweerdt)
 - [mruby] fix mruby handler becoming unusable after failed connection
           in http_request on FreeBSD #1062 (Kazuho Oku)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/h2o/Makefile
cvs rdiff -u -r1.6 -r1.7 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.11 pkgsrc/www/h2o/Makefile:1.12
--- pkgsrc/www/h2o/Makefile:1.11        Tue Aug  2 17:39:41 2016
+++ pkgsrc/www/h2o/Makefile     Wed Sep 14 14:23:25 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/08/02 17:39:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2016/09/14 14:23:25 mef Exp $
 
-DISTNAME=      h2o-2.0.2
+DISTNAME=      h2o-2.0.3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=h2o/}
 

Index: pkgsrc/www/h2o/distinfo
diff -u pkgsrc/www/h2o/distinfo:1.6 pkgsrc/www/h2o/distinfo:1.7
--- pkgsrc/www/h2o/distinfo:1.6 Tue Aug  2 17:39:41 2016
+++ pkgsrc/www/h2o/distinfo     Wed Sep 14 14:23:25 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/02 17:39:41 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2016/09/14 14:23:25 mef Exp $
 
-SHA1 (h2o-2.0.2.tar.gz) = 650a185e7d2fa9e5be48dcebc30e364973b58b7e
-RMD160 (h2o-2.0.2.tar.gz) = aced53f6e3eb0328ed5fd63b688cf5b753b83d0a
-SHA512 (h2o-2.0.2.tar.gz) = 4ed5d1ee1c41e2551421363e4197ebc9a4de2fe07f1feebe2bea2824e89edfc35e6e5b932b1f35be0bba95ba85355beede5920be05e43f1b4323b3763d2fad1b
-Size (h2o-2.0.2.tar.gz) = 15014155 bytes
+SHA1 (h2o-2.0.3.tar.gz) = ec0a0351dc6e248e7d8e5dacd665e527bbd58a0e
+RMD160 (h2o-2.0.3.tar.gz) = 3233de3de71263f38f2ff4b20263f0635dcd9522
+SHA512 (h2o-2.0.3.tar.gz) = 898346242808e0160f9d2ed297a627f5d6319237fc1d473b0c071628ed21c2cab274cb5074d11227f031d3e408be9a1b6326f4422a4d9d2fbc44031af351f981
+Size (h2o-2.0.3.tar.gz) = 15017693 bytes



Home | Main Index | Thread Index | Old Index