Skip to content

Commit 4800b47

Browse files
committed
postgresql13: upgrade to v13.10
postgresql14: upgrade to v14.10 postgresql15: upgrade to v15.5 This also fixes following CVEs: - CVE-2023-5868, CVE-2023-5869, CVE-2023-5870 Change-Id: I52434602919dd5598b04a8389cf088d29164eb0d Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22355 Tested-by: gerrit-photon <photon-checkins@vmware.com>
1 parent 1e1b6f9 commit 4800b47

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

SPECS/postgresql/postgresql13.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
Summary: PostgreSQL database engine
1313
Name: postgresql13
14-
Version: 13.12
15-
Release: 2%{?dist}
14+
Version: 13.13
15+
Release: 1%{?dist}
1616
License: PostgreSQL
1717
URL: www.postgresql.org
1818
Group: Applications/Databases
1919
Vendor: VMware, Inc.
2020
Distribution: Photon
2121

2222
Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23-
%define sha512 %{srcname}=6b6f6de998016b33f0954d4ed8233b84d98abd2dc9b50f5e959f403d1d87a7e9c3b8c8c2ed456806578c2610982f41be3169d9afd4221c52c320b1a2795043e4
23+
%define sha512 %{srcname}=d7b1076cdc406ac83440c75d18e6dc6db9af709615344978ba0135b45a127082b1d3c6ad6d8cd6259d67ddf38cfcee37dd78dcfbf8e4a710b724c67cf36170a7
2424

2525
BuildRequires: clang-devel
2626
BuildRequires: diffutils
@@ -642,6 +642,8 @@ rm -rf %{buildroot}/*
642642
%{_pglibdir}/plpython3.so
643643

644644
%changelog
645+
* Tue Nov 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 13.13-1
646+
- Upgrade to v13.13
645647
* Tue Sep 19 2023 Nitesh Kumar <kunitesh@vmware.com> 13.12-2
646648
- Bump version as a part of openldap v2.6.4 upgrade
647649
* Sun Aug 13 2023 Shreenidhi Shedi <sshedi@vmware.com> 13.12-1

SPECS/postgresql/postgresql14.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
Summary: PostgreSQL database engine
1313
Name: postgresql14
14-
Version: 14.9
15-
Release: 2%{?dist}
14+
Version: 14.10
15+
Release: 1%{?dist}
1616
License: PostgreSQL
1717
URL: www.postgresql.org
1818
Group: Applications/Databases
1919
Vendor: VMware, Inc.
2020
Distribution: Photon
2121

2222
Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23-
%define sha512 %{srcname}=8a7f74c5fd1ec5339085f357b3044dd0d763e3368bd42b5d68497eba5cbf71e9c76a329580d8aa3145aa98a157f28df548c4a6dc2d880db5c0156baa231f5d24
23+
%define sha512 %{srcname}=f546e62eb158efdeecf091271ee60945604ca7f3683f0b259ee18eb682431158e282bf4f81d8df304c956919788f8077e72aa47c467d32d6aef1ccfe470862a5
2424

2525
BuildRequires: clang-devel
2626
BuildRequires: diffutils
@@ -658,6 +658,8 @@ rm -rf %{buildroot}/*
658658
%{_pglibdir}/plpython3.so
659659

660660
%changelog
661+
* Tue Nov 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 14.10-1
662+
- Upgrade to v14.10
661663
* Tue Sep 19 2023 Nitesh Kumar <kunitesh@vmware.com> 14.9-2
662664
- Bump version as a part of openldap v2.6.4 upgrade
663665
* Sun Aug 13 2023 Shreenidhi Shedi <sshedi@vmware.com> 14.9-1

SPECS/postgresql/postgresql15.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
Summary: PostgreSQL database engine
1313
Name: postgresql15
14-
Version: 15.4
15-
Release: 2%{?dist}
14+
Version: 15.5
15+
Release: 1%{?dist}
1616
License: PostgreSQL
1717
URL: www.postgresql.org
1818
Group: Applications/Databases
1919
Vendor: VMware, Inc.
2020
Distribution: Photon
2121

2222
Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23-
%define sha512 %{srcname}=37dd3e8b644d10c4f55963e07344ff4b0079adbae60052306f230f15e4ef4662b89e84a63dacc87cbf926c80b186d064a391283dd16e29ab47f7acc8a9860d0b
23+
%define sha512 %{srcname}=9ed9d160b3cef99954ccd47a970c107b7e3b0196a7d848f740bf3c52a1c626f6f457814c97f37b9f0467bb07734e19806a15bd9cf3c39445e1d89e75b37064cc
2424

2525
BuildRequires: clang-devel
2626
BuildRequires: diffutils
@@ -662,6 +662,8 @@ rm -rf %{buildroot}/*
662662
%{_pglibdir}/plpython3.so
663663

664664
%changelog
665+
* Tue Nov 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 15.5-1
666+
- Upgrade to v15.5
665667
* Tue Sep 19 2023 Nitesh Kumar <kunitesh@vmware.com> 15.4-2
666668
- Bump version as a part of openldap v2.6.4 upgrade
667669
* Sun Aug 13 2023 Shreenidhi Shedi <sshedi@vmware.com> 15.4-1

0 commit comments

Comments
 (0)