From patchwork Sun May 4 13:17:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8693 Return-Path: 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vS6DbMz3wmg for ; Sun, 4 May 2025 13:17:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zr4vM58y4z6Tw for ; Sun, 4 May 2025 13:17:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zr4vM1wNtz33yq for ; Sun, 4 May 2025 13:17:19 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vJ279Wz2yVp for ; Sun, 4 May 2025 13:17:16 +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 4Zr4vH2x99z1VM; Sun, 4 May 2025 13:17:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746364635; 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; bh=iMdSkmLYyEa64Tj0ukwp2guBGCpHk/8Vi2lnx1oFmXs=; b=bITvNRKtZG0S3w17O76DQE+QvyT49+U9CsQw79ybDNfobkMEd+a4MUowiqTj/cAdG3C959 mzB0E7mu9RNowwAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746364635; 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; bh=iMdSkmLYyEa64Tj0ukwp2guBGCpHk/8Vi2lnx1oFmXs=; b=nfT75q4k6RR901W6N4lLsagD8o+bVkksyv363lgzs18kt01CiENNzCi3UGV14Iv168PAgV lqqq5vAYqW8V0L7RyyivChpsN+YjQ3D2ObPIB6YS/yFmtXKqRFHau1eBjJAwyme8ryfYJA XJRqiLfhm9wUtitqeaF+PyRUc5ewSxltomoYCeZpDBH+Lc7m/LElPy8N39emLsLWEYg/ri Z0Qe7qT5NbqGI4x5oD598S3YUP4gIiHcsHf5U9z4tnw+mHnnRQRAen1TFA8aNabXVP9GCS NNjx/xnW52tKk0guE8hmDmOwbUsCEmpn53xjiz5NveTDu9ZXLQE2/XFUy9e3yw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] diffutils: Update to version 3.12 Date: Sun, 4 May 2025 15:17:04 +0200 Message-ID: <20250504131711.3311134-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 - Update from version 3.11 to 3.12 - Update of rootfile not required - Changelog 3.12 Bug fixes diff -r no longer merely summarizes when comparing an empty regular file to a nonempty regular file. [bug#76452 introduced in 3.11] diff -y no longer crashes when given nontrivial differences. [bug#76613 introduced in 3.11] Signed-off-by: Adolf Belka --- lfs/diffutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/diffutils b/lfs/diffutils index 8047c0a76..b1954e0c2 100644 --- a/lfs/diffutils +++ b/lfs/diffutils @@ -24,7 +24,7 @@ include Config -VER = 3.11 +VER = 3.12 THISAPP = diffutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e3d78548d1fbee060a9e0a7ee93f4aebaa80a9ff15867f13e2f1d09672e2b1e8dcf01f264d5184c441bc81b0b1a797210cbf4a1f9b8ba061994066e710e79fc1 +$(DL_FILE)_BLAKE2 = 5b4593b39da71578d7f975603abe9359be215b9ac76548a6ab0d6e3838bb103c7ffcddf7fa01abcd5c6289db9a2f16b43aa3d5e846a9aa4b8db866763c2660de install : $(TARGET)