GNU bug report logs

#47231 sqlite package is vulnerable to CVE-2020-11655, CVE-2020-11656, CVE-2020-13434, CVE-2020-13435, CVE-2020-13630, CVE-2020-13631, CVE-2020-13632, CVE-2020-15358 and CVE-2020-9327

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #33 received at 47231-done@debbugs.gnu.org (full text, mbox, reply):

Received: (at 47231-done) by debbugs.gnu.org; 26 Mar 2021 01:36:24 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 25 21:36:24 2021
Received: from localhost ([127.0.0.1]:40018 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1lPbOi-0000z8-Gu
	for submit@debbugs.gnu.org; Thu, 25 Mar 2021 21:36:24 -0400
Received: from mail.zaclys.net ([178.33.93.72]:58685)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <lle-bout@zaclys.net>) id 1lPbOg-0000yt-JW
 for 47231-done@debbugs.gnu.org; Thu, 25 Mar 2021 21:36:23 -0400
Received: from guix-xps.local (82-64-145-38.subs.proxad.net [82.64.145.38])
 (authenticated bits=0)
 by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 12Q1aG0N028983
 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Fri, 26 Mar 2021 02:36:16 +0100
DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 12Q1aG0N028983
Authentication-Results: mail.zaclys.net;
 dmarc=fail (p=reject dis=none) header.from=zaclys.net
Authentication-Results: mail.zaclys.net;
 spf=fail smtp.mailfrom=lle-bout@zaclys.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net;
 s=default; t=1616722576;
 bh=gK4Go9t+b38rsa5PtZ1gNmynOCNwWnQNo5YiZ7NkExA=;
 h=Subject:From:To:Date:In-Reply-To:References:From;
 b=bB1/p/dt5zP53IVLSo1Fl9WRZtPVxVTczNj8zNfwpU1gf/LSxJHAYRn2M6SwVFYPy
 SF5gmBmcVblXiDHI8FVItbQYVioiWfbng4SloAngOg/2IIBaDQpPgX5VgLwaEvdp1w
 3W2JGH9/gxzMQpQggi2lW9fwd25e5cMQMzdMqKvE=
Message-ID: <318a4b5eed01580d377cc8199a4bfb0db30b5eeb.camel@zaclys.net>
Subject: Re: bug#47231: sqlite package is vulnerable to CVE-2020-11655,
 CVE-2020-11656, CVE-2020-13434, CVE-2020-13435, CVE-2020-13630,
 CVE-2020-13631, CVE-2020-13632, CVE-2020-15358 and CVE-2020-9327
From: Léo Le Bouter <lle-bout@zaclys.net>
To: Mark H Weaver <mhw@netris.org>, 47231-done@debbugs.gnu.org, Tobias
 Geerinckx-Rice <me@tobias.gr>
Date: Fri, 26 Mar 2021 02:36:16 +0100
In-Reply-To: <878s6ar9ko.fsf@netris.org>
References: <0381641839f5d0e71cbb496b95b9947a2a2c2799.camel@zaclys.net>
 <878s6ar9ko.fsf@netris.org>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-T4TN7okIh5PzuysP4Ndv"
User-Agent: Evolution 3.34.2 
MIME-Version: 1.0
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 47231-done
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
[Message part 1 (text/plain, inline)]
On Thu, 2021-03-25 at 21:23 -0400, Mark H Weaver wrote:
> 
> Just a reminder that, just as with 'mysql/fixed', 'sqlite/fixed'
> should
> *not* use 'package/inherit', since the package you're defining is the
> replacement for the package you're inheriting from.
> 
> Otherwise, it looks good to me!
> 
>      Thanks,
>        Mark

Adapted, wasnt sure what package/inherit was for exactly.

Tobias Geerinckx-Rice via Bug reports for GNU Guix writes:
> > I'm currently rebuilding IceCat with this change as an extra
> > precaution, but that shouldn't take long.  If that doesn't cause 
> > problems this LGTM for master.
> 
> OK, it worked, old IceCat writes new SQlite files.
> 
> Kind regards,
> 
> T G-R

Thank you both for the review!

Pushed as 6e7ba45357078b31a369b23f8a9f38302dfcbb10!
[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Thu Jan 2 15:09:50 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.