pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgit2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 22 15:51:01 UTC 2026

Modified Files:
        pkgsrc/devel/libgit2: Makefile distinfo

Log Message:
libgit2: updated to 1.9.4

v1.9.4

This release includes a few small but important bugfixes.

* cmake: separate generated headers from translated headers
* Avoid uninitialized variable warnings in gcc
* fix: Recognize relative worktrees extension
* fix(sha256): thread-safety bug in builtin SHA-256


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/libgit2/distinfo

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

Modified files:

Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.100 pkgsrc/devel/libgit2/Makefile:1.101
--- pkgsrc/devel/libgit2/Makefile:1.100 Thu May 14 16:40:45 2026
+++ pkgsrc/devel/libgit2/Makefile       Fri May 22 15:51:01 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2026/05/14 16:40:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.101 2026/05/22 15:51:01 adam Exp $
 
-DISTNAME=      libgit2-1.9.3
-PKGREVISION=   1
+DISTNAME=      libgit2-1.9.4
 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.46 pkgsrc/devel/libgit2/distinfo:1.47
--- pkgsrc/devel/libgit2/distinfo:1.46  Tue May  5 04:23:11 2026
+++ pkgsrc/devel/libgit2/distinfo       Fri May 22 15:51:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/05/05 04:23:11 adam Exp $
+$NetBSD: distinfo,v 1.47 2026/05/22 15:51:01 adam Exp $
 
-BLAKE2s (libgit2-1.9.3.tar.gz) = fadf2536a556890523fb8aa5b066792d1386a34295e6c4b1ce9248a7d4b6804d
-SHA512 (libgit2-1.9.3.tar.gz) = 5359d07b85b691b92784d5ef52825be2c1f1616bab8e969e51177bf8f5e767edbaf267943296407f62df1f3d7fa08e48c802374289046b71da2cc1ac7d43a15f
-Size (libgit2-1.9.3.tar.gz) = 7674513 bytes
+BLAKE2s (libgit2-1.9.4.tar.gz) = 0433708831686bae3f7dcac6cd0315bcf40e6d9e508b5492a80ecd0f8db4fbda
+SHA512 (libgit2-1.9.4.tar.gz) = 85036ade3aca33c5283605ae9de21a7948ec5952bc8cd468aa024ca873851a56ab0ebe62f95c0da109df9163875e9687a377d3df69728d434cc258b3f845ef0c
+Size (libgit2-1.9.4.tar.gz) = 7674814 bytes



Home | Main Index | Thread Index | Old Index