Skip to content

Commit ed5e7c0

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade postgresql to 14.14 CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979 - branch main (#11165)
1 parent 3ed988c commit ed5e7c0

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"postgresql-14.13.tar.bz2": "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56"
3+
"postgresql-14.14.tar.bz2": "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6"
44
}
55
}

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.13
3+
Version: 14.14
44
Release: 1%{?dist}
55
License: PostgreSQL
66
Vendor: Microsoft Corporation
@@ -191,6 +191,9 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check"
191191
%{_libdir}/libpgtypes.a
192192

193193
%changelog
194+
* Mon Nov 18 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.14-1
195+
- Auto-upgrade to 14.14 - CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979
196+
194197
* Mon Aug 12 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.13-1
195198
- Auto-upgrade to 14.13 - CVE-2024-7348
196199

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21474,8 +21474,8 @@
2147421474
"type": "other",
2147521475
"other": {
2147621476
"name": "postgresql",
21477-
"version": "14.13",
21478-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.bz2"
21477+
"version": "14.14",
21478+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.14/postgresql-14.14.tar.bz2"
2147921479
}
2148021480
}
2148121481
},

0 commit comments

Comments
 (0)