From patchwork Mon Dec 21 19:02:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3736 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4D083m3RSBz3wsN for ; Mon, 21 Dec 2020 19:02:28 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4D083l37dyz1Fx; Mon, 21 Dec 2020 19:02:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4D083l0w2Dz2xkB; Mon, 21 Dec 2020 19:02:27 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4D083k4pbPz2xT5 for ; Mon, 21 Dec 2020 19:02:26 +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 4D083h2BHrz1Fx for ; Mon, 21 Dec 2020 19:02:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1608577345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CDA/FfsKL1C09WNoh8wSuGj1GUPTbN/LJPd0WzOmrao=; b=uX5bEYX23d6LPubotSdEo1P/nMIWyscV/3MpmUPxpyzxQOyYC1FTNaQ5xOiPWols6rGMq4 WqLsis3nOn4I3VBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1608577345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CDA/FfsKL1C09WNoh8wSuGj1GUPTbN/LJPd0WzOmrao=; b=E3Mftzt3h2Xfm38r9uE77cJ8lK1OQ8TMG8iPep1TdxfcX8oh4jobMvmD5HBHBy7eK5obrl ts1NT7q55mQtLfycQSC+p4A2sxQjceg7NdFT16Dx12LoYFf6gcW9jHKA5Ya+fJ6T1DC6uB mjNYvqET7chodsH17bqgTVDsciusqhGVpiv0iWLGPaJMfBlU623HzCjc4iWpSopybwWElH DofHS8AFqheS8ZDSIGKpiSsfkVP3kfOxgb/9ZQmItfY3iLgvCXgOc5peS7oPuWNoZKuZNY PN/2pYI7mq8pHZQOXsaMwKHlCtChahbKxOZ9Ng7hRwVx8YtOT5kOhseGZ1Mh/A== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] ccache: update to 3.7.12 Message-ID: Date: Mon, 21 Dec 2020 20:02:10 +0100 MIME-Version: 1.0 Content-Language: en-US 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" Please refer to https://ccache.dev/news.html#2020-10-01 for a list of all release notes since version 3.4.1, it is unfortunately way too long to be added here. :-] Since ccache is not part of the distribution itself, no rootfile updates were necessary. Signed-off-by: Peter Müller --- lfs/ccache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ccache b/lfs/ccache index 1361f3ed0..e930f20d1 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -24,7 +24,7 @@ include Config -VER = 3.4.1 +VER = 3.7.12 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 39492aea565c3e6d5affa633672a93bd +$(DL_FILE)_MD5 = 4c9a09ae499d1d82bb83e67f1068f9bb install : $(TARGET)