civetweb-1.16-bp155.4.3.1 4>$  Ape#I%z yZ[h?z"IYմCv񵤡 Ⱦ K_CuP̸<^M ^CI<2.Nv ox^ΠW3fjҪ)n}+á(<(Zkey~ 1h=}ÜC5m#Wk*@aцGn)P JQD18 Z[?6c2-I6=hk7ԞhEt\yY?1GKoG0vd+eė$^7m"* $DCA=N%.Ħ[bZJ(dBlvL8|shBC9nw"BO+$3SV;7Dj+hl1JQׄ)>> H? 4 U8ze042a9a21cee5853cc6f9d70c2281ab6a77684eac7265589040f47e5f8ff106a2ce7a6352d8cbd2d1904b92ee7a4170e0619f16bKe#I%z )!Y|Fz28U$Aٓ~gꜩ}"h>͎17ˠCRy<)Ȧ?uƈX.bZG7iHb~f_x|-˘k@1'UW 2WG!"%+`'T**4 R@mTSRy`8g:g; (L4LޛU#0vV>){47ۊۋCAK.QTzS6#ƣIn:r`n ~ 't|lD: "3s>1qQ\]dv'Mj lo|"~ahznHK4yg{U ½ϸ.Q\as558)3Wu' 3/9,ӱՙe6,COC!%@2SU`ݪ޼`C &Hɓ˧r㰟ǵhMz[Dw#HM7]͢Ҟ bd*96_c|+-y˔ V*c8x>p>?d   /  &,@ J T h - 4HazM(t8| 9 : FWGlHIXY\]^bcCdefluvwx$y8 zdtx~Ccivetweb1.16bp155.4.3.1A C/C++ web servercivetweb is a C/C++ embeddable web server with optional CGI, SSL and Lua support.e i04-ch4c!SUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://github.com/civetweb/civetweblinuxi586c'A큤A큤ee \de d1|97966d152872c1c264a25f12bd07f7fdb38aff2015afa317b23fa276f0e701c8684033791f8ddeca944870e3ae562e7fbe7ebee0562459b45ec2f2abda9ac986bc24af9ffb777f4842f8556ac752efd5ea212c55d2eccfae58cc2c2a24ea1f03rootrootrootrootrootrootrootrootrootrootcivetweb-1.16-bp155.4.3.1.src.rpmcivetwebcivetweb(x86-32)@@@@@@@@@@@    libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcivetweb.so.1.15.0libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3e4@ddbs@ar` @`__X@]\'@Axel Braun Andrea Manzini Marcus Meissner Axel Braun Perry Werneck Axel Braun Axel Braun Axel Braun Ismail Dönmez Axel Braun - explicit compiler options for websockets, zlib, ssl and ssl v3 added- Update to version 1.16: * Enable IPv6 as default when using CMake * Define error codes for mg_start2, mg_start_domain2, mg_connect_client2 * Fixes for OpenSSL 3.0 support * Add support for Mbed TLS v3.0.0 * WebDAV should understand Windows File Explorer (experimental) * Accept HTTP basic authentication * Make pattern matching function availible in the public interface * Make base64 encoding and decoding functions available * Various fixes for HTTP/2 support * Additional examples * Fixes and updates to existing examples * Fix spelling errors in code and documentation * Remove Conan support * Known Issues: The WebDAV support when using the Windows Explorer as client has various limitations when renaming or moving files and folders. In particular file names in non-latin characters may break when running the server on Linux and connecting with the Windows Explorer.- do not load libcrypto/libssl dynamically, just link against them (bsc#1199047)- version 1.15 * Security update boo#1191938 * New configuration for URL decoding * Sanitize filenames in handle form * Example “embedded_c.c”: Do not overwrite files (possible security issue) * Remove obsolete examples * Remove “experimental” label for some features * Remove MG_LEGACY_INTERFACE that have been declared obsolete in 2017 or earlier * Modifications to build scripts, required due to changes in the test environment * Unix domain socket support fixed * Fixes for NO_SSL_DL * Fixes for some warnings / static code analysis- Enabling cmake control file and cpp library.- Version 1.14 * Change SSL default setting to use TLS 1.2 as minimum (set config if you need an earlier version) * Add local_uri_raw field (not sanitized URI) to request_info * Additional API functions and a callback after closing connections * Allow mbedTLS as OpenSSL alternative (basic functionality) * Add OpenSSL 3.0 support (OpenSSL 3.0 Alpha 13) * Support UNIX/Linux domain sockets * Fuzz tests and ossfuzz integration * Compression for websockets * Restructure some source files * Improve documentation * Fix HTTP range requests * Add some functions for Lua scripts/LSP * Build system specific fixes (CMake, MinGW) * Update 3rd party components (Lua, lfs, sqlite) * Allow Lua background script to use timers, format and filter logs * Remove WinCE code * Update version number- version 1.13 * Add arguments for CGI interpreters * Support multiple CGi interpreters * Buffering HTTP response headers, including API functions mg_response_header_* in C and Lua * Additional C API functions * Fix some memory leaks * Extended use of atomic operations (e.g., for server stats) * Add fuzz tests * Set OpenSSL 1.1 API as default (from 1.0) * Add Lua 5.4 support and deprecate Lua 5.1 * Provide additional Lua API functions * Fix Lua websocket memory leak when closing the server * Remove obsolete "file in memory" implementation * Improvements and fixes in documentation * Fixes from static source code analysis * Additional unit tests * Various small bug fixes * Experimental support for some HTTP2 features (not ready for production) * Experimental support for websocket compression * Remove legacy interfaces declared obsolete since more than 3 years- version 1.12 * fix-libpath.patch removed * See https://github.com/civetweb/civetweb/releases/tag/v1.12 for detailed changelog- Add fix-libpath.patch to fix library install directory- Initial build at version 1.11. Thanks to malcolmlewis for helping with the specfilei04-ch4c 17035837761.16-bp155.4.3.11.16-bp155.4.3.1civetwebcivetwebcivetweb.confcivetwebLICENSE.md/usr/bin//usr/share/doc/packages//usr/share/doc/packages/civetweb//usr/share/licenses//usr/share/licenses/civetweb/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18242/openSUSE_Backports_SLE-15-SP5_Update/754d9b8da8aa905eaf5663db4f438153-civetweb.openSUSE_Backports_SLE-15-SP5_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=7c08852ef01c3c1926522c78644c06a55b980c43, for GNU/Linux 3.2.0, not strippeddirectoryASCII textUTF-8 Unicode text RRRRRRRR RR R.Gu&a 5.(8:utf-8f449af38a03117159b9afb074de1dc73e2fdf9899b910e6e82e454d814f528f6? 7zXZ !t/w.u] crv9wUnDc%PS~~qI x:<i\#>?lpG@V'JYe*4%HCh w@~uذˀIm.Dj'J eXոn1OBc>~ O&"ăsoa>$}ժ E&GeH64D5 Uj<][ S)ТZϦ7w`xTssY:)l3LzfڷCtTK2g q!&Z3>w"EfRψ-Lnǰ6dr]h GrJWB*9hpnOLK񈎷o7RP K?㤢1]L|'AT*q'kՅޮS3EVh17kČ8EXɏdډzoWU=Ğ.@ˎu|#?G"=3'F/l vXDaUǍT)#4a pGnU՘I{s%Sm]׭]x(eD'*5`̮g Β,'uML\"%w<<*-}֠+,۶ %HrB {_ [|MHg=3S)rR,~wk|>/d5Bi5BV1^9JM1ceb\iڪ!!bߢ<:He:bOM,K3`'n,P?r@{t` Maz$F?"ve8購D!>1_xdr wVl [>Fi C# ;ZX9\'%I&-<@ ;Twu[RUY."9]˰hvypXld5 Qō7'!Dw/7r8ϭL܅$ S(|`җ%?NJC1_>SU!CINd9-'>?נwwPv*M,q6V1^X_c¯疋~jS-K7ʢIgOk~N)QͱԒ.3Ŏp?~~ h+#ɀfLo#`0U)'onPO1BɌȃp=^ F"7j/p& Kkael^듅Mb axƤPBaA$7+jm"ZW2›HO2X{X2X,a `r6CPC$ITyjLVҠ_qFzrtgAGD3( R1ޫdj2? 'Ⱥon;s^4?-[E-k)uXu:H#q%Β͍*e5-WOw]!Yװ`T7,6COԈtc֨>#DFPQ07G|iWomA[>f~̄3AC.8aG5N%x$Jq1rc`Fo.j5ߛ^f(IK v%Э|*#TR V,^NpfH;XZv[ LCR _{ AqL mГVCc"l8IDf7hFJ*0% ;*HLSS܇@{峾=.uy@1(Ӧ{0SƟ t#w\&󺌢dϳހloc?ɜ9<+hCP *;\XN*H^_3j`8ݾH:4kJƉpcP[R4[SmP esT*b-&2`f(;XԀnj(giIga/v7.Y<'مboI#d glpo6B\|xjBIABZjueQB+YΚe|~+uPO~BV#*PUg|h+V :)Ⱥ.zM@|a0mFi&=D%W]D+&nhx"d߫2КY}+.AJ1,UxANzH,nStRNID5!0Gw$v`3-ɸ-ldwq uOiL*ȻҮ?c_"#}ڨ[BkiLC$|70ViruIiGÞx#}( \%'<yv4=/&p3Ӕg#W),[΄k<Txyk >$iӺMcelQ`] x~9{[~c:I+HC-~|V%3o_; WƈxU6Tg 93M_!sW7p}:4,mPZ|+815)}>/Dmigi |s%㜶{~@um h"Q:1ܬREGj&zvU$gu`q66{|ҌSkwڟ葪лoD?/hc%8)LgˤVJ!qb~r?̳+n×BϷ;A 8[FI7,dhb)YXP;ܦLI+|I4l8[TOkbߔi_Qp[>fS]Ť]T8b}St %}\=;yk B (~n>G5_ygGYQJ#ƵfTpS :pBB&LSLZ4@<byh<;Rg(1+=:q)`ùy6 ;1;!2pm7;[뷴m]#L &=dd3rN;Lu[-N\t-6,':74RMUj2 ]M~ .INݞ7UpW +QJnKiQ!/woNɁlѣLv29|Pwm2VOᐘy Q jߐQq(~ҋF^IɌCТ•,jpvtom%dqz\g=Yz[ |ks*)Q~LZZv_\oudWteLX Ty@I);Z۲Y-kM8ҵu0 M(>4#)e3EЬ잆ӻ<"X~.p*:%M- 5Kʢ`S(1grZ^!fz~qmHlH`#74R͍~~jr?NAaP7`l)hיi ˸n)emd168}Ӽ, zJ̳q6 Rmu0/6ͼ(iUTqlY0FAPu"r E\) )pU`H>&φϞ"C'ct7c Eħ|L ٹx}2!^ 96~qK1v#s#aY5.1P0v3?(Zp9oل쓈Ww C ,^؇m!b=R]Wź.X}>ۓ"lUA-= )!{VW{V'+/+70u]!T9Zdy:_s|zL$.!!"aŶ!k2u\Q{oͪ;s~ܼeMCR&mL8щTcdJ\N=Ɯ yLovնe~~w¼KAW۵I n-:UYO]k +.7bpa{SB#'OfB"fF rA\+;FCO+Fv&ب5v 2,RK}(Fe]sc?D 5yB#%OYL0~ЁѠK>m4x`\7ʟFq8~'=#Ff=mDɩӨ l͵t 齐(UUKr{\|*T$YT Y4zA e߉J:)fy:\‡)Z Lai%@1pNtűBa #Q$0pN@)% !uSj8 6Nj4$m^|ϱ{rvcT;Cp׿-(%UOG.<I4?öت*`BuԒ_5cD`+Z0 姦&Gi_I]1#{A ;F m5vx,OnꙐ)Jt/%*FGn%vbVjIrȿ$}#leT?X.*y`o""L zȸ>i((?*8qِn8T9@T?BO=6Ƭ`ꢭ}Q+r.'#%ɳgiG3M0#\l+;81! 1a*EJMK"f7]L`m6O::Q;g*V/ ԃOPhK9MPϑ.,[1* 1 fl&U)zII8c3_E im#WbpM.Z`[,К@+!c7E?xnso>xm{We@#W3=$C\iʉG5իj9B/V~:%8'|9H U6Kް"CXm؇]hf0V3u!% VTBbtK#ӹu `+VF: G\j2ו-R$*K+1SoKL/2]shy&t {IqVUTk0:7$\0>CbMT)T(塆p4L ;@qe"]Kʔ."i>#@&D=zUz!4TQl]SD9쁵.zh%CW#n1.@T~nBCؒ+5hB0um&V}r)Poϗfj ^i~0~,r>"RVf\n!X<=d?aH0/R)U%mCI6BtmX~W`??<6xn4}~ڣ5Pᡱ46>S$4JGXU;hVP(\4A2[d$'Eegv)}L%|9#fݡޮz* b~.n7H"v{E)NwK65l IC%brqp?+IM_B /ae #"/߫MM08C,SC#HG,âXNgČt\bIۋOlgY}L6~3?cӊ-Pw\z CeT+Pc־7 _+93d| ڿYF%&55MmpwBrf̗ '֙m2\jܻlAHӑ'feoQ ;eCȣ\m/аM  BYP#8 ,a6ݎّ9huN`3["7ЌLgW;+H9+ٲ'9;6SwZW5Czᔤ,y+ 4rdU~*Lxwԁ:to^n_,豰vV,!6YW2zKN'ݿT0Fod1 c][ۑ u\ȵę&. AO)Å(u&TZy=&/]/QtѫҩJdxq@pX+Ȉ@)֟HCnxk/ۚ_Q^IE= jPeNGPWo~f]$x+d2:~oKߔćIվ([U`M=Uxo؆M|/3eEyG`4)tC-W;T?7fi?/I{zxF짾F%Ϭ"klx,0C\k0'Y /zQ*v 5-C)|MNbM7z"jx0b]ԸyZ7^9@©طgNӍ-R@*=W`@!(f (M?30|wZwxC=Ee';<ŦҐ. jwocb"K8Zii i%m'Pì}Zm-[[ۚ;wqԇOHYXt?<|=IhWс$QdۥbsV %-eCeč +hZZV?Xׅ]tnOeds=aI{|8IȧQlwԿ`| &8j8k ?} ~*vBҝDLwN[.R8M^[(k~bL;h sY٦!p^1ݗ 1M.ʔ0'.F|æ5N̘nBjBLtKpמ{ ׅr^2`_;\ҟcxD|N.N`MEL % q/BθeKU9pk%o|x쒵M?Ww,GOIfǑ_(kCUAr!CP5[ʶSEg5~-DIϜ'+:>: 4ѧQgي_ DX=I"45T>f-yoSFE@9j;F\"-SF+Qm@[{l|Md~7|&!5v? __I}@4fSځ92o |fo9hVN=.rQjZ]4YG!wHʡVKDHήc2"CS^l'Ȃ.ݡ޾iƲ; 4z񙢊=:'nTIu2Z55Tq/çDW{A7E;vO&)(eN]6P YZ