import postgresql-13.7-2.module+el8.6.0+15347+b8eabcef
This commit is contained in:
parent
6d78fe77ea
commit
e825b3aaa5
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2
|
1
SOURCES/postgresql-13.7.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.7.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user