diff options
author | adam <adam> | 2008-10-06 09:54:42 +0000 |
---|---|---|
committer | adam <adam> | 2008-10-06 09:54:42 +0000 |
commit | 1c6c9053fb859ca30ef5d8fedbf7d3cf6f319c7d (patch) | |
tree | f7ba19885d5ee6b35a0e9d972d367c5be8b1fb59 /databases | |
parent | 05c1b1f34e30da0dfe65bbc5a0ed6d1f08818417 (diff) | |
download | pkgsrc-1c6c9053fb859ca30ef5d8fedbf7d3cf6f319c7d.tar.gz |
Changes 1.2.15:
* Fix to STORE TRIGGER - store trigger was running against all nodes
upon subscription
* Portability changes to some tools/ scripts, fixing some
"bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak
Diffstat (limited to 'databases')
-rw-r--r-- | databases/slony1/Makefile | 4 | ||||
-rw-r--r-- | databases/slony1/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 26792d50dfa..106dc281a4f 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2008/06/20 06:55:33 adam Exp $ +# $NetBSD: Makefile,v 1.11 2008/10/06 09:54:42 adam Exp $ -DISTNAME= slony1-1.2.14 +DISTNAME= slony1-1.2.15 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/1.2/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 7012dec68df..4f1b786ee2d 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2008/06/20 06:55:33 adam Exp $ +$NetBSD: distinfo,v 1.7 2008/10/06 09:54:42 adam Exp $ -SHA1 (slony1-1.2.14.tar.bz2) = c05cdab98d447a1e539b0114918e7723a5e5468c -RMD160 (slony1-1.2.14.tar.bz2) = 1c9cc9a958547e60ab0b975d3ef1096c53db696e -Size (slony1-1.2.14.tar.bz2) = 871196 bytes +SHA1 (slony1-1.2.15.tar.bz2) = cc0f5e5d904070a2496a66fe9482c2fdbdda372c +RMD160 (slony1-1.2.15.tar.bz2) = c99a862bda6aca8adf7f838a872fc66eac556732 +Size (slony1-1.2.15.tar.bz2) = 871479 bytes SHA1 (patch-aa) = 0d47e35c562b47afb826f3ee0c2b20f015940269 SHA1 (patch-ab) = 8a8cc04e5d64be50fea0f2dd1e3da487223d8c45 |