libcpp-httplib0_12-0.12.5-bp156.2.6.1<>,60h$S%I%z y<{UppYWT)ZLB4'} ZxY4ED5?KF~3[*϶T/-3‰kbﵸe$2+Q$PxTMIPr\hRv2Yzs6*8d܅<5$q+yg;lݻz1y_ODH",CtgeÒbn)aJ>!UΉ]±B}s2կFb #aۨPrʧ;Q挪 TE6h~k??m0G6J{2>xF^^DO$nEe |Sw'aO#N ʅg%x,ph*cah$nxpb `(߽zŠBͽxnPԞ, t[7.!'F3h)pQ w&5qE Ґ]hO* `D 瞎+TGr @@-NAvTgQ>+f6+?a;([@@X?Hd ( C .4<L T \ l   0Dl|*t*P*(89: >@FGH I0X4Y@\h]x^b cd]ebfelguxvw4xDyT%zDClibcpp-httplib0_120.12.5bp156.2.6.1A C++11 HTTP/HTTPS libraryThis is a multi-threaded HTTP library with blocking I/O. There is no support for non-blocking mode.h$S%s390zp21 CSUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://github.com/yhirose/cpp-httpliblinuxs390x 3A큤h$Rh$R}h$S%du685cde1f5bf28760f6744cde2832207d17438b3c46e1a8d5e47efde05cdd938344b45cbe16d7b71b89ae6127e26e0d90a029198ca5e958ad8e3d0b8bbed364d8blibcpp-httplib.so.0.12.5rootrootrootrootrootrootrootrootcpp-httplib-0.12.5-bp156.2.6.1.src.rpmlibcpp-httplib.so.0.12()(64bit)libcpp-httplib0_12libcpp-httplib0_12(s390-64)@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libbrotlidec.so.1()(64bit)libbrotlienc.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgcc_s.so.1(GCC_3.3.1)(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.17)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.22)(64bit)libstdc++.so.6(GLIBCXX_3.4.30)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3h!g@dw6cc@ccc@cƍc<@c@ccc@pgajdos@suse.compgajdos@suse.comAlexey Svistunov Alexey Svistunov Alexey Svistunov Alexey Svistunov Alexey Svistunov Alexey Svistunov Alexey Svistunov Alexey Svistunov Jan Engelhardt Alexey Svistunov svalx@svalx.netAlexey Svistunov - security update - added patches CVE-2025-46728 [bsc#1242777], Unbounded Memory Allocation in Chunked/No-Length Requests + cpp-httplib-CVE-2025-46728.patch- security update - added patches fix CVE-2025-0825 [bsc#1236790], fails to filter CRLF characters when those are prefixed with a null byte + cpp-httplib-CVE-2025-0825.patch- Update to version 0.12.5: * Add HTTPLIB_INSTALL CMake option (#1575) * Fix more CRLF injection problems * Don't loading system certs from Keychain on iOS (#1546) * Initialize sockaddr_un to fix valgrind uninitialised byte message. (#1547, #1547) * Using set_content_provider with length of 0 makes it infinitely loop (#1545) * How to check if server is running successfully in another thread? (#1548) * Fix leaked handle in create_socket (#1554) * Fix "Location" header url corrupted by percent-unescaping in redirect… (#1459) * Trailing headers not handled (#1486) * SSL access through a proxy causes SIGSEGV (#1533) * System certs support on macOS (#1474) * Add Request::get_file_values method (#1495) * Fix: assert socket_requests_are_from_thread_ std::this_thread::get_id() (#1498) * Fix: multipart Content-Type headers with both boundary and charset parameters (#1516)- Move examples to devel subpackage - Drop headers-only flavor and remove aliases for pkg-config files (gh#yhirose/cpp-httplib#1491)- Update to version 0.12.0: * Removed is_writable() from DataSink (Resolve #1478, too) (#1483) * Fix #1479 * Removed incorrect comment * Support CTest (#1468) * Issue 52666: cpp-httplib:server_fuzzer: Timeout in server_fuzzer * add to_human_string (#1467)- Switch to meson tests - Add examples to headers package- For an explicit choice when buildtime dependencies resolving added an unique pkgconfig files aliases for both shipped library flavors: cpp-httplib-headers.pc and cpp-httplib-shared.pc - Enable tests performing for compiled flavor- Migrate from obscpio to classical tar.gz sources archive for properly debugsource package building- Update to version 0.11.4: * add support for requests with both MultipartFormDataItems and Content Providers (#1454) * Add EINTR and EAGAIN judge for accept (#1438) * Updated unit test * std::condition_variable::notify_one/all() should be called after unlocking mutex (#1448) * Support LOCAL_ADDR and LOCAL_PORT header in client Request (#1450) * Fix #1442 * Removed code for upsupported OpenSSL - Combined multibuild cpp-httplib and cpp-httplib-headers packages - Remove unneeded BuildRequires for cpp-httplib-headers- Move LICENSE file to the library package - Drop cmake BuildRequires and linker additional "-s" flag- Redo description so it does not rely on monospace formatting.- Move README.md to devel subpackage- Update to version 0.11.3: * Fix #1426 * Fix #1437 * Windows CMake directory install fix (#1434)- Initial release/sbin/ldconfig/sbin/ldconfigs390zp21 17472110450.12.5-bp156.2.6.10.12.5-bp156.2.6.1libcpp-httplib.so.0.12libcpp-httplib.so.0.12.5libcpp-httplib0_12LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libcpp-httplib0_12/-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:18891/openSUSE_Backports_SLE-15-SP6_Update/232f37139a6e3caa2ee84130f8195918-cpp-httplib.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd1b75f8d731270acbf889e0e56f0e895f655b8a, not strippeddirectoryASCII text%PRRRRR R R RR RR RR RRRR$RRRRR#R"RR!RRRRR%RRRRRR@='%IPutf-87922c6e0d60de4e7681ac53035c005f1865f774faf954b73a2ffc9add0d4a02e?7zXZ !t/$Ep]"k% -c.Uta8a?]+e8b`4]zlCYVdl'q:,liqцYbxA}%z.j{!b-Mt(9T1 oHۖ%>Ĩd~h! it{sbydޟLG1%{-@P1&$ *N/XY!Ȋ} ^RݽË5FͦK)TH-j~ k|*Gh;6Ya1?)hƷixc[56M䨑tUpۊs@SYҴ_ml li+[kq0Cyun}>J2#Ѿ'JYs)\6 z13V٩NIX6̤!sV[J~+I]6s>z_rE̷vsi*' .UҌđ5Feiv2ՙIqQlT閙J(:q{CyRU?> #xWTpOF"]*n+Lu?Կ1Bsp0~z" /m3+/cgn1WCPh-~y/ӯ*}4 \g2ZoIMEOdDuAXhg15v `[BJ#xh59^g蟽xhDgSR< 1!".J I PXn .{ $ژ\?L<9`K:l!*gRQu2,.-zD3,bӯ}mV~ \r}Hb$Kҍ!+#WOMͲq1kn{kFk(ܣ.:/ȲJM ѤzSRG|oӧ]aV 07xh|$lgjbǍd`j]%IiGo̾vbm7 dL(/6tKvٚ )eqͬU )oS_Yr;[2gU[[ΗWfoi 4AX]a?gOѝ*S;+w{R/BP puK㛠߼wE+ k4(=$ARG⫝k,Ol4HuFG$^;vCQjV1I⦼`.uXDGߺVwl{Oe1.) -uWiHT/G/a>\)-j80(Xuj2`/oՆԨY6Ɓ>:‡?HڢsSu9&s\R* nb#쁠š : toq./*QǮF>(ij:žnF;^P INBELuxy麯LbuQW|ԎU 4- C;qH !)?:ok8`3.~@)MM/.Lꂰ(Ћr_4 lsH~A%5@Jw%\'9Ea(Qgsa| NpJhm!?0&;՗0gJ q~Z_|U ĉO^H嫳J$fiG@y<ɪ6{{q} u]$EQ@,X _A*ui{C8Ir/fbn WdTNC3VÿӀt>a޳LOe ]x~j>S=ň_!"M+i`+ͮmBc}YY]BbQ/{;pbx{$=K44^buY.y1M*|`k@]t/ {8lMT d<:bD6!ٶ4,%5,)ai%ߥT1#.s?QL(Mm/6 '*v6")I@e?ݗ-}=\_~ ;b#b{98B'U0NG8,V;PUbܟUŬ/ao:`SE+#ѷbɀ5GX\a ag:u_j2YLhG[Zl7dOFk\=<1!@'[llG+ɨ&V~Oͦ|4DSq6 \rvxq? ]A,@p^˟B0ye9xνZs%׏FL{bIc.%yoAq"T[D;,O$8i@ j.Jd2ڧ訋O.d iZ)fc)5 (C>ұK!tcZMsXv]$R #Z٘2v@^ScXΚ$~ dy. }HE]ح8dw1`:~WbǙ2662]H/R/5؏7_mJLQ]Zz6*9"Me/_G|x$>iP/[ng@@@<cӻXIRjiu#^,Id[W?Y U8%SŰn.(=A| Oi ~Jlip'HÈ͖4bml Xx܉ri>A^7k V[ܾ)z(2x.jp`XSWĂ&6;U" 4o,L.4~Rn8sul{]"wξy{hC6Ef>^:"zINebi  <#Qؔa4ȃztN#tyЫjz>:RvG VW\<K U,!ܷYK+,'cۑc0R}XY> N̉B l7AӘ RdOX6\WqްlkrIy(}OHp`=ai_ueE͚t ?F/8ۏ$:y F3%e׳YfhDԚqk<1qGqulO+_g{&Z澙hDifZ!fM 'he84B&(yd[?^19 .(Ȇzgl<_Zx yٚFv݊ 'w*t b0َ=!9|u;hl,qIZV__l ѣ!BTV}ߜ7`b!Yz!rR~YVn@D) Gr̈́Y?D%0˫V5R\#pO]OEh1\qDM􎓛g9gUb?4G)onlH#s2Gw۶ c]w/w|$\nM? -Df0CST :hBr!P2~b )TqC"Dɒ"$ 0'R𦨩 k<6jYQ7NF]t$YQ CEtxoŕqh@T涆ßHXΞ8lV>ɒ@6}#t 0}iKcAՂ֌k  6CT0Yz%:a6+B4Gƽx"}#r"&wK0tإ5LLY_|HennҟŋU"clP[^s1ÖU%?>2g\M>Tfi䫱s}.H@Ku 7XcS0<0XB('Q[uQ9S:?F8r3dA3]0AXBѱ?upUE9*b,(vUE81tH{%*O VA4T_mI1Jpk=`& 3%yM+;5޼-jtfZ+@\Y}.tnY'\u{ pXI#|>lbF1J;Rif BD,~DӑsNֽ;^*ʓ(+H %d3k ~VI"'"Sa1s K\ \eRnw\e!R*Gc`R!I V9?jAdrqo"G\XhA57U79r~C9kx'ޡ08ΥB,M00#%/.tV.}]P! sMs