|
|
@ -59,7 +59,7 @@
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Name: postgresql
|
|
|
|
Name: postgresql
|
|
|
|
%global majorversion 13
|
|
|
|
%global majorversion 13
|
|
|
|
Version: %{majorversion}.16
|
|
|
|
Version: %{majorversion}.18
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
|
|
|
# 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;
|
|
|
|
# that this be kept up with the latest minor release of the previous series;
|
|
|
|
# but update when bugs affecting pg_dump output are fixed.
|
|
|
|
# but update when bugs affecting pg_dump output are fixed.
|
|
|
|
%global prevmajorversion 12
|
|
|
|
%global prevmajorversion 12
|
|
|
|
%global prevversion %{prevmajorversion}.20
|
|
|
|
%global prevversion %{prevmajorversion}.22
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
|
|
@ -81,10 +81,9 @@ Url: http://www.postgresql.org/
|
|
|
|
%global service_name postgresql.service
|
|
|
|
%global service_name postgresql.service
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
|
|
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
|
|
|
|
# PDF can be downloaded from the upstream
|
|
|
|
|
|
|
|
# Don't forget to rename the PDF file with the full version prefix (e.g. postgresql-13.18-US.pdf)
|
|
|
|
Source1: postgresql-%{version}-US.pdf
|
|
|
|
Source1: postgresql-%{version}-US.pdf
|
|
|
|
# generate-pdf.sh is not used during RPM build, but include for documentation
|
|
|
|
|
|
|
|
Source2: generate-pdf.sh
|
|
|
|
|
|
|
|
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
|
|
|
|
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
|
|
|
|
Source4: Makefile.regress
|
|
|
|
Source4: Makefile.regress
|
|
|
|
Source9: postgresql.tmpfiles.d
|
|
|
|
Source9: postgresql.tmpfiles.d
|
|
|
@ -1225,6 +1224,10 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 13.18-1
|
|
|
|
|
|
|
|
- Update to 13.18
|
|
|
|
|
|
|
|
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 13.16-1
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 13.16-1
|
|
|
|
- Update to 13.16
|
|
|
|
- Update to 13.16
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|