Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 11:11:29 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451660 - branches/2017Q4/finance/libofx
Message-ID:  <201710101111.v9ABBTZw033340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101111.v9ABBTZw033340>