- Update to 12.14:

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

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=77
This commit is contained in:
Reinhard Max 2023-02-09 14:39:22 +00:00 committed by Git OBS Bridge
parent 290ea0293c
commit 9da35c824e
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:b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d
size 21114311

View File

@ -1 +0,0 @@
b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d postgresql-12.13.tar.bz2

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

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

View File

@ -0,0 +1 @@
785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e postgresql-12.14.tar.bz2

View File

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

View File

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