From patchwork Thu Jun 17 09:47:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4438 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G5HK63xKTz3x7Q for ; Thu, 17 Jun 2021 09:47:22 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G5HK60dg4z17M; Thu, 17 Jun 2021 09:47:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G5HK607T9z2ydm; Thu, 17 Jun 2021 09:47:22 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G5HK51vWjz2xJw for ; Thu, 17 Jun 2021 09:47:21 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G5HK45mzBz172; Thu, 17 Jun 2021 09:47:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623923240; 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=iv8lquGg0PbuLCJcmgiDxAnV7XZu3//+bP2yPv2LHBc=; b=BQvBDQm5rbpvLxa76fNsdgdMN1yggaCQrM/pqMffvRzZTNJdPuoi4P3sE5USsdGV6e2wn8 kP3OtAIKs0UAsKCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623923240; 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=iv8lquGg0PbuLCJcmgiDxAnV7XZu3//+bP2yPv2LHBc=; b=WvFnUv+QiEitoBQP1V6i49RkRrwt2v2K8+sw81CSmPtoBK+6d0ioqfQLwC1gOmV6R5DaQH UOb9/5BqGWtQ0IOLwrts17AlMunz8m1yGyj6zUx+ieJbGH+v/r/vR2P9jMAJy9IM361JLc HkxFuRhQ/qrgxo22tq8iWaom+qi529RQJ+TYLUdjGC3zJzqFD9Sy2beJGEoY8YZaZQYHMz Bv9Dl6fj+m8rmRjEvhoETVlbe7F28Ra4sotRtc4rtsM+Wb3wc4WNcwSGbb+RFTflbs2VQv z6WOriiet8SEDHus1PdH3iYPnD0PP6IP6d/2KERC/j+Nf05sPmQdzhTIpEWFcA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to 5.12.0 Date: Thu, 17 Jun 2021 11:47:16 +0200 Message-Id: <20210617094716.36962-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 5.11.0 to 5.12.0 - Update of rootfile not required - Changelog xfsprogs-5.12.0 (21 May 2021) - No further changes xfsprogs-5.12.0-rc1 (07 May 2021) - mkfs: don't default to too-large physical sector size (Jeff Moyer) - repair: phase 6 speedups (Dave Chinner, Gao Xiang) - man: Add dax mount option to man xfs(5) (Carlos Maiolino) - xfs_admin: pick up log arguments correctly (Darrick Wong) - xfs_growfs: support shrinking unused space (Gao Xiang) - libfrog: report inobtcount in geometry (Darrick Wong) - xfs_logprint: Fix buffer overflow printing quotaoff (Carlos Maiolino) - xfsprogs: include for platform_crash (Leah Neukirchen) - xfsprogs: remove BMV_IF_NO_DMAPI_READ flag (Anthony Iliopoulos) - workqueue: bound maximum queue depth (Dave Chinner) xfsprogs-5.12.0-rc0 (12 Apr 2021) - libxfs changes merged from kernel 5.12 Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 47298e634..90a43d34d 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 5.11.0 +VER = 5.12.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 803bcddd983803b339acfb76064dfd84 +$(DL_FILE)_MD5 = b401d76ccd66e4fdf3d123193e5e1b91 install : $(TARGET)