diff options
author | adam <adam@pkgsrc.org> | 2010-08-27 08:03:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-08-27 08:03:16 +0000 |
commit | 3f73624dc9eb776b14edc344a6f566f75c671cd8 (patch) | |
tree | ee5937c4568b67d9d6cc75320ebec7fdf23c98d5 /databases | |
parent | 6430826675353de32c6d8905ad772e3c7230a977 (diff) | |
download | pkgsrc-3f73624dc9eb776b14edc344a6f566f75c671cd8.tar.gz |
Changes 2.0.4:
* script syntax error
* Fixed memory corruption issue introduced in 2.0.3 with replicating large rows
* cloneNodeFinish() references the proper column in sl_sequence
* Newer versions of flex have changed yyleng from an int to a size_t
instead of referencing the extern yyleng directly we use the function
yyget_leng() and have added a configure check to confirm that the version
of flex we use is not too old.
* Memory leak fixes
* Various documentation fixes
* cloneNodeFinish() called updateRelOid() that ws looking at wrong tab_id
sl_sequence but the column is named seq_id.
* Fixed mistyped variable name in ShouldSlonyVacuumTable
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 68466fd8132..8703df158b4 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2010/04/23 09:00:45 adam Exp $ +# $NetBSD: Makefile,v 1.16 2010/08/27 08:03:16 adam Exp $ -DISTNAME= slony1-2.0.3 +DISTNAME= slony1-2.0.4 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/2.0/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 336bce46da0..4d50161fef8 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2010/04/23 09:00:45 adam Exp $ +$NetBSD: distinfo,v 1.10 2010/08/27 08:03:16 adam Exp $ -SHA1 (slony1-2.0.3.tar.bz2) = ed07373f4fcf546acf65585bc01164ff8581e4f6 -RMD160 (slony1-2.0.3.tar.bz2) = 22313c6521befa2c06f9c259bc244eca6407e151 -Size (slony1-2.0.3.tar.bz2) = 1003446 bytes +SHA1 (slony1-2.0.4.tar.bz2) = 878f104b9d7af70fdba180cc05337d73976fa7a1 +RMD160 (slony1-2.0.4.tar.bz2) = 5c630957a0fd9093cf18d74b52b39e37ebe36eed +Size (slony1-2.0.4.tar.bz2) = 1012853 bytes SHA1 (patch-aa) = 591635aa8badd2690629ffd4ba1d4a619d332fbc SHA1 (patch-ab) = de4549aa7fae7aed10f4ebb14de8d5aea5419cb4 |