libofx-0.9.10-7.3.1<>,?[`/=„s5:Rs5 q+V ,%lmtf:ղWb nxsH$Fb8;Sg:!T?!Dd   1DHPTgp , P t   b 8 ( 8 9 : FGHIXXlYt\]^|b cd;e@fElGu\v w $x ly z!4Clibofx0.9.107.3.1OFX Command Parser and APILibOFX is a parser and API designed to allow applications to support OFX command responses, usually provided by financial institutions for statement downloads. The author says, "To my knowledge, it is the first working OpenSource implementations of the OFX (Open Financial eXchange) specification on the client side. This project was first started as my end of degree project, with the goal of adding OFX support to GnuCash. It has since evolved into a generic library, so all OpenSource Financial software can benefit from it."[`build762openSUSE Leap 42.3openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://libofx.sourceforge.net/linuxx86_649@ {;im.lL(%:7MA큤AA큤[`[`[`[`[`[`[`[`[`[`[`[`[`[`[`[`[`[`fe13d5ce41b4ae64f33044dacf711f985f62594eaabedb84e0f63ee66cd12e3442d068fe4a464874504bab95deab450d18c9371eeba0e17a12a5d3d11c32bd88cbbd794e2a0a289b9dfcc9f513d1996eac53d7e48f3791b0a08685ec3005776a9a1ab29ee229fc6549fdcb905e1004bcae9e542aea0118c3cc853254a9aa634a35fcf0bdaf3bb8e500a0279b97407aa9d2106f4d06d605fddabaab87b00998c17c2635dbca0cae1922f7c2b9f13a4f96938b73227a08cfb25e30443bc3d73d51dcc8aeb52f97aa6586eeb0e2352b8b3630a4b5238dee9d2f1eb381732d43df4a94253d119769520b88d6d96a5cb958f6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibofx-0.9.10-7.3.1.src.rpmlibofxlibofx(x86-64)@@@@@@@@@@@@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcurl.so.4()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libglibmm-2.4.so.1()(64bit)libofx.so.6()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libxml++-2.6.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[^Tr@R@QxQYvO`@O yN1O@MAM@J@qzheng@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgcoolo@novell.com- Add libofx-CVE-2017-2816.patch: Make backport from upstream commit a70934ee to fix a buffer overflow (bsc#1058673, CVE-2017-2816, boo#1061964, CVE-2017-2920).- Update to version 0.9.10: + Fix missing balance dates (ledger_balance_date, available_balance_date).- Update to version 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. - Rename libofx5 subpackage to libofx6, following the soname bump. - Delete backup files that should not be in the tarball.- Update to version 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 - Changes from versiom 0.9.7: + Fix errorneous reading of files with long lines.- Update to version 0.9.6: + Extend buffer for TRANSACTION_NAME to 96 bytes due to UTF-8 multibyte characters. + Fix typo in info message. + 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. + 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. - Drop libofx-gcc47.patch, fixed upstream.- Add libofx-gcc47.patch: Fix build with gcc 4.7.- Update to version 0.9.5: + 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) + Add minor argument checking + Expose field: OfxSecurityData::fiid in API + Make string arguments a const reference where appropriate + Add configure check for help2man tool + Improve build system and autoconf 2.68 compatibility + Improve generated man pages + Use GCC's -fvisibility=hidden to hide internal symbols from external users. - Rename libofx4 subpackage to libofx5, following the soname bump. - Clean spec-file using spec-cleaner.- Fix build by not marking some non-directory files as %dir in file list. This was wrong but only breaks now with newer rpm.- Stop using source service to download the tarball, as Factory will move away from this.- Update to version 0.9.4: + Fix segfault on some malformed date formats. + LibOFX will now look for DTDs in env variable OFX_DTD_PATH. + Better handling of paths (tolerates trailing path separator, or lack thereof) + No longer ignore return value of mkstemp() + Move to LibXML++ 2.6, as 1.0 is deprecated + Add generated man pages with html2man - Changes from version 0.9.3: + sf#2969817: Fix segfault on some files containing missing closing tags. - Changes from version 0.9.2: + Win32: Look up the dtd installation directory from the current executable's location. + Fix a crash on invalid date format + Allow wrapping the library in python. + Fix "Transaction posting date off by one" + Various C++ include fixes for building with recent compilers. - Drop libofx-0.8.2-gcc43.patch: fixed upstream. - Use source services: download_url, recompress, set_version.- updated patches to apply with fuzz=0build76 1533024943 0.9.10-7.3.10.9.10-7.3.1ofx2qifofxconnectofxdumplibofxAUTHORSCOPYINGChangeLogNEWSREADMEtotest.txtlibofxdtdofc.dtdofx160.dtdofx201.dtdopensp.dclofxconnect.1.gzofxdump.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/libofx//usr/share//usr/share/libofx//usr/share/libofx/dtd//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8510/openSUSE_Leap_42.3_Update/8f82c99c3002e06937a360302b22b599-libofx.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=970b39154efeb34cd5e1dc5380ee1de7c61d2b39, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=2dc7d28696ee7f5b71899f0a176a3e07d9f0cff1, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=b2606f95cca82a16a2d4fb4a9b9324db24939676, strippeddirectoryUTF-8 Unicode textASCII textUTF-8 Unicode text, with very long linesISO-8859 textexported SGML document, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)diff output, ASCII text (gzip compressed data, max compression, from Unix) RRRR RRRRRRR RRR R R RRRR RRR RR RRRRR R Rͺ;˶?`]"k%Q =d-Tb0$ԾjvcP0 1&((xI\_|Da;gtl!Ζ 8Aqh4h%[Wl,H ,OG[,[[&&!9` ]ePׇGPY].LV93]uD r+ 6E/ii5 3w'ud1۟IR2ʁN;|dsƾ$ e)!jd>bzρ~8?;T{m7a2vs/T%g=xAcnc4鵖NS1"|+E*B@v6UHmCrV bݢ! 7PE;_QGzL)'=&/O6L/;XݣYF_ꮀK6| *ʤXf\H j',6w \_X)n$\LSȊʐ2xf 3"c"4{\O䜒70.4$3NPV9pS{䖫12! ADBܲ+<*>ݩth%^3LOh¤7!#XʁjbTmOFleYqC_ݾKBSP6Gz<='*A2n˰L+>h%&'NM%{WFyONRef]su⓯D[7!-'6]Ӧ| ~npj RG]CT?1J# OWB5k{`Դئ#Cos;ЃZ_h^_96(eN$;"Ը ktK&]k|S~i.!uJoK\gֆtt d2ܜk5W @F׈GJ?K:53#r3x'Qb657hG*1\XXO 1\q(X%B#(, a+kR=h'@Oc;a1SCyeS\;=@$}Ӂ\ 1-> {]t`ӌ#^hf0`ʽV_i5q~hVxtYj9F]2|V{z^tS&+ u h ]q)kk-!?IR(4ھGd6$J%|Ȝ/G/8[~P[ 5kWC*HB`=zΟ`:8]y\^f}QHx:$MщVF7Fͱڨ+7fEUt]bP?ok4 Lýpg WM_,LO 6 M Dڜ%d"*Yr+6\(>4 Y ;-Qrp툕<͛x #Ya9{^!ٜI ܼS% \ќkͳ!v7[aX<5pJ)sjGET R)^/ܞ`VZd?Dr:(BM"3A5bNkP1\SvAoe۬6㇨Ω=%JsmD!5O7SIk@ϪF+)-&'}a$KS=d!>V_g!BNgOW b]y(:tsgi.:!{l }AM$\* ϵ%MW2&Dw'8hcrJBL6 Q;mBlQ{ z$oI֖vr7*@>V>X4xm+Xw1#nhmgUOl~,i:ΠD'lCEٺ`>M3iPv?G"XM jr/l~0˒a ="įÜҎ?M$J˒ u()/8SJgm >B5ipIWQi!MLmݙrD;H˗kmtֻ>KvZ͊.MkYhsiL]uj!4T7\(&hُ) p&"y`MpG3(coa Gn`^AVJgo;-bZ2CXM]g(ZBjC#Ƚuk{-/5)qj>Dhf,fR4~1cI3U.s*O:x\XCfrѧZAjI2!JVYxn}#Pvb&-~phK|1Xt\ΤN0FeƀW rq'۳^^#٦u+rf;-ϯ㙷,d%5Ρm_!PiG]JF$sWAu輑ae|%E,ļ<UI2mugk~V S_>J#%B0`|J?d!}e\bwj9eŹF>۲.|i G::Q_d{zO㭖;j/ɤTDJG^'<W~LɁjwpIGD_[cb*i &wAQyY'f`5FM P%e΋SAmLwn$ͺ(<˿y*RecgH.182c|5k\'Ci|Q'"0;͆/s_&*Je?p# ;V=H-X>`@%"5qKhm O\Z LqHF0_gbDNPABhMIq%i}y!ZRp$Lj+YɅN/^uQ5{Y I8-_F ԅgz[&m!`{Pq;`YR^yUpȤB֧EONpu5}>6go@+^JI'g~pl!5 bu ·7vK>UՁPH S7rvk Y*rܦ=fi[ "7+G8#938);!<(/^U >#'(@{BaySp:5pq̺@*C n(,5e Sp- ZJ$! (Łud[#`I*Y;`XMU\ :K -ՊMWߑnݦG a6?փspe:1KY~!ݼ~´ p=[V`YU45-nTku HsƳƫXUt`W6 kfjf+duú^~1a RDf9p_"KwQ9̘S\m␊ n<}JB4.@}ѧ,)k-x>K&`pxT:qpII4K)b؃tM96LYqhXj;؜%'vM\ G@YcXa9@PmmE5k.[SY3$l/a i.l/LShg$ ځI<(R> |*q<˺~vZ, 0ZTtk$7m[3:\Q(lZ29u'!<':S-ޭ j1.8\r=huveڑ7K1s;'DU5CֲSk/Viő}:V7|'2xs$Ƽn!k-;azBӼҕ5(or`2'L`L>V>^yl_l ~mR\sB׭Y~rꞴ}_ZNz2aU@p+-;l6g,) OOHF׭{oPIrh-=wc2$CbjBޝH/hoL8[4Ky{T*a%-kGmKYI?DTxKz@eBs5[T>ޤ>t[g[ڦë֊3[N3`34sFbJο})SDC!D鏒o_Ub.`GV=k :ei,V;\|>J! "elchoi섁^S̚ӺB3iM:jtu*lNHc?0z љitn&xK!Dn]j.qBs&%v)_ IoEW -2 k * PuV:EFB&:}ǡ[[b³Q OF?HNPғyy @RWwgjˠ1\(!۴Jd{_|UɎ7dT{0yTڳS/EQٹh\$|€.*3{klӤ/^*\~צ4dt^'{@%}s[X~,wP MH ^ V!eQIz؊ZrSC[.p 0 IR=Rط" `ĖI~)]%jlKy3$/Cv^=}Ń!j0]/H*K8Β/OS0|