Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2024 04:48:40 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 322aa6a54795 - main - databases/timescaledb: Update to 2.15.0
Message-ID:  <202405100448.44A4meH5006997@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=322aa6a54795f9b021654316f2b39ab88cb6a279

commit 322aa6a54795f9b021654316f2b39ab88cb6a279
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-10 04:46:59 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-10 04:46:59 +0000

    databases/timescaledb: Update to 2.15.0
    
    Important! See UPDATING or the release notes below for table changes
    
    Changes https://github.com/timescale/timescaledb/releases/tag/2.15.0
---
 UPDATING                        | 12 ++++++++++++
 databases/timescaledb/Makefile  |  2 +-
 databases/timescaledb/distinfo  |  6 +++---
 databases/timescaledb/pkg-plist |  1 +
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/UPDATING b/UPDATING
index 4c29bbbdcbd5..ba683bb4ab34 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20240509:
+  AFFECTS: databases/timescaledb
+  AUTHOR: kbowling@FreeBSD.org
+
+  The Foreign Key storage in hypertables has changed in an incompatible way,
+  after runing ALTER EXTENSION, you must run the SQL script here:
+  https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql
+
+  For more details, see
+
+  https://github.com/timescale/timescaledb/pull/6797
+
 20240508:
   AFFECTS: www/oauth2-proxy
   AUTHOR: netchild@FreeBSD.org
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile
index bb56429eef9f..f6212d4704d0 100644
--- a/databases/timescaledb/Makefile
+++ b/databases/timescaledb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	timescaledb
-PORTVERSION=	2.14.2
+PORTVERSION=	2.15.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo
index 85f71aca2f24..edd5c1fab9c9 100644
--- a/databases/timescaledb/distinfo
+++ b/databases/timescaledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711340919
-SHA256 (timescale-timescaledb-2.14.2_GH0.tar.gz) = c7768b267ea67914d0491b28da102faecd317060e429b2da7530517fbc94e73b
-SIZE (timescale-timescaledb-2.14.2_GH0.tar.gz) = 7319288
+TIMESTAMP = 1715314764
+SHA256 (timescale-timescaledb-2.15.0_GH0.tar.gz) = ff2019f734566f73af0a8041db50f7f1d0ad6967f7e2e7d796d388cd38c0b5bb
+SIZE (timescale-timescaledb-2.15.0_GH0.tar.gz) = 7428047
diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist
index a2dea40f3f00..38014e7a0e09 100644
--- a/databases/timescaledb/pkg-plist
+++ b/databases/timescaledb/pkg-plist
@@ -38,5 +38,6 @@ share/postgresql/extension/timescaledb--2.13.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--2.13.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--2.14.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--2.14.1--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--2.14.2--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405100448.44A4meH5006997>