diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 13:13:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 13:13:21 +0000 |
commit | 55aa1346edaf07a38eb9a22787b767af38ee9bdb (patch) | |
tree | 48d9728f7b5b0f05bcffc322906598fdb3d8f24f /finance/libofx/distinfo | |
parent | 1f7d00dd850935052d37dc4aa02bbd50ba29fd2c (diff) | |
download | pkgsrc-55aa1346edaf07a38eb9a22787b767af38ee9bdb.tar.gz |
Update to 0.9.10:
2014-09-12, LibOFX 0.9.10:
- Fix missing balance dates (ledger_balance_date, available_balance_date)
2013-09-09, LibOFX 0.9.9:
- Fix missing increment of SO_CURRENT number in libofx-0.9.6
to avoid crashes when mixing this with older applications
- bug#41: Fix a crash that occurs while importing a possibly
invalid OFX file. Patch by Cristian Onet.
2013-04-17, LibOFX 0.9.8:
- Fix errorneous reading of files with empty lines
- bug#24: Fix build error on solaris.
- bug#40: Fix compiler warnings of OFX clang
2013-04-11, LibOFX 0.9.7:
- Fix errorneous reading of files with long lines
2013-03-30, LibOFX 0.9.6:
- Extend buffer for TRANSACTION_NAME to 96 bytes due to UTF-8
multibyte characters.
- Patch by Geert Janssens to fix typo in info message
- Patch by Geert Janssens to allow lines longer than 1024
caracters
- Fix treatment of empty date strings: Must return a zero date
instead of a bogus one.
- Replace unlink() with remove() to fix compile problems with
gcc 4.7
- Make configure fail if gengetopt is missing and generated
files are not present (as is the case when we checkout from
git)
- Fix garbled character encoding for UTF-8 encoded OFX 2.0
(XML) files. Sadly, because of a bug in OpenSP with xml
decoding this currently means that iso-8859-1 OFX-2.0 files
will still not be properly decoded.
LibOFX 0.9.5:
Benoit Grégoire <benoitg@coeus.ca>
- Workaround OFX files specifying invalid encoding values
(specifically: UNICODE and CP1252). This should fix most encoding
problems reported.
- Look for DTD in source directory (simplifies developpement)
Christian Stimming <christian@cstimming.de>
- Add minor argument checking
- Expose field: OfxSecurityData::fiid in API
- Make string arguments a const reference where appropriate
- Add configure check for help2man tool
Ryan Donlan <bdonlan@gmail.com>
- Improve build system and autoconf 2.68 compatibility
- Improve generated man pages
- Use GCC's -fvisibility=hidden to hide internal symbols from external
users.
LibOFX 0.9.4:
- Patch to fix segfault on some malformed date formats. Inspired by Zach's patch on launchpad.
- Packages-oriented changes:
- LibOFX will now look for DTDs in env variable OFX_DTD_PATH (if present).
- Better handling of paths (tolerates trailing path separator, or lack thereof)
- No longer ignore return value of mkstemp()
- Integrate all changes in Ubuntu's package that weren't already upstream
- Move to LibXML++ 2.6, as 1.0 is deprecated
- Add generated man pages with html2man
LibOFX 0.9.3:
- Fix segfault on some files containing missing closing tags (bug #2969817)
LibOFX 0.9.2:
- Win32: Add gnucash patch that looks up the dtd installation directory from the current executable's location.
- Apply patch by Geert Janssens to fix a crash on invalid date format
- Apply patch by ajseward with some additional fixes to allow wraping the library in python.
- Apply patch by Thomas Baumgart which fixes bug #5 (Transaction posting date off by one)
- Apply patch by Bill Nottingham <notting@redhat.com> with various C++ include fixes for building with recent compilers.
Diffstat (limited to 'finance/libofx/distinfo')
-rw-r--r-- | finance/libofx/distinfo | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/finance/libofx/distinfo b/finance/libofx/distinfo index 60bfc410041..e3f26f49012 100644 --- a/finance/libofx/distinfo +++ b/finance/libofx/distinfo @@ -1,14 +1,6 @@ -$NetBSD: distinfo,v 1.10 2014/08/21 04:48:51 dbj Exp $ +$NetBSD: distinfo,v 1.11 2014/12/30 13:13:21 wiz Exp $ -SHA1 (libofx-0.9.1.tar.gz) = a12110ddcbff596e26496865570fb4dcb75c08d0 -RMD160 (libofx-0.9.1.tar.gz) = 84b139cb39006f8f6433d490d72e83f103156952 -Size (libofx-0.9.1.tar.gz) = 1177818 bytes -SHA1 (patch-aa) = 5c1fcbf01e689b8a3173b8f206e2c34fa4a6f084 -SHA1 (patch-ab) = 2c5f2d69778d7428b8247751ccc64053817eb6cf -SHA1 (patch-lib_ofx__container__transaction.cpp) = 9aba00ec4798e3f93a095d3c49da365d50a7cf89 -SHA1 (patch-lib_ofx__request.cpp) = 699386e96b7528f17b8d95feb5af586bb4bf7fbe -SHA1 (patch-lib_ofx__request__accountinfo.cpp) = a3e90b301403694cd38a3bd58b5e44d0592bd0d4 -SHA1 (patch-lib_ofx__request__statement.cpp) = 44da33136702f0d84c2fd254026f9e733477edaf -SHA1 (patch-lib_ofx__utilities.cpp) = fce612ed44de70967fdca6345d1921b4e9c814b4 -SHA1 (patch-ofxconnect_ofxconnect.cpp) = 3b4d556f80474ac6497df1472abb1a9f9e170212 -SHA1 (patch-ofxdump_ofxdump.cpp) = 0a51258e115d39572dce0c254d6a07d545cff2c1 +SHA1 (libofx-0.9.10.tar.gz) = 33f394c963c087217cb6c508af842d4844bc0823 +RMD160 (libofx-0.9.10.tar.gz) = 928069129cf945dc85521907325977a36dbeae7f +Size (libofx-0.9.10.tar.gz) = 1433837 bytes +SHA1 (patch-lib_ofx__preproc.cpp) = 639de109c10d6e698450cdabf07226d3282fee3b |