import postgresql-12.11-2.module+el8.6.0+15345+1dd8d6b8
This commit is contained in:
parent
6c5bd70240
commit
dbd1d04d4f
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-10.17.tar.bz2
|
SOURCES/postgresql-10.21.tar.bz2
|
||||||
SOURCES/postgresql-12.9-US.pdf
|
SOURCES/postgresql-12.11-US.pdf
|
||||||
SOURCES/postgresql-12.9.tar.bz2
|
SOURCES/postgresql-12.11.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.6.tar.gz
|
SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
479ec3bf2882a3188dd16ec92169c67e78995400 SOURCES/postgresql-10.17.tar.bz2
|
8ecd9d4592f91a6f36bf8e1ab4b1054f38fbe340 SOURCES/postgresql-10.21.tar.bz2
|
||||||
5d4ff6d35b993626da2d4b98ea4224a9d6a8894a SOURCES/postgresql-12.9-US.pdf
|
a33e3d5bbdfdf221da2c5f08d8a8f64f8f09ee77 SOURCES/postgresql-12.11-US.pdf
|
||||||
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
|
9bfd227802565eb749bb2b5338afcca60c64acd9 SOURCES/postgresql-12.11.tar.bz2
|
||||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c postgresql-10.17.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
|
1
SOURCES/postgresql-12.11.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-12.11.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302 postgresql-12.11.tar.bz2
|
@ -1 +0,0 @@
|
|||||||
89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2
|
|
@ -59,8 +59,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 12
|
%global majorversion 12
|
||||||
Version: %{majorversion}.9
|
Version: %{majorversion}.11
|
||||||
Release: 3%{?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.
|
||||||
@ -72,7 +72,7 @@ Url: http://www.postgresql.org/
|
|||||||
# that this be kept up with the latest minor release of the previous series;
|
# that this be kept up with the latest minor release of the previous series;
|
||||||
# but update when bugs affecting pg_dump output are fixed.
|
# but update when bugs affecting pg_dump output are fixed.
|
||||||
%global prevmajorversion 10
|
%global prevmajorversion 10
|
||||||
%global prevversion %{prevmajorversion}.17
|
%global prevversion %{prevmajorversion}.21
|
||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
|
|
||||||
@ -1225,6 +1225,16 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 12.11-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> - 12.11-1
|
||||||
|
- Resolves: CVE-2022-1552
|
||||||
|
- Update to 12.11
|
||||||
|
- Release notes: https://www.postgresql.org/docs/release/12.11/
|
||||||
|
|
||||||
* Tue Nov 30 2021 Filip Januš <fjanus@redhat.com> - 12.9-3
|
* Tue Nov 30 2021 Filip Januš <fjanus@redhat.com> - 12.9-3
|
||||||
- Add missing files from postgresql-setup v8.6
|
- Add missing files from postgresql-setup v8.6
|
||||||
- Realted: #1935301
|
- Realted: #1935301
|
||||||
|
Loading…
Reference in New Issue
Block a user