libgit2: update to 1.5.1

This commit is contained in:
Marcin Puc 2023-01-25 23:13:37 +01:00 committed by Toyam Cox
parent 04307e9647
commit 50e2ba959c
2 changed files with 6 additions and 16 deletions

View File

@ -1,14 +1,7 @@
From 12d73c418253a5c396465079c2808e07de17a1db Mon Sep 17 00:00:00 2001
From: Peter Pettersson <boretrk@hotmail.com>
Date: Thu, 14 Jul 2022 18:28:58 +0200
Subject: [PATCH] clar: remove ftrunacte from libgit2 tests
---
tests/libgit2/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Backported from:
https://github.com/libgit2/libgit2/commit/12d73c418253a5c396465079c2808e07de17a1db
diff --git a/tests/libgit2/CMakeLists.txt b/tests/libgit2/CMakeLists.txt
index 27f421ad6..7f6fafe77 100644
--- a/tests/libgit2/CMakeLists.txt
+++ b/tests/libgit2/CMakeLists.txt
@@ -65,7 +65,7 @@ endif()
@ -17,9 +10,6 @@ index 27f421ad6..7f6fafe77 100644
add_clar_test(libgit2_tests offline -v -xonline)
-add_clar_test(libgit2_tests invasive -v -score::ftruncate -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
+add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert -xonline::clone::ssh_auth_methods)
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
add_clar_test(libgit2_tests gitdaemon -v -sonline::push)
--
2.38.0

View File

@ -1,6 +1,6 @@
# Template file for 'libgit2'
pkgname=libgit2
version=1.5.0
version=1.5.1
revision=1
build_style=cmake
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
@ -10,8 +10,8 @@ short_desc="Git linkable library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
homepage="https://libgit2.org"
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
checksum=8de872a0f201b33d9522b817c92e14edb4efad18dae95cf156cf240b2efff93e
distfiles="https://github.com/libgit2/libgit2/archive/refs/tags/v${version}.tar.gz"
checksum=7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON"