[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73692] [PATCH v5 1/2] gnu: timescaledb: Update to 2.16.1. [security
From: |
Nicolas Graves |
Subject: |
[bug#73692] [PATCH v5 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] |
Date: |
Thu, 17 Oct 2024 07:51:22 +0200 |
This fixes CVE-2023-25149.
* gnu/packages/databases.scm (timescaledb): Update to 2.16.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 f05566becd..43ec0641a0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1412,7 +1412,7 @@ (define-public postgresql postgresql-14)
(define-public timescaledb
(package
(name "timescaledb")
- (version "2.8.1")
+ (version "2.16.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1421,7 +1421,7 @@ (define-public timescaledb
(file-name (git-file-name name version))
(sha256
(base32
- "1gbadna0ilmqad7sbrixm12wd71h43njhsbp1kh5lispb6drdb6r"))
+ "1v17x00a15il4r3rbr0waqjv1nwzy6rcqxgfi2hdk1x235s5dg5h"))
(modules '((guix build utils)))
(snippet
;; Remove files carrying the proprietary TIMESCALE license.
--
2.46.0
- [bug#73692] [PATCH] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/08
- [bug#73692] [PATCH v2] gnu: timescaledb: Ignore failing tests., Nicolas Graves, 2024/10/16
- [bug#73692] [PATCH v3 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/16
- [bug#73692] [PATCH v4 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/17
- [bug#73692] [PATCH v5 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes],
Nicolas Graves <=
- [bug#73692] [PATCH v6 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/19
- [bug#73692] [PATCH v7 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/20