libofx-devel-0.10.5-bp155.1.13 >  A dk>yI%z YSC֜nj+*q'Ovq [};WGuX$"f~S_Vрχt?z@_JIrZԂ5 &fh6e;e yj7e:#fGT#mgC N=dd 1}3z2ef\/6Ь!9L5OK@\{,]~x<܅.1(Ϯغ2jC@*{ ns))c̆Sc.ҩTH'80l~sVrhkhopP܁sVϘ+|\yM.a\pڌlC@jՍm'cQ@XR!.9IbUaec403a6858c579b4c8714dbe22605b0b41337839cae2dfcfa8c6e60767c6f2bcc98004814a065bf60acc7a11a17c5a9e06c5a06Zdk>yI%z 1O̱k`wj<> op_)G{K'*Ȗ\-t1qP,km 9G.7 Muޟj/Qs׿G ݄t>p>D?4d ! ],0<@]fw    (  @  p      D  ((8 9 : FhG H I XY\$ ]T ^&bc4deflu vwl x yz0Clibofx-devel0.10.5bp155.1.13Development files for libofx, an OFX Command Parser and APILibOFX is a parser and API for applications to support OFX command responses, usually provided by financial institutions for statement downloads. This subpackage contains the header files for the C API.dk>ihurricane3SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/libofx/libofxlinuxx86_64Ͼe^G ^ bA큤A큤dk>fdk>fdk>fdk>gb]×b]×b]×b]×b]×dk>gb]×b]×48ed5b5b5737cb0bce55f7dd4daafc577acd2e641c8537a646ae2ff099facb09277e4e9a693369d99ee7ec587873b3c5a210e0f6e7400f41440ba6d9117d190c3b11d6ba0a9abf1a213c355849583050170b1ebf24998ea8614571bbc7843327ea0e04237bb31ec3947f5788d400131f775ebc0f600960759c097649996ff27da5c8ed612fa5798c3fb330b0e0a0f989fb60a1ef26f1ed85dabd783b3e1e203040dd9731f0c38df8462780d97b68fe1aed324ab0404922e091ab7f395e662fdacf889e735a41f9701c342e88944ad06c23b152b9d70eb6836166ecf4fe073f7cdab0f0e85c4056dcc394765b67ee61ac9cb76ca11757afa254d718ae83292197d1f2b6a9644a537cc82a7a8bee5ce8429c226bcffd1f0043a2ba37068761c91flibofx.so.7.0.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibofx-0.10.5-bp155.1.13.src.rpmlibofx-devellibofx-devel(x86-64)pkgconfig(libofx)@    /usr/bin/pkg-configglibc-devellibofxlibofx7rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.10.50.10.53.0.4-14.6.0-14.0-15.2-14.14.3bs@abahaG&@`F` a@_>eZ؄ZW;VTr@Christophe Giboudeaux Dominique Leuenberger Christophe Giboudeaux Christophe Giboudeaux Dirk Müller Dirk Müller Dirk Mueller jengelh@inai.dedimstar@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.org- Update to 0.10.5 * Fix missing include for ptrdiff_t on Homebrew * Fix parallel builds by fixing the man-page build * Remove all "using namespace std" directives * Fix some minor memory leaks * Revert typos fixes- Require libofx7 from the devel package: requiring the library as the target to the .so symlink is mandatory.- Update to 0.10.3: * Fix gmt offset seconds * Fix various typos in source code- Update to 0.10.2 * Improved imported date stability * Respect --libdir for opensp. Don't override docdir.- update to 0.10.1: * Correct casting of iconv input argument * Let ofxdump also return an error value on error * Code cleanup towards normal C++- update to 0.10.0: * fixed: Remove unimplemented function from libofx.h header * fixed: Return error value if file parsing is unsuccessful in libofx_proc_file * fixed: Use given parameter for actual file type in libofx_proc_file * Large contribution adding investment / security handling in OFX files, by jeffjl74. ABI-breaking change, hence MINOR version incremented (due to MAJOR still at zero), but libofx.h API should only have additions * jeffjl74 Enhanced handling of investments in OFX files (support not added to OFC) * increased OFX_SECNAME_LENGTH to match the OFX spec (ABI-breaking change, hence MINOR version incremented) OfxSecurityData now includes: - an enum for the type of the security (stock, bond, fund, option) - the optional fields - the mandatory and fields - the optional and fields * added parsing for cash balances in investment accounts - usefulness depends upon how the broker uses these fields - Vanguard fund account puts the market value in there instead of the cash balance - other tested brokers use it appropriately, though the date of the balance is sometimes inconsistent usually due to unsettled trades, i.e. the "as of" date will say "today" but the cash balance will actually be from a couple of days ago with the difference being unsettled trades. * fields under an are now parsed into an OfxInvestmentTransactionContainer * added the fields from section 13.9.2.4.2 of OFX spec 2.1.1 to OfxTransactionData * added support to provide balances for securities * added , , and parsing and fields to transactions, securities, and positions * added a new account type OfxAccountData::OFX_401K * added a fix for sourceforge bug #46 account callback on * modified ofxdump to support the above changes * added investment account examples from OFX 2.1.1 spec to "ofx_sample_files" * could not get openSP to parse ofx201.dtd- update to 0.9.15: - Fix segfault on uninitialized iconv - Make file format less stringent - Minor fixes in the build system - Fix proprietary tags striping eating the content of the previous tag if proprietary tag is in the middle of the line - Don't output invalid line numbers on the console before SGML processing starts - Fix potential heap overflow - Fix crash on some malformed ofx files - Fix crash in ofxconnect on missing command line arguments - Fix for daylight savings time handling - Easier compile on macos: obey LIBTOOLIZE env variable, and fallback to glibtoolize - Fix compile on win32 (mingw-w64) - Performance an reliability fixes in header parsing - Strip CATEGORY tag added by Chase bank - remove libofx-CVE-2017-14731.patch (upstream)- Trim history from description. Remove ineffective --with-pic (applies to static libs only). Rectify RPM groups.- Update to version 0.9.12: + Fixing a buffer overflow (CVE-2017-2816). - Add libofx-CVE-2017-14731.patch: Fix a buffer overflow on unexpected tag names (CVE-2017-14731, boo#1060437).- Update to version 0.9.11: + Add support for client uid, from kde#366326 bug. - Rename libofx6 subpackage to libofx7, following the soname bump. - Delete backup files that should not be in the tarball.- Replace libxmll++-devel BuildRequires with pkgconfig(libxml++-2.6) in order to be ready for the compatibility package introduction (libxml++ goes 3.0).- Update to version 0.9.10: + Fix missing balance dates (ledger_balance_date, available_balance_date).hurricane3 1684749929 0.10.5-bp155.1.130.10.5-bp155.1.130.10.5libofxlibofx.hlibofx.solibofx.pcanother-example.xmlexample-listing1.xmlexample-listing2.xmlfailing-ofx-file1.xmlfailing-ofx-file2.xmlhtmlofx_spec160_stmtrs_example.sgmlofx_spec201_stmtrs_example.xml/usr/include//usr/include/libofx//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages/libofx/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/4cdcc8ed99b53dc63be12e8a994fa379-libofxcpioxz5x86_64-suse-linuxdirectoryC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, ASCII textASCII textexported SGML document, ASCII textPR. TZputf-89c41093b062078b1ea912feb16ac16c8106c6cf2369d598ddd3c4ea093321221? 7zXZ !t/s8 ] crt:bLL ؝-~޺Al0IЎ2:x[;p2מv#M-Hc1Ob~8M& hN)JP^Psj5L|=NH\UH`E3FKP"ccHU^š2|o+F3vu5aRvy t_vJkq'xghmEi2teoK'XNBCMxW"3k7"}~ڻS,DX|G.@7WLgrnTFh~vx Qo8\X9OJypfdEM QXm=JǑ6B(TĝX8ߛߍG'ct6!+Txape$F*sQ ]527^AxP}냞YFe8=I84~ۏ-'hha]&8 [G\Ca|a#Ny_ѝaB(,2CkW[-Tޡ/}gkb"(qx'JUN j~5= 6Az&W\9X͟mmʵ|zޥ`:GaK1qUD~pa|&tE%! Ãq.K'KfBV6 ɖS)8}03\馨)E Ѝ~1p^Uo+7a }d]56P?2ٞH}- TMN/3gowT=.r*婹U6<"h(X+37饰-ҟI Jأ*6l<sxq˰ ;4|>w"9Ptx8h/7^Wt+~d 폛h gY̅jLv_8}h6p%nan M2}3uH@̿|ˈA%Ķw{NEU ^'fQ뺼3/։*G%OI _MK*u=%xXcoAK0ס&s )EA熏{v\!7h>.{E~)B h$٥P8{X9"#=Cyy 򳶛 +u1qw8 c :+KBHlkZE# ݨE.2qf V|5[p kN%)AS6թU 5!,T^ y/vV"JQnzm}Z}a^LorU 0!V? |Xv>%G2J 9X,tneH\O-\]ǀz3iBv: ؆\IسDf&]u#@|R[P^4`-nңfVwF6OԭqyJ*[55@q锜Ǔ(QM sR,!ͩm?;"]~=+S/-)S{&&|bBGTx5Gf(+a5%&|B #_l-LRy_ܢc*E =65U4[h#C69 ؍HK3k01B35p6E NO/B̑t"RF==Hb*@=bPDZ;nȎ$s=f8 oQļC6"'yvvZ5ꦚ_$JԨ'ZM`k|.3r,B;;& 3uxv{Mn*=3?*ͱ#A1,&pp͟ yN8D hoP9빝> 5}e.В 5>x:Ho!*2[ON)2(DlٴnʇN=h$feAj6B.jmJ: f +]KWubߕWa–th:ypJ2[uaIѓoÈI cJ1-H0ȁXj< KHG~%P'&0GR ̮d;#ٻ<$804n%vNT6J{43~^rm3h%['aa4|ߧD M+,CVi (JXjw8)TnrȻ,ZWYfϾ{45BW2rLG.,Pp +X G@@19Nb9$;[AJ`L_i4= 4zE@D0kQ`Ѯ"A6F7Dx8\IĪm^TK:mQNSbH۬7d{p]aȅͻ=ZM*vV""Ѐ ncx-RT@=QD+*(&|SQW` n-T''[&TJGC TBe45#z ^Yy8DG# %mCzc?ABc*>;+]w;h7+SwU3pΪu/U19c1I5fy< <9ħ~8ke4-H]ު?#`uYMqPGU+s\u aI/tF˱rN`yY߇HN=٦n~3t& ^9*Ps*c|s<3hIjj)0NG_@f0-Ƈ(c@ޢGh[lVCBqB _H^hp6ˀ3n=xJuŚ^~ \Du"lo>ڱ9`3;k@ s`3Ql|󧎢+".$ bOīW`4!>>krumWvL-D~MK( =?H` O7A]8$ձrz>*zi4r.1Tib>,?/Sy|c5 6~W [oed#Lʤ< P+n``(Co;˜**(s.7|2mrϜT\+b+,~iۊ\QeXvmst1_R'x{`F'[Z`ΊgpZy*S{乴ɮEˋtll@4 ]_Gb7-٨:h!Lt4gţx̪W#hyZHɡcAN-!9w Q3)Bxm2MaYW#$l(뽀#_n.ZI1&aڄl9pv3*agmښǧn+cِD,y sl8"VXqƕ?0JAPfqwHG0qK1"m_yg:DV{; L2Iΐ۶ >H&<ߤ\ /Qt %O/ݝ[顧t*ҩY9F)D*4eN4&J#"/("صK2ݠ о!;2S-" Stz#oVcal?z>l&e~/T4;{A^O\mHKPS\xCd#t\$H.E_ 3aMs`+@a&OcǩlȀRE?r0Su-{_`cLΩ$aP!;̭K:Zx\|I]['`"֟ph_ I|D3l 1q,xR 0(#**q79O3sg""zy|9ԏnm#bS94`0lܾdo)owȝܫ+3Wgz%W yv5L$ߊ9Ům_'夭 lM?BrK{Va-\nE|+&J!yҲk}Le8N>T4؈`⭇,ΡC/9aT2ŦYlx c'0 i&DIjIż8`YTyWMoUP@UelZn51J%"U\KDzoPDCʎ~vD;%Գ\zwx{]aj֣֪k%DVr0r'X>^ˇ=Ovl,/N }mG HB:/J&IDaU1Hdg|Ur`iV2KdaH6Fi |/V2g\].'zoSڹW0ըal0`1='wM {}G tezgq囧jV}lGt]oũ^n7kd{yY nV5^NpЛq" tNN6yP-K[/0冷o`i((AY%u0{fڡTTAYݩgO3v1K|Te]9ѧki&[buJr <4.s_G(Z9ū: "fDiIɞyн }[Gzн-Ag> ^ƾ㫻XhJ̗Wp2>Rd]nXYp[s^i%SN.)0Q@h@sI^3>q>5ϭ~e+$ hQup 'U8h-@]f5[8SG,~SBsTܟ\a'/BAGlli/aW8pL_Z݂(X˂쮣 m\PKdMU WZ%͈\ cҪdԵַٯ9,MR2,H i%P伙˥O 9wK2tC; sv$wACuN1'\C!G zwc'S{}'ƿt4s WM 6A3-THqC=ZODQY!]?>/ZnW+7JggCT0Y[U哨SAS8lmdX6ZmH:j} 5A0 e"!Ʊ gxZL[H4jSk`NvL's AIiuÕu%f?4ъFSt_< _U{wdm#ȏ}-cmD3>vpC-~/l#WKp/wI>aHI8#5"31|T9 <ws䭟ټ 4_=404+ܱ/it=sVaK>_Uq7>P_[~UtǾ엲$5sD4z֥S7MC 'QK&* 3#=N$ĩ)u.>zxs3 ukKW>AapV16Y|4+uZ.N1"am'2t3`pt1~GتIں+Ό{0ʷ%!4QF^0OzdZb0'!qE$iև$C#KYE;'P:6[ u.3:0F1Vqq'>]6+7}E^t6o 5s: z_czS?_͞xɠ&H]#v4+xw5'L|JsE!Ri 殀 9{te -A&1u?_ x\i_#6jv# TW>kT{ o1}]6E(L${8'ׯBh18P}AҪayk/-?HapC$p}c,"ܥ lc:`d1N,ءאr["t:ڪDd {f}؍HL`K:U$zȆW!>)`:ӈhu14خU 6ʴf{¦~S]l1BŽ〄)@F1"䏾h0щnHikwεbQAL?PNz]Θe>Ck}+߫n7jݰ@L Z7^/D mw|Ƶ#)f}/jt-={d/ Dד[8a"C1JS4N<}>-g:Gu~'%F'@اM!ƫ6MMb{;ԲTFVaA,n",׺x&c n[﬌[zW9R$j20QrHP tݝ_Б{3vKfL3Mo ALEx9·0L( 鋊:cbG|~-tk` HdpaX0pT(mn؊x| [$\D4 bHi5ӿn,KwCdd!͟s/2ϩm5 = pdܘ U"Yu ;CϪJKi{9l=G?uz~0h. tZH2CâL15"S|s$j~(zy+aj OKE3/w:.kAP[]{7zgYx8s5ޜ7BFl/_}ןPK=N.xPiYd.Z!lK7h1MFi8fK 3%=)y<#iUivZݯiڊ@c8ruQB>t ⣤PT49HD=1ciE7DhWֳ.^esp̙+ntne!?T K=!ArЭv\}f~]cf_:GB߸$&Oժn1ǫ QEv:eբ7/c+[@n€SFN (SD $x&~#}S4\&&FVLbv~oXV;+Y]9oꢪW#BKt{x.OwzFqSl=yql1%%E&rmn֯R 7br1r AƷy&.'dv7_hBTUdhfN5ՕAy(.u>A%R\=Pr~MڡhKtjhjAM=cʈ[ 5/ǠS2;DPb}jG>}Tf cdbluJ^ּ IQh d ?? =9mq|ݔKAIU,!%)x՞Q+pEMͧ:uW|ˇ?$z`?߮ yĭv*<\Vf#QɄ8tϗ-2$=b`iu a'X5kC}X?l\&Z,g_e=1D\2͂j$^Cٲ17e!p{y()sp!f4vS<_u}&s8ETkw~|chq DrLJϖ4+yw J fbS`\+s‰D:7!pׂrDSW03/ ;oiZ2FMyNP"R=7\SfI10#@X){pCH6 X^hHfxU%bwz5j:$rg! NwOdplkbԹ O Qu>72weF h:nmŰbW+QHRW 햾wƓTs겆:o~e@vf 9ִDJ,GL2QplļXE<2yfXWA+1[/Ri|@eS$bVW^ր_$IɐrQ~u94_bBYh pRDCP<]ӿ…Z&BʨE`*)$/PHg+;&(58} A-r`i/ظVP7UmeVA~1ޖhVeA$zɤ.$7iskBV62~=HZ5_QcgV>oRhh>LZ[7J0~ظAFpu_9 .LwP{+1#<_Kv~ǘKYΙ07ܓB@_Y'lÒ1ΥyoX&BѝTM`\fIH5 t j=O ̣d&)SWFI8 u#lKR"nit\cRiFL]֒pleEhMQ?O^\ap7~)bh_qn}Ϝz-^ę:ȲB@݇p gm>k` 4w%B.w_DMx^4;Hѕ@+oά^Nk?t0*<HҭO;Op.ou+XۂzsNڭ5?g6+9Jį!#NJ{ pԷ](wxiҌ1t4)1;>84?G#gO;}r13;SJ qx'ԀI޹ien@NOGpMITf|Z;kU?pI@'UIo3d-87IސhlH{:N~0ȘGImLDyW%ld}}U΀hǼExWElf`B?jk^b"&(B[ V$r ( Q6Y2y2^gOca[3'+g_fɸJ}0,5F791=9豳Y3[2x&JSAqK+`oeWA4^nVꌡivk'-x~YFtR+YFhƻT/<񨩅;)%֗ wL <8HUvzm1Vziv7p YZ