Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6C9AC7ABC0 for ; Thu, 25 Feb 2016 00:41:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 24881860DF; Thu, 25 Feb 2016 00:41:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A53C885E89 for ; Thu, 25 Feb 2016 00:41:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PLzbhcQTlZAZ for ; Thu, 25 Feb 2016 00:41:54 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C60E85E47 for ; Thu, 25 Feb 2016 00:41:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A659FBB7; Thu, 25 Feb 2016 00:41:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 25 Feb 2016 00:41:54 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20160225004154.4A659FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Thu Feb 25 00:41:54 UTC 2016 Modified Files: pkgsrc/databases/postgresql92: Makefile.common distinfo pkgsrc/databases/postgresql92-client: PLIST pkgsrc/databases/postgresql92-docs: PLIST Log Message: Update to PostgreSQL 9.2.15 (2016-02-11) This release fixes two security issues, as well as several bugs found over the last four months. CVE-2016-0773 Unicode regular expression buffer overflow CVE-2016-0766 PL/Java privilege escalation To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql92/Makefile.common cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql92/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql92-client/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql92-docs/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.