import AL postgresql-15.5-1.module_el9.3.0+52+21733919

This commit is contained in:
eabdullin 2023-12-22 12:51:07 +03:00
parent 130405b9e7
commit 58a2ae51d2
15 changed files with 22 additions and 19 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-13.7.tar.bz2
SOURCES/postgresql-15.3-US.pdf
SOURCES/postgresql-15.3.tar.bz2
SOURCES/postgresql-15.5-US.pdf
SOURCES/postgresql-15.5.tar.bz2
SOURCES/postgresql-setup-8.8.tar.gz

View File

@ -1,4 +1,4 @@
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
f4d3a973444b92cb3a53dd88d6343b79e8cb9638 SOURCES/postgresql-15.3-US.pdf
a3888ef8f3a548a55b49429d9a076b19d5547899 SOURCES/postgresql-15.3.tar.bz2
09a8705ab9589f63e1c661a2218ca58d916bbbc3 SOURCES/postgresql-15.5-US.pdf
1688b684c181a3173a3f2b76a12e83c8371facc8 SOURCES/postgresql-15.5.tar.bz2
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz

0
SOURCES/Makefile.regress Executable file → Normal file
View File

View File

@ -1 +0,0 @@
ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932 postgresql-15.3.tar.bz2

View File

@ -0,0 +1 @@
8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 postgresql-15.5.tar.bz2

0
SOURCES/postgresql-bashprofile Executable file → Normal file
View File

0
SOURCES/postgresql-external-libpq.patch Executable file → Normal file
View File

0
SOURCES/postgresql-logging.patch Executable file → Normal file
View File

0
SOURCES/postgresql-no-libecpg.patch Executable file → Normal file
View File

0
SOURCES/postgresql-server-pg_config.patch Executable file → Normal file
View File

0
SOURCES/postgresql-var-run-socket.patch Executable file → Normal file
View File

0
SOURCES/postgresql.pam Executable file → Normal file
View File

0
SOURCES/postgresql.tmpfiles.d Executable file → Normal file
View File

0
SOURCES/rpm-pgsql.patch Executable file → Normal file
View File

31
SPECS/postgresql.spec Executable file → Normal file
View File

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.3
Version: %{majorversion}.5
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -1226,20 +1226,23 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Wed Aug 28 2023 Jorge San Emeterio <jsanemet@redhat.com> - 15.3-1
- Update to upstream version 15.3
- Fixes: CVE-2023-2454 CVE-2023-2455
- Resolves: #2207934
* Mon Nov 13 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 15.5-1
- update to 15.5
- Fixes CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, CVE-2023-39417, and CVE-2023-39418
Resolves: RHEL-16100, RHEL-16124, RHEL-16139
* Wed Feb 08 2023 Filip Januš <fjanus@redhat.com> - 15.2-1
- Update to upstream version 15.2
- Update postgresql-setup to 8.8
- PostgreSQL systemd unit waits for the network to be up
- Resolves: #2128241
* Wed Jun 14 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 15.3-1
- update to 15.3
- Fixes CVE-2023-2454 and CVE-2023-2455
Resolves: #2214875
* Thu Feb 09 2023 Filip Janus <fjanus@redhat.com> - 15.2-1
- update to 15.2
- Resolves: #2128410
* Tue Jan 17 2023 Filip Janus <fjanus@redhat.com> - 15.0-2
- update postgresql-setup to 8.8
* Fri Oct 14 2022 Filip Januš <fjanus@redhat.com> - 15.0-1
- Initial import for postgresql 15
- Specfile is based on version locate in centos stream
It reflects changes with libpq. This version of databse server
will use private libpq library.
- Resolves: #2128241
- Resolves: #2128410