Skip to content

Commit

Permalink
databases/postgresql??-*: upgrade to latest versions
Browse files Browse the repository at this point in the history
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.2, 14.7, 13.10, 12.14,
and 11.19. This release closes one security vulnerability and fixes over
60 bugs reported over the last several months.

Release notes:	https://www.postgresql.org/docs/release/
Security:	CVE-2022-41862: Client memory disclosure when
		connecting, with Kerberos, to modified server.
  • Loading branch information
Palle Girgensohn authored and Palle Girgensohn committed Feb 9, 2023
1 parent 2ce0c1d commit 8f04ac8
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 25 deletions.
4 changes: 2 additions & 2 deletions databases/postgresql11-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTVERSION?= 11.18
DISTVERSION?= 11.19
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
PORTREVISION?= 0

MAINTAINER?= pgsql@FreeBSD.org

Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql11-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925757
SHA256 (postgresql/postgresql-11.18.tar.bz2) = d24f20efc52e918acfbcca21e9cea28e0e263b846a0c408fcfac3b3c4a0f7504
SIZE (postgresql/postgresql-11.18.tar.bz2) = 20428126
TIMESTAMP = 1675791439
SHA256 (postgresql/postgresql-11.19.tar.bz2) = 13109e2b71f1139405c27201da3733a61ace72ee1c228d9c9f0320e06aee14c2
SIZE (postgresql/postgresql-11.19.tar.bz2) = 20457793
1 change: 1 addition & 0 deletions databases/postgresql11-server/pkg-plist-server
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ lib/libpgcommon.a
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
%%TZDATA%%%%DATADIR%%/timezone/America/Ciudad_Juarez
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql12-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTVERSION?= 12.13
DISTVERSION?= 12.14
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
PORTREVISION?= 0

MAINTAINER?= pgsql@FreeBSD.org

Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql12-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925758
SHA256 (postgresql/postgresql-12.13.tar.bz2) = b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d
SIZE (postgresql/postgresql-12.13.tar.bz2) = 21114311
TIMESTAMP = 1675791439
SHA256 (postgresql/postgresql-12.14.tar.bz2) = 785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e
SIZE (postgresql/postgresql-12.14.tar.bz2) = 21124742
1 change: 1 addition & 0 deletions databases/postgresql12-server/pkg-plist-server
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ lib/libpgcommon.a
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
%%TZDATA%%%%DATADIR%%/timezone/America/Ciudad_Juarez
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql13-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTVERSION?= 13.9
DISTVERSION?= 13.10
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
PORTREVISION?= 0

MAINTAINER?= pgsql@FreeBSD.org

Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql13-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925759
SHA256 (postgresql/postgresql-13.9.tar.bz2) = ef1966c0a5e49fbed3370ad2824928cb6b1164617aeeae1606da283f7f33a415
SIZE (postgresql/postgresql-13.9.tar.bz2) = 21439045
TIMESTAMP = 1675791441
SHA256 (postgresql/postgresql-13.10.tar.bz2) = 5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
SIZE (postgresql/postgresql-13.10.tar.bz2) = 21457594
1 change: 1 addition & 0 deletions databases/postgresql13-server/pkg-plist-server
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ lib/postgresql/utf8_and_win.so
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
%%TZDATA%%%%DATADIR%%/timezone/America/Ciudad_Juarez
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql14-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTVERSION?= 14.6
DISTVERSION?= 14.7
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
PORTREVISION?= 0

MAINTAINER?= pgsql@FreeBSD.org

Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql14-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925760
SHA256 (postgresql/postgresql-14.6.tar.bz2) = 508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22
SIZE (postgresql/postgresql-14.6.tar.bz2) = 22177474
TIMESTAMP = 1675791442
SHA256 (postgresql/postgresql-14.7.tar.bz2) = cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
SIZE (postgresql/postgresql-14.7.tar.bz2) = 22182073
1 change: 1 addition & 0 deletions databases/postgresql14-server/pkg-plist-server
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ lib/postgresql/utf8_and_win.so
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia_Banderas
%%TZDATA%%%%DATADIR%%/timezone/America/Barbados
%%TZDATA%%%%DATADIR%%/timezone/America/Ciudad_Juarez
%%TZDATA%%%%DATADIR%%/timezone/America/Belem
%%TZDATA%%%%DATADIR%%/timezone/America/Belize
%%TZDATA%%%%DATADIR%%/timezone/America/Blanc-Sablon
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql15-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PORTNAME?= postgresql
DISTVERSION?= 15.1
DISTVERSION?= 15.2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql15-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1667925761
SHA256 (postgresql/postgresql-15.1.tar.bz2) = 64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae
SIZE (postgresql/postgresql-15.1.tar.bz2) = 22666134
TIMESTAMP = 1675791442
SHA256 (postgresql/postgresql-15.2.tar.bz2) = 99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7
SIZE (postgresql/postgresql-15.2.tar.bz2) = 22688379
1 change: 1 addition & 0 deletions databases/postgresql15-server/pkg-plist-contrib
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ lib/postgresql/uuid-ossp.so
%%DATADIR%%/extension/old_snapshot.control
%%DATADIR%%/extension/pageinspect--1.0--1.1.sql
%%DATADIR%%/extension/pageinspect--1.1--1.2.sql
%%DATADIR%%/extension/pageinspect--1.10--1.11.sql
%%DATADIR%%/extension/pageinspect--1.2--1.3.sql
%%DATADIR%%/extension/pageinspect--1.3--1.4.sql
%%DATADIR%%/extension/pageinspect--1.4--1.5.sql
Expand Down
1 change: 1 addition & 0 deletions databases/postgresql15-server/pkg-plist-server
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,7 @@ lib/postgresql/utf8_and_win.so
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
%%TZDATA%%%%DATADIR%%/timezone/America/Ciudad_Juarez
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
Expand Down

0 comments on commit 8f04ac8

Please sign in to comment.