all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73695] [PATCH] gnu: duckdb: Update to 1.1.1. [security fixes]
@ 2024-10-08  6:27 Nicolas Graves via Guix-patches via
  2024-10-11 13:32 ` bug#73695: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-10-08  6:27 UTC (permalink / raw)
  To: 73695; +Cc: Nicolas Graves

This fixes CVE-2024-41672.

* gnu/packages/databases.scm (duckdb): Update to 1.1.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7854a98431..43ec0641a0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -195,7 +195,7 @@ (define-module (gnu packages databases)
 (define-public duckdb
   (package
     (name "duckdb")
-    (version "1.0.0")
+    (version "1.1.1")
     (source
       (origin
        (method git-fetch)
@@ -205,7 +205,7 @@ (define-public duckdb
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11yqgnf354g3fjj0rvsw8zzz915vf9i3jxmpchpwy09yzxd72cbg"))
+         "0s2zmrr7m0wb0gmspjcqpyglv8s0zx78k4283abm560ql87bgx30"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
-- 
2.46.0





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

* bug#73695: gnu: duckdb: Update to 1.1.1. [security fixes]
  2024-10-08  6:27 [bug#73695] [PATCH] gnu: duckdb: Update to 1.1.1. [security fixes] Nicolas Graves via Guix-patches via
@ 2024-10-11 13:32 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-10-11 13:32 UTC (permalink / raw)
  To: 73695-done

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


Pushed as 74b012310f22836db05cd63d9ac2d88c1d4b9efe to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-10-11 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  6:27 [bug#73695] [PATCH] gnu: duckdb: Update to 1.1.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-11 13:32 ` bug#73695: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.