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:           Tue Aug 21 06:19:15 UTC 2018

Modified Files:
        pkgsrc/databases/slony1: Makefile distinfo

Log Message:
slony1: updated to 2.2.7

2.2.7
- Fix warning with flex 2.6+
- Fix compile errors with PG11
- Fix bug in with regex in 'set add sequence' when
  specifying the sequence as a regular expression.
  It was not being escaped properly
- Add support to Slonik to specify the share direcotry
  using the environment variable SLONY_SHARE_DIR
- Add slon config setting remote_listen_serializable_transactions
  to use read committed instead of read-only-serializable deferable
  transactions(default true)
- Add slon config setting enable_version_check to disable
  the slony version check that ensures all nodes run the
  same slony version (default true, version check enabled)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/slony1/Makefile
cvs rdiff -u -r1.20 -r1.21 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.28 pkgsrc/databases/slony1/Makefile:1.29
--- pkgsrc/databases/slony1/Makefile:1.28       Mon Sep  4 17:16:23 2017
+++ pkgsrc/databases/slony1/Makefile    Tue Aug 21 06:19:15 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/09/04 17:16:23 adam Exp $
+# $NetBSD: Makefile,v 1.29 2018/08/21 06:19:15 adam Exp $
 
-DISTNAME=      slony1-2.2.6
+DISTNAME=      slony1-2.2.7
 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.20 pkgsrc/databases/slony1/distinfo:1.21
--- pkgsrc/databases/slony1/distinfo:1.20       Mon Sep  4 17:16:23 2017
+++ pkgsrc/databases/slony1/distinfo    Tue Aug 21 06:19:15 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2017/09/04 17:16:23 adam Exp $
+$NetBSD: distinfo,v 1.21 2018/08/21 06:19:15 adam Exp $
 
-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 (slony1-2.2.7.tar.bz2) = 6a3410fc665d99d998ecf0c2bda03ed874f697f2
+RMD160 (slony1-2.2.7.tar.bz2) = 02bed1440ee937f44e7208f0b9f7ada815294617
+SHA512 (slony1-2.2.7.tar.bz2) = 22700e1574c91d4a4be5b78aac967eebc039440897364780891c2c76ed5b8e07c03205f0fbcd4870ee7c620d62b175987c46c43750524c6e5f9009044cc24f9a
+Size (slony1-2.2.7.tar.bz2) = 1464923 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