CVS commit: pkgsrc/devel/libgit2
"Adam Ciarcinski" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: adam Date: Fri Aug 14 07:22:26 UTC 2026 Modified Files: pkgsrc/devel/libgit2: Makefile distinfo Log Message: libgit2: updated to 1.9.7 v1.9.7 This is an security release with one change. * Escape remote repository paths in libssh2 In v1.9.2, we started escaping repository paths in the OpenSSH-based exec ssh transport. Bring the same escaping to the libssh2 transport to avoid any potential command injection. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/libgit2/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libgit2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.5 KB)
Modified files:
Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.102 pkgsrc/devel/libgit2/Makefile:1.103
--- pkgsrc/devel/libgit2/Makefile:1.102 Sun Jul 19 08:32:23 2026
+++ pkgsrc/devel/libgit2/Makefile Fri Aug 14 07:22:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2026/07/19 08:32:23 adam Exp $
+# $NetBSD: Makefile,v 1.103 2026/08/14 07:22:25 adam Exp $
-DISTNAME= libgit2-1.9.6
+DISTNAME= libgit2-1.9.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.48 pkgsrc/devel/libgit2/distinfo:1.49
--- pkgsrc/devel/libgit2/distinfo:1.48 Sun Jul 19 08:32:23 2026
+++ pkgsrc/devel/libgit2/distinfo Fri Aug 14 07:22:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2026/07/19 08:32:23 adam Exp $
+$NetBSD: distinfo,v 1.49 2026/08/14 07:22:25 adam Exp $
-BLAKE2s (libgit2-1.9.6.tar.gz) = c1ed7416c15ce90fcf7026518ba784aa147f3d05dce26b6179c0525809a77f2f
-SHA512 (libgit2-1.9.6.tar.gz) = 33a4bede42b602d968fd3d2d7e2863e7f64cd23ca147cb2327843afa9a6aa6008c2a8de876ea15813ddcbd247ae8ab23e6528c624554d706ededc0ca20878446
-Size (libgit2-1.9.6.tar.gz) = 7769080 bytes
+BLAKE2s (libgit2-1.9.7.tar.gz) = f08131c03bd363be40b91f0fac3dd4b9a225c42bb982a1fc974307c2ceb68da7
+SHA512 (libgit2-1.9.7.tar.gz) = 96924a4fd87669ad91d40669946cd249b646f3ce85380fc12b553b6c20338ff3c1df5faa6f168b2ca12ed20c8309116a05021f9710ee7ff61e5b8a249172b0ba
+Size (libgit2-1.9.7.tar.gz) = 7769162 bytes