- Update to 12.15:

* bsc#1211228, CVE-2023-2454:
    Prevent CREATE SCHEMA from defeating changes in search_path
  * bsc#1211229, CVE-2023-2455: Enforce row-level security
    policies correctly after inlining a set-returning function
  * https://www.postgresql.org/about/news/2637/
  * https://www.postgresql.org/docs/12/release-12-15.html

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=82
This commit is contained in:
Reinhard Max 2023-05-11 13:19:45 +00:00 committed by Git OBS Bridge
parent fde8e83a71
commit 6ae799d8be
6 changed files with 16 additions and 5 deletions

View File

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

View File

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

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

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

View File

@ -0,0 +1 @@
bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 10 13:05:58 UTC 2023 - Reinhard Max <max@suse.com>
- Update to 12.15:
* bsc#1211228, CVE-2023-2454:
Prevent CREATE SCHEMA from defeating changes in search_path
* bsc#1211229, CVE-2023-2455: Enforce row-level security
policies correctly after inlining a set-returning function
* https://www.postgresql.org/about/news/2637/
* https://www.postgresql.org/docs/12/release-12-15.html
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 18 09:05:09 UTC 2023 - Reinhard Max <max@suse.com> Tue Apr 18 09:05:09 UTC 2023 - Reinhard Max <max@suse.com>

View File

@ -16,7 +16,7 @@
# #
%define pgversion 12.14 %define pgversion 12.15
%define pgmajor 12 %define pgmajor 12
%define buildlibs 0 %define buildlibs 0
%define tarversion %{pgversion} %define tarversion %{pgversion}