From owner-svn-ports-head@freebsd.org Sat Jun 13 04:26:21 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3696E34FF11; Sat, 13 Jun 2020 04:26:21 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49kPg03x3Yz4WBS; Sat, 13 Jun 2020 04:26:20 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id jxkGjljCTng7KjxkHjF62V; Fri, 12 Jun 2020 22:26:18 -0600 X-Authority-Analysis: v=2.3 cv=ecemg4MH c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=xqWC_Br6kY4A:10 a=kj9zAlcOel0A:10 a=nTHF0DUjJn0A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=csUADkqExhKVGbRtbl0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [IPv6:fc00:1:1:1::5b]) by spqr.komquats.com (Postfix) with ESMTPS id BBE95D69; Fri, 12 Jun 2020 21:26:15 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id 05D4QFnM010788; Fri, 12 Jun 2020 21:26:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id 05D4QFk6010785; Fri, 12 Jun 2020 21:26:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202006130426.05D4QFk6010785@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r538636 - head/databases/sqlite3 In-reply-to: <202006130409.05D499sG019903@repo.freebsd.org> References: <202006130409.05D499sG019903@repo.freebsd.org> Comments: In-reply-to Cy Schubert message dated "Sat, 13 Jun 2020 04:09:09 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Jun 2020 21:26:15 -0700 X-CMAE-Envelope: MS4wfFr4uSh0lGyueMUrtPMC/U2nyrO/+AgMvY77monKHUBvvFyxdU6KvEhLpJcP7QohrB33bhW8KSpMwLub1kG540RUeoYpwuQmazegXJUeE7eW4VRm28Xo 2dAFFMFd8Q9fGaDmgZsr74Sy0WD0oMFcAp7J3IbPsRNINvX3JcIjISWwQ6+P5LL9iKO71i7UV7wtfoYwqIrc88f6ngmcrTVbAH0JWUrSjYvnd8CnYZ9KEGd9 NM8ouqvEgJAywlZco264+ztOStsBLKhYE/EUJifYVOiQXDeMRcgxXKDbkfFGoN0l X-Rspamd-Queue-Id: 49kPg03x3Yz4WBS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2020 04:26:21 -0000 In message <202006130409.05D499sG019903@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Sat Jun 13 04:09:08 2020 > New Revision: 538636 > URL: https://svnweb.freebsd.org/changeset/ports/538636 > > Log: > Update 3.32.0 --> 3.32.2 > > Fix two long-standing bugs that allow malicious SQL statements to crash > the process that is running SQLite. These bugs were announced by a > third-party approximately 24 hours after the 3.32.0 release but are not > specific to the 3.32.0 release. > > Fix a long-standing bug in the byte-code engine that can cause a COMMIT > command report as success when in fact it failed to commit. Ticket > 810dc8038872e212. > > Approved by: portmgr (blanket: run-time bugfix) > MFH: 2020Q2 PR: 247149 -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few.