diff options
author | adam <adam@pkgsrc.org> | 2018-08-21 06:19:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-21 06:19:15 +0000 |
commit | 19d893ddfd73b110978a707904ead12751eb4418 (patch) | |
tree | 485b23f3a6c939bf7242939dcc218df4cd71c0ce | |
parent | 945eaf659d8a7124a322e1b7c868bdf51436f437 (diff) | |
download | pkgsrc-19d893ddfd73b110978a707904ead12751eb4418.tar.gz |
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)
-rw-r--r-- | databases/slony1/Makefile | 4 | ||||
-rw-r--r-- | databases/slony1/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 6ce5fd04c6f..c07917c54b4 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -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 --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 50edc90e14d..9ac3ca1ba58 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -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 |