From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ccache: update to 3.7.12 Date: Tue, 22 Dec 2020 12:12:40 +0100 Message-ID: <7B28533A-D2FA-4A0D-BD6A-D432DFDAD8DE@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5138541205561556695==" List-Id: --===============5138541205561556695== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I merged this patch, but I do think that we should upgrade to 4.x. There are various features in it to improve performance and that is what we w= ant. Unfortunately this is another project who switched to another shitty build sy= stem, so we will need to depend on cmake to build the toolchain. I guess that= is a price we have to pay. -Michael > On 21 Dec 2020, at 23:12, Peter M=C3=BCller wr= ote: >=20 > Hello Michael, >=20 > yes, the 3.x series is still supported and the current 4.x release required= more > changes to the LFS file (cmake as a dependency - causing a bootstrap proble= m here?). >=20 > Thereof, I thought it might be a good compromise to update to the latest 3.= x release. >=20 > Thanks, and best regards, > Peter M=C3=BCller >=20 >=20 >> Hi, >>=20 >> Is there any reason you didn=E2=80=99t go for 4.1? >>=20 >> -Michael >>=20 >>> On 21 Dec 2020, at 20:02, Peter M=C3=BCller = wrote: >>>=20 >>> 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. :-] >>>=20 >>> Since ccache is not part of the distribution itself, no rootfile updates >>> were necessary. >>>=20 >>> Signed-off-by: Peter M=C3=BCller >>> --- >>> lfs/ccache | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>=20 >>> diff --git a/lfs/ccache b/lfs/ccache >>> index 1361f3ed0..e930f20d1 100644 >>> --- a/lfs/ccache >>> +++ b/lfs/ccache >>> @@ -24,7 +24,7 @@ >>>=20 >>> include Config >>>=20 >>> -VER =3D 3.4.1 >>> +VER =3D 3.7.12 >>>=20 >>> THISAPP =3D ccache-$(VER) >>> DL_FILE =3D $(THISAPP).tar.xz >>> @@ -51,7 +51,7 @@ objects =3D $(DL_FILE) >>>=20 >>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>>=20 >>> -$(DL_FILE)_MD5 =3D 39492aea565c3e6d5affa633672a93bd >>> +$(DL_FILE)_MD5 =3D 4c9a09ae499d1d82bb83e67f1068f9bb >>>=20 >>> install : $(TARGET) >>>=20 >>> --=20 >>> 2.26.2 >>=20 --===============5138541205561556695==--