Bug 137051

Summary: finance/libofx does not handle encoding properly
Product: Ports & Packages Reporter: Takanori Watanabe <takawata>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Takanori Watanabe 2009-07-24 13:20:01 UTC
libOFX does not handle OFX headers properly because each header contains LF (and possibly CR) and does not take care when handle that header. So the encoding header is not handled properly.

Fix: add file attached as files/patch-utf8_fix and recompile it.

Patch attached with submission follows:
How-To-Repeat: Use libofx related tools (gnucash import, ofxdump ....etc. ) to import OFX file with UTF-8 encoding.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2009-07-24 17:28:47 UTC
State Changed
From-To: open->closed

committed, thanks
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-24 17:28:47 UTC
arved       2009-07-24 16:28:37 UTC

  FreeBSD ports repository

  Modified files:
    finance/libofx       Makefile 
  Added files:
    finance/libofx/files patch-utf8_fix 
  Log:
  Fix import of UTF8 encoded OFX files
  
  PR:             137051
  Submitted by:   takawata
  
  Revision  Changes    Path
  1.25      +1 -0      ports/finance/libofx/Makefile
  1.1       +34 -0     ports/finance/libofx/files/patch-utf8_fix (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"