Update to PostgreSQL 9.1.20 (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
This commit is contained in:
parent
dd9b7bf652
commit
293f36e1b5
4 changed files with 12 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2013/02/09 11:19:15 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2016/02/25 01:06:31 tnn Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
|
@ -314,6 +314,7 @@ include/postgresql/server/pg_config_manual.h
|
|||
include/postgresql/server/pg_config_os.h
|
||||
include/postgresql/server/pg_trace.h
|
||||
include/postgresql/server/pgstat.h
|
||||
include/postgresql/server/pgtar.h
|
||||
include/postgresql/server/pgtime.h
|
||||
include/postgresql/server/port.h
|
||||
include/postgresql/server/port/aix.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.21 2015/10/11 11:24:58 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.22 2016/02/25 01:06:31 tnn Exp $
|
||||
man/man1/clusterdb.1
|
||||
man/man1/createdb.1
|
||||
man/man1/createlang.1
|
||||
|
@ -1022,6 +1022,7 @@ share/doc/postgresql/html/release-9-1-16.html
|
|||
share/doc/postgresql/html/release-9-1-17.html
|
||||
share/doc/postgresql/html/release-9-1-18.html
|
||||
share/doc/postgresql/html/release-9-1-19.html
|
||||
share/doc/postgresql/html/release-9-1-20.html
|
||||
share/doc/postgresql/html/release-9-1-2.html
|
||||
share/doc/postgresql/html/release-9-1-3.html
|
||||
share/doc/postgresql/html/release-9-1-4.html
|
||||
|
@ -1035,6 +1036,7 @@ share/doc/postgresql/html/release.html
|
|||
share/doc/postgresql/html/resources.html
|
||||
share/doc/postgresql/html/role-attributes.html
|
||||
share/doc/postgresql/html/role-membership.html
|
||||
share/doc/postgresql/html/role-removal.html
|
||||
share/doc/postgresql/html/routine-reindex.html
|
||||
share/doc/postgresql/html/routine-vacuuming.html
|
||||
share/doc/postgresql/html/row-estimation-examples.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.27 2015/10/11 11:24:58 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.28 2016/02/25 01:06:31 tnn Exp $
|
||||
#
|
||||
# This Makefile fragment is included by all PostgreSQL packages built from
|
||||
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
|
||||
|
@ -23,7 +23,7 @@
|
|||
# used by databases/postgresql91-server/Makefile
|
||||
# used by databases/postgresql91-upgrade/Makefile
|
||||
|
||||
DISTNAME= postgresql-9.1.19
|
||||
DISTNAME= postgresql-9.1.20
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.26 2015/11/03 01:56:26 agc Exp $
|
||||
$NetBSD: distinfo,v 1.27 2016/02/25 01:06:31 tnn Exp $
|
||||
|
||||
SHA1 (postgresql-9.1.19.tar.bz2) = d3a2b031f87f5cb5285cf038df8d91a6e3279d86
|
||||
RMD160 (postgresql-9.1.19.tar.bz2) = 49675a3ae61ced65260b9b9f7f78d0b8436c72a3
|
||||
SHA512 (postgresql-9.1.19.tar.bz2) = 23dd4108556edcc667f599c5663356a1106bc239a1c5337d153c13a1e1871d52316825b84802bbc1d79612dfa4c9c77f4c4b96d59d23d7338988bdf370e956d4
|
||||
Size (postgresql-9.1.19.tar.bz2) = 15843978 bytes
|
||||
SHA1 (postgresql-9.1.20.tar.bz2) = 6212dfefa735c14dcfe61e9a0135580dc4b57b18
|
||||
RMD160 (postgresql-9.1.20.tar.bz2) = 3889c957bfdc7d67989e2f1f4336a7aba81d67eb
|
||||
SHA512 (postgresql-9.1.20.tar.bz2) = ebec6aae593058276dda2404812d89f3df637ceac24d96de1a774da03cf58ea9ce44819e18549040b6f6d811f2c8203462e13788df7158d45a0fe9dfb72d0fd9
|
||||
Size (postgresql-9.1.20.tar.bz2) = 15844360 bytes
|
||||
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
|
||||
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
|
||||
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
|
||||
|
|
Loading…
Reference in a new issue