Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=i4s4mB5E; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WGu5sjJC Received: by mail.netbsd.org (Postfix, from userid 605) id 7820984E86; Mon, 6 May 2024 06:22:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714976532; bh=VArEUSFrR7VKen+JomxO7q/9fgjFljKLr8qNuFfYfNQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=i4s4mB5E3lMO/SsuAwEYy8x7EIQeR4lYip8jSOpBeJmPKPO43V25r3aq6GnKmgsTO oMvxvGwUL+ciRRY87KCi78I0qlpnzMSWSIzGe6mi9qWIqmNLHoPtJPSkGj0+y42JfV 4Ytwpy25I/yhbzATzJ91ySTg8yxnrZdmQBeB11E4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A8A484D4C for ; Mon, 6 May 2024 06:22:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FSrRI9XdJm8b for ; Mon, 6 May 2024 06:22:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5D7584C86 for ; Mon, 6 May 2024 06:22:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714976530; bh=VArEUSFrR7VKen+JomxO7q/9fgjFljKLr8qNuFfYfNQ=; h=Date:From:Subject:To:Reply-To; b=WGu5sjJC66YqTw0RqTYZbQbyWwX9ZPzvZ4bMorIhx/eCimLMMSYt1wsUVxYTmAc+L +DyBn+WKPBcmCW3TW3DVyLBf3Oipve8bCpaTkOBBCByLtI25ttm9qeC0yGn30oL8wO 9ZDJltJ7JW4Nlb0O8otrjpWRGj/TNhzgT34cy54M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD0DFFA2C; Mon, 6 May 2024 06:22:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714976530213990" MIME-Version: 1.0 Date: Mon, 6 May 2024 06:22:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libgit2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240506062210.AD0DFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714976530213990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 6 06:22:10 UTC 2024 Modified Files: pkgsrc/devel/libgit2: Makefile PLIST distinfo Removed Files: pkgsrc/devel/libgit2/patches: patch-deps_ntlmclient_ntlm.c patch-src_libgit2_config.c patch-src_libgit2_path.c patch-src_libgit2_trailer.c patch-src_libgit2_transports_smart__pkt.c patch-src_util_date.c patch-src_util_str.c patch-src_util_util.h Log Message: libgit2: update to 1.8.0 again. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/libgit2/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/libgit2/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/libgit2/distinfo cvs rdiff -u -r1.3 -r0 \ pkgsrc/devel/libgit2/patches/patch-deps_ntlmclient_ntlm.c \ pkgsrc/devel/libgit2/patches/patch-src_libgit2_config.c \ pkgsrc/devel/libgit2/patches/patch-src_libgit2_path.c \ pkgsrc/devel/libgit2/patches/patch-src_libgit2_trailer.c \ pkgsrc/devel/libgit2/patches/patch-src_libgit2_transports_smart__pkt.c \ pkgsrc/devel/libgit2/patches/patch-src_util_date.c \ pkgsrc/devel/libgit2/patches/patch-src_util_str.c \ pkgsrc/devel/libgit2/patches/patch-src_util_util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714976530213990 Content-Disposition: inline Content-Length: 3392 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libgit2/Makefile diff -u pkgsrc/devel/libgit2/Makefile:1.77 pkgsrc/devel/libgit2/Makefile:1.78 --- pkgsrc/devel/libgit2/Makefile:1.77 Fri Apr 5 17:03:59 2024 +++ pkgsrc/devel/libgit2/Makefile Mon May 6 06:22:09 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2024/04/05 17:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2024/05/06 06:22:09 wiz Exp $ -DISTNAME= libgit2-1.7.2 +DISTNAME= libgit2-1.8.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -10,9 +10,12 @@ HOMEPAGE= https://libgit2.org/ COMMENT= Portable, pure C implementation of the Git core methods LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways) -USE_LANGUAGES= c99 +USE_LANGUAGES= c USE_TOOLS+= pkg-config +USE_CC_FEATURES+= c99 +FORCE_C_STD= c99 + CMAKE_ARGS+= -DREGEX_BACKEND="pcre2" PKGCONFIG_OVERRIDE+= ${CMAKE_BUILD_DIR}/libgit2.pc Index: pkgsrc/devel/libgit2/PLIST diff -u pkgsrc/devel/libgit2/PLIST:1.22 pkgsrc/devel/libgit2/PLIST:1.23 --- pkgsrc/devel/libgit2/PLIST:1.22 Fri Apr 5 17:03:59 2024 +++ pkgsrc/devel/libgit2/PLIST Mon May 6 06:22:09 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2024/04/05 17:03:59 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2024/05/06 06:22:09 wiz Exp $ bin/git2 include/git2.h include/git2/annotated_commit.h @@ -69,6 +69,7 @@ include/git2/sys/cred.h include/git2/sys/credential.h include/git2/sys/diff.h include/git2/sys/email.h +include/git2/sys/errors.h include/git2/sys/filter.h include/git2/sys/hashsig.h include/git2/sys/index.h @@ -94,6 +95,6 @@ include/git2/types.h include/git2/version.h include/git2/worktree.h lib/libgit2.so -lib/libgit2.so.1.7 +lib/libgit2.so.1.8 lib/libgit2.so.${PKGVERSION} lib/pkgconfig/libgit2.pc Index: pkgsrc/devel/libgit2/distinfo diff -u pkgsrc/devel/libgit2/distinfo:1.38 pkgsrc/devel/libgit2/distinfo:1.39 --- pkgsrc/devel/libgit2/distinfo:1.38 Fri Apr 5 17:03:59 2024 +++ pkgsrc/devel/libgit2/distinfo Mon May 6 06:22:09 2024 @@ -1,13 +1,5 @@ -$NetBSD: distinfo,v 1.38 2024/04/05 17:03:59 wiz Exp $ +$NetBSD: distinfo,v 1.39 2024/05/06 06:22:09 wiz Exp $ -BLAKE2s (libgit2-1.7.2.tar.gz) = 51be87fe3dd22b785873c4089c11d33e148814ef0d361fd9020f49b86590d2c4 -SHA512 (libgit2-1.7.2.tar.gz) = 825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012 -Size (libgit2-1.7.2.tar.gz) = 7548186 bytes -SHA1 (patch-deps_ntlmclient_ntlm.c) = 0f7645497b25f6895911cf32027e830ab73bdc55 -SHA1 (patch-src_libgit2_config.c) = f3c131d26bb38e86ff992eb8007ec399846a205a -SHA1 (patch-src_libgit2_path.c) = b1f5245472ec00ff1c1c6b55b4ecdc88e1f163ac -SHA1 (patch-src_libgit2_trailer.c) = d8a6e733ff963124024bfb9f7118d8e537815695 -SHA1 (patch-src_libgit2_transports_smart__pkt.c) = 9c4c6ee17512f7bb06d02343ef0a07794361c88e -SHA1 (patch-src_util_date.c) = 47c56292b8f2483065e904f99dc51832bab0de3d -SHA1 (patch-src_util_str.c) = 737f658e82b00c623533181126996263a2f1df45 -SHA1 (patch-src_util_util.h) = 54e74097b87af3c2939e7c237f1d2827101b9a72 +BLAKE2s (libgit2-1.8.0.tar.gz) = 45bcf3f8f54b6d7912d75708140fc00335a8024827f9278ef7b58201a496968a +SHA512 (libgit2-1.8.0.tar.gz) = e5634267bd9c6a594c9a954d09c657e7b8aadf213609bf7dd83b99863d0d0c7109a5277617dd508abc2da54ea3f12c2af1908d1aeb73c000e94056e2f3653144 +Size (libgit2-1.8.0.tar.gz) = 7590126 bytes --_----------=_1714976530213990--