import postgresql-10.21-2.module+el8.6.0+15342+53518fac
This commit is contained in:
parent
816294dea7
commit
343827eb31
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-10.19-US.pdf
|
SOURCES/postgresql-10.21-US.pdf
|
||||||
SOURCES/postgresql-10.19.tar.bz2
|
SOURCES/postgresql-10.21.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 @@
|
|||||||
bd7ca971416b57447524b6debf0fd2bb88c72067 SOURCES/postgresql-10.19-US.pdf
|
61ea7cfac07012b663a169394f834065c7354dad SOURCES/postgresql-10.21-US.pdf
|
||||||
f44edcc4d612f6a1b39c233ee7b1e80feb6d0456 SOURCES/postgresql-10.19.tar.bz2
|
8ecd9d4592f91a6f36bf8e1ab4b1054f38fbe340 SOURCES/postgresql-10.21.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 @@
|
|||||||
6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239 postgresql-10.19.tar.bz2
|
|
1
SOURCES/postgresql-10.21.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-10.21.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1 postgresql-10.21.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}.19
|
Version: %{majorversion}.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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,6 +1171,16 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 10.21-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> - 10.21-1
|
||||||
|
- Resolves: CVE-2022-1552
|
||||||
|
- Update to 10.21
|
||||||
|
- Release notes: https://www.postgresql.org/docs/release/10.21/
|
||||||
|
|
||||||
* Mon Dec 13 2021 Filip Januš <fjanus@redhat.com> - 10.19-2
|
* Mon Dec 13 2021 Filip Januš <fjanus@redhat.com> - 10.19-2
|
||||||
- Add missing files into file section of server package
|
- Add missing files into file section of server package
|
||||||
postgresql-setup v8.6 newly provides postgresql-upgrade
|
postgresql-setup v8.6 newly provides postgresql-upgrade
|
||||||
|
Loading…
Reference in New Issue
Block a user