From b107b173897a0c13f2a037901fe4a2aeb955cbf9 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 8 Nov 2018 23:21:19 +0000 Subject: Posted on 2018-11-08 by PostgreSQL Global Development Group The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25. This release fixes one security issue as well as bugs reported over the last three months. All users using the affected versions of PostgreSQL should update as soon as possible. Please see the notes on "Updating" below for any post-update steps that may be required if you are using pg_stat_statements in your installation. This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make plans to update to a community supported version as soon as possible. Please see our versioning policy for more information. Releasenotes: https://www.postgresql.org/about/news/1905/ Security: 1c27a706-e3aa-11e8-b77a-6cc21735f730 Security: CVE-2018-16850 --- databases/postgresql11-server/Makefile | 3 +-- databases/postgresql11-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'databases/postgresql11-server') diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 78351948290f..c55e0607342a 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 11.0 -PORTREVISION?= 2 +DISTVERSION?= 11.1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql11-server/distinfo b/databases/postgresql11-server/distinfo index 5aec26b894e8..1209cebd788b 100644 --- a/databases/postgresql11-server/distinfo +++ b/databases/postgresql11-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539894231 -SHA256 (postgresql/postgresql-11.0.tar.bz2) = bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b -SIZE (postgresql/postgresql-11.0.tar.bz2) = 21206820 +TIMESTAMP = 1541712758 +SHA256 (postgresql/postgresql-11.1.tar.bz2) = 90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08 +SIZE (postgresql/postgresql-11.1.tar.bz2) = 21263173 -- cgit v1.2.3