import CS postgresql-12.15-1.module_el8+506+5971c2ab
This commit is contained in:
parent
bec7cb2d7d
commit
fef0d3b262
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/postgresql-10.21.tar.bz2
|
||||
SOURCES/postgresql-12.12-US.pdf
|
||||
SOURCES/postgresql-12.12.tar.bz2
|
||||
SOURCES/postgresql-10.23.tar.bz2
|
||||
SOURCES/postgresql-12.15-US.pdf
|
||||
SOURCES/postgresql-12.15.tar.bz2
|
||||
SOURCES/postgresql-setup-8.6.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
8ecd9d4592f91a6f36bf8e1ab4b1054f38fbe340 SOURCES/postgresql-10.21.tar.bz2
|
||||
99183ea965141d4324d7c6fee1d1124219537369 SOURCES/postgresql-12.12-US.pdf
|
||||
3535af833fd0045b65f4bd3914bfab9ecc7fc35d SOURCES/postgresql-12.12.tar.bz2
|
||||
2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2
|
||||
76418f35de2b232cdd807bd3e6a7595136a161a0 SOURCES/postgresql-12.15-US.pdf
|
||||
7c643aa8a57b8926158345da9881fc2cb0fd2d1f SOURCES/postgresql-12.15.tar.bz2
|
||||
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
|
@ -1 +0,0 @@
|
||||
34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c postgresql-12.12.tar.bz2
|
1
SOURCES/postgresql-12.15.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-12.15.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2
|
@ -59,7 +59,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 12
|
||||
Version: %{majorversion}.12
|
||||
Version: %{majorversion}.15
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
@ -72,7 +72,7 @@ Url: http://www.postgresql.org/
|
||||
# that this be kept up with the latest minor release of the previous series;
|
||||
# but update when bugs affecting pg_dump output are fixed.
|
||||
%global prevmajorversion 10
|
||||
%global prevversion %{prevmajorversion}.21
|
||||
%global prevversion %{prevmajorversion}.23
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1225,14 +1225,16 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Filip Januš <fjanus@redhat.com> - 12.12-1
|
||||
- Resolves: #2131177
|
||||
- Update to version 12.12
|
||||
* Tue Jul 11 2023 Dominik Rehák <drehak@redhat.com> - 12.15-2
|
||||
- Fix PostgreSQL 10 version used in specfile
|
||||
|
||||
* 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 Jun 12 2023 Dominik Rehák <drehak@redhat.com> - 12.15-1
|
||||
- Resolves: #2207932
|
||||
- Update to version 12.15
|
||||
|
||||
* Fri Sep 30 2022 Filip Januš <fjanus@redhat.com> - 12.12-1
|
||||
- Resolves: #2114732
|
||||
- Update to version 12.12
|
||||
|
||||
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 12.11-1
|
||||
- Resolves: CVE-2022-1552
|
||||
|
Loading…
Reference in New Issue
Block a user