unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Update sqlite
@ 2014-10-20 13:59 Andreas Enge
  2014-10-25 21:31 ` Ludovic Courtès
  2014-10-25 23:20 ` Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Enge @ 2014-10-20 13:59 UTC (permalink / raw)
  To: guix-devel

Hello,

needing sqlite, I wondered if I could not quickly update it to the latest
version. It appears that sqlite-large-page-size-fix.patch does not apply
any more. Mark, as you added it, could you maybe check if it is still needed?

Below is the new version and hash.

Thanks!

Andreas


diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f99b8ce..bec0d03 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -213,7 +213,7 @@ types are supported, as is encryption.")
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.8.4.3")
+   (version "3.8.7")
    (source (origin
             (method url-fetch)
             ;; TODO: Download from sqlite.org once this bug :
@@ -233,7 +233,7 @@ types are supported, as is encryption.")
                     "/sqlite-autoconf-" numeric-version ".tar.gz")))
             (sha256
              (base32
-              "0rcdsk5sz34w8vy0g5yhfms4saiq81i872jxx5m5sjij7bi9bsg0"))
+              "1bnlcfn049dxmq0ql1bmd07fcd2ya02ayd03d7z8vsjrzdvj7d6h"))
             (patches
              (list (search-patch "sqlite-large-page-size-fix.patch")))))
    (build-system gnu-build-system)

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

* Re: Update sqlite
  2014-10-20 13:59 Update sqlite Andreas Enge
@ 2014-10-25 21:31 ` Ludovic Courtès
  2014-10-25 23:20 ` Mark H Weaver
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-10-25 21:31 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Hi!

Andreas Enge <andreas@enge.fr> skribis:

> needing sqlite, I wondered if I could not quickly update it to the latest
> version. It appears that sqlite-large-page-size-fix.patch does not apply
> any more. Mark, as you added it, could you maybe check if it is still needed?

I can’t tell for the MIPS patch, but ‘guix refresh -l sqlite’ says only
19 packages depend on it, so it’s safe to update anytime on ‘master’.

Ludo’.

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

* Re: Update sqlite
  2014-10-20 13:59 Update sqlite Andreas Enge
  2014-10-25 21:31 ` Ludovic Courtès
@ 2014-10-25 23:20 ` Mark H Weaver
  2014-11-01 10:48   ` Andreas Enge
  1 sibling, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2014-10-25 23:20 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> writes:
> needing sqlite, I wondered if I could not quickly update it to the latest
> version. It appears that sqlite-large-page-size-fix.patch does not apply
> any more. Mark, as you added it, could you maybe check if it is still needed?

Can you check whether the changes made in the patch are now present in
the new version?  We definitely need something like it, or else Guix
itself will stop working properly on my MIPS machines, including our
MIPS build slave for Hydra.

I got the patch from upstream, but they didn't want to apply it to their
stable branch.  I'm not sure whether the latest release is part of that
same branch or not.  For that matter, I never checked to see if they
applied it to their repo.

    Thanks,
      Mark

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

* Re: Update sqlite
  2014-10-25 23:20 ` Mark H Weaver
@ 2014-11-01 10:48   ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2014-11-01 10:48 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

On Sat, Oct 25, 2014 at 07:20:10PM -0400, Mark H Weaver wrote:
> I got the patch from upstream, but they didn't want to apply it to their
> stable branch.  I'm not sure whether the latest release is part of that
> same branch or not.  For that matter, I never checked to see if they
> applied it to their repo.

It looks like the same branch:
-   (version "3.8.4.3")
+   (version "3.8.7")

So as I am not familiar with the patch, and the current sqlite worked very
well for my purpose, I am dropping the update.

Andreas

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

end of thread, other threads:[~2014-11-01 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20 13:59 Update sqlite Andreas Enge
2014-10-25 21:31 ` Ludovic Courtès
2014-10-25 23:20 ` Mark H Weaver
2014-11-01 10:48   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).