|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
|
Name: postgresql
|
|
|
|
|
%global majorversion 15
|
|
|
|
|
Version: %{majorversion}.6
|
|
|
|
|
Version: %{majorversion}.8
|
|
|
|
|
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 13
|
|
|
|
|
%global prevversion %{prevmajorversion}.14
|
|
|
|
|
%global prevversion %{prevmajorversion}.16
|
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
@ -1086,6 +1086,7 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
%{_datadir}/pgsql/system_constraints.sql
|
|
|
|
|
%{_datadir}/pgsql/system_functions.sql
|
|
|
|
|
%{_datadir}/pgsql/system_views.sql
|
|
|
|
|
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
|
|
|
|
%{_datadir}/pgsql/timezonesets/
|
|
|
|
|
%{_datadir}/pgsql/tsearch_data/
|
|
|
|
|
%dir %{_datadir}/postgresql-setup
|
|
|
|
@ -1226,6 +1227,10 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 15.8-1
|
|
|
|
|
- Update to 15.8
|
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
|
|
|
|
- Update to 15.6 and 13.14
|
|
|
|
|
- Fix CVE-2024-0985
|
|
|
|
@ -1233,7 +1238,6 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
Mon Nov 13 2023 Jorge San Emeterio <jsanemet@redhat.com> - 15.5-1
|
|
|
|
|
- Update to upstream version 15.5
|
|
|
|
|
- Fixes: CVE-2023-5868 CVE-2023-5869 CVE-2023-5870 CVE-2023-39417 CVE-2023-39418
|
|
|
|
|
- Resolves: RHEL-16088 RHEL-16135 RHEL-16137
|
|
|
|
|
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 15.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|