-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql v12.5 resolves CVE-2020-25695 and CVE-2020-25694
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"postgresql-12.4.tar.bz2": "bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc" | ||
"postgresql-12.5.tar.bz2": "bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: PostgreSQL database engine | ||
Name: postgresql | ||
Version: 12.4 | ||
Version: 12.5 | ||
Release: 1%{?dist} | ||
License: PostgreSQL | ||
Vendor: Microsoft Corporation | ||
|
@@ -165,6 +165,9 @@ rm -rf %{buildroot}/* | |
%{_libdir}/libpgtypes.a | ||
|
||
%changelog | ||
* Mon Nov 23 2020 Henry Beberman <[email protected]> - 12.5-1 | ||
- Upgrading to 12.5 to fix CVE-2020-25695 and CVE-2020-25694. | ||
|
||
* Tue Nov 03 2020 Pawel Winogrodzki <[email protected]> - 12.4-1 | ||
- Upgrading to 12.4 to fix CVE-2020-14349 and CVE-2020-14350. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters