Sun Dec 18 01:53:04 2022 UTC ()
(devel/R-gert) Updated 1.6.0 to 1.9.2

1.9.2
  - Replace sprintf with snprintf for CRAN

1.9.1
  - Fix the Wstrict-prototype warnings
  - Use special static libgit2 bundle for openssl-3 distros.

1.9.0
  - Add support for the new ED25519 keys when authenticating over SSH

1.8.0
  - The static libgit2 for win/mac/linux are all 1.4.2 with a patched version
    of libssh 1.10.1. This should fix problems with the latest release versions
    of libgit2 and libssh2.
  - The patched libssh2 builds should now support RSA-SHA2, which re-enables
    authentication with GitHub using an RSA key.
  - On production Linux systems (x64 RHEL/Ubuntu) default to building using the
    static libgit2 because of above reasons. Set USE_SYSTEM_LIBGIT2=1 to force
    building against a local libgit2 on these platforms.

1.7.1
  - The static libgit2 for linux has been updated to 1.5.0 (this is only used
    on linux systems where no sufficient libgit2 is available).

1.7.0
  - git_status() gains parameter pathspec
  - git_ls() gains paremeter 'ref' and works with bare repositories


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/R-gert/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-gert/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-gert/Makefile (expand / switch to context diff)
--- pkgsrc/devel/R-gert/Makefile 2022/04/19 13:25:30 1.4
+++ pkgsrc/devel/R-gert/Makefile 2022/12/18 01:53:04 1.5
@@ -1,22 +1,22 @@
-# $NetBSD: Makefile,v 1.4 2022/04/19 13:25:30 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/18 01:53:04 mef Exp $
 
 R_PKGNAME=	gert
-R_PKGVER=	1.6.0
+R_PKGVER=	1.9.2
 CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 COMMENT=	Simple Git Client for R
 LICENSE=	mit	# + file LICENSE
 
-DEPENDS+=	R-zip>=2.1.0:../../archivers/R-zip
-DEPENDS+=	R-rstudioapi>=0.11:../../math/R-rstudioapi
 DEPENDS+=	R-askpass>=1.1:../../security/R-askpass
-DEPENDS+=	R-openssl>=1.4.1:../../security/R-openssl
-DEPENDS+=	R-credentials-[0-9]*:../../security/R-credentials
+DEPENDS+=	R-credentials>=1.2.1:../../security/R-credentials
+DEPENDS+=	R-openssl>=2.0.3:../../security/R-openssl
+DEPENDS+=	R-rstudioapi>=0.11:../../math/R-rstudioapi
+DEPENDS+=	R-zip>=2.1.0:../../archivers/R-zip
 
-TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+=	R-spelling-[0-9]*:../../textproc/R-spelling
 TEST_DEPENDS+=	R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES=	c
 

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-gert/distinfo (expand / switch to context diff)
--- pkgsrc/devel/R-gert/distinfo 2022/04/19 13:25:30 1.6
+++ pkgsrc/devel/R-gert/distinfo 2022/12/18 01:53:04 1.7
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/04/19 13:25:30 mef Exp $
+$NetBSD: distinfo,v 1.7 2022/12/18 01:53:04 mef Exp $
 
-BLAKE2s (R/gert_1.6.0.tar.gz) = 4a8a51f9c0b96d4338731d1803a7c37b9a3854b9ea2a3e7e2b185f73360a7a3d
+BLAKE2s (R/gert_1.9.2.tar.gz) = 6c0935f847ac2988abc78b58d8ce86f3a1c96fb84ad1bbae8c8d8ff597ee6614
-SHA512 (R/gert_1.6.0.tar.gz) = 9e2c0096ca74c7c68f863a1a5e5e34432dec7f9326829d07275ca5d83e03de1f2272fca03c56f0285af068696f280f5db652939f9e347f1bf21a1645e4cfd36d
+SHA512 (R/gert_1.9.2.tar.gz) = ca5e2527281c4943685e4aa016344d0f33d87f898f1364532e6ebe17eec5c305fdb687003ab0924536252dc2ddf661cb21407c391d89542ed3a63dc0c107d7bd
-Size (R/gert_1.6.0.tar.gz) = 117915 bytes
+Size (R/gert_1.9.2.tar.gz) = 121088 bytes