import postgresql-13.7-2.module+el8.6.0+15347+b8eabcef

This commit is contained in:
CentOS Sources 2022-05-30 18:28:38 +00:00 committed by Stepan Oksanichenko
parent 3c3379f706
commit f66a9e2271
5 changed files with 16 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.9.tar.bz2
SOURCES/postgresql-13.5-US.pdf
SOURCES/postgresql-13.5.tar.bz2
SOURCES/postgresql-13.7-US.pdf
SOURCES/postgresql-13.7.tar.bz2
SOURCES/postgresql-setup-8.6.tar.gz

View File

@ -1,4 +1,4 @@
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
385045e9682000e631841889ba22898a6328d5ed SOURCES/postgresql-13.5-US.pdf
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2
a6a369d69006a5c36cd60199ae59f7fcbd6a92da SOURCES/postgresql-13.7-US.pdf
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz

View File

@ -1 +0,0 @@
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2

View File

@ -0,0 +1 @@
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2

View File

@ -59,7 +59,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.5
Version: %{majorversion}.7
Release: 2%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -1225,6 +1225,16 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 13.7-2
- Resolves: CVE-2022-1552
- Release bump due to wrongly reported CVE of libpq
Build after reverted changes in libpq package
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 13.7-1
- Resolves: CVE-2022-1552
- Update to 13.7
- Release notes: https://www.postgresql.org/docs/release/13.7/
* Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 13.5-2
- Update postgresql-setup to 8.6 (#2024567)