Update to 0.9.12
Bugfix to address buffer overflow (CVE-2017-2816) MFH: 2017Q4 Security: 58fafead-cd13-472f-a9bd-d0173ba1b04c
This commit is contained in:
parent
6499965d79
commit
2e0669cf63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451528
3 changed files with 6 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue