Accepting request 1064056 from server:database:postgresql
- Update to 13.10: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/13/release-13-10.html - Bump latest_supported_llvm_ver to 15. OBS-URL: https://build.opensuse.org/request/show/1064056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql13?expand=0&rev=20
This commit is contained in:
commit
1cddf50a49
3
postgresql-13.10.tar.bz2
Normal file
3
postgresql-13.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
|
||||
size 21457594
|
1
postgresql-13.10.tar.bz2.sha256
Normal file
1
postgresql-13.10.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2 postgresql-13.10.tar.bz2
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef1966c0a5e49fbed3370ad2824928cb6b1164617aeeae1606da283f7f33a415
|
||||
size 21439045
|
@ -1 +0,0 @@
|
||||
ef1966c0a5e49fbed3370ad2824928cb6b1164617aeeae1606da283f7f33a415 postgresql-13.9.tar.bz2
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 12:01:58 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Update to 13.10:
|
||||
* CVE-2022-41862, bsc#1208102: memory leak in libpq
|
||||
* https://www.postgresql.org/about/news/2592/
|
||||
* https://www.postgresql.org/docs/13/release-13-10.html
|
||||
- Bump latest_supported_llvm_ver to 15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 16:28:29 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -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 13.9
|
||||
%define pgversion 13.10
|
||||
%define pgmajor 13
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user