diff options
author | Björn Lemke <lemke@lemke-it.com> | 2021-10-10 19:19:18 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-10-10 19:19:18 +0000 |
commit | 13d3caea7c1f4bae93a8004d9b9ae49205ffc329 (patch) | |
tree | d9c3ec9e11135ce46ecb1ef76732a13bd105475c | |
parent | 6da2ac6908610b933725fd86858844396030da46 (diff) | |
download | ports-13d3caea7c1f4bae93a8004d9b9ae49205ffc329.tar.gz ports-13d3caea7c1f4bae93a8004d9b9ae49205ffc329.zip |
databases/p5-DBD-cego: update 1.5.0 -> 1.5.2
- In dbdimp.h, changed MAXPROTSTRING to 15 ( from 10 ), since the
protocol string "fastserial" does not fit in. Problems have just
been observed on Ubuntu Linux
- Fix of some memory leaks in dbdimp.c for function cego_st_execute.
The msg and schema attribute of statement handle have to be checked
for allocated values, before new memory is allocated
Author: Björn Lemke <lemke@lemke-it.com>
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index 071773ee18b2..0d3e4aa8b4f6 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= DBD-cego -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.2 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo index 4f1faff46080..395b58a6b696 100644 --- a/databases/p5-DBD-cego/distinfo +++ b/databases/p5-DBD-cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555833259 -SHA256 (DBD-cego-1.5.0.tar.gz) = 6f09425c801eac2509a5c75e7f7227a997f3927693abd5763d99b097148fd4fe -SIZE (DBD-cego-1.5.0.tar.gz) = 28529 +TIMESTAMP = 1633886511 +SHA256 (DBD-cego-1.5.2.tar.gz) = 84c6eea73a86dd9de43ec62e1e3a7876521642483195c7e6584b511013ad26ee +SIZE (DBD-cego-1.5.2.tar.gz) = 28549 |