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:           Wed Mar  1 06:40:14 UTC 2023

Modified Files:
        pkgsrc/devel/libgit2: Makefile PLIST distinfo

Log Message:
libgit2: update to 1.6.2.

Bug fixes

    remote: always populate old id in update tips by @ethomson in #6506
    The update tips callback would not always be properly provided with an empty (0000000...) OID for new refs.

    Revert #6503 by @ethomson in #6511
    The certificate callback added port information for callbacks in #6503, but the format was ambiguous with IPv6 addresses. Revert this change temporarily.

    Add git_odb_backend_loose back by @ethomson in #6512
    During SHA256 refactoring, the git_odb_backend_loose API was accidentally removed. Add it back.

    meta: configure pkg-config .pc correctly by @ethomson in #6514
    During SHA256 refactoring, the pkg-config .pc file was erroneously renamed to git2 instead of libgit2. Repair this.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libgit2/PLIST
cvs rdiff -u -r1.30 -r1.31 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.62 pkgsrc/devel/libgit2/Makefile:1.63
--- pkgsrc/devel/libgit2/Makefile:1.62  Sat Feb 25 17:28:45 2023
+++ pkgsrc/devel/libgit2/Makefile       Wed Mar  1 06:40:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/02/25 17:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2023/03/01 06:40:14 wiz Exp $
 
-DISTNAME=      libgit2-1.6.1
+DISTNAME=      libgit2-1.6.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,7 +15,7 @@ USE_TOOLS+=   pkg-config
 
 CMAKE_ARGS+=   -DREGEX_BACKEND="pcre2"
 
-PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/git2.pc
+PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/libgit2.pc
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 
 do-test:

Index: pkgsrc/devel/libgit2/PLIST
diff -u pkgsrc/devel/libgit2/PLIST:1.16 pkgsrc/devel/libgit2/PLIST:1.17
--- pkgsrc/devel/libgit2/PLIST:1.16     Sat Feb 25 17:28:45 2023
+++ pkgsrc/devel/libgit2/PLIST  Wed Mar  1 06:40:14 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2023/02/25 17:28:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/03/01 06:40:14 wiz Exp $
 bin/git2
 include/git2.h
 include/git2/annotated_commit.h
@@ -96,4 +96,4 @@ include/git2/worktree.h
 lib/libgit2.so
 lib/libgit2.so.1.6
 lib/libgit2.so.${PKGVERSION}
-lib/pkgconfig/git2.pc
+lib/pkgconfig/libgit2.pc

Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.30 pkgsrc/devel/libgit2/distinfo:1.31
--- pkgsrc/devel/libgit2/distinfo:1.30  Sat Feb 25 17:28:45 2023
+++ pkgsrc/devel/libgit2/distinfo       Wed Mar  1 06:40:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/02/25 17:28:45 wiz Exp $
+$NetBSD: distinfo,v 1.31 2023/03/01 06:40:14 wiz Exp $
 
-BLAKE2s (libgit2-1.6.1.tar.gz) = 645e3b9a5c87f89e4d19cedb86717cd6f112f9b49f15686b562c606320cef3f1
-SHA512 (libgit2-1.6.1.tar.gz) = 9288e6a0129020458a3ef6a7af2074e1a4577cf0be9adbab9316f5fae149861a4f39dd1dc104030e7fe849bb95d0ef12ffac4c728c5f13da4b5f66c7e6f9af7a
-Size (libgit2-1.6.1.tar.gz) = 6666523 bytes
+BLAKE2s (libgit2-1.6.2.tar.gz) = cf3eeaa9a751bb13619a96cc405d83b8fd50817ed3e1c20c7c3a6fb63a0121b2
+SHA512 (libgit2-1.6.2.tar.gz) = ef9feef36c5876776f3aa608101115c9e7a0970e6dd752851d930cb85b4b1789ed68f42700ebea51095ff54600e37c18a4de0c0678d9a4d7d4aba83668890c09
+Size (libgit2-1.6.2.tar.gz) = 6666383 bytes



Home | Main Index | Thread Index | Old Index