civetweb-devel-1.16-bp155.4.3.1<>,0PeI%z ovz| }-XRSv8~y{rnZL~WpZhR)*bnw[_A豎zy9ي9.8%>CJO)<@6(]bM >G.|?l'+ m ,C!.1,s7\9R3zgFb?x/ij]*||Vj87Ɉfc#=1)\[tC𪝛=,j'fŎf`-?j 'ёŋveדavAi؊sg } {(+4t, %vhwɺnE;8";jO*K=k+e1K&6\ I̝RvʧMy;1ɠ¤|e# l\֌[π`Udɘ{{vH¨&JYBtDE>>l?\d " VDHTXqz~ ( D `  f "h(D("8, 9T : FGHTIXY\]^bc&defluv$wxxyz XCcivetweb-devel1.16bp155.4.3.1Header files and development libraries for civetwebThis package contains the header files and development libraries for civetweb. If you like to develop programs embedding civetweb on them, you will need to install civetweb-devel and check civetweb's API at its comprisable header file.ei02-ch2dSUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://github.com/civetweb/civetweblinuxx86_64T  g"فA큤d1|d1|ed1|d1|d1|eeeeeeee0bf8becd48bafac0a3da6a318b5d31338019ccd2303f778efaca14bcfd151be2e3a12c0a659b3bc6f75aa67799232ca343572dcb3add8b2475666633fa4afad3f3e11f920e9608033d21eaa37eaae01ddb4aa1c4a748b2e564a7b6b33e0d437657ef79060c6e7c01a25e6a4cfd5df51ef157f499fabf5ce858246d8f7f66d5e0e65b8137a0e098ee1a5b26171c39c04b4de0a748c3254fd12f9e6cdbfcbc0adbf91b997a0156c72a60a13d4c3b08801933b065500d2ff4601dfe832326e0c97f8a385b871108c13b5edd3bb268dda3c68d6f98d2e30453c362cbdbe77cd00228a9e30c8973563052102ab6994023733f5c350f3b776f39316651537185e8481af2bc88696491f02348fa2118bc74fc9aac1fd5acf8c044eebb962fe1234c541b5b4a0046708bd5d134849598dc10d898196094e42c5fb8c2feabd982c15b8c02619857307162e35ca52b303f8bd77a237b7f20b88987de679d1fe44b544fb865libcivetweb-cpp.so.1.15.0libcivetweb.so.1.15.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcivetweb-1.16-bp155.4.3.1.src.rpmcivetweb-develcivetweb-devel(x86-64)cmake(civetweb)pkgconfig(civetweb)pkgconfig(civetweb-cpp)@    /usr/bin/pkg-configlibcivetweb-cpp1_15_0libcivetweb1_15_0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16-bp155.4.3.11.16-bp155.4.3.13.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 specfilei02-ch2d 1703583770 1.16-bp155.4.3.11.16-bp155.4.3.11.15.0CivetServer.hcivetweb.hcivetwebFindLibDl.cmakeFindLibRt.cmakeFindWinSock.cmakecivetweb-config-version.cmakecivetweb-config.cmakecivetweb-targets-relwithdebinfo.cmakecivetweb-targets.cmakelibcivetweb-cpp.solibcivetweb.socivetweb-cpp.pccivetweb.pc/usr/include//usr/lib64/cmake//usr/lib64/cmake/civetweb//usr/lib64//usr/lib64//usr/share/pkgconfig/-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_Updatedrpmxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textdirectoryASCII textpkgconfig filePPRPRA~CQ޼qcutf-874453d9791e4f01986493e00fd0bc32c0cef7bd766bff91e6aa1b097e574cf16? 7zXZ !t/-e]"k%cy0OwU3pOmdNCLgx]UBmu춶jitZ'qa&6kȸ^؛srpN"Dl3sk{)3{_Ǟ~ei kxDS R?g2pͶ‚ ֟,CAvfF؅|Zs]w_:I#/@`WA`7J1!e 6cVY;}K N`oj^؇g)0Q*kץ$o3<,?ĢAkzXz L/nߗH_!8 ~tib_U̧y2_0ֺJ45 k|fzL-ua-[asdYa]mS]Bv{Y"Sdȡ~-% +>ss,:$XBj6{RlhpFz^O"plיb NSr/dk=c v \12QԔ;J<+Y;)uw=`,(P=B4{LTM7GOWi, O90YCsLB*^dA.U4&*4FRp[]Wh(  k]Q o!EjAj Xn䱌k)a Ł`NmuԈ3`r^.\thℯ hB.)Hny흋Q6%RxIG hoqW "dl K =ơkqC,|WO])+'W_M޹X WϾMgG@~ !~27j0:E4:µ rV$IcMr|jv;>, Cnl'<9^WS3k""0 'oaS AC$a5,#鞠^k>WM 2d,TpyݏwM\7o))gAmlrүo dmsjn`iX+TC ysGDkny5ClVpHS4vѻRͰ)Hsx]Ή*k/xUhh,ZaP(gww o$NA'!+ݲn+oF"WK<F<DBjeG!bfF{mcmc;6P2JZDr3߱~%a2ǰ zŊZvC+, B)" !S#TN$i|$`xY|̨pJ`%(p][t!b! A;;'C+dX]@QoeB:0S#m9( IOAJ߬kL@߳y>WOW/$7?ep`,8|ߙ"IJ"0C4ЀAY Vn@5&K~b UO)6H!j٨og (YD֘=ҺTnzuuf;-EA{'UxdUEN-?bn{P.χa"LYXso!zٟ;RgJ?$UŇuAtv]A$ f~*/j9S*sQ=I1Smax+NoFI;z="t}ĵq_(Wgc6+>š t~z%0'Z'#D#N0ɯgsO@٤d߹b=ڪi(?}&5 RGA8F2SJ' FW g-R9iS* %b5ԏP25RUB;}|%t#42wnͨըR-*i//BlD]]]{~GK4B=’N#ҿ;//wQyyөuVi~9Zz#KY18OE-zwD4}_ᦇTDz*"r9O ?4sAkTGAah jQ!ED65{LI FCe~k%xs ܏$%BhJP>m= c*KR7 >pW20$p}qxU''TdD2@6%l~{O\=]$[^#Fi8a$p1W. Nqe^#Aa$ '=8c/82>&c(¨XADeiNL#]tRqѼ"wNG-Xm?9X֓O3dePzgc֣D׋;, 56Lqkő'XP=7VYe14c%i›/