import CS postgresql-16.8-1.module_el9+1200+0ad80695
This commit is contained in:
parent
18e444e69c
commit
f22d95c58b
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/postgresql-15.8.tar.bz2
|
||||
SOURCES/postgresql-16.4.tar.bz2
|
||||
SOURCES/postgresql-15.12.tar.bz2
|
||||
SOURCES/postgresql-16.8.tar.bz2
|
||||
SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
4decf90a7557c41fc61312e8696f59e0f7123d2a SOURCES/postgresql-15.8.tar.bz2
|
||||
fe7169014b49d9c191fd181893b233b3accf5c07 SOURCES/postgresql-16.4.tar.bz2
|
||||
ba5d21f1d9c02e2c21976e76bd3ded0f64988e01 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
e324936f043bca125f3b12bef2919e5183118400 SOURCES/postgresql-15.12.tar.bz2
|
||||
2ada040fcd8965cbbcb75c2e021a489f32230ae4 SOURCES/postgresql-16.8.tar.bz2
|
||||
25a05ef36218b1de80d8eeb55f4b4e0b723bd7f6 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
1
SOURCES/postgresql-15.12.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.12.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7 postgresql-15.12.tar.bz2
|
@ -1 +0,0 @@
|
||||
4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a postgresql-15.8.tar.bz2
|
@ -1 +0,0 @@
|
||||
971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f postgresql-16.4.tar.bz2
|
1
SOURCES/postgresql-16.8.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-16.8.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.tar.bz2
|
@ -62,8 +62,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 16
|
||||
Version: %{majorversion}.4
|
||||
Release: 2%{?dist}
|
||||
Version: %{majorversion}.8
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
@ -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}.12
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1218,6 +1218,14 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 18 2025 Filip Janus <fjanus@redhat.com> - 16.8-1
|
||||
- Update to 16.8
|
||||
- Fix CVE-2025-1094
|
||||
|
||||
* Fri Nov 22 2024 Lukas Javorsky <ljavorsk@redhat.com> - 16.6-1
|
||||
- Update to 16.6
|
||||
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
||||
|
||||
* Fri Aug 16 2024 Ales Nezbeda <anezbeda@redhat.com> - 16.4-2
|
||||
- Fix build on 16.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user