Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2011 10:15:26 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154797: [UPDATE] databases/libzdb
Message-ID:  <201102151015.p1FAFQHR086125@red.freebsd.org>
Resent-Message-ID: <201102151020.p1FAK9Gc003682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154797
>Category:       ports
>Synopsis:       [UPDATE] databases/libzdb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 10:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Version 2.8
-----------
* Allow spaces in URL property values
* PostgreSQL: Allow sending application name to the server for 
  logging. Thanks to Chris Mayo. See the PostgreSQL URL property,
  application-name.
Bug fixes:
* ResultSet_getBlob: Ensure that returned blob size is 0 if blob
  is SQL null.
* Oracle: Fixed ResultSet memory leak.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libzdb.orig/Makefile libzdb/Makefile
--- libzdb.orig/Makefile	2011-02-15 11:14:24.830220378 +0100
+++ libzdb/Makefile	2011-02-15 11:14:34.313282851 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libzdb
-PORTVERSION=	2.7
+PORTVERSION=	2.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.tildeslash.com/libzdb/dist/ \
 		http://www.c-s.li/ports/
diff -ruN libzdb.orig/distinfo libzdb/distinfo
--- libzdb.orig/distinfo	2011-02-15 11:14:24.830220378 +0100
+++ libzdb/distinfo	2011-02-15 11:14:34.313282851 +0100
@@ -1,2 +1,2 @@
-SHA256 (libzdb-2.7.tar.gz) = 951a18934c7bef6150dc6425c3e04abcfeb63abc94d578237f9291c13e613d93
-SIZE (libzdb-2.7.tar.gz) = 550134
+SHA256 (libzdb-2.8.tar.gz) = a716af1168f473da25cb8a2f6708702568aeb77b648587926ed88d2e276486b3
+SIZE (libzdb-2.8.tar.gz) = 562688


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102151015.p1FAFQHR086125>