pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/slony1 slony1: updated to 2.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/454cfbfbbe59
branches:  trunk
changeset: 311913:454cfbfbbe59
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 21 06:19:15 2018 +0000

description:
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)

diffstat:

 databases/slony1/Makefile |   4 ++--
 databases/slony1/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 7a41e78dac30 -r 454cfbfbbe59 databases/slony1/Makefile
--- a/databases/slony1/Makefile Mon Aug 20 22:36:20 2018 +0000
+++ b/databases/slony1/Makefile Tue Aug 21 06:19:15 2018 +0000
@@ -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
diff -r 7a41e78dac30 -r 454cfbfbbe59 databases/slony1/distinfo
--- a/databases/slony1/distinfo Mon Aug 20 22:36:20 2018 +0000
+++ b/databases/slony1/distinfo Tue Aug 21 06:19:15 2018 +0000
@@ -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