Update to 12.18

This commit is contained in:
eabdullin 2024-02-26 11:01:01 +03:00
parent 23e169350f
commit 8506926eba
5 changed files with 10 additions and 10 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-10.23.tar.bz2
SOURCES/postgresql-12.17-US.pdf
SOURCES/postgresql-12.17.tar.bz2
SOURCES/postgresql-12.18-US.pdf
SOURCES/postgresql-12.18.tar.bz2
SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -1,4 +1,4 @@
2df7b4b3751112f3cb543c3ea81e45531bebc7a1 SOURCES/postgresql-10.23.tar.bz2
7cc63d1d9c026cd0b5731f5e015c63c611ed5388 SOURCES/postgresql-12.17-US.pdf
2fc3eda69a9d4b4f215428b77d70da0b83586f0d SOURCES/postgresql-12.17.tar.bz2
09c34b7d3c945b13446a5178caeaa8d5bfbc5df3 SOURCES/postgresql-12.18-US.pdf
bfc52715c915561039ce3052c93df9e667c4e0b6 SOURCES/postgresql-12.18.tar.bz2
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -1 +0,0 @@
93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 postgresql-12.17.tar.bz2

View File

@ -0,0 +1 @@
4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a postgresql-12.18.tar.bz2

View File

@ -59,8 +59,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 12
Version: %{majorversion}.17
Release: 1%{?dist}
Version: %{majorversion}.18
Release: 1%{?dist}.alma.1
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
@ -1225,6 +1225,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Feb 26 2024 Eduard Abdullin <eabdullin@almalinux.org> - 12.18-1.alma.1
- Update to version 12.18
* Fri Dec 15 2023 Tianyue Lan <tianyue.lan@oracle.com> - 12.17-1
- Update to version 12.17
- Resolves: Fix: CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, CVE-2023-39417
@ -1232,9 +1235,6 @@ make -C postgresql-setup-%{setup_version} check
* Wed Nov 01 2023 Eduard Abdullin <eabdullin@almalinux.org> - 12.15-1.alma.1
- Update postgresql-setup version
* Tue Jul 11 2023 Dominik Rehák <drehak@redhat.com> - 12.15-2
- Fix PostgreSQL 10 version used in specfile
* Tue Aug 08 2023 David Sloboda <david.x.sloboda@oracle.com> - 12.15-1.0.1
- Fixed postgresql port binding issue during bootup [Orabug: 35103668]