1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-02 19:46:41 -04:00

security/R-cran-sodium: Update to 1.4.0

ChangeLog: https://cran.r-project.org/web/packages/sodium/NEWS
This commit is contained in:
Nuno Teixeira 2024-12-18 08:47:23 +00:00
parent eb1325930d
commit 4eae4af699
3 changed files with 6 additions and 5 deletions
security/R-cran-sodium

View file

@ -1,5 +1,5 @@
PORTNAME= sodium
DISTVERSION= 1.3.2
DISTVERSION= 1.4.0
CATEGORIES= security
DISTNAME= ${PORTNAME}_${DISTVERSION}
@ -12,6 +12,8 @@ LICENSE= MIT
CRAN_DEPENDS= libsodium>0:security/libsodium
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
USES= cran:auto-plist,compiles

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1728160350
SHA256 (sodium_1.3.2.tar.gz) = 771bc9788aa07ef573778202ee5c4d51015eee846a4c644db3f1e952c6ff8b97
SIZE (sodium_1.3.2.tar.gz) = 467522
TIMESTAMP = 1734511099
SHA256 (sodium_1.4.0.tar.gz) = 937d53d5e401f9f7007949e150d7c09c6230fb255c95116b89b5c3237c501acd
SIZE (sodium_1.4.0.tar.gz) = 467588

View file

@ -3,4 +3,3 @@ encryption, decryption, signatures, password hashing and more. Sodium
uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel
Bernstein, which has become very popular after it was discovered that
the NSA had backdoored Dual EC DRBG.