Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 19:06:30 +0100
From:      "Radim Kolar SF.NET" <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@sendmail.cz, girgen@FreeBSD.org
Subject:   ports/107147: [PATCH] databases/postgresql-jdbc: update to 8.1.408
Message-ID:  <E1GyBGQ-000LuN-D1@sanatana.dharma>
Resent-Message-ID: <200612231830.kBNIUH7k090744@freefall.freebsd.org>

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

>Number:         107147
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-jdbc: update to 8.1.408
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 23 18:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Sep  8 01:39:47 CEST
>Description:
- Update to 8.1.408
    * update  Italian translation update. (jurka) Thanks to Giuseppe Sacco.
    * update Brazilian Portuguese translation update. (jurka) Thanks to Euler Taveira de Oliveira.
    * fix When issuing multiple queries on one statement the driver was not clearing some intermediate state between executions. When an update, insert, or delete followed a select, the select's results were still available and would be returned instead of the non-query's affected row count. (jurka) Thanks to Gilles Rayrat.
    * fix When the driver asks the server to resolve a type the resolved type is stored in the SimpleQuery object. When the statement is executed again the driver determines whether the existing types match or if it needs to be reprepared by comparing the current Statement's settings with the SimpleQuery. The Statement will have the unspecified oid while the SimpleQuery will have the resolved oid, so there will not be a match and the statement will needlessly be reprepared. Allow an unspecified oid to match any resolved type. (jurka) Thanks to Akira Sato.
    * fix When creating a ResultSet from a refcursor, respect the creating ResultSet's scollability setting. The way the ResultSet is created means that it will always be scrollable anyway, so there's no downside. We cannot support updatable refcursor ResultSets until we get updatable cursors. (jurka)
    * fix Fix a bug in function escape processing. When dealing with an invalid escape the code attempted to read until it hit the escape end and press on, but it forgot to increment its position counter. This lead to an infinite loop that eventually resulted in an out of memory error. (jurka)
    * fix Update the documentation to reflect the fact that the default prepareThreshold is five, not zero. (jurka)
    * fix Correct error message in CallableStatement to identify the mismatch with the registered return type. (jurka)
    * fix Correct escaping of named savepoints which follow identifier, not literal rules. (jurka) Thanks to Michael Paesold.

Port maintainer (girgen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- postgresql-jdbc-8.1.408.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/postgresql-jdbc/Makefile /home/hsn/hacked/postgresql-jdbc/Makefile
--- /usr/ports/databases/postgresql-jdbc/Makefile	Wed May 24 12:45:52 2006
+++ /home/hsn/hacked/postgresql-jdbc/Makefile	Sat Dec 23 18:46:31 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postgresql
-PORTVERSION=	8.1.407
+PORTVERSION=	8.1.408
 DISTVERSIONSUFFIX=.src
 PORTREVISION=	0
 CATEGORIES=	databases java
diff -ruN --exclude=CVS /usr/ports/databases/postgresql-jdbc/distinfo /home/hsn/hacked/postgresql-jdbc/distinfo
--- /usr/ports/databases/postgresql-jdbc/distinfo	Wed May 24 12:45:52 2006
+++ /home/hsn/hacked/postgresql-jdbc/distinfo	Sat Dec 23 18:51:08 2006
@@ -1,3 +1,3 @@
-MD5 (postgresql/postgresql-jdbc-8.1-407.src.tar.gz) = cf018801596effd04783f120682da353
-SHA256 (postgresql/postgresql-jdbc-8.1-407.src.tar.gz) = 71faedaee3d45b6331c373d9900579a4fc9c8a10b603de2ce469febca280cfeb
-SIZE (postgresql/postgresql-jdbc-8.1-407.src.tar.gz) = 485011
+MD5 (postgresql/postgresql-jdbc-8.1-408.src.tar.gz) = af1666b16b126d843e95656b1eef9295
+SHA256 (postgresql/postgresql-jdbc-8.1-408.src.tar.gz) = 99b6dbcc37e14aab2530093447fb8858600e52526f9cdc2af0db678ee179150b
+SIZE (postgresql/postgresql-jdbc-8.1-408.src.tar.gz) = 485140
--- postgresql-jdbc-8.1.408.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GyBGQ-000LuN-D1>