pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-httpuv



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 24 11:22:44 UTC 2021

Modified Files:
        pkgsrc/www/R-httpuv: Makefile distinfo

Log Message:
(www/R-httpuv) Updated 1.6.1 to 1.6.2

httpuv 1.6.2
============
* Fixed #282: `startPipeServer()` failed with "invalid argument" error
  after update to libuv 1.37.0. (#283)

* Fixed #303: Don't return Content-Length header when the HTTP status
  is "101 Switching Protocols". (#305)

* Added support for gzip-compressed HTTP responses. (#305)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/R-httpuv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/R-httpuv/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/R-httpuv/Makefile
diff -u pkgsrc/www/R-httpuv/Makefile:1.6 pkgsrc/www/R-httpuv/Makefile:1.7
--- pkgsrc/www/R-httpuv/Makefile:1.6    Sat Jun  5 08:55:12 2021
+++ pkgsrc/www/R-httpuv/Makefile        Tue Aug 24 11:22:44 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/06/05 08:55:12 mef Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/24 11:22:44 mef Exp $
 
 R_PKGNAME=     httpuv
-R_PKGVER=      1.6.1
+R_PKGVER=      1.6.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +12,7 @@ DEPENDS+=     R-BH>=1.69.0.1:../../devel/R-B
 DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-promises>=1.0.1:../../parallel/R-promises
 
+# Package suggested but not available: 'websocket'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_TOOLS+=    gmake

Index: pkgsrc/www/R-httpuv/distinfo
diff -u pkgsrc/www/R-httpuv/distinfo:1.5 pkgsrc/www/R-httpuv/distinfo:1.6
--- pkgsrc/www/R-httpuv/distinfo:1.5    Sat Jun  5 08:55:12 2021
+++ pkgsrc/www/R-httpuv/distinfo        Tue Aug 24 11:22:44 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/06/05 08:55:12 mef Exp $
+$NetBSD: distinfo,v 1.6 2021/08/24 11:22:44 mef Exp $
 
-SHA1 (R/httpuv_1.6.1.tar.gz) = 6a9bb5913a3fa86700c5c818fd646d8aba55a147
-RMD160 (R/httpuv_1.6.1.tar.gz) = 53475821dab6dc0f66b227254ad856b4d7f0a257
-SHA512 (R/httpuv_1.6.1.tar.gz) = 20c55f461ff44a61834da0dea85531f06286e97321ef365b3d3f0add3ef1bd7db4fae2b928d18910f3c418c7f32aac72281d9ca4662815c1777aac6b4db0b3d9
-Size (R/httpuv_1.6.1.tar.gz) = 1812058 bytes
+SHA1 (R/httpuv_1.6.2.tar.gz) = 184991aee15c40335b54b374ba6442964fd4a3d6
+RMD160 (R/httpuv_1.6.2.tar.gz) = dec241f1acd2cc52307b3463051ed2a2298ecafc
+SHA512 (R/httpuv_1.6.2.tar.gz) = 7a4f563edefacebafbb94a7ceb3a0db3a0a7825768c664f66ad6b6d50cf134dec3d90976a4c452ab64b6dca8d7c1a25d92be79f8ab0a4bd2dda46c5613f8ac4e
+Size (R/httpuv_1.6.2.tar.gz) = 1815049 bytes
 SHA1 (patch-src_Makevars) = 64eb03f7bcec11e0e46ab2749dde13b1d7053dbe



Home | Main Index | Thread Index | Old Index