mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
databases/postgresql??-*: upgrade to latest versions
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.
This commit is contained in:
parent
2ce0c1d967
commit
8f04ac8173
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user