diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2024-05-10 04:46:59 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-05-10 04:46:59 +0000 |
commit | 322aa6a54795f9b021654316f2b39ab88cb6a279 (patch) | |
tree | a5c00ee6bd532600aed8d9c33b80683ed6e5382b | |
parent | 07297bd82bd1dd6ac66cc77c4acf49df09420751 (diff) |
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
-rw-r--r-- | UPDATING | 12 | ||||
-rw-r--r-- | databases/timescaledb/Makefile | 2 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-plist | 1 |
4 files changed, 17 insertions, 4 deletions
@@ -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 |