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 3370200 Date: Sat, 05 Feb 2022 13:21:10 +0000 Message-ID: <62331102-5207-5a53-52c5-c1e9b9d2d697@ipfire.org> In-Reply-To: <20220205120202.3445358-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2574160966387830696==" List-Id: --===============2574160966387830696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 3370000 to 3370200 > - Update of rootfile not required > - Changelog > Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause datab= ase corruption > if a SAVEPOINT is rolled back while in PRAGMA temp_store=3DMEMORY mode,= and other > changes are made, and then the outer transaction commits. Check-in 73c2= b50211d3ae26 > Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE= in which a > cache of the bytecode used to implement the cascading change was not be= ing reset > following a local DDL change. Check-in 5232c9777fe4fb13. > Other minor fixes that should not impact production builds. >=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 84a04004a..86d25f3ed 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3370000 > +VER =3D 3370200 > =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 021c1d936c157bb68d6d0b158636ac7a > +$(DL_FILE)_MD5 =3D 683cc5312ee74e71079c14d24b7a6d27 > =20 > install : $(TARGET) > =20 --===============2574160966387830696==--