Browse code

postgresql: version upgrades

Also fixes CVE-2023-2454, CVE-2023-2455

Change-Id: Ide5ea93b9113fe77d4617e35a46f01b88c81cdb2
Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/20732
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Tapas Kundu <tkundu@vmware.com>

Shreenidhi Shedi authored on 2023/05/16 18:32:27
Showing 3 changed files
... ...
@@ -11,8 +11,8 @@
11 11
 
12 12
 Summary:        PostgreSQL database engine
13 13
 Name:           postgresql13
14
-Version:        13.10
15
-Release:        3%{?dist}
14
+Version:        13.11
15
+Release:        1%{?dist}
16 16
 License:        PostgreSQL
17 17
 URL:            www.postgresql.org
18 18
 Group:          Applications/Databases
... ...
@@ -20,7 +20,7 @@ Vendor:         VMware, Inc.
20 20
 Distribution:   Photon
21 21
 
22 22
 Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23
-%define sha512 %{srcname}=328c81f7c2ca2bad92fa62f4b0377d7cc104f294636db019c68ceccb580003eebe79455bbafa24eab2b3cce305e3d9c702a8544b38556f9c3431cc3c78d00cff
23
+%define sha512 %{srcname}=30c60de44f9a33470ea9cd0c9757de23341bf1f5b9f3e8ee2c5b303d6709d08e9aea0f6ae597e344f610a577809860c7921596fe63034b6c2e3fa488e3040987
24 24
 
25 25
 BuildRequires:  clang-devel
26 26
 BuildRequires:  diffutils
... ...
@@ -642,6 +642,8 @@ rm -rf %{buildroot}/*
642 642
 %{_pglibdir}/plpython3.so
643 643
 
644 644
 %changelog
645
+* Tue May 16 2023 Shreenidhi Shedi <sshedi@vmware.com> 13.11-1
646
+- Upgrade to v13.11
645 647
 * Wed Apr 19 2023 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 13.10-3
646 648
 - Bump version as a part of libxml2 upgrade
647 649
 * Fri Apr 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 13.10-2
... ...
@@ -11,8 +11,8 @@
11 11
 
12 12
 Summary:        PostgreSQL database engine
13 13
 Name:           postgresql14
14
-Version:        14.7
15
-Release:        3%{?dist}
14
+Version:        14.8
15
+Release:        1%{?dist}
16 16
 License:        PostgreSQL
17 17
 URL:            www.postgresql.org
18 18
 Group:          Applications/Databases
... ...
@@ -20,7 +20,7 @@ Vendor:         VMware, Inc.
20 20
 Distribution:   Photon
21 21
 
22 22
 Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23
-%define sha512 %{srcname}=931c3850d09a90b44b986f0ea6eb96eb549919ffd28ca71a7f1896e40dbbbc77601179d480c614f80cf67e5c1a4ccb4d38e06c846c13262723de621463a95508
23
+%define sha512 %{srcname}=68f53702e9bf12ea6648e30ede21da94b1d50a5e4dbedb4180b7758b164cfb68414d5f0a1e74a78a32e7b385fb6d8cc18affc902ad7d7d77d4eb3318fa2f7d46
24 24
 
25 25
 BuildRequires:  clang-devel
26 26
 BuildRequires:  diffutils
... ...
@@ -658,6 +658,8 @@ rm -rf %{buildroot}/*
658 658
 %{_pglibdir}/plpython3.so
659 659
 
660 660
 %changelog
661
+* Tue May 16 2023 Shreenidhi Shedi <sshedi@vmware.com> 14.8-1
662
+- Upgrade to v14.8
661 663
 * Wed Apr 19 2023 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 14.7-3
662 664
 - Bump version as a part of libxml2 upgrade
663 665
 * Fri Apr 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 14.7-2
... ...
@@ -11,8 +11,8 @@
11 11
 
12 12
 Summary:        PostgreSQL database engine
13 13
 Name:           postgresql15
14
-Version:        15.2
15
-Release:        3%{?dist}
14
+Version:        15.3
15
+Release:        1%{?dist}
16 16
 License:        PostgreSQL
17 17
 URL:            www.postgresql.org
18 18
 Group:          Applications/Databases
... ...
@@ -20,7 +20,7 @@ Vendor:         VMware, Inc.
20 20
 Distribution:   Photon
21 21
 
22 22
 Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{srcname}-%{version}.tar.bz2
23
-%define sha512 %{srcname}=115a8a4234791bba4e6dcc4617e9dd77abedcf767894ce9472c59cce9d5d4ef2d4e1746f3a0c7a99de4fc4385fb716652b70dce9f48be45a9db5a682517db7e8
23
+%define sha512 %{srcname}=cac97edeb40df1e8f2162f401b465751132929d7249495ef001e950645a2db46343bd732e7bd6504a7f795e25aea66724f2f4ab0065e3d9331b36db4b3a3bec6
24 24
 
25 25
 BuildRequires:  clang-devel
26 26
 BuildRequires:  diffutils
... ...
@@ -662,6 +662,8 @@ rm -rf %{buildroot}/*
662 662
 %{_pglibdir}/plpython3.so
663 663
 
664 664
 %changelog
665
+* Tue May 16 2023 Shreenidhi Shedi <sshedi@vmware.com> 15.3-1
666
+- Upgrade to v15.3
665 667
 * Wed Apr 19 2023 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 15.2-3
666 668
 - Bump version as a part of libxml2 upgrade
667 669
 * Fri Apr 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 15.2-2