postgresql-15 (15.3-1) experimental; urgency=medium * New upstream version. + Prevent CREATE SCHEMA from defeating changes in search_path (Report and fix by Alexander Lakhin, CVE-2023-2454) Within a CREATE SCHEMA command, objects in the prevailing search_path, as well as those in the newly-created schema, would be visible even within a called function or script that attempted to set a secure search_path. This could allow any user having permission to create a schema to hijack the privileges of a security definer function or extension script. + Enforce row-level security policies correctly after inlining a set-returning function (Report by Wolfgang Walther, CVE-2023-2455) If a set-returning SQL-language function refers to a table having row-level security policies, and it can be inlined into a calling query, those RLS policies would not get enforced properly in some cases involving re-using a cached plan under a different role. This could allow a user to see or modify rows that should have been invisible. * Reenable JIT on s390x using workaround patch from SUSE. -- Christoph Berg Tue, 09 May 2023 19:05:02 +0200 postgresql-15 (15.2-2) unstable; urgency=medium * Add Romanian debconf translation, mulțumesc Remus-Gabriel Chelu! * Fix update-alternatives when doc package is installed stand-alone. -- Christoph Berg Mon, 27 Feb 2023 10:30:23 +0100 postgresql-15 (15.2-1) unstable; urgency=medium * New upstream version. + libpq can leak memory contents after GSSAPI transport encryption initiation fails (Jacob Champion) A modified server, or an unauthenticated man-in-the-middle, can send a not-zero-terminated error message during setup of GSSAPI (Kerberos) transport encryption. libpq will then copy that string, as well as following bytes in application memory up to the next zero byte, to its error report. Depending on what the calling application does with the error report, this could result in disclosure of application memory contents. There is also a small probability of a crash due to reading beyond the end of memory. Fix by properly zero-terminating the server message. (CVE-2022-41862) -- Christoph Berg Tue, 07 Feb 2023 14:57:10 +0100 postgresql-15 (15.1-1) unstable; urgency=medium * New upstream version. -- Christoph Berg Tue, 08 Nov 2022 10:59:12 +0100 postgresql-15 (15.0-2) unstable; urgency=medium * Add Breaks on dbconfig-common (<< 2.0.22~) which doesn't support the stricter permissions on the default public schema yet. * Cherry-pick 4a6de748d3 from upstream to help fix #1021859. * Mark -doc package as . -- Christoph Berg Mon, 24 Oct 2022 11:30:00 +0200 postgresql-15 (15.0-1) unstable; urgency=medium * New upstream version. -- Christoph Berg Fri, 14 Oct 2022 10:36:49 +0200 postgresql-15 (15~rc2-1) unstable; urgency=medium [ Christoph Berg ] * New upstream RC version. [ Petter Jacobsen ] * Add . to extension_destdir description. -- Christoph Berg Thu, 06 Oct 2022 14:06:05 +0200 postgresql-15 (15~rc1-1) experimental; urgency=medium * New upstream RC version. -- Christoph Berg Tue, 27 Sep 2022 11:31:54 +0200 postgresql-15 (15~beta4-1) experimental; urgency=medium * New upstream beta version. * Add Italian debconf translation by Ceppo, thanks! (Closes: #1019162) -- Christoph Berg Tue, 06 Sep 2022 11:44:55 +0200 postgresql-15 (15~beta3-1) experimental; urgency=medium * New upstream beta version. * debian/copyright: Update src/backend/regex section. * Update lintian overrides. -- Christoph Berg Wed, 10 Aug 2022 14:33:48 +0200 postgresql-15 (15~beta2-1) experimental; urgency=medium * New upstream beta version. * Depend on postgresql-common >= 241. * Disable LLVM JIT on s390x for now. (See #1002029) -- Christoph Berg Tue, 28 Jun 2022 18:20:44 +0200 postgresql-15 (15~beta1-1) experimental; urgency=medium * New major upstream version 15; packaging based on postgresql-14. * configure.ac: Remove check for autoconf 2.69. -- Christoph Berg Wed, 18 May 2022 16:26:02 +0200