import Oracle_OSS postgresql-18.4-2.module+el9.8.0+90922+3defa420

This commit is contained in:
AlmaLinux RelEng Bot 2026-07-08 05:47:54 -04:00
parent e0f4d0852a
commit d7aaed9bdd
16 changed files with 12 additions and 8 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/postgresql-16.13.tar.bz2
SOURCES/postgresql-18.3.tar.bz2
SOURCES/postgresql-16.14.tar.bz2
SOURCES/postgresql-18.4.tar.bz2
SOURCES/postgresql-setup-8.9.tar.gz

View File

@ -1,3 +1,3 @@
b66b3bf5bf717f37371dc3fd8de8831d1f26dd40 SOURCES/postgresql-16.13.tar.bz2
715414a7dcf6ca491588b1c243610f11acdc501b SOURCES/postgresql-18.3.tar.bz2
ec6b347c6ae81b9ae9bbbee4a553304aaaa07b65 SOURCES/postgresql-16.14.tar.bz2
25d1499917475db9f3129a7f658b7b005b577da8 SOURCES/postgresql-18.4.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 @@
dc2ddbbd245c0265a689408e3d2f2f3f9ba2da96bd19318214b313cdd9797287 postgresql-16.13.tar.bz2

View File

@ -0,0 +1 @@
f6d077142737920858ce958ccdb75c6ee137a63b5b0853c70693d401ac7e3471 postgresql-16.14.tar.bz2

View File

@ -1 +0,0 @@
d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f postgresql-18.3.tar.bz2

View File

@ -0,0 +1 @@
81a81ec695fb0c7901407defaa1d2f7973617154cf27ba74e3a7ab8e64436094 postgresql-18.4.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/rpm-pgsql.patch Executable file → Normal file
View File

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

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 18
Version: %{majorversion}.3
Version: %{majorversion}.4
Release: 2%{?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 16
%global prevversion %{prevmajorversion}.13
%global prevversion %{prevmajorversion}.14
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1234,6 +1234,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Wed May 28 2026 Filip Janus <fjanus@redhat.com> - 18.4-1
- Update to 18.4
- Fix CVE-2026-6478
* Thu Feb 26 2026 Lukas Javorsky <ljavorsk@redhat.com> - 18.3-2
- Enable pltcl subpackage