Update to 13.14

This commit is contained in:
eabdullin 2024-02-26 11:09:59 +03:00
parent a2f9275b0c
commit 1a578f1085
7 changed files with 13 additions and 10 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.9.tar.bz2
SOURCES/postgresql-13.13-US.pdf
SOURCES/postgresql-13.13.tar.bz2
SOURCES/postgresql-12.18.tar.bz2
SOURCES/postgresql-13.14-US.pdf
SOURCES/postgresql-13.14.tar.bz2
SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -1,4 +1,4 @@
d67d6bc7c6213f67c96ca766a6626c409356f3a2 SOURCES/postgresql-13.13-US.pdf
4e7eedca825034f1e249935a811fa30ce3b58d97 SOURCES/postgresql-13.13.tar.bz2
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
d11e8225c566a79b1bd50178fa75abd762cfebd2 SOURCES/postgresql-13.14-US.pdf
bfc52715c915561039ce3052c93df9e667c4e0b6 SOURCES/postgresql-12.18.tar.bz2
79dbababe688d5589fa1d255656bf2e8e35730ce SOURCES/postgresql-13.14.tar.bz2
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz

View File

@ -0,0 +1 @@
4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a postgresql-12.18.tar.bz2

View File

@ -1 +0,0 @@
89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2

View File

@ -1 +0,0 @@
8af69c2599047a2ad246567d68ec4131aef116954d8c3e469e9789080b37a474 postgresql-13.13.tar.bz2

View File

@ -0,0 +1 @@
b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed postgresql-13.14.tar.bz2

View File

@ -59,8 +59,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.13
Release: 1%{?dist}
Version: %{majorversion}.14
Release: 1%{?dist}.alma.1
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
@ -1225,6 +1225,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Feb 26 2024 Eduard Abdullin <eabdullin@almalinux.org> - 13.14-1.alma.1
- Update to 13.14
* Mon Nov 13 2023 Jorge San Emeterio <jsanemet@redhat.com> - 13.13-1
- Update to 13.13
- Fixes: CVE-2023-5868 CVE-2023-5869 CVE-2023-5870 CVE-2023-39417