From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] sqlite: Update to version 3380500 Date: Mon, 30 May 2022 19:28:42 +0000 Message-ID: In-Reply-To: <20220511084017.4026-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2994855012350992728==" List-Id: --===============2994855012350992728== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 3380300 to 3380500 > - Update of rootfile not required > - Changelog > Version 3.38.5 > The 3.38.4 patch release included a minor change to the CLI source cod= e that did not > work. The release manager only ran a subset of the normal release tes= ts, and hence > did not catch the problem. As a result, the CLI will segfault when us= ing columnar > output modes in version 3.38.4. This blunder did not affect the core = SQLite library. > It only affected the CLI. > Take-away lesson: Always run all of your tests prior to a release - ev= en a trival > patch release. Always. > The 3.38.5 patch release fixes the 3.38.4 blunder. > Version 3.38.4 > Another user-discovered problem in the new Bloom filter optimization i= s fixed in this > patch release. Without the fix, it is possible for a multi-way join t= hat uses a > Bloom filters for two or more tables in the join to enter an infinite= loop if the > key constraint on one of those tables contains a NULL value. >=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 076943280..4f6d5ad06 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3380300 > +VER =3D 3380500 > =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 35271246a27597ce88b4eaa1ff483b42421371737b5fe357eb6d= 2ad1d9c543b2d60341f7ee63f7dc95e374f61c539a607472b53881027c843b0da07704dd200f > +$(DL_FILE)_BLAKE2 =3D 546db2fddfc065ddb5d0f232456a79d6a582cd98acfe7c1c8e0f= 53311906f70d47d89dfabfdb52c9c261202931b97d84b5fd238f70e6539522e56a57c03036b3 > =20 > install : $(TARGET) > =20 --===============2994855012350992728==--