forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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)
- Loading branch information
mef
committed
Aug 24, 2021
1 parent
0f31b41
commit ca37b72
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |