Import from CS git
This commit is contained in:
parent
58a2ae51d2
commit
5c210a528d
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/postgresql-13.7.tar.bz2
|
||||
SOURCES/postgresql-15.5-US.pdf
|
||||
SOURCES/postgresql-15.5.tar.bz2
|
||||
SOURCES/postgresql-13.16.tar.bz2
|
||||
SOURCES/postgresql-15.8-US.pdf
|
||||
SOURCES/postgresql-15.8.tar.bz2
|
||||
SOURCES/postgresql-setup-8.8.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
|
||||
09a8705ab9589f63e1c661a2218ca58d916bbbc3 SOURCES/postgresql-15.5-US.pdf
|
||||
1688b684c181a3173a3f2b76a12e83c8371facc8 SOURCES/postgresql-15.5.tar.bz2
|
||||
a2465d5086abb2b2ff9115541cae404f869dfa0f SOURCES/postgresql-13.16.tar.bz2
|
||||
54911c9280f6c96d142aee99f9493abfa49c21e3 SOURCES/postgresql-15.8-US.pdf
|
||||
4decf90a7557c41fc61312e8696f59e0f7123d2a SOURCES/postgresql-15.8.tar.bz2
|
||||
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
||||
|
0
SOURCES/Makefile.regress
Normal file → Executable file
0
SOURCES/Makefile.regress
Normal file → Executable file
1
SOURCES/postgresql-13.16.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.16.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
c9cbbb6129f02328204828066bb3785c00a85c8ca8fd329c2a8a53c1f5cd8865 postgresql-13.16.tar.bz2
|
@ -1 +0,0 @@
|
||||
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2
|
@ -1 +0,0 @@
|
||||
8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 postgresql-15.5.tar.bz2
|
1
SOURCES/postgresql-15.8.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.8.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a postgresql-15.8.tar.bz2
|
0
SOURCES/postgresql-bashprofile
Normal file → Executable file
0
SOURCES/postgresql-bashprofile
Normal file → Executable file
0
SOURCES/postgresql-external-libpq.patch
Normal file → Executable file
0
SOURCES/postgresql-external-libpq.patch
Normal file → Executable file
0
SOURCES/postgresql-logging.patch
Normal file → Executable file
0
SOURCES/postgresql-logging.patch
Normal file → Executable file
0
SOURCES/postgresql-no-libecpg.patch
Normal file → Executable file
0
SOURCES/postgresql-no-libecpg.patch
Normal file → Executable file
0
SOURCES/postgresql-server-pg_config.patch
Normal file → Executable file
0
SOURCES/postgresql-server-pg_config.patch
Normal file → Executable file
0
SOURCES/postgresql-var-run-socket.patch
Normal file → Executable file
0
SOURCES/postgresql-var-run-socket.patch
Normal file → Executable file
0
SOURCES/postgresql.pam
Normal file → Executable file
0
SOURCES/postgresql.pam
Normal file → Executable file
0
SOURCES/postgresql.tmpfiles.d
Normal file → Executable file
0
SOURCES/postgresql.tmpfiles.d
Normal file → Executable file
0
SOURCES/rpm-pgsql.patch
Normal file → Executable file
0
SOURCES/rpm-pgsql.patch
Normal file → Executable file
42
SPECS/postgresql.spec
Normal file → Executable file
42
SPECS/postgresql.spec
Normal file → Executable file
@ -62,7 +62,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 15
|
||||
Version: %{majorversion}.5
|
||||
Version: %{majorversion}.8
|
||||
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 13
|
||||
%global prevversion %{prevmajorversion}.7
|
||||
%global prevversion %{prevmajorversion}.16
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1086,6 +1086,7 @@ make -C postgresql-setup-%{setup_version} check
|
||||
%{_datadir}/pgsql/system_constraints.sql
|
||||
%{_datadir}/pgsql/system_functions.sql
|
||||
%{_datadir}/pgsql/system_views.sql
|
||||
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
||||
%{_datadir}/pgsql/timezonesets/
|
||||
%{_datadir}/pgsql/tsearch_data/
|
||||
%dir %{_datadir}/postgresql-setup
|
||||
@ -1226,23 +1227,32 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 13 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 15.5-1
|
||||
- update to 15.5
|
||||
- Fixes CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, CVE-2023-39417, and CVE-2023-39418
|
||||
Resolves: RHEL-16100, RHEL-16124, RHEL-16139
|
||||
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 15.8-1
|
||||
- Update to 15.8
|
||||
- Fix CVE-2024-7348
|
||||
|
||||
* Wed Jun 14 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 15.3-1
|
||||
- update to 15.3
|
||||
- Fixes CVE-2023-2454 and CVE-2023-2455
|
||||
Resolves: #2214875
|
||||
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
||||
- Update to 15.6 and 13.14
|
||||
- Fix CVE-2024-0985
|
||||
|
||||
* Thu Feb 09 2023 Filip Janus <fjanus@redhat.com> - 15.2-1
|
||||
- update to 15.2
|
||||
- Resolves: #2128410
|
||||
Mon Nov 13 2023 Jorge San Emeterio <jsanemet@redhat.com> - 15.5-1
|
||||
- Update to upstream version 15.5
|
||||
- Fixes: CVE-2023-5868 CVE-2023-5869 CVE-2023-5870 CVE-2023-39417 CVE-2023-39418
|
||||
|
||||
* Tue Jan 17 2023 Filip Janus <fjanus@redhat.com> - 15.0-2
|
||||
- update postgresql-setup to 8.8
|
||||
* Mon Aug 28 2023 Jorge San Emeterio <jsanemet@redhat.com> - 15.3-1
|
||||
- Update to upstream version 15.3
|
||||
- Fixes: CVE-2023-2454 CVE-2023-2455
|
||||
- Resolves: #2207934
|
||||
|
||||
* Wed Feb 08 2023 Filip Januš <fjanus@redhat.com> - 15.2-1
|
||||
- Update to upstream version 15.2
|
||||
- Update postgresql-setup to 8.8
|
||||
- PostgreSQL systemd unit waits for the network to be up
|
||||
- Resolves: #2128241
|
||||
|
||||
* Fri Oct 14 2022 Filip Januš <fjanus@redhat.com> - 15.0-1
|
||||
- Initial import for postgresql 15
|
||||
- Resolves: #2128410
|
||||
- Specfile is based on version locate in centos stream
|
||||
It reflects changes with libpq. This version of databse server
|
||||
will use private libpq library.
|
||||
- Resolves: #2128241
|
||||
|
Loading…
Reference in New Issue
Block a user