import UBI postgresql-13.14-1.el9_3

This commit is contained in:
eabdullin 2024-02-22 20:55:37 +00:00
parent 948fdbf31a
commit 7d56435895
7 changed files with 14 additions and 10 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.17.tar.bz2
SOURCES/postgresql-13.13-US.pdf
SOURCES/postgresql-13.13.tar.bz2
SOURCES/postgresql-12.18.tar.bz2
SOURCES/postgresql-13.14-US.pdf
SOURCES/postgresql-13.14.tar.bz2
SOURCES/postgresql-setup-8.6.tar.gz

View File

@ -1,4 +1,4 @@
2fc3eda69a9d4b4f215428b77d70da0b83586f0d SOURCES/postgresql-12.17.tar.bz2
8350579d2bc48646e9b4dba59a382a502ae04911 SOURCES/postgresql-13.13-US.pdf
4e7eedca825034f1e249935a811fa30ce3b58d97 SOURCES/postgresql-13.13.tar.bz2
bfc52715c915561039ce3052c93df9e667c4e0b6 SOURCES/postgresql-12.18.tar.bz2
ca3c0c7487529f87d7127484fa8d186dd71f395a SOURCES/postgresql-13.14-US.pdf
79dbababe688d5589fa1d255656bf2e8e35730ce SOURCES/postgresql-13.14.tar.bz2
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.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

@ -1 +0,0 @@
8af69c2599047a2ad246567d68ec4131aef116954d8c3e469e9789080b37a474 postgresql-13.13.tar.bz2

View File

@ -0,0 +1 @@
b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed postgresql-13.14.tar.bz2

View File

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.13
Version: %{majorversion}.14
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -75,7 +75,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 12
%global prevversion %{prevmajorversion}.17
%global prevversion %{prevmajorversion}.18
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1219,6 +1219,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> - 13.14-1
- Update to 13.14
- Fix CVE-2024-0985
* Mon Nov 13 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 13.13-1
- Update to 13.13
- Fixes CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, and CVE-2023-39417