import UBI postgresql-15.3-1.module+el9.2.0.z+19113+6f5d9d63

This commit is contained in:
Andrew Lukoshko 2023-08-02 15:03:24 +00:00
parent 30365e2dd4
commit f7f05d11fd
5 changed files with 11 additions and 6 deletions

4
.gitignore vendored
View File

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

View File

@ -1,4 +1,4 @@
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
782baa9b34c7fc8cd487ef426fc4321c3f9e34a9 SOURCES/postgresql-15.2-US.pdf
8c7706a7ef267e49026434378836b76e4d4ad532 SOURCES/postgresql-15.2.tar.bz2
bf0a4b13f68f49673281ea6c706a619a9f2543cb SOURCES/postgresql-15.3-US.pdf
a3888ef8f3a548a55b49429d9a076b19d5547899 SOURCES/postgresql-15.3.tar.bz2
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz

View File

@ -1 +0,0 @@
99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7 postgresql-15.2.tar.bz2

View File

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

View File

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.2
Version: %{majorversion}.3
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -1226,6 +1226,11 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* 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