Import from CS git
This commit is contained in:
parent
64f60d789c
commit
7c2265ecea
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-12.22.tar.bz2
|
SOURCES/postgresql-12.22.tar.bz2
|
||||||
SOURCES/postgresql-13.22-US.pdf
|
SOURCES/postgresql-13.23-US.pdf
|
||||||
SOURCES/postgresql-13.22.tar.bz2
|
SOURCES/postgresql-13.23.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.7.tar.gz
|
SOURCES/postgresql-setup-8.7.tar.gz
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
4f0a2bfcdaa6b370029353d7a01451d7a8282750 SOURCES/postgresql-12.22.tar.bz2
|
4f0a2bfcdaa6b370029353d7a01451d7a8282750 SOURCES/postgresql-12.22.tar.bz2
|
||||||
8ff831da226b89ae11af4e73009379412de96580 SOURCES/postgresql-13.22-US.pdf
|
8ff831da226b89ae11af4e73009379412de96580 SOURCES/postgresql-13.23-US.pdf
|
||||||
3a5f8f2a4e889c395db905147be40dc1f8192fa4 SOURCES/postgresql-13.22.tar.bz2
|
25e217f0c7bbc3150b4632eabdf77eb539a99719 SOURCES/postgresql-13.23.tar.bz2
|
||||||
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080 postgresql-13.22.tar.bz2
|
|
||||||
1
SOURCES/postgresql-13.23.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.23.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
6ec3c82726af92b7dec873fa1cdf881eca92a4219787dfad05acb6b10e041fd6 postgresql-13.23.tar.bz2
|
||||||
@ -59,7 +59,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 13
|
%global majorversion 13
|
||||||
Version: %{majorversion}.22
|
Version: %{majorversion}.23
|
||||||
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
|
||||||
@ -1224,6 +1224,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 01 2025 Filip Janus <fjanus@redhat.com> - 13.23-1
|
||||||
|
- Update to 13.23
|
||||||
|
- Resolves: RHEL-128818 (CVE-2025-12818)
|
||||||
|
|
||||||
* Fri Aug 15 2025 Filip Janus <fjanus@redhat.com> - 13.22-1
|
* Fri Aug 15 2025 Filip Janus <fjanus@redhat.com> - 13.22-1
|
||||||
- Update to 13.22
|
- Update to 13.22
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user