public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sqlite: Update to version 3370200
@ 2022-02-05 12:02 Adolf Belka
  2022-02-05 13:21 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-02-05 12:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

- 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 database corruption
    if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other
    changes are made, and then the outer transaction commits. Check-in 73c2b50211d3ae26
   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 being reset
    following a local DDL change. Check-in 5232c9777fe4fb13.
   Other minor fixes that should not impact production builds.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/sqlite | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/sqlite b/lfs/sqlite
index 84a04004a..86d25f3ed 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3370000
+VER        = 3370200
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 021c1d936c157bb68d6d0b158636ac7a
+$(DL_FILE)_MD5 = 683cc5312ee74e71079c14d24b7a6d27
 
 install : $(TARGET)
 
-- 
2.35.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sqlite: Update to version 3370200
  2022-02-05 12:02 [PATCH] sqlite: Update to version 3370200 Adolf Belka
@ 2022-02-05 13:21 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-05 13:21 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - 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 database corruption
>     if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other
>     changes are made, and then the outer transaction commits. Check-in 73c2b50211d3ae26
>    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 being reset
>     following a local DDL change. Check-in 5232c9777fe4fb13.
>    Other minor fixes that should not impact production builds.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/sqlite | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/sqlite b/lfs/sqlite
> index 84a04004a..86d25f3ed 100644
> --- a/lfs/sqlite
> +++ b/lfs/sqlite
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 3370000
> +VER        = 3370200
>  
>  THISAPP    = sqlite-autoconf-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 021c1d936c157bb68d6d0b158636ac7a
> +$(DL_FILE)_MD5 = 683cc5312ee74e71079c14d24b7a6d27
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-05 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 12:02 [PATCH] sqlite: Update to version 3370200 Adolf Belka
2022-02-05 13:21 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox