pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-timescaledb postgresql-timescaled...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5564dcf15c15
branches:  trunk
changeset: 456301:5564dcf15c15
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jul 25 16:45:55 2021 +0000

description:
postgresql-timescaledb: update to 2.3.1

This maintenance release contains bugfixes since the 2.3.0 release. We
deem it moderate priority for upgrading. The release introduces the
possibility of generating downgrade scripts, improves the trigger
handling for distributed hypertables, adds some more randomness to
chunk assignment to avoid thundering herd issues in chunk assignment,
and fixes some issues in update handling as well as some other bugs.

diffstat:

 databases/postgresql-timescaledb/Makefile                     |   4 +-
 databases/postgresql-timescaledb/PLIST                        |   3 +-
 databases/postgresql-timescaledb/distinfo                     |  12 +++++-----
 databases/postgresql-timescaledb/patches/patch-CMakeLists.txt |  10 ++++----
 4 files changed, 15 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r 22dcde737b20 -r 5564dcf15c15 databases/postgresql-timescaledb/Makefile
--- a/databases/postgresql-timescaledb/Makefile Sun Jul 25 15:58:32 2021 +0000
+++ b/databases/postgresql-timescaledb/Makefile Sun Jul 25 16:45:55 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/06/23 19:11:01 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2021/07/25 16:45:55 tnn Exp $
 
-DISTNAME=      timescaledb-2.3.0
+DISTNAME=      timescaledb-2.3.1
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=timescale/}
diff -r 22dcde737b20 -r 5564dcf15c15 databases/postgresql-timescaledb/PLIST
--- a/databases/postgresql-timescaledb/PLIST    Sun Jul 25 15:58:32 2021 +0000
+++ b/databases/postgresql-timescaledb/PLIST    Sun Jul 25 16:45:55 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/06/23 19:11:01 tnn Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/07/25 16:45:55 tnn Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.so
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
 lib/postgresql/timescaledb.so
@@ -34,5 +34,6 @@
 share/postgresql/extension/timescaledb--2.1.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.2.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.2.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.3.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb.control
diff -r 22dcde737b20 -r 5564dcf15c15 databases/postgresql-timescaledb/distinfo
--- a/databases/postgresql-timescaledb/distinfo Sun Jul 25 15:58:32 2021 +0000
+++ b/databases/postgresql-timescaledb/distinfo Sun Jul 25 16:45:55 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/06/23 19:11:01 tnn Exp $
+$NetBSD: distinfo,v 1.6 2021/07/25 16:45:55 tnn Exp $
 
-SHA1 (timescaledb-2.3.0.tar.gz) = f5fa5eed4ffe3747cc1fa04a7b061a53cbde35c3
-RMD160 (timescaledb-2.3.0.tar.gz) = 5131789b12622db6b52bde8775827154cd8df12d
-SHA512 (timescaledb-2.3.0.tar.gz) = 1dac0969fb90840ccf5e3e458643903c56ded6028b6be32a6d0a02088333404f20d02509a22a80e0aad4903b61d7be9d4b9fe17cd4f60e8ba055620b15e8d6f3
-Size (timescaledb-2.3.0.tar.gz) = 2688931 bytes
-SHA1 (patch-CMakeLists.txt) = 75585489fde773d0cad310f33fa03a978b852b51
+SHA1 (timescaledb-2.3.1.tar.gz) = 79aca86ef93a25597488ecc5aca95319614bbc00
+RMD160 (timescaledb-2.3.1.tar.gz) = ab0677f1b83e043ba81fe52731885954cb425b8c
+SHA512 (timescaledb-2.3.1.tar.gz) = 431f716ecd98504ce8e5b85e6fd10bf87ed39aac0244b7e968383537caae965ece09f016fed8ea010f5d42b392aed2d75b012deafd807d107f3dc75cbde287ec
+Size (timescaledb-2.3.1.tar.gz) = 2699256 bytes
+SHA1 (patch-CMakeLists.txt) = e486505c1523a79b264c78495682a9c1913f199a
diff -r 22dcde737b20 -r 5564dcf15c15 databases/postgresql-timescaledb/patches/patch-CMakeLists.txt
--- a/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt     Sun Jul 25 15:58:32 2021 +0000
+++ b/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt     Sun Jul 25 16:45:55 2021 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2021/02/13 11:33:24 tnn Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2021/07/25 16:45:55 tnn Exp $
 
 pkgsrc postgresql-server is definitely built --with-openssl but for some reason it is not
 expressed in pg_config --configure, so override the check.
 
---- CMakeLists.txt.orig        2021-01-28 16:29:12.000000000 +0000
+--- CMakeLists.txt.orig        2021-07-06 06:37:21.000000000 +0000
 +++ CMakeLists.txt
-@@ -404,6 +404,7 @@ execute_process(
+@@ -534,6 +534,7 @@ execute_process(
    OUTPUT_VARIABLE PG_CONFIGURE_FLAGS
    OUTPUT_STRIP_TRAILING_WHITESPACE)
  string(REGEX MATCH "--with-openssl" PG_USE_OPENSSL "${PG_CONFIGURE_FLAGS}")
 +set(PG_USE_OPENSSL true)
  
- if (USE_OPENSSL AND (NOT PG_USE_OPENSSL))
-     message(FATAL_ERROR "PostgreSQL was built without OpenSSL support, which TimescaleDB needs for full compatibility. Please rebuild PostgreSQL using `--with-openssl` or if you want to continue 
without OpenSSL, re-run bootstrap with `-DUSE_OPENSSL=0`")
+ if(USE_OPENSSL AND (NOT PG_USE_OPENSSL))
+   message(



Home | Main Index | Thread Index | Old Index