From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sqlite: Update to version 3450300 Date: Fri, 26 Apr 2024 10:38:27 +0200 Message-ID: <16961AF9-90BB-48B7-A56C-CAD18154D24F@ipfire.org> In-Reply-To: <20240425204302.3418918-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6960657310164738801==" List-Id: --===============6960657310164738801== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Apr 2024, at 22:43, Adolf Belka wrote: >=20 > - Update from version 3450200 to 3450300 > - Update of rootfile not required > - Changelog > 3450300 > Fix a long-standing bug (going back to version 3.24.0) that might (rarely) = cause > the "old.*" values of an UPDATE trigger to be incorrect if that trigger fir= es in > response to an UPSERT. Forum post 284955a3cd454a15. > Fix a bug in sum() that could cause it to return NULL when it should return > Infinity. Forum post 23b8688ef4. > Other trifling corrections and compiler warning fixes that have come up sin= ce the > previous patch release. See the timeline for details. >=20 > 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 922b303b7..421e32dd2 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 3450200 > +VER =3D 3450300 >=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)_BLAKE2 =3D 7bc225167a6792a35c2e7a324fe9bff1a1540a01b0fd04197d02= 3f113a368ba6034235045281c7653abdd2ea67aa10a5ed19b024d1d25bdb7232533e25dfb991 > +$(DL_FILE)_BLAKE2 =3D 24e47dcfb8fb1dbd0055d48cfc540884439e9443b1b79700e867= 326feb60b340a9b5d5bdb83eeca210b47251e61b706ec67eb1b84e59b11bae6c76271b1030bf >=20 > install : $(TARGET) >=20 > --=20 > 2.44.0 >=20 --===============6960657310164738801==--