summaryrefslogtreecommitdiff
path: root/databases/postgresql93-pltcl
diff options
context:
space:
mode:
authoradam <adam>2014-02-23 11:25:50 +0000
committeradam <adam>2014-02-23 11:25:50 +0000
commitb9085e5289433ac9dc5479dc5cadf31b3ab97ebe (patch)
treee89e57207689fd45cb75c13885b719ae12a37b80 /databases/postgresql93-pltcl
parentc345691b5fc2072d787d8269223d9740aea99cc2 (diff)
downloadpkgsrc-b9085e5289433ac9dc5479dc5cadf31b3ab97ebe.tar.gz
Changes:
This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. In addition to the above, the following issues are fixed in this release: Fix WAL logging of visibility map change Make sure that GIN indexes log all insertions Get pause_at_recovery_target to pause at correct time Ensure walreceiver sends hot-standby feedback messages on time Prevent timeout interrupts from taking control away from mainline code Eliminate several race conditions Fix some broken HINTs in error messages Prevent server lockup on SSL connection loss Fix two Unicode handling issues Prevent crash on certain subselect syntax Prevent crash on select from zero column table Fix two bugs with LATERAL Fix issue with UNION ALL, partitioning, and updates Ensure that ANALYZE understands domains over ranges Eliminate permissions check when using default tablespace Fix memory leakage in JSON functions Allow extensions with event triggers Distinguish numbers correctly in JSON output Fix permissions for pg_start_backup() and pg_stop_backup() Accept SHIFT_JIS as locale name Fix .* expansion for SQL function variables Prevent infinite loop on some COPY connection failures Several fixes for client issues on Windows Enable building PostgreSQL with Visual Studio 2013 Update time zone files for recent changes
Diffstat (limited to 'databases/postgresql93-pltcl')
-rw-r--r--databases/postgresql93-pltcl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile
index 14de309e567..cea98d4362a 100644
--- a/databases/postgresql93-pltcl/Makefile
+++ b/databases/postgresql93-pltcl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/02/12 23:17:44 tron Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/23 11:25:54 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-pltcl-/}
-PKGREVISION= 2
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server