summaryrefslogtreecommitdiff
path: root/databases/postgresql92/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2013-04-04 21:08:25 +0000
committeradam <adam>2013-04-04 21:08:25 +0000
commit5264ba3b4595974b5e7acaab8087f96505b143aa (patch)
tree80c7435d598076d59e5b3c15db33a97bd3db4769 /databases/postgresql92/Makefile.common
parentb68a262892edca5dc4013e7cdc6658c5af3040c3 (diff)
downloadpkgsrc-5264ba3b4595974b5e7acaab8087f96505b143aa.tar.gz
The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately.
A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request. Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
Diffstat (limited to 'databases/postgresql92/Makefile.common')
-rw-r--r--databases/postgresql92/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common
index 1eeb08422c0..e5413a6f78e 100644
--- a/databases/postgresql92/Makefile.common
+++ b/databases/postgresql92/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2013/02/09 11:19:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2013/04/04 21:08:36 adam Exp $
#
# used by databases/postgresql92-adminpack/Makefile
# used by databases/postgresql92-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.2.3
+DISTNAME= postgresql-9.2.4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2