From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bmD3X16SVz37FL for ; Mon, 21 Jul 2025 21:26:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bmD3R5mgnz34N9 for ; Mon, 21 Jul 2025 21:26:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bmD3P0RdFz20D; Mon, 21 Jul 2025 21:26:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753133169; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u/bjDbTjhlXVU1JOv9QIVTMuk+nWWzihYqD0T3jy8mc=; b=L1ISYzcYQzpZq8I2IGNjJLj38+mNY8MnDZ1QgQb6JCnaVv8CyR29GFW4URIAOSQLXKyleg Ia7Y5Nu8WLuEOFCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753133169; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u/bjDbTjhlXVU1JOv9QIVTMuk+nWWzihYqD0T3jy8mc=; b=dushQisVp0Sp5ZxKJ+58vN+IxIM7KSmKTPpyvhD7v5c5ZwtNmo1r/g/1Snf7siAsOtvF5G Arrek3jpKez9YdMtHVQrPQVRIqtpoiiZwX5aWDDX9bXOAp1zaiBAAoJ5vMe5dzEfej8nbq b2WljyBheAWbpGbDy/yJ5hMSywpfSkAqzbiZgy1c6vG2P2e6DharlBg8H2R65sZ6hQY5RT 0qOmtcRG7I883RA3tS5X+77g861h4e5gXkWcnPKFb4hybZMazJbpfyaaGLpHMouqjdDPqZ MW/h70o7wED3RI8jV0LOHs/9ysZ+t/WW838S2cE4GeccF1bGVrIhX6LsZVRW5Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] git: Update to version 2.50.1 Date: Mon, 21 Jul 2025 23:25:58 +0200 Message-ID: <20250721212601.3400729-10-adolf.belka@ipfire.org> In-Reply-To: <20250721212601.3400729-1-adolf.belka@ipfire.org> References: <20250721212601.3400729-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 2.50.0 to 2.50.1 - Update of rootfile not required - Changelog 2.50.1 This release merges up the fixes that appear in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, and v2.49.1 to address the following CVEs: CVE-2025-27613, CVE-2025-27614, CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385, and CVE-2025-48386. See the release notes for v2.43.7 for details. Signed-off-by: Adolf Belka --- lfs/git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/git b/lfs/git index d84c92892..abdfe1a38 100644 --- a/lfs/git +++ b/lfs/git @@ -24,7 +24,7 @@ include Config -VER = 2.50.0 +VER = 2.50.1 SUMMARY = Fast, scalable, distributed revision control system THISAPP = git-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = git -PAK_VER = 38 +PAK_VER = 39 DEPS = perl-Authen-SASL perl-Net-SMTP-SSL @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2ee60be2d0e749e898016f44107473d6e4dc30f70c73a94b3433f5a479a5a8989d000ca4084fabd32a7d0ace0914136c5c023bd72946ef7003affd535a98b5ee +$(DL_FILE)_BLAKE2 = 4e5e3168d7dd88cc508920dd773df2ec6b568c70e8068a18010f01241ebc9e9140ca13a9820e14f0d4695e966c436aef305a81e61cc66007b756b75f48dd5d16 install : $(TARGET) -- 2.50.1