Fri Apr 5 11:20:24 2024 UTC (51d)
libgit2: update to 1.8.0.

This is release v1.8.0, "Das Fliegende Klassenzimmer". This release
includes optional, experimental support for invoking OpenSSH to
fetch and push, an easier mechanism to perform the default behavior
of git commit, and has many improvements for worktrees. This release
also includes many other new features and bugfixes.


(wiz)
diff -r1.75 -r1.76 pkgsrc/devel/libgit2/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/libgit2/PLIST
diff -r1.36 -r1.37 pkgsrc/devel/libgit2/distinfo
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-deps_ntlmclient_ntlm.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_libgit2_config.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_libgit2_path.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_libgit2_trailer.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_libgit2_transports_smart__pkt.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_util_date.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_util_str.c
diff -r1.1 -r0 pkgsrc/devel/libgit2/patches/patch-src_util_util.h
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-deps_ntlmclient_ntlm.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_libgit2_config.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_libgit2_path.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_libgit2_trailer.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_libgit2_transports_smart__pkt.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_util_date.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_util_str.c,v

anoncvs not yet been updated
Fri Apr 5 20:20:24 2024
Mon Jun 26 19:37:39 2023
pkgsrc/devel/libgit2/patches/patch-src_util_util.h,v

anoncvs not yet been updated

cvs diff -r1.75 -r1.76 pkgsrc/devel/libgit2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/Makefile 2024/02/07 13:22:04 1.75
+++ pkgsrc/devel/libgit2/Makefile 2024/04/05 11:20:23 1.76
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.75 2024/02/07 13:22:04 adam Exp $ 1# $NetBSD: Makefile,v 1.76 2024/04/05 11:20:23 wiz Exp $
2 2
3DISTNAME= libgit2-1.7.2 3DISTNAME= libgit2-1.8.0
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://libgit2.org/ 9HOMEPAGE= https://libgit2.org/
10COMMENT= Portable, pure C implementation of the Git core methods 10COMMENT= Portable, pure C implementation of the Git core methods
11LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways) 11LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
12 12
13USE_LANGUAGES= c99 13USE_LANGUAGES= c99
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16CMAKE_ARGS+= -DREGEX_BACKEND="pcre2" 16CMAKE_ARGS+= -DREGEX_BACKEND="pcre2"

cvs diff -r1.20 -r1.21 pkgsrc/devel/libgit2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/PLIST 2023/10/19 07:19:44 1.20
+++ pkgsrc/devel/libgit2/PLIST 2024/04/05 11:20:23 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.20 2023/10/19 07:19:44 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.21 2024/04/05 11:20:23 wiz Exp $
2bin/git2 2bin/git2
3include/git2.h 3include/git2.h
4include/git2/annotated_commit.h 4include/git2/annotated_commit.h
5include/git2/apply.h 5include/git2/apply.h
6include/git2/attr.h 6include/git2/attr.h
7include/git2/blame.h 7include/git2/blame.h
8include/git2/blob.h 8include/git2/blob.h
9include/git2/branch.h 9include/git2/branch.h
10include/git2/buffer.h 10include/git2/buffer.h
11include/git2/cert.h 11include/git2/cert.h
12include/git2/checkout.h 12include/git2/checkout.h
13include/git2/cherrypick.h 13include/git2/cherrypick.h
14include/git2/clone.h 14include/git2/clone.h
@@ -59,41 +59,42 @@ include/git2/signature.h @@ -59,41 +59,42 @@ include/git2/signature.h
59include/git2/stash.h 59include/git2/stash.h
60include/git2/status.h 60include/git2/status.h
61include/git2/stdint.h 61include/git2/stdint.h
62include/git2/strarray.h 62include/git2/strarray.h
63include/git2/submodule.h 63include/git2/submodule.h
64include/git2/sys/alloc.h 64include/git2/sys/alloc.h
65include/git2/sys/commit.h 65include/git2/sys/commit.h
66include/git2/sys/commit_graph.h 66include/git2/sys/commit_graph.h
67include/git2/sys/config.h 67include/git2/sys/config.h
68include/git2/sys/cred.h 68include/git2/sys/cred.h
69include/git2/sys/credential.h 69include/git2/sys/credential.h
70include/git2/sys/diff.h 70include/git2/sys/diff.h
71include/git2/sys/email.h 71include/git2/sys/email.h
 72include/git2/sys/errors.h
72include/git2/sys/filter.h 73include/git2/sys/filter.h
73include/git2/sys/hashsig.h 74include/git2/sys/hashsig.h
74include/git2/sys/index.h 75include/git2/sys/index.h
75include/git2/sys/mempack.h 76include/git2/sys/mempack.h
76include/git2/sys/merge.h 77include/git2/sys/merge.h
77include/git2/sys/midx.h 78include/git2/sys/midx.h
78include/git2/sys/odb_backend.h 79include/git2/sys/odb_backend.h
79include/git2/sys/openssl.h 80include/git2/sys/openssl.h
80include/git2/sys/path.h 81include/git2/sys/path.h
81include/git2/sys/refdb_backend.h 82include/git2/sys/refdb_backend.h
82include/git2/sys/reflog.h 83include/git2/sys/reflog.h
83include/git2/sys/refs.h 84include/git2/sys/refs.h
84include/git2/sys/remote.h 85include/git2/sys/remote.h
85include/git2/sys/repository.h 86include/git2/sys/repository.h
86include/git2/sys/stream.h 87include/git2/sys/stream.h
87include/git2/sys/transport.h 88include/git2/sys/transport.h
88include/git2/tag.h 89include/git2/tag.h
89include/git2/trace.h 90include/git2/trace.h
90include/git2/transaction.h 91include/git2/transaction.h
91include/git2/transport.h 92include/git2/transport.h
92include/git2/tree.h 93include/git2/tree.h
93include/git2/types.h 94include/git2/types.h
94include/git2/version.h 95include/git2/version.h
95include/git2/worktree.h 96include/git2/worktree.h
96lib/libgit2.so 97lib/libgit2.so
97lib/libgit2.so.1.7 98lib/libgit2.so.1.8
98lib/libgit2.so.${PKGVERSION} 99lib/libgit2.so.${PKGVERSION}
99lib/pkgconfig/libgit2.pc 100lib/pkgconfig/libgit2.pc

cvs diff -r1.36 -r1.37 pkgsrc/devel/libgit2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/distinfo 2024/02/07 13:22:04 1.36
+++ pkgsrc/devel/libgit2/distinfo 2024/04/05 11:20:23 1.37
@@ -1,13 +1,5 @@ @@ -1,13 +1,5 @@
1$NetBSD: distinfo,v 1.36 2024/02/07 13:22:04 adam Exp $ 1$NetBSD: distinfo,v 1.37 2024/04/05 11:20:23 wiz Exp $
2 2
3BLAKE2s (libgit2-1.7.2.tar.gz) = 51be87fe3dd22b785873c4089c11d33e148814ef0d361fd9020f49b86590d2c4 3BLAKE2s (libgit2-1.8.0.tar.gz) = 45bcf3f8f54b6d7912d75708140fc00335a8024827f9278ef7b58201a496968a
4SHA512 (libgit2-1.7.2.tar.gz) = 825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012 4SHA512 (libgit2-1.8.0.tar.gz) = e5634267bd9c6a594c9a954d09c657e7b8aadf213609bf7dd83b99863d0d0c7109a5277617dd508abc2da54ea3f12c2af1908d1aeb73c000e94056e2f3653144
5Size (libgit2-1.7.2.tar.gz) = 7548186 bytes 5Size (libgit2-1.8.0.tar.gz) = 7590126 bytes
6SHA1 (patch-deps_ntlmclient_ntlm.c) = 0f7645497b25f6895911cf32027e830ab73bdc55 
7SHA1 (patch-src_libgit2_config.c) = f3c131d26bb38e86ff992eb8007ec399846a205a 
8SHA1 (patch-src_libgit2_path.c) = b1f5245472ec00ff1c1c6b55b4ecdc88e1f163ac 
9SHA1 (patch-src_libgit2_trailer.c) = d8a6e733ff963124024bfb9f7118d8e537815695 
10SHA1 (patch-src_libgit2_transports_smart__pkt.c) = 9c4c6ee17512f7bb06d02343ef0a07794361c88e 
11SHA1 (patch-src_util_date.c) = 47c56292b8f2483065e904f99dc51832bab0de3d 
12SHA1 (patch-src_util_str.c) = 737f658e82b00c623533181126996263a2f1df45 
13SHA1 (patch-src_util_util.h) = 54e74097b87af3c2939e7c237f1d2827101b9a72 

File Deleted: pkgsrc/devel/libgit2/patches/patch-deps_ntlmclient_ntlm.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_libgit2_config.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_libgit2_path.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_libgit2_trailer.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_libgit2_transports_smart__pkt.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_util_date.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_util_str.c

File Deleted: pkgsrc/devel/libgit2/patches/patch-src_util_util.h