From owner-svn-ports-all@freebsd.org Tue Oct 10 11:11:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17C6BE2CFC8; Tue, 10 Oct 2017 11:11:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 D9BA07717B; Tue, 10 Oct 2017 11:11:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9ABBUio033343; Tue, 10 Oct 2017 11:11:30 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9ABBTZw033340; Tue, 10 Oct 2017 11:11:29 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201710101111.v9ABBTZw033340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 10 Oct 2017 11:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451660 - branches/2017Q4/finance/libofx X-SVN-Group: ports-branches X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: branches/2017Q4/finance/libofx X-SVN-Commit-Revision: 451660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 11:11:31 -0000 Author: jhale Date: Tue Oct 10 11:11:29 2017 New Revision: 451660 URL: https://svnweb.freebsd.org/changeset/ports/451660 Log: MFH: r451528 Update to 0.9.12 Bugfix to address buffer overflow (CVE-2017-2816) Security: 58fafead-cd13-472f-a9bd-d0173ba1b04c Approved by: ports-secteam (swills) Modified: branches/2017Q4/finance/libofx/Makefile branches/2017Q4/finance/libofx/distinfo branches/2017Q4/finance/libofx/pkg-plist Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/finance/libofx/Makefile ============================================================================== --- branches/2017Q4/finance/libofx/Makefile Tue Oct 10 10:54:27 2017 (r451659) +++ branches/2017Q4/finance/libofx/Makefile Tue Oct 10 11:11:29 2017 (r451660) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= libofx -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.12 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ Modified: branches/2017Q4/finance/libofx/distinfo ============================================================================== --- branches/2017Q4/finance/libofx/distinfo Tue Oct 10 10:54:27 2017 (r451659) +++ branches/2017Q4/finance/libofx/distinfo Tue Oct 10 11:11:29 2017 (r451660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474456703 -SHA256 (libofx-0.9.11.tar.gz) = b0115c876bee5df84002a96f58cca8d73ef7b75d799d6a3a44905c34a8cfe94f -SIZE (libofx-0.9.11.tar.gz) = 1097501 +TIMESTAMP = 1507465983 +SHA256 (libofx-0.9.12.tar.gz) = c15fa062fa11e759eb6d8c7842191db2185ee1b221a3f75e9650e2849d7b7373 +SIZE (libofx-0.9.12.tar.gz) = 1288227 Modified: branches/2017Q4/finance/libofx/pkg-plist ============================================================================== --- branches/2017Q4/finance/libofx/pkg-plist Tue Oct 10 10:54:27 2017 (r451659) +++ branches/2017Q4/finance/libofx/pkg-plist Tue Oct 10 11:11:29 2017 (r451660) @@ -5,7 +5,7 @@ include/libofx/libofx.h lib/libofx.a lib/libofx.so lib/libofx.so.7 -lib/libofx.so.7.0.0 +lib/libofx.so.7.0.1 libdata/pkgconfig/libofx.pc man/man1/ofxconnect.1.gz man/man1/ofxdump.1.gz