pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-jsonlite



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 14 09:58:50 UTC 2024

Modified Files:
        pkgsrc/textproc/R-jsonlite: Makefile distinfo

Log Message:
(textproc/R-jsonlite) Update 1.8.7 to 1.8.9

1.8.9
  - Fix memory leak in base64 decoder
  - Update maintainer email address

1.8.8
  - Apply libyajl patches for CVE-2022-24795, CVE-2022-24795, CVE-2023-33460
  - Fix printf warnings for cran


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/R-jsonlite/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/R-jsonlite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-jsonlite/Makefile
diff -u pkgsrc/textproc/R-jsonlite/Makefile:1.9 pkgsrc/textproc/R-jsonlite/Makefile:1.10
--- pkgsrc/textproc/R-jsonlite/Makefile:1.9     Mon Aug 14 21:39:10 2023
+++ pkgsrc/textproc/R-jsonlite/Makefile Sat Dec 14 09:58:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/08/14 21:39:10 mef Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/14 09:58:50 mef Exp $
 
 R_PKGNAME=     jsonlite
-R_PKGVER=      1.8.7
+R_PKGVER=      1.8.9
 CATEGORIES=    textproc
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,10 +9,11 @@ COMMENT=      Robust, high performance JSON p
 LICENSE=       mit
 
 # Package suggested but not available: 'R.rsp'
-TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
-TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c
 

Index: pkgsrc/textproc/R-jsonlite/distinfo
diff -u pkgsrc/textproc/R-jsonlite/distinfo:1.8 pkgsrc/textproc/R-jsonlite/distinfo:1.9
--- pkgsrc/textproc/R-jsonlite/distinfo:1.8     Mon Aug 14 21:39:10 2023
+++ pkgsrc/textproc/R-jsonlite/distinfo Sat Dec 14 09:58:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/08/14 21:39:10 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/12/14 09:58:50 mef Exp $
 
-BLAKE2s (R/jsonlite_1.8.7.tar.gz) = 82b6152f07de320b255a9ec6a981625b3a0e60183fa225e25a3a46f192f829ff
-SHA512 (R/jsonlite_1.8.7.tar.gz) = f251ac8787b89622b6a8f0b79d0e958848009ea41eabe933a8de9187c68f50bbb62a6c245e3546ad6d82b297a94617c713380b6cc501e809fca7a1ca971ab5d3
-Size (R/jsonlite_1.8.7.tar.gz) = 1053075 bytes
+BLAKE2s (R/jsonlite_1.8.9.tar.gz) = 87cbfad79da78574512711f656703bd0f5691d914be46af3023e51c47f27179e
+SHA512 (R/jsonlite_1.8.9.tar.gz) = 1ad7ebb9b4405d194d6a6335d663928ef9ea485280ec9441ddd502e3588dae1c3912a0d17bcfbe2699dac7010dc82d3c34e720463bb7282b749eac549659d47b
+Size (R/jsonlite_1.8.9.tar.gz) = 1055633 bytes



Home | Main Index | Thread Index | Old Index