|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
|
Name: postgresql
|
|
|
|
|
%global majorversion 13
|
|
|
|
|
Version: %{majorversion}.14
|
|
|
|
|
Version: %{majorversion}.16
|
|
|
|
|
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}.18
|
|
|
|
|
%global prevversion %{prevmajorversion}.20
|
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
@ -1219,6 +1219,9 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 06 2024 Filip Janus <fjanus@redhat.com> - 13.16-1
|
|
|
|
|
- Update to 13.16
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> - 13.14-1
|
|
|
|
|
- Update to 13.14
|
|
|
|
|
- Fix CVE-2024-0985
|
|
|
|
@ -1226,7 +1229,7 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
* 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
|
|
|
|
|
- Resolves: RHEL-16098
|
|
|
|
|
- Resolves: RHEL-5567
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Jorge San Emeterio <jsanemet@redhat.com> - 13.11-1
|
|
|
|
|
- Update to 13.11
|
|
|
|
|