Import from CS git
This commit is contained in:
parent
f8f9db6c2b
commit
5fa319c5db
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/postgresql-15.12.tar.bz2
|
||||
SOURCES/postgresql-16.8.tar.bz2
|
||||
SOURCES/postgresql-15.14.tar.bz2
|
||||
SOURCES/postgresql-16.10.tar.bz2
|
||||
SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
e324936f043bca125f3b12bef2919e5183118400 SOURCES/postgresql-15.12.tar.bz2
|
||||
2ada040fcd8965cbbcb75c2e021a489f32230ae4 SOURCES/postgresql-16.8.tar.bz2
|
||||
474c7ee4c36f34dac2080c7ec569f1b485df724e SOURCES/postgresql-15.14.tar.bz2
|
||||
0bee6efb735cae0a40bd5584e96f26f1d16664ba SOURCES/postgresql-16.10.tar.bz2
|
||||
25a05ef36218b1de80d8eeb55f4b4e0b723bd7f6 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7 postgresql-15.12.tar.bz2
|
1
SOURCES/postgresql-15.14.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.14.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
06dd75d305cd3870ee62b3932e661c624543eaf9ae2ba37cdec0a4f8edd051d2 postgresql-15.14.tar.bz2
|
1
SOURCES/postgresql-16.10.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-16.10.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42 postgresql-16.10.tar.bz2
|
@ -1 +0,0 @@
|
||||
9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.tar.bz2
|
@ -62,7 +62,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 16
|
||||
Version: %{majorversion}.8
|
||||
Version: %{majorversion}.10
|
||||
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}.12
|
||||
%global prevversion %{prevmajorversion}.14
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1216,6 +1216,9 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2025 Filip Janus <fjanus@redhat.com> - 16.10-1
|
||||
- Update to 16.10
|
||||
|
||||
* Tue Feb 18 2025 Filip Janus <fjanus@redhat.com> - 16.8-1
|
||||
- Update to 16.8
|
||||
- Fix CVE-2025-1094
|
||||
|
Loading…
Reference in New Issue
Block a user