Import from CS git
This commit is contained in:
parent
13c4db383b
commit
9a3a7d3ca2
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-13.14.tar.bz2
|
SOURCES/postgresql-13.16.tar.bz2
|
||||||
SOURCES/postgresql-15.6-US.pdf
|
SOURCES/postgresql-15.8-US.pdf
|
||||||
SOURCES/postgresql-15.6.tar.bz2
|
SOURCES/postgresql-15.8.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.8.tar.gz
|
SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
79dbababe688d5589fa1d255656bf2e8e35730ce SOURCES/postgresql-13.14.tar.bz2
|
a2465d5086abb2b2ff9115541cae404f869dfa0f SOURCES/postgresql-13.16.tar.bz2
|
||||||
dd87738d2b2d8ccd3afcd414a1d47d9819e8cbff SOURCES/postgresql-15.6-US.pdf
|
25386701fcffa65a733f0225a58ea6231dc1808b SOURCES/postgresql-15.8-US.pdf
|
||||||
c62fb81e3eccbab523d840a7717c14a0b3a82a02 SOURCES/postgresql-15.6.tar.bz2
|
4decf90a7557c41fc61312e8696f59e0f7123d2a SOURCES/postgresql-15.8.tar.bz2
|
||||||
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 15
|
%global majorversion 15
|
||||||
Version: %{majorversion}.6
|
Version: %{majorversion}.8
|
||||||
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
|
||||||
@ -75,7 +75,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 13
|
%global prevmajorversion 13
|
||||||
%global prevversion %{prevmajorversion}.14
|
%global prevversion %{prevmajorversion}.16
|
||||||
%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
|
||||||
|
|
||||||
@ -1084,6 +1084,7 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
%{_datadir}/pgsql/snowball_create.sql
|
%{_datadir}/pgsql/snowball_create.sql
|
||||||
%{_datadir}/pgsql/sql_features.txt
|
%{_datadir}/pgsql/sql_features.txt
|
||||||
%{_datadir}/pgsql/system_constraints.sql
|
%{_datadir}/pgsql/system_constraints.sql
|
||||||
|
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
||||||
%{_datadir}/pgsql/system_functions.sql
|
%{_datadir}/pgsql/system_functions.sql
|
||||||
%{_datadir}/pgsql/system_views.sql
|
%{_datadir}/pgsql/system_views.sql
|
||||||
%{_datadir}/pgsql/timezonesets/
|
%{_datadir}/pgsql/timezonesets/
|
||||||
@ -1226,6 +1227,9 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 6 2024 Filip Janus <fjanus@redhat.com> - 15.8-1
|
||||||
|
- Update to 15.8
|
||||||
|
|
||||||
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
||||||
- Update to 15.6 and 13.14
|
- Update to 15.6 and 13.14
|
||||||
- Fix CVE-2024-0985
|
- Fix CVE-2024-0985
|
||||||
|
Loading…
Reference in New Issue
Block a user