pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/slony1



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  4 17:16:23 UTC 2017

Modified Files:
        pkgsrc/databases/slony1: Makefile distinfo

Log Message:
Slony 2.2.6:
The next bug fix release in the 2.2.x series is now available. This release includes the following
* slonik_build_env can now accept multiple -schema options on the command line
* Support for PG10. This involved changes to PG version detection
* Disallow createEvent and data changes in the same transaction.
* Fix some failover issues when doing a multi-node failover with a cascade node
* Bug 341 - suppress log trigger/deny when running in 'local' mode
* Fix issue when receiving DDL from non origin nodes


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/slony1/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/slony1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/slony1/Makefile
diff -u pkgsrc/databases/slony1/Makefile:1.27 pkgsrc/databases/slony1/Makefile:1.28
--- pkgsrc/databases/slony1/Makefile:1.27       Sun Jan  1 15:17:03 2017
+++ pkgsrc/databases/slony1/Makefile    Mon Sep  4 17:16:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/01/01 15:17:03 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/09/04 17:16:23 adam Exp $
 
-DISTNAME=      slony1-2.2.5
+DISTNAME=      slony1-2.2.6
 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.19 pkgsrc/databases/slony1/distinfo:1.20
--- pkgsrc/databases/slony1/distinfo:1.19       Fri Feb 24 22:07:34 2017
+++ pkgsrc/databases/slony1/distinfo    Mon Sep  4 17:16:23 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2017/02/24 22:07:34 adam Exp $
+$NetBSD: distinfo,v 1.20 2017/09/04 17:16:23 adam Exp $
 
-SHA1 (slony1-2.2.5.tar.bz2) = 2d44227509f94b93e2f26261fabc5481a367b862
-RMD160 (slony1-2.2.5.tar.bz2) = 0a36003db4fcd4faa21054eb8e02d8771152d588
-SHA512 (slony1-2.2.5.tar.bz2) = 06c5d8c136b1560aa6a3b1b7bfbad09fb6bbff7e3c530ceaf0279d4564dd1518c69647368deac9eb19ea5059a2d78fef26f62bd34315f5f3415ca0f5cb0992aa
-Size (slony1-2.2.5.tar.bz2) = 1466439 bytes
+SHA1 (slony1-2.2.6.tar.bz2) = 392a7a8a9debcbc47cfbf2eebf1ba9108c093d6f
+RMD160 (slony1-2.2.6.tar.bz2) = 16e3bb235a8b707b458b823e4ce1ddd64d0cbcbf
+SHA512 (slony1-2.2.6.tar.bz2) = 5aeadb9ed72b83d303596e4f8513409a1f826f25fe283ca6aa969a7563172bbc5f5360f876fa87780f6a6fc70cb55688a2daf678b9cf91972a3c403cb76184b8
+Size (slony1-2.2.6.tar.bz2) = 1465709 bytes
 SHA1 (patch-config.h.in) = 7348475c942c06d8d668f8b1a5d4fc4a03189017
 SHA1 (patch-configure) = 67eba0a1a45ef1f68a5a62627deb9e68f967b012
 SHA1 (patch-src_slonik_slonik.c) = 301e6a401b9f0158e3c6f471d294dbd910f8897b



Home | Main Index | Thread Index | Old Index