Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ouzLD-0000ci-Jv for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 15 Nov 2022 17:03:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ouzLC-0007QK-I6 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 15 Nov 2022 17:03:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ouzLC-0007Q6-AV for pgsql-pkg-debian@lists.postgresql.org; Tue, 15 Nov 2022 17:03:18 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ouzL7-0000ek-F1 for pgsql-pkg-debian@postgresql.org; Tue, 15 Nov 2022 17:03:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-ID:Content-Description:References; bh=aEHK1pNlWuXLIFMkDo/F4DTYApRrt7q9UQlNOmm07W8=; b=j5k8gDiR2lbf57oZv3jfH5q6xP 6stbB8RmjJ3tbXXC2wiXqq6PK1w7LKLUo31u3DQjEe9Zi90KtDmUsHmDRI+Aq4N9wA4JimFlgTV+h o/D4SwGV7qe9fqs8xeoFMyq6lXydYlC7AuZwJa5m3ajEjnbwZLA+lT7u+hCROgG70kV9oUYcbnavY V4V2/Yu04tB/yo+4CWM7E8sdY4WWrEE7IIt72Zk+33WksHxLtQAipzrOwR3dgUwLgGpS+CXCxjw77 7DR3yvKUx4qCysU9OUiZ3n2MQo96yc5WIwjiuuRnOt+Qgq6NkSVbAhRB8bQ4Y2RAq/81hngyaewcA dxnRLiPw==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1ouzL1-00Cpjs-46; Tue, 15 Nov 2022 17:03:06 +0000 Date: Tue, 15 Nov 2022 18:03:05 +0100 From: Christoph Berg To: Alexandre Pereira =?iso-8859-1?Q?b=FChler?= Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Message-ID: Mail-Followup-To: Christoph Berg , Alexandre Pereira =?iso-8859-1?Q?b=FChler?= , pgsql-pkg-debian@postgresql.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <58998687-8344-1bf1-fc50-38842231f6e8@simaoebuhler.com.br> X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Alexandre Pereira bühler > The postgresql 15.1 update tries to install the dbconfig-common 2.0.22 > package which breaks the roundcube dependency. Hi, the problem is that dbconfig-common older than that version is incompatible with PG15's stricter permissions on the built-in default public schema. The updated dbconfig-common version is available via backports (at least in bullseye). I'll see if we can include that version in our repo as well. Christoph