import OL postgresql-16.10-1.module+el9.6.0+90645+dc18b914

This commit is contained in:
eabdullin 2025-08-29 07:07:31 +00:00
parent c50532bf94
commit b2135bab51
17 changed files with 12 additions and 13 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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

0
SOURCES/Makefile.regress Executable file → Normal file
View File

View File

@ -1 +0,0 @@
3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7 postgresql-15.12.tar.bz2

View File

@ -0,0 +1 @@
06dd75d305cd3870ee62b3932e661c624543eaf9ae2ba37cdec0a4f8edd051d2 postgresql-15.14.tar.bz2

View File

@ -0,0 +1 @@
de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42 postgresql-16.10.tar.bz2

View File

@ -1 +0,0 @@
9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8 postgresql-16.8.tar.bz2

0
SOURCES/postgresql-bashprofile Executable file → Normal file
View File

0
SOURCES/postgresql-external-libpq.patch Executable file → Normal file
View File

0
SOURCES/postgresql-logging.patch Executable file → Normal file
View File

0
SOURCES/postgresql-no-libecpg.patch Executable file → Normal file
View File

0
SOURCES/postgresql-server-pg_config.patch Executable file → Normal file
View File

0
SOURCES/postgresql-var-run-socket.patch Executable file → Normal file
View File

0
SOURCES/postgresql.pam Executable file → Normal file
View File

0
SOURCES/postgresql.tmpfiles.d Executable file → Normal file
View File

0
SOURCES/rpm-pgsql.patch Executable file → Normal file
View File

13
SPECS/postgresql.spec Executable file → Normal file
View File

@ -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
@ -701,10 +701,6 @@ install -d $RPM_BUILD_ROOT/etc/pam.d
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/postgresql
%endif
# Create the directory for sockets.
install -d -m 755 $RPM_BUILD_ROOT%{?_localstatedir}/run/postgresql
# ... and make a tmpfiles script to recreate it at reboot.
mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir}
install -m 0644 %{SOURCE9} $RPM_BUILD_ROOT%{_tmpfilesdir}/postgresql.conf
@ -1222,11 +1218,14 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Aug 15 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
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 16.6-1
* 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