Download raw body.
databases/timescaledb 2.18.2
On 2025/02/27 15:02, Mark Patruck wrote:
> On 27.02.2025 13:54, Stuart Henderson wrote:
> > On 2025/02/26 11:36, Mark Patruck wrote:
> > > On 26.02.2025 10:24, Stuart Henderson wrote:
> > > > On 2025/02/26 10:30, Mark Patruck wrote:
> > > > > Hi,
> > > > >
> > > > > this updates databases/timescaledb to 2.18.2 with lots of important
> > > > > fixes, especially if you use net/zabbix.
> > > >
> > > > Your zabbix update has "Includes upstream support for TimescaleDB 2.18",
> > > > so do we need to make sure zabbix is updated before this?
> > >
> > > Yes. net/zabbix has to be on 7.0.10 for supporting TimescaleDB 2.18.
> >
> > Thanks. As that's now in we can update TimescaleDB.
> >
> > I think it would make sense to update timescaledb-extras while there,
> > diff including that below.
>
> > OK with you, Renato? Thanks.
>
> I don't use, but makes sense, yes.
oh actually, looking again, -extras is only used for a single sql file
used to support upgrades from <2.15, so that change is basically a noop.
tweak to add a comment explaining that.
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
diff -u -p -r1.30 Makefile
--- Makefile 28 Jan 2025 16:46:24 -0000 1.30
+++ Makefile 27 Feb 2025 14:06:30 -0000
@@ -2,10 +2,10 @@ COMMENT = database designed to make SQL
GH_ACCOUNT = timescale
GH_PROJECT = timescaledb
-GH_TAGNAME = 2.17.2
-REVISION = 0
+GH_TAGNAME = 2.18.2
-EXTRAS_COMMIT = 52443a469a58d3f64a4e049889f468e8a149cc8f
+# -extras is only used for 2.15.X-fix_hypertable_foreign_keys.sql
+EXTRAS_COMMIT = a423f98afdf9f665e54378499ac1158188a18767
DIST_TUPLE += github timescale timescaledb-extras ${EXTRAS_COMMIT} _extras
CATEGORIES = databases
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
diff -u -p -r1.25 distinfo
--- distinfo 13 Jan 2025 12:04:18 -0000 1.25
+++ distinfo 27 Feb 2025 14:06:30 -0000
@@ -1,4 +1,4 @@
-SHA256 (timescale-timescaledb-extras-52443a469a58d3f64a4e049889f468e8a149cc8f.tar.gz) = /fBZ0+p3BcPYlmf7Oj4cqXKF19YpWJaywrt0qGuZqvw=
-SHA256 (timescaledb-2.17.2.tar.gz) = svzCnpl1uIxTI677BiNGMmaUw5HVKvRhhvWlrQkTbUc=
-SIZE (timescale-timescaledb-extras-52443a469a58d3f64a4e049889f468e8a149cc8f.tar.gz) = 12981
-SIZE (timescaledb-2.17.2.tar.gz) = 7567447
+SHA256 (timescale-timescaledb-extras-a423f98afdf9f665e54378499ac1158188a18767.tar.gz) = VE+mg8xujPftOZf/ln5IW530m1ZsgIy55j1VRMim5YA=
+SHA256 (timescaledb-2.18.2.tar.gz) = MPTd9b1x5OMHBvZxWqUhCbRnLGEeWUjYZaK0NHEDKpI=
+SIZE (timescale-timescaledb-extras-a423f98afdf9f665e54378499ac1158188a18767.tar.gz) = 19135
+SIZE (timescaledb-2.18.2.tar.gz) = 7908965
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
diff -u -p -r1.26 PLIST
--- pkg/PLIST 13 Jan 2025 12:04:18 -0000 1.26
+++ pkg/PLIST 27 Feb 2025 14:06:30 -0000
@@ -25,6 +25,9 @@ share/postgresql/extension/timescaledb--
share/postgresql/extension/timescaledb--2.16.1--${GH_TAGNAME}.sql
share/postgresql/extension/timescaledb--2.17.0--${GH_TAGNAME}.sql
share/postgresql/extension/timescaledb--2.17.1--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.17.2--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.18.0--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.18.1--${GH_TAGNAME}.sql
share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
share/postgresql/extension/timescaledb--2.5.0--${GH_TAGNAME}.sql
share/postgresql/extension/timescaledb--2.5.1--${GH_TAGNAME}.sql
databases/timescaledb 2.18.2