SHA256
1
0
forked from pool/postgresql14

Accepting request 1064055 from server:database:postgresql

- Update to 14.7:
  * CVE-2022-41862, bsc#1208102: memory leak in libpq
  * https://www.postgresql.org/about/news/2592/
  * https://www.postgresql.org/docs/14/release-14-7.html
- Bump latest_supported_llvm_ver to 15.

OBS-URL: https://build.opensuse.org/request/show/1064055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql14?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2023-02-10 13:33:52 +00:00 committed by Git OBS Bridge
commit aa5a86e2bc
6 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22
size 22177474

View File

@ -1 +0,0 @@
508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22 postgresql-14.6.tar.bz2

3
postgresql-14.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
size 22182073

View File

@ -0,0 +1 @@
cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331 postgresql-14.7.tar.bz2

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 9 12:00:06 UTC 2023 - Reinhard Max <max@suse.com>
- Update to 14.7:
* CVE-2022-41862, bsc#1208102: memory leak in libpq
* https://www.postgresql.org/about/news/2592/
* https://www.postgresql.org/docs/14/release-14-7.html
- Bump latest_supported_llvm_ver to 15.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 10 16:26:12 UTC 2022 - Reinhard Max <max@suse.com> Thu Nov 10 16:26:12 UTC 2022 - Reinhard Max <max@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,12 +16,12 @@
# #
%define pgversion 14.6 %define pgversion 14.7
%define pgmajor 14 %define pgmajor 14
%define pgsuffix %pgmajor %define pgsuffix %pgmajor
%define buildlibs 0 %define buildlibs 0
%define tarversion %{pgversion} %define tarversion %{pgversion}
%define latest_supported_llvm_ver 14 %define latest_supported_llvm_ver 15
### CUT HERE ### ### CUT HERE ###
%define pgname postgresql%pgmajor %define pgname postgresql%pgmajor