import postgresql-13.10-1.module+el8.7.0+18279+1ca8cf12
This commit is contained in:
parent
e825b3aaa5
commit
d37e3c7bd5
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-12.9.tar.bz2
|
SOURCES/postgresql-12.9.tar.bz2
|
||||||
SOURCES/postgresql-13.7-US.pdf
|
SOURCES/postgresql-13.10-US.pdf
|
||||||
SOURCES/postgresql-13.7.tar.bz2
|
SOURCES/postgresql-13.10.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.6.tar.gz
|
SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
|
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
|
||||||
a6a369d69006a5c36cd60199ae59f7fcbd6a92da SOURCES/postgresql-13.7-US.pdf
|
cd80efd0c1c13554d46241e49046aa13d64ed877 SOURCES/postgresql-13.10-US.pdf
|
||||||
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
|
429963ec9858d8f4eab6bb2c5bffd0b52ea94eb6 SOURCES/postgresql-13.10.tar.bz2
|
||||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
1
SOURCES/postgresql-13.10.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.10.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2 postgresql-13.10.tar.bz2
|
@ -1 +0,0 @@
|
|||||||
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2
|
|
@ -59,8 +59,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 13
|
%global majorversion 13
|
||||||
Version: %{majorversion}.7
|
Version: %{majorversion}.10
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
@ -1225,10 +1225,9 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 13.7-2
|
* Mon Feb 27 2023 Filip Janus <fjanus@redhat.com> - 13.10-1
|
||||||
- Resolves: CVE-2022-1552
|
- Resolves: #2173598
|
||||||
- Release bump due to wrongly reported CVE of libpq
|
- Update to 13.10
|
||||||
Build after reverted changes in libpq package
|
|
||||||
|
|
||||||
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 13.7-1
|
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 13.7-1
|
||||||
- Resolves: CVE-2022-1552
|
- Resolves: CVE-2022-1552
|
||||||
|
Loading…
Reference in New Issue
Block a user