mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
databases/postgresql-jdbc: update to 42.3.6
The JDBC team has released version 42.3.6 to fix a regression introduced in 42.3.2 This fixes "cursor <unnamed portal 1> does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see PG #2377) Release notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.3.6
This commit is contained in:
parent
6cb52cd498
commit
e560244eb1
@ -1,7 +1,7 @@
|
||||
# Created by: Palle Girgensohn <girgen@partitur.se>
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 42.3.4
|
||||
PORTVERSION= 42.3.6
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= http://jdbc.postgresql.org/download/
|
||||
PKGNAMESUFFIX= -jdbc
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1650378413
|
||||
SHA256 (postgresql-42.3.4.jar) = 5d5ed5716645f19e895152a5dd181c7a1376f81e8dcaab4fff12b008122240ae
|
||||
SIZE (postgresql-42.3.4.jar) = 1040139
|
||||
TIMESTAMP = 1654291073
|
||||
SHA256 (postgresql-42.3.6.jar) = 43666128a1d1d6b36870b858973a170d3fa6293c969684fe88f42a71140293a0
|
||||
SIZE (postgresql-42.3.6.jar) = 1041072
|
||||
|
Loading…
Reference in New Issue
Block a user