From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 13:10:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08382D46 for ; Thu, 3 Apr 2014 13:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A0EABB for ; Thu, 3 Apr 2014 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s33DA1LM016623 for ; Thu, 3 Apr 2014 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s33DA1s2016622; Thu, 3 Apr 2014 13:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2014 13:10:01 GMT Resent-Message-Id: <201404031310.s33DA1s2016622@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9950DD36 for ; Thu, 3 Apr 2014 13:09:17 +0000 (UTC) Received: from be.dns4soho.net (be.dns4soho.net [IPv6:2a01:230:2::30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F95EAB0 for ; Thu, 3 Apr 2014 13:09:08 +0000 (UTC) Received: from be.dns4soho.net (be.dns4soho.net [82.146.57.245]) by be.dns4soho.net (8.14.7/8.14.5) with ESMTP id s33D8vWX040683 for ; Thu, 3 Apr 2014 13:08:57 GMT (envelope-from pol@be.dns4soho.net) Received: (from root@localhost) by be.dns4soho.net (8.14.7/8.14.7/Submit) id s33B8PaH050899; Thu, 3 Apr 2014 15:08:25 +0400 (MSK) (envelope-from pol) Message-Id: <201404031108.s33B8PaH050899@be.dns4soho.net> Date: Thu, 3 Apr 2014 15:08:25 +0400 (MSK) From: Pavel I Volkov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188224: [MAINTAINER] databases/sqlite3: update to 3.8.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 13:10:02 -0000 >Number: 188224 >Category: ports >Synopsis: [MAINTAINER] databases/sqlite3: update to 3.8.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 13:10:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD be.dns4soho.net 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #4 r260656: Wed Jan 15 11:21:37 MSK >Description: - Update to 3.8.4.2 Fix a potential buffer overread that could result when trying to search a corrupt database file. Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- sqlite3-3.8.4.2.patch begins here --- diff -ruN ../sqlite3.orig/Makefile ./Makefile --- ../sqlite3.orig/Makefile 2014-04-03 14:18:18.000000000 +0400 +++ ./Makefile 2014-04-03 14:18:35.000000000 +0400 @@ -2,10 +2,10 @@ # $FreeBSD: head/databases/sqlite3/Makefile 348361 2014-03-15 18:05:04Z pawel $ PORTNAME= sqlite3 -PORTVERSION= 3.8.4.1 +PORTVERSION= 3.8.4.2 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ -DISTNAME= sqlite-autoconf-3080401 +DISTNAME= sqlite-autoconf-3080402 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library diff -ruN ../sqlite3.orig/distinfo ./distinfo --- ../sqlite3.orig/distinfo 2014-04-03 14:18:18.000000000 +0400 +++ ./distinfo 2014-04-03 14:28:39.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080401.tar.gz) = 17227492466bb29fbef30d94a7cc27ec799e36c5d4d879dedd331079a6d1bc38 -SIZE (sqlite-autoconf-3080401.tar.gz) = 1937368 +SHA256 (sqlite-autoconf-3080402.tar.gz) = e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 +SIZE (sqlite-autoconf-3080402.tar.gz) = 1937368 --- sqlite3-3.8.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: