Andreas Wacknitz
2022-04-19 4ff4c3d736984f3a6e75ee134be36cca1f593172
git: update to 2.36.0

4 files modified
6183 ■■■■■ changed files
components/developer/git/Makefile 6 ●●●● patch | view | raw | blame | history
components/developer/git/git.p5m 4 ●●●● patch | view | raw | blame | history
components/developer/git/manifests/sample-manifest.p5m 6 ●●●● patch | view | raw | blame | history
components/developer/git/test/results-64.master 6167 ●●●●● patch | view | raw | blame | history
components/developer/git/Makefile
@@ -30,14 +30,14 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        git
COMPONENT_VERSION=    2.35.3
COMPONENT_VERSION=    2.36.0
COMPONENT_SUMMARY=    git - Fast Version Control System
COMPONENT_PROJECT_URL=    https://git-scm.com/
COMPONENT_FMRI=        developer/versioning/git
COMPONENT_CLASSIFICATION=    Development/Source Code Management
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    sha256:15e9db4f9bf2ed9fff30cb62a00c5c7c0901015f5ab048cdb4e8b04ddee00fa2
COMPONENT_ARCHIVE_HASH=    sha256:af5ebfc1658464f5d0d45a2bfd884c935fb607a10cc021d95bc80778861cc1d3
COMPONENT_ARCHIVE_URL=    https://www.kernel.org/pub/software/scm/git/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=    GPLv2
COMPONENT_DESCRIPTION=    Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
@@ -46,7 +46,7 @@
# man pages are a separate archive
#
COMPONENT_ARCHIVE_1=        $(COMPONENT_NAME)-manpages-$(COMPONENT_VERSION).tar.xz
COMPONENT_ARCHIVE_HASH_1=    sha256:a78c7ee00731cfa903fdf17e3af472c6413c1e014cedd771f6d29932def1e324
COMPONENT_ARCHIVE_HASH_1=    sha256:c063c30e3d712865f1057c50f4b736b8ccab4bb542ca1c3b157d45e5ad61db5c
COMPONENT_ARCHIVE_URL_1=    https://www.kernel.org/pub/software/scm/git/$(COMPONENT_ARCHIVE_1)
PYTHON_VERSION=    3.9
components/developer/git/git.p5m
@@ -99,6 +99,7 @@
hardlink path=usr/lib/git-core/git-format-patch target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsck target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsck-objects target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsmonitor--daemon target=git-upload-pack
hardlink path=usr/lib/git-core/git-gc target=git-upload-pack
hardlink path=usr/lib/git-core/git-get-tar-commit-id target=git-upload-pack
hardlink path=usr/lib/git-core/git-grep target=git-upload-pack
@@ -106,6 +107,7 @@
file path=usr/lib/git-core/git-gui--askpass
hardlink path=usr/lib/git-core/git-hash-object target=git-upload-pack
hardlink path=usr/lib/git-core/git-help target=git-upload-pack
hardlink path=usr/lib/git-core/git-hook target=git-upload-pack
file path=usr/lib/git-core/git-http-backend
file path=usr/lib/git-core/git-http-fetch
file path=usr/lib/git-core/git-http-push
@@ -417,12 +419,14 @@
file path=usr/share/man/man1/git-format-patch.1
file path=usr/share/man/man1/git-fsck-objects.1
file path=usr/share/man/man1/git-fsck.1
file path=usr/share/man/man1/git-fsmonitor--daemon.1
file path=usr/share/man/man1/git-gc.1
file path=usr/share/man/man1/git-get-tar-commit-id.1
file path=usr/share/man/man1/git-grep.1
file path=usr/share/man/man1/git-gui.1
file path=usr/share/man/man1/git-hash-object.1
file path=usr/share/man/man1/git-help.1
file path=usr/share/man/man1/git-hook.1
file path=usr/share/man/man1/git-http-backend.1
file path=usr/share/man/man1/git-http-fetch.1
file path=usr/share/man/man1/git-http-push.1
components/developer/git/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2021 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -91,6 +91,7 @@
hardlink path=usr/lib/git-core/git-format-patch target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsck target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsck-objects target=git-upload-pack
hardlink path=usr/lib/git-core/git-fsmonitor--daemon target=git-upload-pack
hardlink path=usr/lib/git-core/git-gc target=git-upload-pack
hardlink path=usr/lib/git-core/git-get-tar-commit-id target=git-upload-pack
hardlink path=usr/lib/git-core/git-grep target=git-upload-pack
@@ -98,6 +99,7 @@
file path=usr/lib/git-core/git-gui--askpass
hardlink path=usr/lib/git-core/git-hash-object target=git-upload-pack
hardlink path=usr/lib/git-core/git-help target=git-upload-pack
hardlink path=usr/lib/git-core/git-hook target=git-upload-pack
file path=usr/lib/git-core/git-http-backend
file path=usr/lib/git-core/git-http-fetch
file path=usr/lib/git-core/git-http-push
@@ -409,12 +411,14 @@
file path=usr/share/man/man1/git-format-patch.1
file path=usr/share/man/man1/git-fsck-objects.1
file path=usr/share/man/man1/git-fsck.1
file path=usr/share/man/man1/git-fsmonitor--daemon.1
file path=usr/share/man/man1/git-gc.1
file path=usr/share/man/man1/git-get-tar-commit-id.1
file path=usr/share/man/man1/git-grep.1
file path=usr/share/man/man1/git-gui.1
file path=usr/share/man/man1/git-hash-object.1
file path=usr/share/man/man1/git-help.1
file path=usr/share/man/man1/git-hook.1
file path=usr/share/man/man1/git-http-backend.1
file path=usr/share/man/man1/git-http-fetch.1
file path=usr/share/man/man1/git-http-push.1
components/developer/git/test/results-64.master
Diff too large