libpst-devel-0.6.44-1.el6> H HtxHFL~_ ?*}}JAҵE[Ovj]jBy(we74229452b2068063189692d1a4761a445ba10aeQ|#&.\n ڥKFL~_ ?*}}]I d<*l^K!Uq+y~ɺD>9#?#d  ^48HL]nu z       8     D v   D  (/88(9(:d(G H I! X!Y! \!D ]!l ^!b")d"e"f"l"t" u# v#8w# x# y##Clibpst-devel0.6.441.el6Library links and header files for libpst application developmentThe libpst-devel package contains the library links and header files you'll need to develop applications using the libpst shared library. You do not need to install it if you just want to use the libpst utilities.Lsl6.fnal.govScientific LinuxScientific LinuxGPLv2+KojiDevelopment/Librarieshttp://www.five-ten-sg.com/libpst/linuxi686PfAA큤LLLLLLLLLL86be4763ce046be73c0b31b7c2bddc23b9f584c512a3a60f631b9e571121375aa38a99785858bb013717be29a2c9a829888a2b235b1f0b69e8a02f87e5d6c2ca9849db33627365f29083afb97f1e7aa14887f2a46d7f4a24f8acd60bed2ee227edba239490433487edb52079149351e9b5ab5a64421e15db0608e3676962130829b1b0af3ae463de7125fb33215526ab48e33f3d5970a98afb401e7434569f7e8b05af9cb13cbe4cdfc68cf4e036765f3abb36c4d8efc6a257f9e6076ebed32e14111a153c8f1f2de2557cc6393db80c041248bff397e1b3ef4eec36793bfe2clibpst.so.4.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibpst-0.6.44-1.el6.src.rpmpkgconfig(libpst)libpst-devellibpst-devel(x86-32)@@     /usr/bin/pkg-configlibpst-libslibpst.so.4pkgconfigrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(VersionedDependencies)rpmlib(PayloadIsXz)0.6.44-1.el63.0.4-14.6.0-14.0-13.0.3-15.2-14.8.0J@J@JJjJ@J@J> J> Io@IzIܑI3II@I@I@I@I@IwIwIpvIAI7@I/@H@H@HH@H@H@HWHU@HRa@HNlHE2@H>H-w@G΋@FtC]Carl Byington - 0.6.44-1Carl Byington - 0.6.43-1Carl Byington - 0.6.42-1Fedora Release Engineering - 0.6.41-2Carl Byington - 0.6.41-1Carl Byington - 0.6.40-1Carl Byington - 0.6.39-1Carl Byington - 0.6.38-1Carl Byington - 0.6.37-1Carl Byington - 0.6.36-1Carl Byington - 0.6.35-1Carl Byington - 0.6.34-1Carl Byington - 0.6.33-1Carl Byington - 0.6.32-1Carl Byington - 0.6.31-1Carl Byington - 0.6.30-1Carl Byington - 0.6.29-1Carl Byington - 0.6.28-1Carl Byington - 0.6.27-1Carl Byington - 0.6.26-1Carl Byington - 0.6.25-1Carl Byington - 0.6.24-1Carl Byington - 0.6.23-1Carl Byington - 0.6.22-1Carl Byington - 0.6.21-1Carl Byington - 0.6.20-1Carl Byington - 0.6.19-1Carl Byington - 0.6.18-1Carl Byington - 0.6.17-1Carl Byington - 0.6.16-1Carl Byington - 0.6.15-1Carl Byington - 0.6.14-1Carl Byington - 0.6.13-1Carl Byington - 0.6.12-1Carl Byington - 0.6.11-1Carl Byington - 0.6.10-1Carl Byington - 0.6.9Carl Byington - 0.6.8Carl Byington - 0.5.5Carl Byington - 0.5.3- patch from Lee Ayres to add file name extensions in separate mode. - allow mixed items types in a folder in separate mode.- decode more of the pst format, some minor bug fixes - add support for code pages 1200 and 1201. - add readpst -t option to select output item types, which can now be used to process folders containing mixed item types. - fix segfault with embedded appointments - add readpst -u option for Thunderbird mode .size and .type files - better detection of embedded rfc822 message attachments- patch from Fridrich Strba to build with DJGPP DOS cross-compiler.- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- fix ax_python detection - should not use locate command - checking for fedora versions is not needed- fedora 11 has python2.6 - remove pdf version of the man pages- fedora > 10 moved to boost-python-devel- add python interface to the shared library. - bump soname to version 4 for many changes to the interface. - better decoding of recurrence data in appointments. - remove readpstlog since debug log files are now plain text. - add readpst -j option for parallel jobs for each folder. - make nested mime multipart/alternative to hold the text/html parts.- add pst_attach_to_mem() back into the shared library interface. - fix memory leak caught by valgrind.- build separate -doc and -devel-doc subpackages. - other spec file cleanup- properly add trailing mime boundary in all modes. - build separate libpst, libpst-libs, libpst-devel rpms.- avoid putting mixed item types into the same output folder.- compensate for iconv conversion to utf-7 that produces strings that are not null terminated. - don't produce empty attachment files in separate mode.- fix ppc64 compile error- bump version for fedora cvs tagging mistake- track character set individually for each mapi element. - remove charset option from pst2ldif since we get that from each object now. - avoid emitting bogus empty email messages into contacts and calendar files.- fix for 64bit on Fedora 11- improve decoding of multipart/report and message/rfc822 mime types. - improve character set handling. - fix embedded rfc822 messages with attachments.- fix for const correctness on Fedora 11- patch from Fridrich Strba for building on mingw and general - cleanup of autoconf files. - add processing for pst files of type 0x0f. - strip and regenerate all MIME headers to avoid duplicates. - do a better job of making unique MIME boundaries. - only use base64 coding when strictly necessary.- improve handling of content-type charset values in mime parts- patch from Chris Eagle to build on cygwin- bump version to avoid cvs tagging mistake in fedora- patch from David Cuadrado to process emails with type PST_TYPE_OTHER - base64_encode_multiple() may insert newline, needs larger malloc - subject lines shorter than 2 bytes could segfault- fix title bug with old schema in pst2ldif. - also escape commas in distinguished names per rfc4514.- add configure option --enable-dii=no to remove dependency on libgd. - many fixes in pst2ldif by Robert Harris. - add -D option to include deleted items, from Justin Greer - fix from Justin Greer to add missing email headers - fix from Justin Greer for my_stristr() - fix for orphan children when building descriptor tree - avoid writing uninitialized data to debug log file - remove unreachable code - create dummy top-of-folder descriptor if needed for corrupt pst files- Fix base64 encoding that could create long lines. - Initial work on a .so shared library from Bharath Acharya.- Fixes for iconv on Mac from Justin Greer.- More fixes for 32/64 bit portability on big endian ppc.- Use inttypes.h for portable printing of 64 bit items.- Patch from Robert Simpson for file handle leak in error case. - Fix for missing length on lz decompression, bug found by Chris White.- Fix my mistake in debian packaging.- Patch from Robert Simpson for encryption type 2.- Patch from Joachim Metz for debian packaging and - fix for incorrect length on lz decompression- Use ftello/fseeko to properly handle large files. - Document and properly use datasize field in b5 blocks. - Fix some MSVC compile issues and collect MSVC dependencies into one place.- Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings.- Patch from Joachim Metz for 64 bit compile. - Fix pst format documentation for 8 byte backpointers.- Initial version of pst2dii to convert to Summation dii load file format - changes for Fedora packaging guidelines (#434727)- merge changes from Joe Nahmias version- initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html::::::::::,0.6.440.6.44-1.el60.6.44-1.el6libpst-4libpstcommon.hlibpst.hlibstrfunc.hlzfu.htimeconv.hvbuf.hlibpst.solibpst.pc/usr/include//usr/include/libpst-4//usr/include/libpst-4/libpst//usr/lib//usr/lib/pkgconfig/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablescpioxz2i686-redhat-linux-gnuASCII textdirectorypkgconfig filesymbolic link to `libpst.so.4.0.1'RPR?p7zXZ !PH6C)] b2'9 RhRlJ8ayܹ2*3#R!imL\^[VB3O+y @p#B<-@.k-Y,ti3/hӛR@<,JL"5ԩ LLVɥ Wln׬1;/~P(La*{}ͨp`$Kmki-LPew|jv:ԔWѨ`כ:}dc}).zٌ9yVW/i|#9`O|CYZ GJHH֕QfU[Mt><) WfB}BawD4o1z5&M᯵f X|b*,<4S IҽΡ];?%5㜂F&3_d}]G.ԯ>|.i-+|7e ogp(X- +]d}BNbwv}E6हMXV4\?}Jʪ[!GkY#= e6b5i"vP9-vU oɿ]hT0K4,=kpBbu#y4}9~~)84A#l1`0X~gy\c7IX5X7 <߭c}~snfr=>?.i{ϤFIĄl t2{oe&pjل2gVUu V 0~m9 kctTqaopXnzS\ָN S,ݝ,_~o4h"WѤ혉fc;OIvk JMwv#M͠$x|[֢3kwWG~}Bސ˩dȎmLE:_ jmѳv7L ^^(b,4)ζ7ϩ/;8j|ˈG"j1uR=#a0$ Ҕ`SE ߀ЋIշX,] )o%63' i'~ XC]{Z4hbH~e9H L?\|ȱlN>eP=5bvA% wCK֧ 'P 5q:(h$5}Lrt$@!azlބOlgo',\&5ˢ"? jn@4lW,7WݜOQ +;gryL(ԳGo"Zc衺fժtFuJlUh7p ?뙅W$dCZVpOȞ j)E*RbN x$gz7XPc̹BDL^7ڵh3uaecĐJW%|{Օޫrunڈ?RnT9OX/p3T dW'ՖbH> H7uxib6{ #ꚸ=E˲fF?Я ?ACK#^CwWl\Uh[Ǥ_{0 W|`^1)5&pϖ8oy\^tcEf`2{Wilnz`f}l,_$S8,z` NFJ3:v=sjBG!?>_rH J@rf#ռ@#{~B|0 ܂AQt$ GGuI9ҳ>i&m(: ]v 1z;~ ޔ5 zo2~]It#ז ?7ZSdwV`)vmU;]^ Mx0@^vf&a1A)ɜ Or ~I^]pVRXAR_69sYdK̻ ?Dyxd_'_MfʐSjY%"c߸laMVvq fK(+˘72.W: NhOlTv|ӡlgI$~rL {U"@,eo%|*7ջ~RQհ @nz [7cE$rkV4tt8T$Ca_@A왬$(s - 3zkko#8PqK7^qcPbMܵaԡ^8")O6&Y kg~0gƞ}Dltlˣ?R pbA<%y\sodЅt͑f/#?Hxu-zr5G^=hBa~J́FJ\IP9. y>yb(4ZJQp~gYT8Jtyf+{+R!96fߡBA܅!t ơ>2~V,A@ 3Ik^l73T]Yl&;W[!ۡ[cU;qSnM7(iWau;50xN{QCK$j4Z!jMz>K޴.u<U9;?uO1xf|0ӒAC|imcyْnа_M7l\w2#(Z^KAOf\]&#/")29O4J6O{{|C.3pZ42=8SLHh@2S&E Gh(}ԩ@-2K_I^5Tt6 4N\g>*i{ldD^_r.)Ʒrƚzyzj1f+"Uw!htEP}ɬ{9I_]733s$xq!y@M.j]ӗ즡wq%@ ^^GKG14Cok# u uE]d'<'a ̫唛{&t%ʄhqig5s9 nGdR=,ܢRxo{DT6%ͣ<0Va_zMA\IZ%}U5)OF>vGĖt\?ӫh9-]kaawkW.Iҏ=b$x#-6J(j'j5q+ *3/\AH%JZLF(WΌ>6q㧝X!MqՈH۝-hlM8~k Z8KcF~vLqh!ȃ${dv^>Z`[@F}Wө"$ss [j/Fh\c6iUB$ G ~6jB^5\q=2T^}}8Wdh2~+wpŝ-9:g)9p^`ѦBEUxe#Ezⅼ=$GC?|Ǥ/}(IC"Ji)0Yqcd:4O<ٕJK&.KmJ 9ƣDB߻ܤ,hIm&ztc9A^rqwͅ`TA3z&.SI wa]7m1Aׁv\oKNdQFxTtA5p<Neqk9C͵M%G$G5BTLee4wh{ŠbDM5n\P4G1 9ma|0n䪦ǡ IvLT}tg˷ pD6w(}(L6뙗ЅA P/{PD%9"@(#&'=mn-/ﰛlQ׀PNm"wKL(tч *~][0avHT(1Zq!:Q=ƾ 06іxcNB׆Z!b.4d:TNf'%d'wXSuE`AKtݸ6jC'*P2(M_lz 3QcDo >m7qw x?ҽM1Z9-]D7e*F@ᱠgemdd959BxDDIoT/)t>'Xޙ@15fXJ{} J[I%+g=% ߐZ_ j~:5"Seffk&A~$usaհv @>ĚdPG,3k֟;~Oo:vmcڷ!REUCaIqgF;\eF+m>ۓȞehSG{DM2;LG]fuDP<]CAva_F&)ċo>UR}{a5xx"v褉bZ8pe '?F'׃lGAЏ>m/}qPd}9A&00_BV;\'dzvCLԛ kYNu8rRNXȠh=ZAeWf:frsuF|`cq/I9\@Va*X=Km-8=`dX@ 2VTn|t}H?*/Q˹;a6TzX0T4KgЎ4CU7{_C'Go'0 CuՃNSNPY;0-$'1=ws7dӒ>z ԨE!{T ?]1@FϢͦwB!'2W/Jy)drm(6!rdRPyV[L?Wg?\e2M.;m'тEjJI 8[لgH0<K'f_"JꣁN|D*_ Ҏo I4ht8u:+4ۤǹ,L|x:>3^ =H $P]ղ#V~5<K,vݭ7߂!w _wRZ pPԧmU)pҭvQ&Sm2īf\f$DH B ѯN9OL+LWɕ K}@av򥖯5 PǙL9?4zѪSU%ELmȞ^2B6>=c1n!WԾ {#J2*>z"rOJUelESIZևw⊆+)nWI o&&~hd&LM0l a_jwbv~ 琽#qNYs$ CS_o;h s0 mA & ,+bL|"IRՑg(/[-P08|f g5 &]Њz҉SZs,~,Jʗ8Ի ܸ/t?Mހw`ClܠcSIijqʚ+Z5Jx%%:ɻb-wv%RQ"R?ՙȾCV%?ڔjp% 2Ghj(MN:' D8 [l(+ W6vSp3QW[4w*J?bN4SZk-%DC]ddǺ!V቏![cs7;l% w R22~stZdT&.Cͤ2f\lJ58( CҥY16O:(? :WN(Gcr2.9*mZbڶDM4=*k( ,<l}z;bGO ios_2;DJ]=4Br喛t9ǬhP;&<бǥ&K)4'hˌpfC7,l.}& Ԛ/bcZ yr +:fPtcvԡf,J1axB씭@jc@%;&.֌P xG0^dti?i%۵x)ֺ(l ;{~2E0]ML#"j,4frFT {|@%MC +Hdt4RW!%2QQ9tFd2r0D M Ko$Ҏ'Wk˚twz.(޷Z`ĥJ#\ Tj Fٴ̏sEƪ;{oT[49 a R8%z ez:#Υ`6  @V ٘$\q?}hΰBh\3sECL@gao=d(|t/1u b^_vu%JrQ{9C Õ>bwb,lTβhӣ B=|UFx|'Uگ$^Uꠛ,I-zt4lG(v/~HD[K;P4݇VZˤ.;Մ`7\ulvPcncuTY`f` 5 wd ZnġpͨWJ,$Z7(DXe'f"եCC[ g_)}#Un{FkX6^ZXn?g@S,d