Andreas Wacknitz
2024-03-22 f05a8d2f6185b69e479549a121deae8e7510489d
libgit2: update to 1.8.0

5 files modified
22 ■■■■ changed files
components/library/libgit2/Makefile 4 ●●●● patch | view | raw | blame | history
components/library/libgit2/libgit2.p5m 5 ●●●●● patch | view | raw | blame | history
components/library/libgit2/manifests/sample-manifest.p5m 5 ●●●●● patch | view | raw | blame | history
components/library/libgit2/pkg5 2 ●●● patch | view | raw | blame | history
components/library/libgit2/test/results-all.master 6 ●●●● patch | view | raw | blame | history
components/library/libgit2/Makefile
@@ -20,12 +20,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        libgit2
COMPONENT_VERSION=    1.7.2
COMPONENT_VERSION=    1.8.0
COMPONENT_SUMMARY=    Portable implementation of the Git core methods provided as a library
COMPONENT_PROJECT_URL=    https://libgit2.github.com/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:de384e29d7efc9330c6cdb126ebf88342b5025d920dcb7c645defad85195ea7f
COMPONENT_ARCHIVE_HASH=    sha256:9e1d6a880d59026b675456fbb1593c724c68d73c34c0d214d6eb848e9bbd8ae4
COMPONENT_ARCHIVE_URL=    https://github.com/$(COMPONENT_NAME)/$(COMPONENT_NAME)/archive/v$(COMPONENT_VERSION).tar.gz
COMPONENT_FMRI=        library/libgit2
COMPONENT_CLASSIFICATION=    Development/Source Code Management
components/library/libgit2/libgit2.p5m
@@ -94,6 +94,7 @@
file path=usr/include/git2/sys/credential.h
file path=usr/include/git2/sys/diff.h
file path=usr/include/git2/sys/email.h
file path=usr/include/git2/sys/errors.h
file path=usr/include/git2/sys/filter.h
file path=usr/include/git2/sys/hashsig.h
file path=usr/include/git2/sys/index.h
@@ -118,7 +119,7 @@
file path=usr/include/git2/types.h
file path=usr/include/git2/version.h
file path=usr/include/git2/worktree.h
link path=usr/lib/$(MACH64)/libgit2.so target=libgit2.so.1.7
link path=usr/lib/$(MACH64)/libgit2.so target=libgit2.so.1.8
file path=usr/lib/$(MACH64)/libgit2.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libgit2.so.1.7 target=libgit2.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libgit2.so.1.8 target=libgit2.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/libgit2.pc
components/library/libgit2/manifests/sample-manifest.p5m
@@ -93,6 +93,7 @@
file path=usr/include/git2/sys/credential.h
file path=usr/include/git2/sys/diff.h
file path=usr/include/git2/sys/email.h
file path=usr/include/git2/sys/errors.h
file path=usr/include/git2/sys/filter.h
file path=usr/include/git2/sys/hashsig.h
file path=usr/include/git2/sys/index.h
@@ -117,7 +118,7 @@
file path=usr/include/git2/types.h
file path=usr/include/git2/version.h
file path=usr/include/git2/worktree.h
link path=usr/lib/$(MACH64)/libgit2.so target=libgit2.so.1.7
link path=usr/lib/$(MACH64)/libgit2.so target=libgit2.so.1.8
file path=usr/lib/$(MACH64)/libgit2.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libgit2.so.1.7 target=libgit2.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libgit2.so.1.8 target=libgit2.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/libgit2.pc
components/library/libgit2/pkg5
@@ -8,4 +8,4 @@
        "library/libgit2"
    ],
    "name": "libgit2"
}
}
components/library/libgit2/test/results-all.master
@@ -1,6 +1,6 @@
Test project $(@D)
      Start  1: offline
 1/12 Test  #1: offline ..........................***Failed
 1/12 Test  #1: offline ..........................   Passed
      Start  2: invasive
 2/12 Test  #2: invasive .........................   Passed
      Start  3: online
@@ -22,14 +22,14 @@
      Start 11: auth_clone_and_push
11/12 Test #11: auth_clone_and_push ..............   Passed
      Start 12: util
12/12 Test #12: util .............................   Passed
12/12 Test #12: util .............................***Failed
92% tests passed, 1 tests failed out of 12
Total Test time (real) =
The following tests FAILED:
      1 - offline (Failed)
     12 - util (Failed)
Errors while running CTest
Output from these tests are in: $(@D)/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.