Update to 15.8
Resolves: RHEL-53928
This commit is contained in:
parent
76ebb47960
commit
08416b0d11
5
.gitignore
vendored
5
.gitignore
vendored
@ -10,3 +10,8 @@
|
||||
/postgresql-15.5.tar.bz2
|
||||
/postgresql-15.5.tar.bz2.sha256
|
||||
/postgresql-15.5-US.pdf
|
||||
/postgresql-15.8.tar.bz2
|
||||
/postgresql-15.8.tar.bz2.sha256
|
||||
/postgresql-15.8-US.pdf
|
||||
/postgresql-13.16.tar.bz2
|
||||
/postgresql-13.16.tar.bz2.sha256
|
||||
|
@ -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
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
SHA512 (postgresql-15.6.tar.bz2) = d9f158d844ec21bc5a7eccad9193dfe026d3df46a011980412ad7d150b3894c01754be0053bed530976047d7eff657204ac321138ba8da6eac8fb7b93b9520ad
|
||||
SHA512 (postgresql-15.6.tar.bz2.sha256) = 61645d742893369d6c0e021a9dd10fd94ac92f715964fe615dc14c9a0276427cada257e6b17fef5bae0a776efa9cae507072d4012d8c445a77f0e65ab75d312b
|
||||
SHA512 (postgresql-15.6-US.pdf) = 2d0ef08c9850d55db16a634a4ded26b8c31d6ebfe01143ebbe7247fa4177b90534b976b8933a2c229eef097e91b673d5142da6750ba261588fd0dcc0724ce6ab
|
||||
SHA512 (postgresql-13.14.tar.bz2) = 25d545de69d6ac16b044e09939678af97b6574c71d47d98f95f0ef9ad11ff65e864e503ddff119d73fbb3c61e648e31219982d60da7fc2382ba10e0bfc370aa5
|
||||
SHA512 (postgresql-13.14.tar.bz2.sha256) = ba4e15f5f8076b261a46d2a6e2b55d53fc3662b652cc51370c7875f23d232f224f49e45d89ea5b408c45ce7454ac08e9d20e597eb82dd76076b815cd25e535e9
|
||||
SHA512 (postgresql-15.8.tar.bz2) = da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
|
||||
SHA512 (postgresql-13.16.tar.bz2) = e874c77e2d1d27d724f45c576c9d815da55f36712d67e3ec0a1f14ce4ac535fb39b6f23cdcd818cff05788e2c1e12f79572d90f8c145d7478aa35157b0b40679
|
||||
SHA512 (postgresql-setup-8.8.tar.gz) = 4569e5ba83b16556312b89cd6762eb55902eb9265ce9ceb0e0fe18755e1ab7217ea748df465c4402e24d19b55b25702deab92030510dc722db8fcbc0cb639053
|
||||
SHA512 (postgresql-15.8.tar.bz2.sha256) = c5e316703010fa796aaa27a12350dd3c721513a75d9367ce6c4f740e1b35a3ca50e0ba16794e79c2c827f6e24f344f3345c2b9d2c7e0d2f7a546875105d62771
|
||||
SHA512 (postgresql-13.16.tar.bz2.sha256) = 5d4027a9c44a080c5bebe66a6409d6b4a28f849c7383506d9401bf36b7fdc4557cf9a37f8a25bbee9514c751310d378ea9d405cfc808d2a9c1d2bed46047603d
|
||||
SHA512 (postgresql-15.8-US.pdf) = 879a64e49bb0389f1bb1baefff2e638e92ab76134be8f2d47e955897e800be350adbbba70f06daae5c23d2274ff0a4c096b2499e833971ae5324429c8d5ac8fe
|
||||
|
Loading…
Reference in New Issue
Block a user