Import from CS git
This commit is contained in:
parent
742c5d9fde
commit
396163b227
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-13.22.tar.bz2
|
SOURCES/postgresql-13.22.tar.bz2
|
||||||
SOURCES/postgresql-15.14-US.pdf
|
SOURCES/postgresql-15.15-US.pdf
|
||||||
SOURCES/postgresql-15.14.tar.bz2
|
SOURCES/postgresql-15.15.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.8.tar.gz
|
SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
3a5f8f2a4e889c395db905147be40dc1f8192fa4 SOURCES/postgresql-13.22.tar.bz2
|
3a5f8f2a4e889c395db905147be40dc1f8192fa4 SOURCES/postgresql-13.22.tar.bz2
|
||||||
5c6a6a399507d7826a5e0322ba9730586d0c928f SOURCES/postgresql-15.14-US.pdf
|
ea3df5e85f4b98bae473feb920d0a90682323f1a SOURCES/postgresql-15.15-US.pdf
|
||||||
474c7ee4c36f34dac2080c7ec569f1b485df724e SOURCES/postgresql-15.14.tar.bz2
|
8833e4dd4ff75186451415bf61cd5f1d60078d50 SOURCES/postgresql-15.15.tar.bz2
|
||||||
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
06dd75d305cd3870ee62b3932e661c624543eaf9ae2ba37cdec0a4f8edd051d2 postgresql-15.14.tar.bz2
|
|
||||||
1
SOURCES/postgresql-15.15.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.15.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa postgresql-15.15.tar.bz2
|
||||||
@ -62,7 +62,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 15
|
%global majorversion 15
|
||||||
Version: %{majorversion}.14
|
Version: %{majorversion}.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
@ -1226,6 +1226,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 01 2025 Filip Janus <fjanus@redhat.com> - 15.15-1
|
||||||
|
- Update to 15.15
|
||||||
|
- Resolves: RHEL-128819 (CVE-2025-12818)
|
||||||
|
|
||||||
* Mon Aug 18 2025 Filip Janus <fjanus@redhat.com> - 15.14-1
|
* Mon Aug 18 2025 Filip Janus <fjanus@redhat.com> - 15.14-1
|
||||||
- Update to 15.14
|
- Update to 15.14
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user