|
|
|
@ -59,7 +59,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
|
|
|
|
@ -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 12
|
|
|
|
|
%global prevversion %{prevmajorversion}.9
|
|
|
|
|
%global prevversion %{prevmajorversion}.18
|
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
@ -1225,6 +1225,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 Jorge San Emeterio <jsanemet@redhat.com> - 13.13-1
|
|
|
|
|
- Update to 13.13
|
|
|
|
|
- Fixes: CVE-2023-5868 CVE-2023-5869 CVE-2023-5870 CVE-2023-39417
|
|
|
|
|