Import from CS git
This commit is contained in:
parent
fce1a834f7
commit
fbebbe91be
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.18-US.pdf
|
SOURCES/postgresql-13.20-US.pdf
|
||||||
SOURCES/postgresql-13.18.tar.bz2
|
SOURCES/postgresql-13.20.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
|
||||||
955d79c1020409995834540260981b95e269b980 SOURCES/postgresql-13.18-US.pdf
|
d3e9f002c22a1edf936d537e511c92b21394fc82 SOURCES/postgresql-13.20-US.pdf
|
||||||
e314353cf318ce5e33dfb73a91cd2ac9553c9885 SOURCES/postgresql-13.18.tar.bz2
|
e56b335306a0dd446987c35dba655427dfcc325c SOURCES/postgresql-13.20.tar.bz2
|
||||||
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1 postgresql-13.18.tar.bz2
|
|
1
SOURCES/postgresql-13.20.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.20.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
8134b685724d15e60d93bea206fbe0f14c8295e84f1cc91d5a3928163e4fb288 postgresql-13.20.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}.18
|
Version: %{majorversion}.20
|
||||||
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
|
||||||
|
* Wed Feb 19 2025 Filip Janus <fjanus@redhat.com> - 13.20-1
|
||||||
|
- Update to 13.20
|
||||||
|
- Fix CVE-2025-1094
|
||||||
|
|
||||||
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 13.18-1
|
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 13.18-1
|
||||||
- Update to 13.18
|
- Update to 13.18
|
||||||
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
||||||
|
Loading…
Reference in New Issue
Block a user