Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 13:23:09 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451528 - head/finance/libofx
Message-ID:  <201710081323.v98DN9PV089793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sun Oct  8 13:23:08 2017
New Revision: 451528
URL: https://svnweb.freebsd.org/changeset/ports/451528

Log:
  Update to 0.9.12
  Bugfix to address buffer overflow (CVE-2017-2816)
  
  MFH:		2017Q4
  Security:	58fafead-cd13-472f-a9bd-d0173ba1b04c

Modified:
  head/finance/libofx/Makefile
  head/finance/libofx/distinfo
  head/finance/libofx/pkg-plist

Modified: head/finance/libofx/Makefile
==============================================================================
--- head/finance/libofx/Makefile	Sun Oct  8 13:15:45 2017	(r451527)
+++ head/finance/libofx/Makefile	Sun Oct  8 13:23:08 2017	(r451528)
@@ -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: head/finance/libofx/distinfo
==============================================================================
--- head/finance/libofx/distinfo	Sun Oct  8 13:15:45 2017	(r451527)
+++ head/finance/libofx/distinfo	Sun Oct  8 13:23:08 2017	(r451528)
@@ -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: head/finance/libofx/pkg-plist
==============================================================================
--- head/finance/libofx/pkg-plist	Sun Oct  8 13:15:45 2017	(r451527)
+++ head/finance/libofx/pkg-plist	Sun Oct  8 13:23:08 2017	(r451528)
@@ -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?201710081323.v98DN9PV089793>