libmicrospdy-devel-0.9.30-7.1>t  DH`pYH/=„]#ESYjwMmY& @DSgrgGgǥqd~Xm2 a1V$6;0AM^GǴ"4)1n-Z> /JqZ#!tU>DG.DŽ %\ y֓anN $)y"1,AG&Ck`G4{B-Cg5fL#Nh 4%nxW@Aʥ9 a7a88b665c417711340bbaa6754ce8f690d052a9JYH/=„/QǤ"SWg@3dWGV?ﭫX@)1v<@O҇E@R[y휓<|DxZlk)zOib4nzjv`g87n\lEdF!2)?ED'^ ^a2s%YCS13[ -pа/6)Ȕ! +I5]g6DBmPOj_QYD4qcMg^81#f3t'Jh>9?d  E ",4 8 < D f g(89:FG$H,I4X8Y@\X]`^|bcdefluvwxzClibmicrospdy-devel0.9.307.1Small Embeddable HTTP Server LibraryHeaders for libmicrospdy (Small Embeddable HTTP Server Library).YHcloud121openSUSE Leap 42.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://gnunet.org/libmicrohttpd/linuxx86_64YHnYHnf8ae8dba964098205cfeff4f2965afbclibmicrospdy.so.0.0.0rootrootrootrootlibmicrohttpd-0.9.30-7.1.src.rpmlibmicrospdy-devellibmicrospdy-devel(x86-64)   libmicrospdy0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.9.303.0.4-14.0-14.4.6-14.11.2Y-^Y@RM\@QQyQ(@Q@Pl(Pe@P$O.o@N&@N_N@Mש@M@M@Mr%MZjMA^@M1@M"L@L+@LLLN@K!@KhKRtchvatal@suse.comtchvatal@suse.commvyskocil@suse.commvyskocil@suse.commvyskocil@suse.comjengelh@inai.demvyskocil@suse.comfcrozat@suse.comfcrozat@suse.combitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.orgpascal.bleser@opensuse.orgbitshuffler@opensuse.orgbitshuffler@opensuse.org- Apply patches for bsc#854443 CVE-2013-7038 CVE-2013-7039: * bsc854443-part1.patch * bsc854443-part3.patch * bsc854443-part4.patch - Apply patches for bsc#1041216: * bsc1041216-part1.patch * bsc1041216-part2.patch * bsc1041216-part3.patch - Cleanup bit to remove the fedora/mandriva buildinfos- Checks randomly fail thus stop them from afecting the build result * This is mostly done to avoid build issues in derrived products like leap- Update to 0.9.30 + implements the "SHOULD" clause of RFC 2616 section 8.1.4, which may reduce bandwidth consumption when clients cancel requests. + fixes build errors with various combinations of operating systems, libc versions, and configure flags. + fixes a use-after-free crash when using epoll() in combination with read errors 0.9.29: + epoll can now also be used with SSL connections + following recent HTTP/1.1 clarfications, MHD no longer send a "Content-length" header in CONNECT responses. + the "MHD_add_connection" call now consistently sets an "errno" value to indicate the cause of errors. Connections added this way are now always processed immediately. + fixes a recently-introduced bug which prevented HTTP pipelining from working properly in some cases and a build error in conjunction with the "--disable-messages" configure option. - Enable build of (experimental) SPDY support.- Update to 0.9.28 + support for epoll-based event loops (Linux-only) + various new options: - MHD_USE_DUAL_STACK for binding to IPv4 and IPv6 at the same time - MHD_USE_PIPE_FOR_SHUTDOWN to cleanly support MHD_quiesce_daemon on non-Linux systems - MHD_CONNECTION_INFO_CONNECTION_FD to allow COMET applications to disable TCP Nagle - MHD_OPTION_CONNECTION_MEMORY_INCREMENT for better control over buffer size allocations + and fixes various minor bugs- drop test_tls_options if build is in OBS libmicrohttpd-drop-test_tls_options.patch- More robust make install call - Remove redundant %clean section - Requires(pre) is useless without a %pre script- Update to 0.9.27 + performance improvements for POST processing + new API call to reduce the number of select calls (if in "external" select mode) + new function to allow applications to stop MHD from processing new incoming connections while finishing ongoing requests + fixes an initialization problem on some platforms + fixes bug in the postprocessor's URL parser. + SSL connections are no longer dropped if the system uptime is less than the connection timeout + allows creating responses with zero bytes using MHD_create_response_from_callback. + few "const" statements have been added to allow keeping more static strings in ROM. + post processor now tolerates uploads which don't contain "\r\n" and also returns keys which don't have a matching value + fixes the loss of a parameter in processing POST data from IE8 and Chrome. It automatically sets a "Connection: close" header if the client requests the connection to be closed. Finally, given both 'chunked' encoding and 'content-length', MHD now ignores the 'content-length' header as per the RFC + adds support for building libmicrohttpd for Android + fixes an issue with data in TLS buffers sometimes not being completely drained if there was no activity on the socket. - reenabled tests and moved to %check - add source verification using gpg- Add copyright header to specfile.- Update to 0.9.22: + Allow to configure basic and digest authentication separately + Fix URI argument parsing when string contained keys without equals sign in middle of the argument. + Reduce default size in poft processor buffer. - Remove --enable-client-side from configure call, it doesn't exist anymore. - Update License tag to new SPDX format.- Updated to 0.9.21- Updated to 0.9.19- Updated to 0.9.17- Updated to 0.9.16- Updated to 0.9.15- Updated to 0.9.11- Updated to 0.9.10- Updated to 0.9.9- Updated to 0.9.8- Updated to 0.9.7- Updated to 0.9.6- Updated to 0.9.5- Updated to 0.9.4- Updated to 0.9.3- Updated to 0.9.2- Updated to 0.9.1- Updated to 0.9.0- update to 0.4.6: * fixes use of poll causing busy waiting * fixes a segfault if inconsistent options were used * fixes SSL support on big-endian architectures * fixes an issue with error signalling for PUT/POST requests in HTTP 1.1- Updated to 0.4.5.- Initial RPM.cloud121 14979547180.9.30-7.10.9.30-7.1microspdy.hlibmicrospdy.so/usr/include//usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/1d49c17559e7fcc06c36d94bb6fe818a-libmicrohttpdcpiolzma5x86_64-suse-linuxC source, ASCII text, with CRLF line terminatorstA q>vv?p] crv(vX0Dr}SpSv]DJN~ piuޝ)IYF.ڎ«]d:kICOs'v$ǿrH&=-³ aHKLz&m/-'l?ʝU*%eåq;)v2̉aB2u]-bω&*uinwgܷmaixiAd 3+Z/f3u#.VDG(}W9#B*B{%$;es}8zo6OiH5azQl^8gޜi)K]/,)T RC(J&W6Tp#WL8IfܞC_,ǽD?-yq'>AD n(J,kDlZmT<xĝZro\iz#Ńa;,/0_u6zq̄l3S 5 ovrHܳ*>C:߂m㡻+(aR^cp!39dΘ)=1~^U0f](ˆ[n2lf{zpeΡOxȚ-Qmf"ɀ(EEoYHb˴_c'i uʅn33n9-p:C9 ٤A;4IV7&tSꂻ5m>]_-phU&fE~v"nڊFWCڙw"7az)[t@(3P&(<E +q"@DbOz߷jKx:^\g ^N梥߭BlQ+N|fׅ%V ظлl?/~I~j|3OfڣBZmV8/1#xVfƒ8I6!nLIЏxZ, ef"%F4+Uh1,~&ZHFP}l fdE툰j:x^#ACtBw`jZ>"N\$^`$5 7R[3 5r) c·m?'ʅO7djb҂`JB++ILY2o5 qA}%lΟEyօ'pk/^bAm8O?y 㯈Fy,\!Fx|̲f!Tz`]`L%%#5TőrN*iYr85>[z,Y_2ʠA*.Os^]qOfZ@ E=%E_t~`g'A>-RvլjD%,Ƕ$!HA;7jM}Rk{!̇dPD;#+x0R&Ŵ>1!-5< eorzR-X2;SBl;`:|oL+xRGC=wu yEjPa}rW !mv+JveTT=ݮtjX_:cF[r(r@gCȆPKQ~Ԓ1}֐bWqD?]X@E P0l>G[\6n^2-|Pr0f&?9 P HO;T,RK8Ӡ :4r ќxim \B*'W؏_3JGYmH,@LAǎ-9 VY"?ۛʸ$ZR]ِ 2 "&U='/{@bA[nWӂsбEO@)5&4bSx@Z F=^w@0z]bK0\;`UE^C\P0I׾:Ɓ yUiQ[ 䠀2.!Ny{>sۀ64F5~pk $vzH 3|:.t|;K!IAS\=/s.˶uz6Q }}5"XOXxH?+g̯#O*lgA%v#c-`G03/2<ӽ>漪LĹP%ꆏʎ~Hplv1u&!uT^I$ЯZR`7lP`M ϵ $uM YY&XwS&dbhEO^i}d _ùEL8<ǩymޒyV?Db6Sz^o#HTb'gf)E) Ð{oVCr0HZo e8}kߛ<ևl=IS]*Z "= 0k(-BEh {5a8;,RV\ jZWRk$'Cڮ憑)  T+1?9S]oxYJǵwtxU:˷ #{)a+ 18vZ^%بћGf^? DJwZu[upzPڗ;~k՚똡޲_Hax-D*5x[[.N&'1N<0ՏO8nya9 Iu%j~Z(Z# f#%>LVp%f>"+,wxyN F%iս K&_6T992@2&KX\>"ˁP[&c[X!UuGƦ 3Vw%oM.`J1ڶTVK'n0%’:Y3|K$x:o4l0̀,8vI\?PM-("EnN@_VDq7^51ú>2`>3I\Rfl D8]biUQm:-8ih]ļyYs%8`J!.2=/hUz:L=y~ 5q([g7dS`ٵ߹䒕AYrH%DY*_Fw+,zglݙך"kd"MR so ;y6e zӸfVwV!a-lA?m *xxӊ+^BáCyVbx2\_x a!/7=z}9;}:QPhQ6 s4we/3}? innk9ƛmUd.sYꎶ(>E IY!vHq :(cÏ:x .su  kq(pR9aFi'+ʸ70JyK.ĵ\+,Z9S,ND?<`<+sջEMەFʲ7A3"1Ո8:+*qV%ܽIKm6AswOȃi"2Б^䶒كuׁUYv'D*ة,RZ~BM1Qu.ڞ\-)Gck|,x,WBSu36 v^ f Z<\@.:yG2|>ü( n^P ",ڀR%XFM~d5Y6&wwheͼ71O>X2?qdI|I8۽ UP(U`~-toC)! ""][4 >')lE0켆8T77fƙ3 $[-Z y:sTqR ԜzQBэ`bw:TExUg5'q13/gMjdlӵq깹4qøم̭&S.27TQ)PU  w+:R>X$t`QRcqt%DA,y+D[%RlhE hY#f}xߖ8њMzoAf kU>Q[$Gu{@ƒ[>[AOءm1)/3 N&ڤ3ݒjKުcO{m?F;WTcN=}Q{d YU@a!'쵷vXs wr$QўЎ3pzj8SR h}5DPXѦ,g*eA>aax (%epKK'prH>[ .82ZdƼ(f0zQ̓s\WgN#6PΟ/ݍ9` 6XR(m~Xy+cB{40.VFbOY0R U  ?@o4^rtt\g\p_tގ+l\c\"GWi+6VZĞ|\xyC1/?+QtZ尹h}yNVt%; 'S*:qfȣyߥkmWE[HpէǮH:ýV6kﳝyXrZM6:tV.u 6FGAF,5ءh@t\$am N4ŗXfSY&nkXI-^ꇺuIJ/JjjFꖑr&YP|/GSՅ?#g9ϧHGt][gGb.]VXt۬8~_Ȝ;_iyڪvW@ >dћ.r"TN%_eI6FT_s6= ǵ>,juHmkf÷ D vdg;t77|(R1Fģ.. /𣔝 i."+L#;e1޾h^^icu^HLc7*xb{S h8- Az\Hoz$ "͌GGN# x1sNk5K"c #D'R? ]j n=l)"vR0B+6W H/:Aٔaf0}VsʗZǤgb² =LԞad[*)xjINxp~ɣ7˻' >Ejϓ4o?0Wtd+Yq`E@"K%EYL ;hkF|lg?$EU) &O+r\>,;dj/kwi~{yc1"ذ6ɦ|l▬%_r8hL]%9ǭ ~%/P\T )N@+/2_8뽚Wf U1*:irybR{*8mQI]H8C!ly#Z1B%1" l+RDGQgRG|u9]T&aW ޽z hmZ)]Ts .n?XtϚACVa} }&-KYV=>F-n|Š* :Z ݙ2L, KV:c@ .cxZ| h 0;ʟu`D11,Έ^䦟L<ُqM1t==lbhٗN:DnG2 4 WaC:Wx'=M5E o[Ӓl)nO|Jɲʲ,JNisk-Chr9h^›̚1Cn+Hnt<=}SW& ƌ/sT2Ec(:Q:%'{i~,:e+pRn] 1w}!ŁNzocV<`O_c@3ZLwva4p$P:"rЕw"h?nZX(c_XϽo5{]݌2,#1UԐHa;x碱JImIOVK"%0>֨0&~ŧps[(mr9F@!Nwd=KOz[\U 9ܮI˪uQ囏!9yG\.FIdJ_ ڮQ?װ.')Yn #tׄ2-(vWHf0b !}saRKSW#RJr1:,mCٻjY8%gPB~(_ڳorJ?*0IM&lVbޟ d ^̉^~Qx2Jw- u֗8֣yo},^`"phw`b|#WFNNJ0]ȥȏTreOK (d=90H-,EWY;Q>i@D1K;#՟t${L%( wӣ- U%>EυĂ?3B\!MD34C9N8 &eЌXhJRT Ѐgv Q>,kt#Sϟ%c0/iܷuׯU]gFad)E'5-I4wq86m=pte ~c@U4@OP.f?5zZ R5)E8^ Ux, c8Nd$9[]3TSSn<r+t~jS3b 8H[8Q{ nExPHk6lTY`XB;,6*_i|2\#^@|V컩vGj$1jΨLš%k~:|-Mu%(TtZX/Ӡ)|bS"8 qMq$2/sxBWsC`<]*das_QX6S];pz^$M]2Bk $Kܠ羏n-r_ =r&w ϰZ  YE9@mGI׭LLZU}fSNrp XFXFs;yV6gIiqdmRXOWÂr] ݣ -̔K7P Z5|0ESq}/cͿ/GL9!QUrE7RrC1e0TA6="_ _O:507~=`⩺oG^zW74B5PS:o(S4Ri!pm;n̝Q@`EqG80 NPX pW P|2|\2TT1BsxS=h>pwVQE%HVz@PIR\'S4Kz:[7ƚv?q30[#*P99Q"0ejP30wI-(2<[u1r֟`AS\1Ebk;\S1{ aLR{I,+0yyc"dѻ湨̮2aFm#DS.z'ƓrH{=,hMV>WM@GKȹ/ɓel!б]ɧl;k-!prƱWkWMZ<#z{d{)kMd؈~|Kuҽ є ؔpN.ٸ.H_GfPwլ«n1T]FY)#;N K ˯а^V뷽R_?̠6_p\FU~^5ǿm8ᄨ&0e[ AYo4Hl\ɨ*T:Qw(T@lYdٌ;AiFcm~rtH0Buoni_ȗim v6iz a֡֡@_i6 Q,!( ,YM/{E%"SNTavrj4Ej28S1o6FMwwqa#ͯ-P#?Hㆧ x[ Emϵ?dM8w;$z[qyK"fU;U6e/S$[^/ӄi:@Sp##P+m<fk`z4q6&qnķz"Ř }2dNMO'%`V3ˑfr~tʡb뽑(&G5}=aWi"2EO"Lm[3M!ZLC$M8CsߊJbC;LQ3̭upQiը[Xko&p#~},5j(J=w 50xe:؈5OwCԼ5%XF[sKNjٜ idR9CI,Hf[B :> 3sDu,_*I[P#?j}cWMtS4/ȅrU#C++%Ɩv1z!87QUԝs4t^q1)iOp(e"Ch]XnKCXj_N#zxhT=LT~kfix2m}ʳ**0 gD=R,0種*E[=>Ȅ0Bgn 7S @$F#\cYj{bJ f&YX8Hw.f"*ꎱώrv\vgNǮ;O%8+2Z͋ Gj5Iq7.- ~9R0&ad9ҴI5a){@iOwfa#!}ҡsswJި9#I:v)-!G(rh7G퇺zQ`JV/Y"sK=t(^V lcs0?o>ܓXԢcek+,g1oS%v v?Zf2[̕lφ"L>{m7 =