From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sqlite: Update to 3.34.0 Date: Fri, 18 Dec 2020 12:47:12 +0100 Message-ID: In-Reply-To: <48bff0b2-e20c-8f75-a6f0-b6eca0ce2de1@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3684818845133093442==" List-Id: --===============3684818845133093442== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable @Peter: Could you please have a look at this? This does not seem to be a malicious URL. So why is it blocked? -Michael > On 18 Dec 2020, at 12:14, Adolf Belka wrote: >=20 > Hi Michael, >=20 >=20 >=20 > On 18/12/2020 10:44, Michael Tremer wrote: >> Him, >>> On 16 Dec 2020, at 19:28, Adolf Belka wrote: >>>=20 >>> -Update sqlite from 3.26.0 to 3.34.0 >>> See https://sqlite[.]org/chronology[.]html for history between >> Is there any reason you had to escape this URL like this? >>=20 >=20 > My first sending of the patch got bounced due to the url showing up as a sp= am source. I remembered that Erik or Matthias had also had problems in the pa= st like that so hence I escaped the url and it was then successfully sent. >=20 > Regards, > Adolf. >=20 >=20 >>> these releases. >>> -Have reviewed all release notes between these two releases and there >>> are no deprecations. >>> -No change to rootfile. >> Very good. Merged. >> -Michael >>> Signed-off-by: Adolf Belka >>> --- >>> lfs/sqlite | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>=20 >>> diff --git a/lfs/sqlite b/lfs/sqlite >>> index 8f02634cd..b2e1b6d3b 100644 >>> --- a/lfs/sqlite >>> +++ b/lfs/sqlite >>> @@ -24,7 +24,7 @@ >>>=20 >>> include Config >>>=20 >>> -VER =3D 3260000 >>> +VER =3D 3340000 >>>=20 >>> THISAPP =3D sqlite-autoconf-$(VER) >>> DL_FILE =3D $(THISAPP).tar.gz >>> @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >>>=20 >>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>>=20 >>> -$(DL_FILE)_MD5 =3D ac2b3b8cd3a97600e36fb8e756e8dda1 >>> +$(DL_FILE)_MD5 =3D 7f33c9db7b713957fcb9271fe9049fef >>>=20 >>> install : $(TARGET) >>>=20 >>> --=20 >>> 2.29.2 >>>=20 --===============3684818845133093442==--