libexif12-0.6.21-15.1<>,L׉Zh/=„EDd}]%d'h\1~pR} 5vV7:z;*6kY 4&2{ UӘ6Ǯw%P ~^ CIg&5n?T<%Qi}:#xIz6Ƿr9S9]Xn+] :`h5ŬX q5@u8 O|"I^'$RpsD5[KbUj̹qJKL=)@akΎʴx'a]։c"e>?'?' d   H %,   d  48T ,  p ( 8 9 : > @B*F2GDHIX`YpZ[\]^ tb#c$ad$e$f$l$u%v%xw&x&py& z&Clibexif120.6.2115.1An EXIF Tag Parsing Library for Digital CamerasThis library is used to parse EXIF information from JPEGs created by digital cameras.Zhlamb53cdopenSUSE Leap 42.3openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://libexif.sourceforge.netlinuxx86_64Lp3 N)$cRcV"CE$,&Dȅ'\TN큤ZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhZhe299d4334c0058ce2059649d470fb3a320e2c5c0b913d5ef3fd5352f2130475ce344c48135612fe09bd64e36516cff9abaffdcac38ac2bc2885e6e936aafc35f908201f0952fdcce1373e4ba98be8e7cb311b15ee5cfd083fac6c2c2a86bf1733566ee40e1f5d5455b0c494b140d13bdbd67410be082f352cd2c0d45ec0ee2f08a9bcff25267b323a8cce227d45b00bcbf144cf9b3b1f874fff3126fb7b72018e2a9a14d1a3128775c1f23a879184a6621166ce1b411e5604a4447a10f910137b2b20b7be991dce707a53be2e4bcb2fd6d520af5f75c7d08096f6b088f53deda5d234f27c1ec3613a6393258538056082a1ad8d9b91d553992bf6ef76212836043a2afb8c69b38c236a64cba07d7550d04de017135f5c47e913f529537d44e8006b01946e443bf8c43242447add82ce84427fe9110c33301225d4673830464ae6d25dc176bd39adccc74046de689f3c0118b67434e0e2577cb417b7b5b0a552cc7dd58bdc4608d3613cf99d1af551d90b8bb851b6c5d9cdc2bce6fddb19e7f72d3bdcd401a910bce07ef96d19a45cb80libexif.so.12.3.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibexif-0.6.21-15.1.src.rpmlibexiflibexif.so.12()(64bit)libexif12libexif12(x86-64)@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Z_:SvSrS,S@O@M9M PK@K3WJ@kbabioch@suse.comfcrozat@suse.comopensuse@dstoecker.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmeissner@suse.comaj@suse.demeissner@suse.decoolo@novell.comjengelh@medozas.demeissner@suse.de- Add CVE-2016-6328.patch: Fix integer overflow in parsing MNOTE entry data of the input file (bnc#1055857) - Add CVE-2017-7544.patch: Fix vulnerable out-of-bounds heap read vulnerability (bnc#1059893)- Add obsoletes/provides to baselibs.conf.- fix description to be UTF-8- Do not include timestamps in files (libexif-build-date.patch)- Use LFS_CFLAGS in 32 bit systems.- updated to 0.6.21 * Fixed some buffer overflows in exif_entry_format_value() This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of Google Security Team * Fixed an off-by-one error in exif_convert_utf16_to_utf8() This can cause a one-byte NUL write past the end of the buffer. This fixes CVE-2012-2840 * Don't read past the end of a tag when converting from UTF-16 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of Google Security Team * Fixed an out of bounds read on corrupted input The EXIF_TAG_COPYRIGHT tag ought to be, but perhaps is not, NUL-terminated. This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of Google Security Team * Fixed a buffer overflow problem in exif_entry_get_value If the application passed in a buffer length of 0, then it would be treated as the buffer had unlimited length. This fixes CVE-2012-2841 * Fix a buffer overflow on corrupt EXIF data. This fixes bug #3434540 and fixes part of CVE-2012-2836 Reported by Yunho Kim * Fix a buffer overflow on corrupted JPEG data An unsigned data length might wrap around when decremented below zero, bypassing sanity checks on length. This code path can probably only occur if exif_data_load_data() is called directly by the application on data that wasn't parsed by libexif itself. This solves the other part of CVE-2012-2836 * Fixed some possible division-by-zeros in Olympus-style makernotes This fixes bug #3434545, a.k.a. CVE-2012-2837 Reported by Yunho Kim * lots and lots of translations updates. * added more Canon lenses. * changed "knots" to "nautical miles"- Provide/obsolete old libexif package name so that upgrade and dependencies from other packages continue to work.- updated to 0.6.20 * New translations: bs, tr * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR, pt, ru, sk, sq, sr, sv, vi, zh_CN * Fixed some problems in the write-exif.c example program * Stop listing -lm as a required library for dynamic linking in libexif.pc * Turned on the --enable-silent-rules configure option * Changed a lot of strings to make the case of the text more consistent * exif_entry_dump() now displays the correct tag name for GPS tags * Fixed some invalid format specifiers that caused problems on some platforms * Display rational numbers with the right number of significant figures - shared library packaging policy , new package libexif12- buildrequire pkg-config to fix provides- package baselibs.conf- updated to 0.6.19 * Fixed a heap buffer overflow during tag format conversion * Updated and new translations * Now using a binary search to make searching through the tag table faster - updated to 0.6.18 * Updated and new translations * Added some example programs * libexif is now thread safe when the underlying C library is thread safe and when each object allocated by libexif isn't used by more than one thread simultaneously * Expanded the Doxygen API documentation * Access to the raw EXIF data through the ExifEntry structure members is now officially documented * Fixed some Olympus/Sanyo MakerNote interpretations * Added support for Epson MakerNotes * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test * Added remaining GPS tags from the EXIF 2.2 spec to the tag table * Fixed the interpretation of some tags as being optional in IFD 1 (to match the EXIF 2.2 spec) which stops them from being erroneously removed from a file when EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS is set * Changed exif_tag_get_support_level_in_ifd() to return a value when possible when the data type for the given EXIF data is unknown. This will cause tags to be added or deleted when tag fixup is requested even, without a data type being set. * Added support for writing Pentax and Casio type2 MakerNotes * Improved display of Pentax and Casio type2 MakerNotes * Completely fixed bug #1617997 to display APEX values correctly * Stopped some crashes due to read-beyond-buffer accesses in MakerNotes * Don't abort MakerNote parsing after the first invalid tag * Sped up exif_content_fix() * Fixed negative exposure values in Canon makernotes (bug #2797280) * New API entry point: exif_loader_get_buf()/sbin/ldconfig/sbin/ldconfiglibexiflamb53 1516799731 becsdadeenenenesfritjanlplptptrusksqsrsvtrukvizh0.6.210.6.21-15.10.6.21-15.10.6.21 libexif.so.12libexif.so.12.3.3libexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.molibexif-12.mo/usr/lib64//usr/share/locale/be/LC_MESSAGES//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/en_AU/LC_MESSAGES//usr/share/locale/en_CA/LC_MESSAGES//usr/share/locale/en_GB/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sq/LC_MESSAGES//usr/share/locale/sr/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES/-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:7715/openSUSE_Leap_42.3_Update/ec46bdf352ec918ae35f7fafe942c1e4-libexif.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b037770d0fb1e93bbe448bbcd2b1e741802886c, stripped PR RRRRRRR&-*pڤ?]"k%adp>Vm+|JbQobO{\>dȇ2a97.j`\T])GU?AO$ŬX ֋<&|̫]1d[L]QW 3B8xQʼn^ _Ӭw\H#G͹L Қ .1 A!ۅoɕ삒L *lSh8[v@ ]xݨTasVlD2ehLZWҨhpf- DGƣƿ#WŸQko{T؟%F(XgQQfT?xxOy@?OyB8Vn(B޽ -^c(_d#_xϐ+cp-lp*3gy{dG| @ÐӮnUF~?b?wq[uMSZ7pRqDR~ ^Bʙov .s` woq- p(}l$o@|{{*#Z:UK2&3g~2nD:hT| Rb΢aJiX ) | 4wJJ2RymzXMP $`v_ \Ub0Djn8QU9^%75\j1#{pG&[)TVV"p|im28P5O %|_çě[kἰU\௺x n.bziT _Eb,[c=i eD3h0w_EH'v eX^덏tMiݧeOϔ9SVx0Tp5jCDBa!Dwll6ô+\j^0RܩtѮ{pfDdԦMZN8vWA_8*sG1C:ѲJQqgkF$j`($aޘO׋@P1*c2u,rlX*L }_('XQ>yoR[g.c/`5wG6;"lxCFٵ"Ih-%=Y4hw"HkS?)C4e&B]㸺2T!R[T/W{ByDd깐FTԅZ1DlR^>U Vqbνa MqFgE'Ks8ٮG BX+" 0X \9p>g7mշ ]Qxoa: s'a#ίo 1[qu/ 'ep3OSR8sS@5 lB+e\toO+zȀPnѦ zI.OrR)CƖX唉7 9p#y\=|p|ѐIvX°6m;Zٗ #=sM`Xk;߂2ȳ+֦cHFӥ"[GNWIuD&e=\aby&E -95;@MԖu$U2/"t6=Ovۃ6hM=ըice=;k}5Unxx7ꥰ\4E{?7˗&x^l oJ:% Y9P8ڛ>įn_i߱LηK85+&J6U8 7neuk'خGR8vqXDl&Kj-1ְ-4,2׿b-0c1'ߑT~z ~A}jzdSmC{uQK3CO5)63sayo+B6+EC, z%!tBft4Fs_hU;sgxBZ26ebIu"f_D>$BHgG85?4h89 1S֘LB.bt*qP`c֛YW,F*]ȫz0қ2q mz޻Dsy=rxV4Q;֑!LTz0(JkV&,R?,~_p}(1ݒ@6̒A(㪯sC/l6qf89N%( yc؟Lހ.6d Pc2tɝx7% n*Ks1;- м `CYmp}@?ջӛNAHN7r.Ni0fO0pj+>wA7axdYX4=l B1xOST?̚*aF)!)~twEV/^~q\rАT>'o-m^gKRևl0 m;EMfLLīouńz֚8ja-Rɞ.'mj[4pĉCTa*}іi՚n.'̃C^M:n.=o,َǀ V5V&;CIx^Gc!{it!`lEXCD89* ~ .#OΤmm|:;d ڌ մbUٔ/35HR?7pƑzsX8OɅZ$$Yt`hF{k/z  Eej?z&|;6pG|I(Ei˳Y3nN0oy۹hǴhkSla] bk0Ҭ9ݷ^|7VdNRA-Qc<P律Yԩ쒯2̨T:׻S7$зAb"fr3l |21vMhzXPp@;R58 5p٦Rža1k'fO՘ZؑU6 1OtR>.E ҬbR#;hpaV(E'}9vD_pcLuB)Fwm\$jT +ş;e!v\s.KVE*UM:a[aÖ6=E?|H4+\7iEtyL6~1{1hH +CS^diQ)i>x7H0̠j*$;4Tbr,O`TO1 FGL { </16] ~1mʭ%苩[ Q[-InRkyt j2)+xTJ[Qe=EV'FZ1_.X{{is0$ ୓`-yҞ9nub@WI ,tK ;RX#7BK?vZ.ER$Ϻ&ݲg tݴfX} "Fl EM )Q)9-ykvpQ,| 'U ~%_u|E>z <>sbc0 'if+,ZmH1m-jz 3UHfh:ؘ hNAfۿng[Nd NEyMΙjF0KvrP`V`m1̭ee{(Jg=č8Q &UgCUMlTbӰ\0$ bWU~q%6˿; P%BUc#MeG;"??ޓz5utB^sޗ-|\1*)s#i1e_e G1lOzot6iqsCu 5]T>"7ٲ)#R͌.Iu; C8WPꮌF-xjΆg[0Hc ?ߟ\=:)p>j}Ǭ1GF&xY%0h R8 .x/b>GpДXicŜwEhE 3ږ_?J;"UQJIn"jg[*Mݤ>)bwFrܳ`^6N8$5bhqɏVC'M6cznP;aʞ9t*LXlc> MW :PZ/r"C^o}B8?Yج>[ugM2z0Q` A*EU_jo-V6.G}|=,|Ȥ$^ o'VJIFi9E937rkJE*lr5#vW}w8".yT{ߍSAϨ@f\q [ *CSx^DGc3Nhx<.Tm]x2Ek/WPY  ν̋!(ʷ:\(x2Eͅӗ4cl?BZDU5F_Q?׬j (}]5Br8.z;FI=>ܯ9{0PCzja`dtyo.,zeM9zߚJ" u-̸Bk3xdP UٹVϵr%^(%ɸ%U0k$0/W4}nB#f\ef-q Q${7 = {*-1i^9%.ρPiĂQ,z:4EΪЙﴙh^8BzZFֆ@z3"q{XGD'Q_Y;mj$8F eҊ]w.~O#LL<}P[FK#^˼-G~uW=|xXp*:*^s|%x4A{-).l䍖)/*zev↜,GpUmy ˭A *[WhpW2' s)h\1Nڳ[4m![a}UO*6&dֺ@LAly y{ ڤΡlv/)7~it-f^A c1Ďg^)Q y$C j-OYs4IѠzHV_`юn/|*_@HmC$^,3am+/\YbַcJ4ȅ%qF3w=D߄n<3pfu.$`4E~>SwtJ|RGc[ h JOji'~Ѐ섦sZ~oDͮ9Z0c Diiܒ(Ba&w' OCपL_ 7+9W2OZ1 ؚKpR*O "\0??J ,FbAC:>/ °xX^09I7KiNP6t#\f|3t~uS|nǍ|cIӸ=;{Do۸OOMQ^mC3+HG~3 ,=wn2(+Ԡ{_Y\3$Uce< ;t7Kp3_b"?d [V/7f$ T=UT< ^ hc2[ ޠyxxoD%<=55A­?(Ae%EHM2Y,Ģ-[p&1"Rk{D|̄I_2]2zP{;94ъ[ kq6h#n\PB aZǛJ \Nt%18*wN ػƙf2Wt(qrNU!ǜO,>d:T SM uB*O:l>ꋶ!AVFB ߠxšAl+9nAZrr_MT45պX23OzW,.~Dwp0ׅ3w':W(9И*mLRoExWXΩIUl y#9ghYECYsG NPD5.h XM%-V䊝;oM)2#sQir@BBs^2J59