import postgresql-10.23-1.module+el8.7.0+17280+3a452e1f
This commit is contained in:
parent
343827eb31
commit
6b32df45d6
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-10.21-US.pdf
|
SOURCES/postgresql-10.23-US.pdf
|
||||||
SOURCES/postgresql-10.21.tar.bz2
|
SOURCES/postgresql-10.23.tar.bz2
|
||||||
SOURCES/postgresql-9.2.24.tar.bz2
|
SOURCES/postgresql-9.2.24.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.6.tar.gz
|
SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
61ea7cfac07012b663a169394f834065c7354dad SOURCES/postgresql-10.21-US.pdf
|
a416c245ff0815fbde534bc49b0a07ffdd373894 SOURCES/postgresql-10.23-US.pdf
|
||||||
8ecd9d4592f91a6f36bf8e1ab4b1054f38fbe340 SOURCES/postgresql-10.21.tar.bz2
|
2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2
|
||||||
63d6966ccdbab6aae1f9754fdb8e341ada1ef653 SOURCES/postgresql-9.2.24.tar.bz2
|
63d6966ccdbab6aae1f9754fdb8e341ada1ef653 SOURCES/postgresql-9.2.24.tar.bz2
|
||||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1 postgresql-10.21.tar.bz2
|
|
1
SOURCES/postgresql-10.23.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-10.23.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9 postgresql-10.23.tar.bz2
|
@ -58,8 +58,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 10
|
%global majorversion 10
|
||||||
Version: %{majorversion}.21
|
Version: %{majorversion}.23
|
||||||
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.
|
||||||
@ -1171,10 +1171,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 10.21-2
|
* Wed Nov 16 2022 Filip Januš <fjanus@redhat.com> - 10.23-1
|
||||||
- Resolves: CVE-2022-1552
|
- Fix CVE-2022-2625
|
||||||
- Release bump due to wrongly reported CVE of libpq
|
- Resolves: #2143167
|
||||||
Build after reverted changes in libpq package
|
- Rebase to 10.23
|
||||||
|
|
||||||
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 10.21-1
|
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 10.21-1
|
||||||
- Resolves: CVE-2022-1552
|
- Resolves: CVE-2022-1552
|
||||||
|
Loading…
Reference in New Issue
Block a user