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: wiz
Date: Thu Oct 19 07:19:44 UTC 2023
Modified Files:
pkgsrc/devel/libgit2: Makefile PLIST distinfo
Log Message:
libgit2: update to 1.7.1.
1.7.1
Bug fixes
proxy: Return an error for invalid proxy URLs instead of crashing. by @lrm29 in #6597
ssh: fix known_hosts leak in _git_ssh_setup_conn by @steven9724 in #6599
repository: make cleanup safe for re-use with grafts by @carlosmn in #6600
fix: Add missing include for oidarray. by @dvzrv in #6608
Revert "CMake: Search for ssh2 instead of libssh2." by @ethomson in #6619
Compatibility improvements
stransport: macOS: replace errSSLNetworkTimeout, with hard-coded value by @mascguy in #6610
1.7.0
This is release v1.7.0, "Kleine Raupe Nimmersatt". This release
adds shallow clone support, completes the experimental SHA256
support, adds Schannel support for Windows, and includes many other
new features and bugfixes.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libgit2/PLIST
cvs rdiff -u -r1.34 -r1.35 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.70 pkgsrc/devel/libgit2/Makefile:1.71
--- pkgsrc/devel/libgit2/Makefile:1.70 Thu Aug 31 12:00:09 2023
+++ pkgsrc/devel/libgit2/Makefile Thu Oct 19 07:19:44 2023
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2023/08/31 12:00:09 pin Exp $
+# $NetBSD: Makefile,v 1.71 2023/10/19 07:19:44 wiz Exp $
-DISTNAME= libgit2-1.6.4
-# Do not update before Q3-freeze end.
-# It breaks all Rust packages depending on git2-0.17.0/libgit2-sys-0.15.1+1.6.4 crates
-PKGREVISION= 2
+DISTNAME= libgit2-1.7.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -23,6 +20,8 @@ PKGCONFIG_OVERRIDE_STAGE= pre-install
BUILDLINK_TRANSFORM+= rm:-Werror
+# as of 1.7.1, 2 tests fail (with 2 and 1 subtest each)
+# https://github.com/libgit2/libgit2/issues/6647
do-test:
cd ${WRKSRC}/${CMAKE_BUILD_DIR} && ctest
Index: pkgsrc/devel/libgit2/PLIST
diff -u pkgsrc/devel/libgit2/PLIST:1.19 pkgsrc/devel/libgit2/PLIST:1.20
--- pkgsrc/devel/libgit2/PLIST:1.19 Wed Apr 26 10:42:27 2023
+++ pkgsrc/devel/libgit2/PLIST Thu Oct 19 07:19:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2023/04/26 10:42:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2023/10/19 07:19:44 wiz Exp $
bin/git2
include/git2.h
include/git2/annotated_commit.h
@@ -94,6 +94,6 @@ include/git2/types.h
include/git2/version.h
include/git2/worktree.h
lib/libgit2.so
-lib/libgit2.so.1.6
+lib/libgit2.so.1.7
lib/libgit2.so.${PKGVERSION}
lib/pkgconfig/libgit2.pc
Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.34 pkgsrc/devel/libgit2/distinfo:1.35
--- pkgsrc/devel/libgit2/distinfo:1.34 Thu May 25 15:52:53 2023
+++ pkgsrc/devel/libgit2/distinfo Thu Oct 19 07:19:44 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2023/05/25 15:52:53 he Exp $
+$NetBSD: distinfo,v 1.35 2023/10/19 07:19:44 wiz Exp $
-BLAKE2s (libgit2-1.6.4.tar.gz) = a32563f76be574895a845d91eb8c68dc7efe0798368dd1fc6922c03a2adc76b8
-SHA512 (libgit2-1.6.4.tar.gz) = fd73df91710f19b0d6c3765c37c7f529233196da91cf4d58028a8d3840244f11df44abafabd74a8ed1cbe4826d1afd6ff9f01316d183ace0924c65e7cf0eb8d5
-Size (libgit2-1.6.4.tar.gz) = 6666964 bytes
+BLAKE2s (libgit2-1.7.1.tar.gz) = de2c63dc558a68962f169f7300c9884a2486d6bbb1c29c513194ad147c48a033
+SHA512 (libgit2-1.7.1.tar.gz) = 08e60dde0cdf57006cf0c5f27a82220aba8d701bf7d6d709ffe312975ffa5dbef009ccb1e7cbe570b9502f4361d06ace44dbfd9a5f5f8ad08e9b0ca05bef765e
+Size (libgit2-1.7.1.tar.gz) = 7548081 bytes
SHA1 (patch-deps_ntlmclient_ntlm.c) = 0f7645497b25f6895911cf32027e830ab73bdc55
SHA1 (patch-src_libgit2_config.c) = f3c131d26bb38e86ff992eb8007ec399846a205a
SHA1 (patch-src_libgit2_path.c) = b1f5245472ec00ff1c1c6b55b4ecdc88e1f163ac
Home |
Main Index |
Thread Index |
Old Index