svn commit: r451528 - head/finance/libofx
Jason E. Hale
jhale at FreeBSD.org
Sun Oct 8 13:23:10 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list