Received: by mail.netbsd.org (Postfix, from userid 605) id 52B8284EAB; Tue, 8 Nov 2022 12:44:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 836C084D93 for ; Tue, 8 Nov 2022 12:44:57 +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 U9vHBJrZ5YPU for ; Tue, 8 Nov 2022 12:44:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F1C4284D31 for ; Tue, 8 Nov 2022 12:44:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E599CFA90; Tue, 8 Nov 2022 12:44:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667911496202510" MIME-Version: 1.0 Date: Tue, 8 Nov 2022 12:44:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/slony1 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221108124456.E599CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667911496202510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 8 12:44:56 UTC 2022 Modified Files: pkgsrc/databases/slony1: Makefile distinfo Log Message: slony1: updated to 2.2.11 2.2.11 - Add support for PG 15 - Remove standard_conforming_strings autoconf check - Fix typo in admin guide To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/slony1/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/slony1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667911496202510 Content-Disposition: inline Content-Length: 1799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/slony1/Makefile diff -u pkgsrc/databases/slony1/Makefile:1.32 pkgsrc/databases/slony1/Makefile:1.33 --- pkgsrc/databases/slony1/Makefile:1.32 Mon Dec 7 15:51:38 2020 +++ pkgsrc/databases/slony1/Makefile Tue Nov 8 12:44:56 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2020/12/07 15:51:38 adam Exp $ +# $NetBSD: Makefile,v 1.33 2022/11/08 12:44:56 adam Exp $ -DISTNAME= slony1-2.2.10 +DISTNAME= slony1-2.2.11 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/${PKGVERSION_NOREV:R}/source/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/databases/slony1/distinfo diff -u pkgsrc/databases/slony1/distinfo:1.27 pkgsrc/databases/slony1/distinfo:1.28 --- pkgsrc/databases/slony1/distinfo:1.27 Tue May 3 18:44:13 2022 +++ pkgsrc/databases/slony1/distinfo Tue Nov 8 12:44:56 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2022/05/03 18:44:13 nia Exp $ +$NetBSD: distinfo,v 1.28 2022/11/08 12:44:56 adam Exp $ -BLAKE2s (slony1-2.2.10.tar.bz2) = 04f8302ff05bb68947e35d806fa6bfeb2596e79b08ad1051af7ecb71474a9cc7 -SHA512 (slony1-2.2.10.tar.bz2) = 1b41addb7a0be0a130c2efcab1b241e3158d10a5a6e203d83f28353e303dd524e224ab9c04a7e37a0f89cd944237b90feeb8910eb35f717926aa3ad28dbe2d0f -Size (slony1-2.2.10.tar.bz2) = 1464652 bytes +BLAKE2s (slony1-2.2.11.tar.bz2) = ba6ae779d7cb5f70182dbc114f997f684ec50c36abbe8a12ef7ac21d4e39999a +SHA512 (slony1-2.2.11.tar.bz2) = 4fca359eaa8294ca674c0afcff0e7cf8a68f1654bd47aef46f064f8cb3b42e3469b0cc97698a291adc31d610ceacdcb5a4b064e3d38d4c4ad3d5e7831f7ef45c +Size (slony1-2.2.11.tar.bz2) = 1464951 bytes SHA1 (patch-config.h.in) = 7348475c942c06d8d668f8b1a5d4fc4a03189017 SHA1 (patch-configure) = 67eba0a1a45ef1f68a5a62627deb9e68f967b012 SHA1 (patch-makefiles_Makefile.netbsd) = 29f668c0a8c58d02c9c832e5d30c3ef08a1b354c --_----------=_1667911496202510--