From 1013f56706b4471585cc0c53bf839db079ba9481 Mon Sep 17 00:00:00 2001 From: Ingmar Stein Date: Tue, 27 Aug 2024 22:02:15 +0200 Subject: [PATCH] Update git to 2.46.1 Changelog: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.46.1.txt --- cross/git/Makefile | 2 +- cross/git/digests | 6 +++--- spk/git/Makefile | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cross/git/Makefile b/cross/git/Makefile index 18a4499b42d..8406dd1ae66 100644 --- a/cross/git/Makefile +++ b/cross/git/Makefile @@ -1,5 +1,5 @@ PKG_NAME = git -PKG_VERS = 2.45.0 +PKG_VERS = 2.46.1 PKG_EXT = tar.xz PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://kernel.org/pub/software/scm/git diff --git a/cross/git/digests b/cross/git/digests index e25dad37f24..fadc3841dc4 100644 --- a/cross/git/digests +++ b/cross/git/digests @@ -1,3 +1,3 @@ -git-2.45.0.tar.xz SHA1 e764c858b083b8a21efedc879730ae1a281ec4a4 -git-2.45.0.tar.xz SHA256 0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429 -git-2.45.0.tar.xz MD5 1daf15b08a3ef7bc58510ab75f5f1851 +git-2.46.1.tar.xz SHA1 006148297cbde5ebfae42f4c517e950bfb347b9a +git-2.46.1.tar.xz SHA256 888cafb8bd6ab4cbbebc168040a8850eb088f81dc3ac2617195cfc0877f0f543 +git-2.46.1.tar.xz MD5 bea9d35bbd0283ad6e2c549f96fda5ea diff --git a/spk/git/Makefile b/spk/git/Makefile index 94e9e6c8a5a..01346da5206 100644 --- a/spk/git/Makefile +++ b/spk/git/Makefile @@ -1,6 +1,6 @@ SPK_NAME = git -SPK_VERS = 2.45.0 -SPK_REV = 31 +SPK_VERS = 2.46.1 +SPK_REV = 32 SPK_ICON = src/git.png DEPENDS = cross/git @@ -11,7 +11,7 @@ DESCRIPTION = Git is a fast, scalable, distributed revision control system with DESCRIPTION_FRE = Git est un système de gestion de révision rapide, extensible et distribué avec un ensemble de commandes inhabituellement riche qui fournit à la fois des opérations de haut niveau et un accès complet aux structures de bas niveau. STARTABLE = no DISPLAY_NAME = Git -CHANGELOG = "1. Update git to v2.45.0.
2. Update OpenSSL to v3.1.5.
3. Update git-lfs to v3.5.1." +CHANGELOG = "Update git to v2.46.1." HOMEPAGE = https://git-scm.com LICENSE = GPLv2