diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 11:53:15 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 11:53:15 +0000 |
commit | ede916eaefed8312f8d0b14286257d2744e38b70 (patch) | |
tree | ac55536bd59bee43e5502645271a679f859e209e | |
parent | ae5a74641d919fc5919c74b9bef7025bbe9921e7 (diff) | |
download | pkgsrc-ede916eaefed8312f8d0b14286257d2744e38b70.tar.gz |
Update to 1.01
- fixed core dump when trying to use a BYTEA value with
a byte outside 0..127
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 9a63fb382b8..67e6e04c7ee 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/06/02 14:56:26 mjl Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/10 11:53:15 mjl Exp $ # -VER= 1.00 +VER= 1.01 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index f0a9f8e3e9f..4a0af048145 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/06/02 14:56:26 mjl Exp $ +$NetBSD: distinfo,v 1.5 2001/08/10 11:53:15 mjl Exp $ -SHA1 (DBD-Pg-1.00.tar.gz) = 564579bc27f3aec0f9658c03388fa8936d76e668 -Size (DBD-Pg-1.00.tar.gz) = 43025 bytes +SHA1 (DBD-Pg-1.01.tar.gz) = ce5d91dab31fa70150a3d96fe8a8555a02c2c2e1 +Size (DBD-Pg-1.01.tar.gz) = 43072 bytes |