Skip to content

Commit a3d7868

Browse files
authored
postgresql: update to v14.10 to fix CVE-2023-5868, CVE-2023-5869 and CVE-2023-5870 (#7138)
1 parent f2a1738 commit a3d7868

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"postgresql-14.8.tar.bz2": "39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a"
4-
}
5-
}
3+
"postgresql-14.10.tar.bz2": "c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399"
4+
}
5+
}

SPECS/postgresql/postgresql.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: PostgreSQL database engine
22
Name: postgresql
3-
Version: 14.8
3+
Version: 14.10
44
Release: 1%{?dist}
55
License: PostgreSQL
66
Vendor: Microsoft Corporation
@@ -172,6 +172,9 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check"
172172
%{_libdir}/libpgtypes.a
173173

174174
%changelog
175+
* Fri Dec 29 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 14.10-1
176+
- Upgrade to 14.10 to fix CVE-2023-5868, CVE-2023-5869 and CVE-2023-5870
177+
175178
* Tue Jun 20 2023 Bala <balakumaran.kannan@microsoft.com> - 14.8-1
176179
- Upgrade to 14.8 to fix CVE-2023-2454, CVE-2023-2455 and CVE-2022-41862
177180

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21444,8 +21444,8 @@
2144421444
"type": "other",
2144521445
"other": {
2144621446
"name": "postgresql",
21447-
"version": "14.8",
21448-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.8/postgresql-14.8.tar.bz2"
21447+
"version": "14.10",
21448+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.10/postgresql-14.10.tar.bz2"
2144921449
}
2145021450
}
2145121451
},

0 commit comments

Comments
 (0)