Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9BC2D1A921F for ; Tue, 12 Apr 2022 22:02:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D011284FA8; Tue, 12 Apr 2022 22:02:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16EAB84F14 for ; Tue, 12 Apr 2022 22:02:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5Mo-WNAOOmrE for ; Tue, 12 Apr 2022 22:02:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F48584CBC for ; Tue, 12 Apr 2022 22:02:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CA52FB24; Tue, 12 Apr 2022 22:02:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649800969235800" MIME-Version: 1.0 Date: Tue, 12 Apr 2022 22:02:49 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases/postgresql-timescaledb To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220412220249.6CA52FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649800969235800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Apr 12 22:02:49 UTC 2022 Modified Files: pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo Log Message: postgresql-timescaledb: update to 2.6.1 4121 Fix RENAME TO/SET SCHEMA on distributed hypertable 4122 Fix segfault on INSERT into distributed hypertable 4142 Ignore invalid relid when deleting hypertable 4159 Fix ADD COLUMN IF NOT EXISTS error on compressed hypertable 4161 Fix memory handling during scans 4176 Fix remote EXPLAIN with parameterized queries 4181 Fix spelling errors and omissions 4186 Fix owner change for distributed hypertable 4192 Abort sessions after extension reload 4193 Fix relcache callback handling causing crashes 4199 Remove signal-unsafe calls from signal handlers 4219 Do not modify aggregation state in finalize To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql-timescaledb/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql-timescaledb/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql-timescaledb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649800969235800 Content-Disposition: inline Content-Length: 2862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-timescaledb/Makefile diff -u pkgsrc/databases/postgresql-timescaledb/Makefile:1.13 pkgsrc/databases/postgresql-timescaledb/Makefile:1.14 --- pkgsrc/databases/postgresql-timescaledb/Makefile:1.13 Fri Mar 11 18:35:32 2022 +++ pkgsrc/databases/postgresql-timescaledb/Makefile Tue Apr 12 22:02:49 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/03/11 18:35:32 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2022/04/12 22:02:49 tnn Exp $ -DISTNAME= timescaledb-2.6.0 +DISTNAME= timescaledb-2.6.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} Index: pkgsrc/databases/postgresql-timescaledb/PLIST diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.10 pkgsrc/databases/postgresql-timescaledb/PLIST:1.11 --- pkgsrc/databases/postgresql-timescaledb/PLIST:1.10 Fri Mar 11 18:35:32 2022 +++ pkgsrc/databases/postgresql-timescaledb/PLIST Tue Apr 12 22:02:49 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2022/03/11 18:35:32 tnn Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/04/12 22:02:49 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -27,5 +27,6 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.5.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.5.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.5.2--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.6.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--${PKGVERSION}.sql share/postgresql/extension/timescaledb.control Index: pkgsrc/databases/postgresql-timescaledb/distinfo diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.12 pkgsrc/databases/postgresql-timescaledb/distinfo:1.13 --- pkgsrc/databases/postgresql-timescaledb/distinfo:1.12 Fri Mar 11 18:35:32 2022 +++ pkgsrc/databases/postgresql-timescaledb/distinfo Tue Apr 12 22:02:49 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2022/03/11 18:35:32 tnn Exp $ +$NetBSD: distinfo,v 1.13 2022/04/12 22:02:49 tnn Exp $ -BLAKE2s (timescaledb-2.6.0.tar.gz) = e946a339af2797b63b3ff7c697dc71e9d00cf85b1903647427ef7d2e27680e7c -SHA512 (timescaledb-2.6.0.tar.gz) = b076a44e3b30e99986dba710079cdc1a38b59a9d65ecd9f78fa16f3b762f253d7a9236a34a4d7e7beb29c1051113ea8877973e07ed3116012c9d2175a77e2edc -Size (timescaledb-2.6.0.tar.gz) = 2863860 bytes +BLAKE2s (timescaledb-2.6.1.tar.gz) = 04d1c88cfa7ebb4e35072c9692d6267a3381452be524975ef67ba799056f742e +SHA512 (timescaledb-2.6.1.tar.gz) = edcc84c37af9670c1a7bf527f5c430405e9b04e9a35e676d04e7ac70b20184032f992d05545a180b50ac2346b076aac4fc98348c355006345394910978864a8f +Size (timescaledb-2.6.1.tar.gz) = 2876847 bytes SHA1 (patch-CMakeLists.txt) = 54b204442420b42d583e6c44165fdc4c003247b8 --_----------=_1649800969235800--