import Oracle_OSS postgresql-16.13-1.module+el8.10.0+90835+54dee7b0
This commit is contained in:
parent
a6c5f55414
commit
827ca0e043
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/postgresql-15.14.tar.bz2
|
||||
SOURCES/postgresql-16.11.tar.bz2
|
||||
SOURCES/postgresql-15.17.tar.bz2
|
||||
SOURCES/postgresql-16.13.tar.bz2
|
||||
SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
474c7ee4c36f34dac2080c7ec569f1b485df724e SOURCES/postgresql-15.14.tar.bz2
|
||||
7c93e10c6d400e76b0e2ab29334efde7d58cd0ba SOURCES/postgresql-16.11.tar.bz2
|
||||
09a3926425707ffcf1dd7a5bae8869f921659c13 SOURCES/postgresql-15.17.tar.bz2
|
||||
b66b3bf5bf717f37371dc3fd8de8831d1f26dd40 SOURCES/postgresql-16.13.tar.bz2
|
||||
25a05ef36218b1de80d8eeb55f4b4e0b723bd7f6 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
||||
0
SOURCES/Makefile.regress
Executable file → Normal file
0
SOURCES/Makefile.regress
Executable file → Normal file
@ -1 +0,0 @@
|
||||
06dd75d305cd3870ee62b3932e661c624543eaf9ae2ba37cdec0a4f8edd051d2 postgresql-15.14.tar.bz2
|
||||
1
SOURCES/postgresql-15.17.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.17.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
ae14f24c14727e0b2ded1c5553031666099bd1054db3ef44bfa6e2bd6d554a56 postgresql-15.17.tar.bz2
|
||||
@ -1 +0,0 @@
|
||||
6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac postgresql-16.11.tar.bz2
|
||||
1
SOURCES/postgresql-16.13.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-16.13.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
dc2ddbbd245c0265a689408e3d2f2f3f9ba2da96bd19318214b313cdd9797287 postgresql-16.13.tar.bz2
|
||||
0
SOURCES/postgresql-bashprofile
Executable file → Normal file
0
SOURCES/postgresql-bashprofile
Executable file → Normal file
0
SOURCES/postgresql-external-libpq.patch
Executable file → Normal file
0
SOURCES/postgresql-external-libpq.patch
Executable file → Normal file
0
SOURCES/postgresql-logging.patch
Executable file → Normal file
0
SOURCES/postgresql-logging.patch
Executable file → Normal file
0
SOURCES/postgresql-no-libecpg.patch
Executable file → Normal file
0
SOURCES/postgresql-no-libecpg.patch
Executable file → Normal file
0
SOURCES/postgresql-server-pg_config.patch
Executable file → Normal file
0
SOURCES/postgresql-server-pg_config.patch
Executable file → Normal file
0
SOURCES/postgresql-var-run-socket.patch
Executable file → Normal file
0
SOURCES/postgresql-var-run-socket.patch
Executable file → Normal file
0
SOURCES/postgresql.pam
Executable file → Normal file
0
SOURCES/postgresql.pam
Executable file → Normal file
0
SOURCES/postgresql.tmpfiles.d
Executable file → Normal file
0
SOURCES/postgresql.tmpfiles.d
Executable file → Normal file
0
SOURCES/rpm-pgsql.patch
Executable file → Normal file
0
SOURCES/rpm-pgsql.patch
Executable file → Normal file
11
SPECS/postgresql.spec
Executable file → Normal file
11
SPECS/postgresql.spec
Executable file → Normal file
@ -62,7 +62,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 16
|
||||
Version: %{majorversion}.11
|
||||
Version: %{majorversion}.13
|
||||
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}.14
|
||||
%global prevversion %{prevmajorversion}.17
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1216,6 +1216,13 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 27 2026 Filip Janus <fjanus@redhat.com> - 16.13-1
|
||||
- Update to 16.13
|
||||
- Fix CVE-2026-2004: PostgreSQL intarray missing validation of type of input
|
||||
- Fix CVE-2026-2005: PostgreSQL pgcrypto heap buffer overflow
|
||||
- Fix CVE-2026-2006: PostgreSQL missing validation of multibyte character length
|
||||
- Resolves: RHEL-149371 RHEL-149404 RHEL-149338
|
||||
|
||||
* Mon Dec 01 2025 Filip Janus <fjanus@redhat.com> - 16.11-1
|
||||
- Update to 16.11
|
||||
- Resolves: RHEL-128820 (CVE-2025-12818)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user