- Update to 14.9:

* bsc#1214059, CVE-2023-39417: Disallow substituting a schema or
    owner name into an extension script if the name contains a
    quote, backslash, or dollar sign.
  * https://www.postgresql.org/docs/14/release-14-9.html

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=54
This commit is contained in:
Reinhard Max 2023-08-10 13:28:03 +00:00 committed by Git OBS Bridge
parent 8ca724be4b
commit b5e33915b4
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:39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a
size 22204905

View File

@ -1 +0,0 @@
39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a postgresql-14.8.tar.bz2

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

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

View File

@ -0,0 +1 @@
b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef postgresql-14.9.tar.bz2

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 9 09:42:33 UTC 2023 - Reinhard Max <max@suse.com>
- Update to 14.9:
* bsc#1214059, CVE-2023-39417: Disallow substituting a schema or
owner name into an extension script if the name contains a
quote, backslash, or dollar sign.
* https://www.postgresql.org/docs/14/release-14-9.html
-------------------------------------------------------------------
Fri May 26 11:48:38 UTC 2023 - Reinhard Max <max@suse.com>

View File

@ -16,8 +16,8 @@
#
%define pgversion 14.8
%define pgmajor 14
%define pgversion 14.9
%define pgmajor 15
%define buildlibs 0
%define tarversion %{pgversion}
%define latest_supported_llvm_ver 15
@ -70,7 +70,7 @@ Name: %pgname
%if %mini
%bcond_with selinux
%if %pgmajor >= 16
%bcond_without icu
%bcond_without icu
%else
%bcond_with icu
%endif