Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 21:25:01 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398895 - in head/databases: postgresql90-client postgresql90-server postgresql91-client postgresql91-docs postgresql91-pltcl postgresql91-server postgresql92-client postgresql92-contri...
Message-ID:  <201510082125.t98LP1bJ014049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Thu Oct  8 21:25:01 2015
New Revision: 398895
URL: https://svnweb.freebsd.org/changeset/ports/398895

Log:
  Update PostgreSQL port to latest version.
  
  Two security issues have been fixed in this release which affect users
  of specific PostgreSQL features:
  
  CVE-2015-5289: json or jsonb input values constructed from arbitrary
  user input can crash the PostgreSQL server and cause a denial of
  service.
  
  CVE-2015-5288: The crypt( function included with the optional pgCrypto
  extension could be exploited to read a few additional bytes of memory.
  No working exploit for this issue has been developed.
  
  This update will also disable SSL renegotiation by default;
  previously, it was enabled by default.   SSL renegotiation will be
  removed entirely in PostgreSQL versions 9.5 and later.
  
  URL:		http://www.postgresql.org/about/news/1615/
  Security:	CVE-2015-5288 CVE-2015-5289

Modified:
  head/databases/postgresql90-client/Makefile
  head/databases/postgresql90-server/Makefile
  head/databases/postgresql90-server/distinfo
  head/databases/postgresql90-server/pkg-plist-server
  head/databases/postgresql91-client/Makefile
  head/databases/postgresql91-docs/Makefile
  head/databases/postgresql91-pltcl/Makefile
  head/databases/postgresql91-server/Makefile
  head/databases/postgresql91-server/distinfo
  head/databases/postgresql91-server/pkg-plist-server
  head/databases/postgresql92-client/Makefile
  head/databases/postgresql92-contrib/Makefile
  head/databases/postgresql92-server/Makefile
  head/databases/postgresql92-server/distinfo
  head/databases/postgresql92-server/pkg-plist-server
  head/databases/postgresql93-client/Makefile
  head/databases/postgresql93-contrib/Makefile
  head/databases/postgresql93-server/Makefile
  head/databases/postgresql93-server/distinfo
  head/databases/postgresql93-server/pkg-plist-server
  head/databases/postgresql94-client/Makefile
  head/databases/postgresql94-contrib/Makefile
  head/databases/postgresql94-plperl/Makefile
  head/databases/postgresql94-plpython/Makefile
  head/databases/postgresql94-server/Makefile
  head/databases/postgresql94-server/distinfo
  head/databases/postgresql94-server/pkg-plist-server

Modified: head/databases/postgresql90-client/Makefile
==============================================================================
--- head/databases/postgresql90-client/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql90-client/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 COMMENT=	PostgreSQL database (client)
-PORTREVISION=	0
 
 MASTERDIR=	${.CURDIR}/../postgresql90-server
 

Modified: head/databases/postgresql90-server/Makefile
==============================================================================
--- head/databases/postgresql90-server/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql90-server/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,8 +1,7 @@
 # Created by: Marc G. Fournier <scrappy@FreeBSD.org>
 # $FreeBSD$
 
-DISTVERSION?=	9.0.22
-PORTREVISION?=	1
+DISTVERSION?=	9.0.23
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
 MAINTAINER?=	pgsql@FreeBSD.org

Modified: head/databases/postgresql90-server/distinfo
==============================================================================
--- head/databases/postgresql90-server/distinfo	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql90-server/distinfo	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.0.22.tar.bz2) = 94d4b20d854cd7fa4c9c322c0b602751edbc5ca0d4f29fe92f996e28bb32f8a5
-SIZE (postgresql/postgresql-9.0.22.tar.bz2) = 15046629
+SHA256 (postgresql/postgresql-9.0.23.tar.bz2) = 3dbcbe19c814139a3f4be8bc6b49db804753cbc49979f345083e835c52b4d7de
+SIZE (postgresql/postgresql-9.0.23.tar.bz2) = 15045569
 SHA256 (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 44436558d3414b964e6acda18148188be88446b3773d133a4b3b0d63d17bd807
 SIZE (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 4412

Modified: head/databases/postgresql90-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql90-server/pkg-plist-server	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql90-server/pkg-plist-server	Thu Oct  8 21:25:01 2015	(r398895)
@@ -247,6 +247,7 @@ lib/postgresql/utf8_and_win.so
 %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
 %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
 %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
+%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
 %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
 %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
 %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay

Modified: head/databases/postgresql91-client/Makefile
==============================================================================
--- head/databases/postgresql91-client/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-client/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 COMMENT=	PostgreSQL database (client)
-PORTREVISION=	0
 
 MASTERDIR=	${.CURDIR}/../postgresql91-server
 

Modified: head/databases/postgresql91-docs/Makefile
==============================================================================
--- head/databases/postgresql91-docs/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-docs/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTREVISION=	0
 PKGNAMESUFFIX?=	${DISTV:S/.//}-docs
 DISTV=	${DISTVERSION:R}
 

Modified: head/databases/postgresql91-pltcl/Makefile
==============================================================================
--- head/databases/postgresql91-pltcl/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-pltcl/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTREVISION=	0
 CATEGORIES=	databases tcl
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 

Modified: head/databases/postgresql91-server/Makefile
==============================================================================
--- head/databases/postgresql91-server/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-server/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	postgresql
-DISTVERSION?=	9.1.18
-PORTREVISION?=	1
+DISTVERSION?=	9.1.19
 CATEGORIES?=	databases
 MASTER_SITES=	PGSQL/source/v${DISTVERSION}
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
@@ -11,10 +10,10 @@ PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${
 MAINTAINER?=	pgsql@FreeBSD.org
 COMMENT?=	The most advanced open-source database available anywhere
 
-#CONFLICTS?=	${PORTNAME}[^${PORTVERSION:R:R}]?-client* \
-#		${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \
-#		${PORTNAME}9[^${PORTVERSION:R:E}]-client* \
-#		${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].*
+CONFLICTS?=	${PORTNAME}[^${PORTVERSION:R:R}]?-client* \
+		${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \
+		${PORTNAME}9[^${PORTVERSION:R:E}]-client* \
+		${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].*
 
 WRKSRC=		${WRKDIR}/postgresql-${DISTVERSION}
 DIST_SUBDIR=	postgresql

Modified: head/databases/postgresql91-server/distinfo
==============================================================================
--- head/databases/postgresql91-server/distinfo	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-server/distinfo	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.1.18.tar.bz2) = 2726d526666904b454f87fe2ae54357c2ab9eb8aba299a4c904829b7598584a8
-SIZE (postgresql/postgresql-9.1.18.tar.bz2) = 15822081
+SHA256 (postgresql/postgresql-9.1.19.tar.bz2) = cbd5057451147dd63a1e764176a4e17a7795773be1e4266ea9faa951064c0ec6
+SIZE (postgresql/postgresql-9.1.19.tar.bz2) = 15843978
 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
 SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469

Modified: head/databases/postgresql91-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql91-server/pkg-plist-server	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql91-server/pkg-plist-server	Thu Oct  8 21:25:01 2015	(r398895)
@@ -253,6 +253,7 @@ lib/postgresql/utf8_and_win.so
 %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
 %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
 %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
+%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
 %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
 %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
 %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay

Modified: head/databases/postgresql92-client/Makefile
==============================================================================
--- head/databases/postgresql92-client/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql92-client/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 COMMENT=	PostgreSQL database (client)
-PORTREVISION=	0
 
 MASTERDIR=	${.CURDIR}/../postgresql92-server
 

Modified: head/databases/postgresql92-contrib/Makefile
==============================================================================
--- head/databases/postgresql92-contrib/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql92-contrib/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -4,7 +4,6 @@
 PORTNAME=	postgresql
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
-PORTREVISION=	1
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	The contrib utilities from the PostgreSQL distribution

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql92-server/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	postgresql
-DISTVERSION?=	9.2.13
-PORTREVISION?=	2
+DISTVERSION?=	9.2.14
 CATEGORIES?=	databases
 MASTER_SITES=	PGSQL/source/v${DISTVERSION}
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}

Modified: head/databases/postgresql92-server/distinfo
==============================================================================
--- head/databases/postgresql92-server/distinfo	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql92-server/distinfo	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.2.13.tar.bz2) = 5dcbd6209a8c0f508504fa433486583a42caaa240c823e1b3576db8a72db6a44
-SIZE (postgresql/postgresql-9.2.13.tar.bz2) = 16401289
+SHA256 (postgresql/postgresql-9.2.14.tar.bz2) = 54c20b3f320a48c38487f2711e98b2fa3f9ce4305905a294ad0449e8b4fb292e
+SIZE (postgresql/postgresql-9.2.14.tar.bz2) = 16451398
 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
 SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469

Modified: head/databases/postgresql92-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql92-server/pkg-plist-server	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql92-server/pkg-plist-server	Thu Oct  8 21:25:01 2015	(r398895)
@@ -250,6 +250,7 @@ lib/postgresql/utf8_and_win.so
 %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
 %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
 %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
+%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
 %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
 %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
 %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay

Modified: head/databases/postgresql93-client/Makefile
==============================================================================
--- head/databases/postgresql93-client/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql93-client/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 COMMENT=	PostgreSQL database (client)
-PORTREVISION=	0
 
 MASTERDIR=	${.CURDIR}/../postgresql93-server
 

Modified: head/databases/postgresql93-contrib/Makefile
==============================================================================
--- head/databases/postgresql93-contrib/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql93-contrib/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -4,7 +4,6 @@
 PORTNAME=	postgresql
 CATEGORIES=	databases
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
-PORTREVISION=	1
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	The contrib utilities from the PostgreSQL distribution

Modified: head/databases/postgresql93-server/Makefile
==============================================================================
--- head/databases/postgresql93-server/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql93-server/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,7 +1,7 @@
 # Created by: Marc G. Fournier <scrappy@FreeBSD.org>
 # $FreeBSD$
 
-DISTVERSION?=	9.3.9
+DISTVERSION?=	9.3.10
 PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
 MAINTAINER?=	pgsql@FreeBSD.org

Modified: head/databases/postgresql93-server/distinfo
==============================================================================
--- head/databases/postgresql93-server/distinfo	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql93-server/distinfo	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.3.9.tar.bz2) = f73bd0ec2028511732430beb22414a022d2114231366e8cbe78c149793910549
-SIZE (postgresql/postgresql-9.3.9.tar.bz2) = 16959310
+SHA256 (postgresql/postgresql-9.3.10.tar.bz2) = e5444f0f76aff98a251400b7c28bc361d65e3d72d8d6cb9bb5d8361a69541531
+SIZE (postgresql/postgresql-9.3.10.tar.bz2) = 16995860
 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
 SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469

Modified: head/databases/postgresql93-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-server	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql93-server/pkg-plist-server	Thu Oct  8 21:25:01 2015	(r398895)
@@ -239,6 +239,7 @@ lib/libpgcommon.a
 %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
 %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
 %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
+%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
 %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
 %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
 %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay

Modified: head/databases/postgresql94-client/Makefile
==============================================================================
--- head/databases/postgresql94-client/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-client/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 COMMENT=	PostgreSQL database (client)
-PORTREVISION=	0
 
 MASTERDIR=	${.CURDIR}/../postgresql94-server
 

Modified: head/databases/postgresql94-contrib/Makefile
==============================================================================
--- head/databases/postgresql94-contrib/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-contrib/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -3,7 +3,6 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases
-PORTREVISION=	1
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	The contrib utilities from the PostgreSQL distribution

Modified: head/databases/postgresql94-plperl/Makefile
==============================================================================
--- head/databases/postgresql94-plperl/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-plperl/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,7 +1,6 @@
 # Created by: Palle Girgensohn <girgen@partitur.se>
 # $FreeBSD$
 
-PORTREVISION=	0
 WANT_PGSQL_VER=	9.4
 
 .include "${.CURDIR}/../postgresql90-plperl/Makefile"

Modified: head/databases/postgresql94-plpython/Makefile
==============================================================================
--- head/databases/postgresql94-plpython/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-plpython/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	0
 WANT_PGSQL_VER=	9.4
 
 .include "${.CURDIR}/../postgresql90-plpython/Makefile"

Modified: head/databases/postgresql94-server/Makefile
==============================================================================
--- head/databases/postgresql94-server/Makefile	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-server/Makefile	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,7 +1,7 @@
 # Created by: Marc G. Fournier <scrappy@FreeBSD.org>
 # $FreeBSD$
 
-DISTVERSION?=	9.4.4
+DISTVERSION?=	9.4.5
 
 MAINTAINER?=	pgsql@FreeBSD.org
 

Modified: head/databases/postgresql94-server/distinfo
==============================================================================
--- head/databases/postgresql94-server/distinfo	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-server/distinfo	Thu Oct  8 21:25:01 2015	(r398895)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.4.4.tar.bz2) = 538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013
-SIZE (postgresql/postgresql-9.4.4.tar.bz2) = 17616272
+SHA256 (postgresql/postgresql-9.4.5.tar.bz2) = b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39
+SIZE (postgresql/postgresql-9.4.5.tar.bz2) = 17660960
 SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b
 SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279

Modified: head/databases/postgresql94-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql94-server/pkg-plist-server	Thu Oct  8 21:18:53 2015	(r398894)
+++ head/databases/postgresql94-server/pkg-plist-server	Thu Oct  8 21:25:01 2015	(r398895)
@@ -240,6 +240,7 @@ lib/libpgcommon.a
 %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
 %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
 %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
+%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
 %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
 %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
 %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510082125.t98LP1bJ014049>