diff options
author | mef <mef@pkgsrc.org> | 2021-08-24 11:22:44 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-08-24 11:22:44 +0000 |
commit | 716cad861e74bb0f99844ff0b99688183d70f70c (patch) | |
tree | 48de3f0ef8287179f306bd49521ded995550a6b4 /www/R-httpuv/Makefile | |
parent | 8165778e3164ddb0a2975123722e2db619c06e8b (diff) | |
download | pkgsrc-716cad861e74bb0f99844ff0b99688183d70f70c.tar.gz |
(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)
Diffstat (limited to 'www/R-httpuv/Makefile')
-rw-r--r-- | www/R-httpuv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/R-httpuv/Makefile b/www/R-httpuv/Makefile index ab5ecb4f530..b1dde3597ac 100644 --- a/www/R-httpuv/Makefile +++ b/www/R-httpuv/Makefile @@ -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 @@ -12,6 +12,7 @@ DEPENDS+= R-BH>=1.69.0.1:../../devel/R-BH 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 |