Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A872E84D46 for ; Wed, 23 Aug 2023 15:40:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BzzJXpNjSiX9 for ; Wed, 23 Aug 2023 15:40:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 022BB84D00 for ; Wed, 23 Aug 2023 15:40:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFE19FBDB; Wed, 23 Aug 2023 15:40:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692805213254230" MIME-Version: 1.0 Date: Wed, 23 Aug 2023 15:40:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/postgresql-timescaledb To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230823154013.EFE19FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692805213254230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 23 15:40:13 UTC 2023 Modified Files: pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo Log Message: postgresql-timescaledb: updated to 2.11.2 2.11.2 This release contains bug fixes since the 2.11.1 release. We recommend that you upgrade at the next available opportunity. Features * Feature flags for TimescaleDB features Bugfixes * Fix DISTINCT query with JOIN on multiple segmentby columns * Fixed two bugs in decompression sorted merge code * Ensure pg_config --cppflags are passed * Fix quoting owners in sql scripts. * Fix crash in 1-step integer policy creation To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql-timescaledb/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql-timescaledb/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql-timescaledb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692805213254230 Content-Disposition: inline Content-Length: 2899 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.21 pkgsrc/databases/postgresql-timescaledb/Makefile:1.22 --- pkgsrc/databases/postgresql-timescaledb/Makefile:1.21 Wed Aug 2 06:38:30 2023 +++ pkgsrc/databases/postgresql-timescaledb/Makefile Wed Aug 23 15:40:13 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2023/08/02 06:38:30 adam Exp $ +# $NetBSD: Makefile,v 1.22 2023/08/23 15:40:13 adam Exp $ -DISTNAME= timescaledb-2.11.1 +DISTNAME= timescaledb-2.11.2 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.18 pkgsrc/databases/postgresql-timescaledb/PLIST:1.19 --- pkgsrc/databases/postgresql-timescaledb/PLIST:1.18 Wed Aug 2 06:38:30 2023 +++ pkgsrc/databases/postgresql-timescaledb/PLIST Wed Aug 23 15:40:13 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2023/08/02 06:38:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2023/08/23 15:40:13 adam Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -23,6 +23,7 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.10.2--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.10.3--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.11.0--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.11.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 Index: pkgsrc/databases/postgresql-timescaledb/distinfo diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.20 pkgsrc/databases/postgresql-timescaledb/distinfo:1.21 --- pkgsrc/databases/postgresql-timescaledb/distinfo:1.20 Wed Aug 2 06:38:30 2023 +++ pkgsrc/databases/postgresql-timescaledb/distinfo Wed Aug 23 15:40:13 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/08/02 06:38:30 adam Exp $ +$NetBSD: distinfo,v 1.21 2023/08/23 15:40:13 adam Exp $ -BLAKE2s (timescaledb-2.11.1.tar.gz) = 745bd5dbb6908e7f91dfef195a203eb9799b6810fecba27fe781e72b52e7a64c -SHA512 (timescaledb-2.11.1.tar.gz) = e29a378bfe1e5bb72d6d9bd430b972d1e14cf2345f2599559f73075146fd8c5839f08459880681140eff607b152671beeb1876bf509008ad2b653d258eb356b8 -Size (timescaledb-2.11.1.tar.gz) = 7723360 bytes +BLAKE2s (timescaledb-2.11.2.tar.gz) = 332cd21ebe14c30f507041773fa7e70d08b35f19320f4beef27372e306b2645b +SHA512 (timescaledb-2.11.2.tar.gz) = eb7a631c0c4f25d4faa6b24cd00185ac34a40590aecedfeadb852dbb9123e2a3e07d6a8b4c9a37861b8ef107891498f13e83a8776340e199ab9a0f1f15a35b05 +Size (timescaledb-2.11.2.tar.gz) = 7728399 bytes --_----------=_1692805213254230--