import postgresql-13.10-1.el9_1

This commit is contained in:
CentOS Sources 2023-04-11 14:12:28 +00:00 committed by Stepan Oksanichenko
parent 026c70c4fc
commit 6bc5f2f0ee
5 changed files with 12 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.11.tar.bz2
SOURCES/postgresql-13.7-US.pdf
SOURCES/postgresql-13.7.tar.bz2
SOURCES/postgresql-13.10-US.pdf
SOURCES/postgresql-13.10.tar.bz2
SOURCES/postgresql-setup-8.6.tar.gz

View File

@ -1,4 +1,4 @@
9bfd227802565eb749bb2b5338afcca60c64acd9 SOURCES/postgresql-12.11.tar.bz2
a6a369d69006a5c36cd60199ae59f7fcbd6a92da SOURCES/postgresql-13.7-US.pdf
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
cd80efd0c1c13554d46241e49046aa13d64ed877 SOURCES/postgresql-13.10-US.pdf
429963ec9858d8f4eab6bb2c5bffd0b52ea94eb6 SOURCES/postgresql-13.10.tar.bz2
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz

View File

@ -0,0 +1 @@
5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2 postgresql-13.10.tar.bz2

View File

@ -1 +0,0 @@
1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 postgresql-13.7.tar.bz2

View File

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.7
Version: %{majorversion}.10
Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
@ -1219,10 +1219,13 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 13.7-1
- Resolves: CVE-2022-1552
* Tue Feb 28 2023 Filip Janus <fjanus@redhat.com> - 13.10-1
- Update to 13.10
- Resolves: #2114734
* Tue May 17 2022 Filip Januš <fjanus@redhat.com> - 13.7-1
- Update to 13.7
- Release notes: https://www.postgresql.org/docs/release/13.7/
- Resolves: CVE-2022-1552
* Tue Nov 30 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Update to 13.5 (#2023301)