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-gargle) Updated 1.5.0 to 1.5.2
# gargle 1.5.2 * Fixed a bug in an internal helper that validates input specifying a service account. The helper targets a common mistake where the JSON for an OAuth client is provided to an argument that is meant for a service account (#270). # gargle 1.5.1 * Completed some overlooked, unfinished work around the OAuth "app" to "client" transition that affected out-of-bound auth (#263, #264). * The `secret_*()` functions are more discoverable via documentation.
- Loading branch information
mef
committed
Dec 30, 2024
1 parent
1ef9ef5
commit 5c864f9
Showing
2 changed files
with
15 additions
and
8 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.5 2023/06/17 12:17:14 mef Exp $ | ||
# $NetBSD: Makefile,v 1.6 2024/12/30 10:56:17 mef Exp $ | ||
|
||
R_PKGNAME= gargle | ||
R_PKGVER= 1.5.0 | ||
R_PKGVER= 1.5.2 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -19,8 +19,15 @@ DEPENDS+= R-rlang>=0.4.9:../../devel/R-rlang | |
DEPENDS+= R-rstudioapi>=0.13:../../math/R-rstudioapi | ||
DEPENDS+= R-withr>=2.4.2:../../devel/R-withr | ||
|
||
# Packages suggested but not available: | ||
# 'aws.ec2metadata', 'aws.signature', 'mockr', 'sodium' | ||
# Packages suggested but not available: 'aws.ec2metadata', 'aws.signature' | ||
|
||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr | ||
TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv | ||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr | ||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown | ||
TEST_DEPENDS+= R-sodium-[0-9]*:../../security/R-sodium | ||
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling | ||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat | ||
|
||
USE_LANGUAGES= # none | ||
|
||
|
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2023/06/17 12:17:14 mef Exp $ | ||
$NetBSD: distinfo,v 1.4 2024/12/30 10:56:17 mef Exp $ | ||
|
||
BLAKE2s (R/gargle_1.5.0.tar.gz) = efbd7712d3e4f9833025f848f6f09aca3462aae58a5d515a6fdd8fae579a56eb | ||
SHA512 (R/gargle_1.5.0.tar.gz) = 63c49186bb96da76bcdcc38a5bb034d26b7ba56c103fb8cbc8c6217559136cde62f8b02aa8af3f6186cf54de5cafc1a028e78ff5682c5c82e062208bfc0844a6 | ||
Size (R/gargle_1.5.0.tar.gz) = 626311 bytes | ||
BLAKE2s (R/gargle_1.5.2.tar.gz) = 9f0be24268f624e784b30c60bccc29dae2ba0bf1dff01fa2467e37c679167192 | ||
SHA512 (R/gargle_1.5.2.tar.gz) = d266e69f73aa5500bf2d634f8e4fdcee8e8b90f56e16f4db0d98d6f21af461826d18a7e76bcc3ac90a63a0526c975d1e9b6d952b6b322fca142eaabfcc00f0e8 | ||
Size (R/gargle_1.5.2.tar.gz) = 627560 bytes |