[PATCH] Bump SQLite to 3.35.2

  • Done
  • quality assurance status badge
Details
3 participants
  • Isaac Young
  • Jelle Licht
  • Léo Le Bouter
Owner
unassigned
Submitted by
Isaac Young
Severity
normal
I
I
Isaac Young wrote on 25 Mar 2021 19:39
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
pEQvSTi-vkTNeb5iQSFCWAfzjS2kCUdro040nTlOmrHP0I6J3n-SyrP8yuNrRffQsWEdPYQJJK9adtqOCs9q9oW-DUxD1ldRFSZzg5Grffw=@pm.me
Hello,

Fossil 2.14 needs SQLite 3.33.0 or later, so I'd like to update the SQLite package to the latest version.

Cheers,
Isaac Young
Attachment: file
From b9f4648e9deacd487f202dd77a34e809ba14ffa9 Mon Sep 17 00:00:00 2001
From: Isaac Young <isyoung@pm.me>
Date: Thu, 25 Mar 2021 12:27:22 -0600
Subject: [PATCH] Updating SQLite to version 3.35.2

---
gnu/packages/sqlite.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index eeb77749d8..53e98b2389 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -48,7 +48,7 @@
(define-public sqlite
(package
(name "sqlite")
- (version "3.31.1")
+ (version "3.35.2")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@@ -60,11 +60,11 @@
(map (cut string-pad <> 2 #\0)
other-digits))
6 #\0))))))
- (string-append "https://sqlite.org/2020/sqlite-autoconf-"
+ (string-append "https://sqlite.org/2021/sqlite-autoconf-"
numeric-version ".tar.gz")))
(sha256
(base32
- "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
+ "1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(native-inputs (if (hurd-target?)
--
2.31.0
L
L
Léo Le Bouter wrote on 25 Mar 2021 20:38
f8ccf2740ca55d510d7ba7929ef5dc5ea305a9d1.camel@zaclys.net
On Thu, 2021-03-25 at 18:39 +0000, Isaac Young via Guix-patches via
wrote:
Toggle quote (2 lines)
> Hello,

Hello!

Toggle quote (3 lines)
> Fossil 2.14 needs SQLite 3.33.0 or later, so I'd like to update the
> SQLite package to the latest version.

Thank you for the patch! Unfortunately we can't just do that because it
would cause lots of rebuilds, sqlite is already 3.34.x on the core-
updates branch and I was about to update it to 3.35.2 like you did.

We will merge core-updates at some point after the 1.2.1 release, it's
long overdue. However you can always create a package variant like
sqlite-3.35 for fossil only until we update the primary sqlite package.

Toggle quote (3 lines)
> Cheers,
> Isaac Young

Léo
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBc5sEACgkQRaix6GvN
EKaVlQ//VLxiXzrmU5F7+5af6rdRm3RZ2bZUHUrtYcQ5GBDrWlX2lOo9YWXYWuU1
XeYNzz4+oFuHysnKBaCyOtVx2gNNGR2uiGx2qbcUw2Bo9PkoXSgxZlENKcs/rjE5
sF6jl90UnmlIifG5ZzJZqeMMP7owVY9pkSFQiaJAZDz9WTTn82O2RYFAZ0353K/x
gAcUtnKZZuMTPEV+dLzt2o1jFh4Pcii5s7JdUUBWPfOFGWfWLj7LVCtwVnfZEH83
J7aSmZ9d548JZ8RfL0odELbY8AHQUdvhYPLNQqR12n0ifJByQF9J2JOAEXYN+gQ6
oQI53wfHv1NWzZeizN6qd3jtongCGrgWbS/wDjd6ijFhrERn9PJSdI8DTXjCUWzk
j/jDO4vIOXCRXYtvrcjsOEhRc02zJkj+W71TpgorQEYj/FgJUPe4eMCUlOUBPPTG
IaW8zCa+I5V6W6guBAa1MI0GgwEEi4LAPKqR9spRvLbR0cbQXqdrCr4omRnetE9g
FnmKOb/qzPLLPhCAvLPUQ6mcplWz3veghIpLtW27ZyYtDH6+Mg4oc1oBAeC/iHAQ
EZe7vXKtbRfO+VRfmJIQoEwpIF0mcd748JTO3jZnFOnDJl8jJ9jOZ7MhkwFgKV4b
EG0TlHhbmv9maYHbh3OlN6Aptlbn87Ox3HJ6X2EJxckSK8deVsY=
=7fo4
-----END PGP SIGNATURE-----


J
J
Jelle Licht wrote on 29 May 2023 12:50
Re: bug#47395: [PATCH] Bump SQLite to 3.35.2
(name . Isaac Young)(address . isyoung@pm.me)(address . 47395-done@debbugs.gnu.org)
87v8gbo1h6.fsf@fsfe.org
Closing this, as we now have sqlite packages for versions 3.40.0 and
3.39.3 on master.
Closed
?