import UBI postgresql-13.16-1.el9_4
This commit is contained in:
parent
7d56435895
commit
8ed3c31925
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/postgresql-12.18.tar.bz2
|
||||
SOURCES/postgresql-13.14-US.pdf
|
||||
SOURCES/postgresql-13.14.tar.bz2
|
||||
SOURCES/postgresql-12.20.tar.bz2
|
||||
SOURCES/postgresql-13.16-US.pdf
|
||||
SOURCES/postgresql-13.16.tar.bz2
|
||||
SOURCES/postgresql-setup-8.6.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
bfc52715c915561039ce3052c93df9e667c4e0b6 SOURCES/postgresql-12.18.tar.bz2
|
||||
ca3c0c7487529f87d7127484fa8d186dd71f395a SOURCES/postgresql-13.14-US.pdf
|
||||
79dbababe688d5589fa1d255656bf2e8e35730ce SOURCES/postgresql-13.14.tar.bz2
|
||||
53f918639e4f0ee456c09586c5528d31a84e3934 SOURCES/postgresql-12.20.tar.bz2
|
||||
b21273bc7f03dc70a52dd7e0b7e878bc1de76f1e SOURCES/postgresql-13.16-US.pdf
|
||||
a2465d5086abb2b2ff9115541cae404f869dfa0f SOURCES/postgresql-13.16.tar.bz2
|
||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a postgresql-12.18.tar.bz2
|
1
SOURCES/postgresql-12.20.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-12.20.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
2d543af3009fec7fd5af35f7a70c95085d3eef6b508e517aa9493e99b15e9ea9 postgresql-12.20.tar.bz2
|
@ -1 +0,0 @@
|
||||
b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed postgresql-13.14.tar.bz2
|
1
SOURCES/postgresql-13.16.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.16.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
c9cbbb6129f02328204828066bb3785c00a85c8ca8fd329c2a8a53c1f5cd8865 postgresql-13.16.tar.bz2
|
@ -62,7 +62,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 13
|
||||
Version: %{majorversion}.14
|
||||
Version: %{majorversion}.16
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
@ -75,7 +75,7 @@ Url: http://www.postgresql.org/
|
||||
# that this be kept up with the latest minor release of the previous series;
|
||||
# but update when bugs affecting pg_dump output are fixed.
|
||||
%global prevmajorversion 12
|
||||
%global prevversion %{prevmajorversion}.18
|
||||
%global prevversion %{prevmajorversion}.20
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -1219,6 +1219,9 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2024 Filip Janus <fjanus@redhat.com> - 13.16-1
|
||||
- Update to 13.16
|
||||
|
||||
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> - 13.14-1
|
||||
- Update to 13.14
|
||||
- Fix CVE-2024-0985
|
||||
@ -1226,7 +1229,7 @@ make -C postgresql-setup-%{setup_version} check
|
||||
* Mon Nov 13 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 13.13-1
|
||||
- Update to 13.13
|
||||
- Fixes CVE-2023-5868, CVE-2023-5869, CVE-2023-5870, and CVE-2023-39417
|
||||
- Resolves: RHEL-16098
|
||||
- Resolves: RHEL-5567
|
||||
|
||||
* Fri May 19 2023 Jorge San Emeterio <jsanemet@redhat.com> - 13.11-1
|
||||
- Update to 13.11
|
||||
|
Loading…
Reference in New Issue
Block a user