From patchwork Mon Mar 22 07:26:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3964 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 4F3mK36jG0z40Qq for ; Mon, 22 Mar 2021 07:26:47 +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 4F3mK34cDJz5Q5; Mon, 22 Mar 2021 07:26:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3mK340z3z2xjj; Mon, 22 Mar 2021 07:26:47 +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 4F3mK15PCNz2xjj for ; Mon, 22 Mar 2021 07:26:45 +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 4F3mK12fGPz5Px; Mon, 22 Mar 2021 07:26:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616398005; 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=uDimqoMsQNMDojT/UPnRFqtarAFmK+ZTpuu9m4nFOwM=; b=/AODwA1ej4TOuHYrIiBkSYp2Lxy/zUCRpHh+/3Ws1hF7jTTD2nTDGPq2DFaFRXyoRUAAQj 5j7VH96k/r1MtxAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616398005; 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=uDimqoMsQNMDojT/UPnRFqtarAFmK+ZTpuu9m4nFOwM=; b=b3pr7NNkUtxnnjGz0scZDZqgl1cJ/wO9dJl0mm8YpVM+0AGdDfOCKCEDM4zMwFR6c6q1c8 oVTKkj8sLySC3WG4XKUOSdsG5BOMh9eNfncM6YcYA+ObsaRZECwmY8eU9atym95WRkUgdJ SKLrkrBaIERgjbJjxYoWkFuAGQhPLDWyYZeXhXbHg6Zauj6sgLHB4mA+nXopCUNdz6y7yK ilAEF387Wtxy7MVxX48zoSnjbdQk0cD6i7QSKilYEL0TlpM6bOp22qKKtpahgV67fJ+dP1 KRuPh2ezxFguVq4C77teaR4oSG9lT5Y3EQ82ch4o5XRTNz1uryIB5/WXFL/jWg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] strace: Update to 5.11 Date: Mon, 22 Mar 2021 08:26:43 +0100 Message-Id: <20210322072643.1284-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.10 to 5.11 - No update of rootfile required - Changelog is too long to put in here (several thousand lines) Full change log can be reviewed in the tarball. Signed-off-by: Adolf Belka --- lfs/strace | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/strace b/lfs/strace index c6ea35876..cfce835ec 100644 --- a/lfs/strace +++ b/lfs/strace @@ -24,7 +24,7 @@ include Config -VER = 5.10 +VER = 5.11 SUP_ARCHES = x86_64 i586 armv5tel THISAPP = strace-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = strace -PAK_VER = 4 +PAK_VER = 5 DEPS = elfutils @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5f9f87f9afa282e7512f67a129287d6c +$(DL_FILE)_MD5 = f5a317fd535465cf9130d0547661f5c4 install : $(TARGET)