|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
|
Name: postgresql
|
|
|
|
|
%global majorversion 16
|
|
|
|
|
Version: %{majorversion}.4
|
|
|
|
|
Version: %{majorversion}.6
|
|
|
|
|
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 15
|
|
|
|
|
%global prevversion %{prevmajorversion}.8
|
|
|
|
|
%global prevversion %{prevmajorversion}.10
|
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
@ -84,7 +84,6 @@ Url: http://www.postgresql.org/
|
|
|
|
|
%global service_name postgresql.service
|
|
|
|
|
|
|
|
|
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
|
|
|
# The PDF file is generated by generate-pdf.sh, which see for comments
|
|
|
|
|
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
|
|
|
|
|
Source4: Makefile.regress
|
|
|
|
|
Source9: postgresql.tmpfiles.d
|
|
|
|
@ -1217,6 +1216,10 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 16.6-1
|
|
|
|
|
- Update to 16.6
|
|
|
|
|
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 16.4-1
|
|
|
|
|
- Update to 16.4
|
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|
|