import CS postgresql-13.11-1.module_el8+457+b5dd1426
This commit is contained in:
parent
423e6d7990
commit
d8e6c5f745
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.11-US.pdf
|
||||||
SOURCES/postgresql-13.7.tar.bz2
|
SOURCES/postgresql-13.11.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
|
c7cc63d5caffcc5d4d8f31e07845722dc6db7787 SOURCES/postgresql-13.11-US.pdf
|
||||||
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
|
501acb24ba8539c08ba12b08adecd7559bf87e1b SOURCES/postgresql-13.11.tar.bz2
|
||||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
1
SOURCES/postgresql-13.11.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.11.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb postgresql-13.11.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}.11
|
||||||
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,13 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 13.7-2
|
* Tue Jun 13 2023 Jorge San Emeterio <jsanemet@redhat.com> - 13.11-1
|
||||||
- Resolves: CVE-2022-1552
|
- Update to 13.11
|
||||||
- Release bump due to wrongly reported CVE of libpq
|
- Resolves: #2212815
|
||||||
Build after reverted changes in libpq package
|
|
||||||
|
* Mon Feb 27 2023 Filip Janus <fjanus@redhat.com> - 13.10-1
|
||||||
|
- Resolves: #2114733
|
||||||
|
- Update to 13.10
|
||||||
|
|
||||||
* 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