uwsc-2.6.6-bp153.1.17 >  A `CI!M@eeeS\L~iWm0)$tj{C%)A{-)1}f7%Bc* eR)!BF`lw)]75`xk0ݎ>5+|1]0"`V{0rJLCevRΑQ1HS&0Doz,_;pR䅌w=r&~U/YnHiMc1%O;(JT&ØpUd^'QrpѰ˜`/p2d04e55742733622db26d4393c8d6b114ae6818990e7d44ce0517f8ec19c1d8e24e39603939df6704e3a18c3f6fefb98a00e03677`CI!M@eeem2YҲ>ƒsߢbM˭&?FaJ?nyriui_7Uk= fJeR[jjF{NJ?,Y__ZƏH4,NHF{!)JSw96` )6R# \ 1p>?d   0`dlp      Y \`ej   (89T:FGHIXY\(],^1b;cdIeNfQlSuhvlw<x@yDz`ptzCuwsc2.6.6bp153.1.17Ulfius WebSocket ClientA simple command-line websocket client program.`CIsheep88XHSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgProductivity/Networking/Web/Utilitieshttps://github.com/babelouest/ulfiuslinuxx86_64XH`CI9132819f054acd07630fd95caaff5c174dcda7ab8ff9388a9c73fd65a4804649rootrootulfius-2.6.6-bp153.1.17.src.rpmuwscuwsc(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)liborcania.so.2.1()(64bit)libulfius.so.2.6()(64bit)libyder.so.1.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@] @]҇]M@]]L]H@]A]1]G@\@\9\&@[n[]@Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.dejengelh@inai.demardnh@gmx.de- Update to version 2.6.6 * Update doc generation * Fix jansson memoy management bug- Update to version 2.6.5 * Allow `NULL` values on `struct _u_map` * Add function ulfius_send_smtp_rich_email to send e-mails with a specified content-type * Add follow_redirect in struct _u_request * Fix certificate check- Also add "libjansson-devel", "libgnutls-devel" and "libmicrohttpd-devel" as requirements for ulfius-devel- Disable LTO for now since it breaks compilation on i586 - Add "Requires: libcurl-devel" to ulfius-devel- Update to version 2.6.4 * Add precision for chunked response, got the inspiration from #132. * Update access token for oauth2 bearer validation callback function, add precision concerning libjwt. * Update callback_check_glewlwyd_access_token to the up-to-date version. * Various small fixes.- Add "Requires: yder-devel" to ulfius-devel- Update to version 2.6.3 * Fix warning appeared with gcc 9.1, fixes #128 * Make instance->mhd_response_copy_data useless if MHD>=0.9.61 * Fix MHD_start_daemon flag to reuse MHD_USE_THREAD_PER_CONNECTION by default - Remove patch (fixed upstream): * 0001-Cast-option-value-for-curl_easy_setopt-on-CURLOPT_PO.patch- Add "Requires: orcania-devel" to ulfius-devel- Update to version 2.6.2 * Fix memory leak in `ulfius_set_string_body_request` and `ulfius_set_string_body_response` * Call callback function websocket_onclose_callback on all times, even if the websocket hasn't properly worked, so the calling program can avoid memory leak and broken resources, fix #126 - Add patch (fixes a compilation error on Tumbleweed): * 0001-Cast-option-value-for-curl_easy_setopt-on-CURLOPT_PO.patch- Update to version 2.6.1 * Fix package dependencies in cmake script * Fix core test to skip websocket tests if webscket is disabled * Disable ipv6 capabilities if libmicrohttpd is older than 0.9.52 * Small bugfixes - Update to version 2.6.0 * Add struct _u_request->callback_position to know the position of the current callback in the callback list * Use MHD_USE_AUTO instead of MHD_USE_THREAD_PER_CONNECTION if libmicrohttpd is newer then 0.9.52 * Add network_type in struct _u_instance and struct _u_request to specify IPV4, IPV6 or both networks * Add check_server_certificate_flag, check_proxy_certificate, check_proxy_certificate_flag and ca_path in struct _u_request to add more precision and control on SSL verification in u_send_request * Add functions ulfius_set_string_body_request, ulfius_set_binary_body_request, ulfius_set_empty_body_request * Add url_path in struct _u_request to store the url path only, without query parameters * Add ulfius_url_decode and ulfius_url_encode * Clean code, add more tests errors * Use gnutls_rnd() instead of rand() - Update to version 2.5.5 * Fix #121 where websockets messages of 126 or 127 bytes long made * Fix sneaky bug where endpoint injection inside a endpoint callback can lead to wrong callback calls, or even worse, crashes- Update to version 2.5.4 * Align PKGCONF_REQ_PRIVATE required versions * Backport ulfius_copy_request, ulfius_duplicate_request, ulfius_copy_response and ulfius_duplicate_response from Ulfius 2.6- Update to version 2.5.3 - Add flag to build Ulfius with GnuTLS support but without Websockets. - Fix CMake build process that didn't obviously linked Ulfius with pthreads.- Update to version 2.5.2 * Fix utf8 check on NULL value - Update to version 2.5.1 * Fix uwsc crash on some systems - Update to version 2.5.0 * Add struct _u_endpoint.check_utf8 to check all request parameters and values to be valid utf8 strings. * Add client certificate authentication for webservice and send request library. * Add support for SameSite attribute in response cookies - Update to version 2.4.4 * CMake scripts improvements - Update to version 2.4.3 * Add config file ulfius-cfg.h dynamically built with the options * Adapt examples with new ulfius-cfg.h file - Update to version 2.4.2 * Fix #79 where yuarel should be hidden from the outside world - Update to version 2.4.1 * Fix #78 where gnutls is not required if websocket is disabled - Update to version 2.4.0 * Fix Websocket fragmented messages * Fix CMake script that installed Orcania twice * Fix cppcheck warnings * Add timeout for http connections * Allow to use MHD_RESPMEM_MUST_COPY for different memory manager * Add websocket client framework * Add uwsc - Ulfius WebSocket Client A simple command-line websocket client program - Remove patches (included/fixed upstream): * 0001-Fix-pkg-config-information-add-requires-fields-as-me.patch * ulfius-fix-cmake-path.patch - Create subpackage "uwsc" for the Ulfius WebSocket Client program- Description update.- Initial package, version 2.3.8sheep88 16150225072.6.6-bp153.1.172.6.6-bp153.1.17uwsc/usr/bin/-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:Backports:SLE-15-SP3/standard/f06679c63fac480b3d5f91674448a581-ulfiuscpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=98285439fe26e945799b0ca622fd5725f00c0939, for GNU/Linux 3.2.0, not strippedRRRRRRRY*c`9,Z?utf-823708736e115b78394717b279a161f05d03e2e2f44811c2c1893b1483fa84932? 7zXZ !t/YC] crv9wJ&4zղbe$yy12 )kz K[rWF )cӂҶRlXkJJƈ_ o٩\<iRn! U>9}rN!R473!ߊPUlD=tߋ=(k'ͷAɫC8Wԝ2w :^nU9%#JW `ԍD2o6^YuF!XiM#㊋DeWj3Xّ^łJn2F+3Wx8N'jUӗ@:%bHy[20ܘAiG+fbҵ]55vG4VO `dNpaH\so $\L#z- Ed|ָ Ҽf6C< !U8T$h.el@B]ޣ"&QhY)_p"a+R  ɓ̥S4 B6yԜ 3bMk6,b_(Ϟ~aӓc>7G2+G&;S3p˙BXtvw IAI͊ICsWB !Хԧ|0R4\ԑOSGpT@R}֦Y APk\:$hna=3-f,s<łhSͰFA9;{R0K v6 Kg#} .fwD Q`ax&n2k [ o}; i`5O1L&F%73@T4E8-e,#(s9敞 E[~,PE{D:ճY)[Eb4"q@L7NK ˁ jޔy!<(njEJ1RʩM邽u? 5 J@\dW }JQܮ4%DqʛN7A&9V98;f3>BL鉠ޘn>y$0sg+Q;\0-c.h[uc-͔/(r{ gEN7d-Yy=SQE 8ڛQ&z}qts{-q\CJƫڲYJQ DNѶU=~2$u@Jӭ=Jk6e*x;UT(aworðnkhɌs@/ \O?H 9#-҄[MV]FyȄvhȱ'OΟҪ8@c/Gj. b0O|k%]Lĭ׾wq2>!6=~VEʦJ] V E;L,[o+~ϜrRT:Я]jnՎخWQe@r5f?z<: Bk4tBt4nœvx]KJs ٙ>͔qv 5O մ㴰1ؒ2RoaLURJRlxهGMv_7RByJt\: hHM98°=A Z0MҐxҝ$ ǵ [RhC6<;L!fTM-J 3auDf,,U;T2/[k!hڰyx/:_^Hr{JaBRp?߾DŽL9F8o}%>Hc!0I[`mA04هOY^2L2ׁ>qK' ݩma$U"Jiȧ0=0r#I24oܧ֑ [v Af!}?uwY GjWЄ#pAYΈ@ƱTZ,iq{rٵa4pP;K&Jo"EҺ.>fKʸ JtBML((ۘ[rq=Z2C6 ^sHRL&,˪ /!GYN5IA^۫#[Ru7#ةr~Iʉ% ]csrs<'ʼ.a p&_J:j.ŭ&;#En+< E6V<ǀ.3pVݶ7v,}rlB8GT,0SGMo~қŰ/Jnv*hBc~!^d;fGd}] 1lW^3W?HٹG=34r1:~g1IøiaL.N^tKQ=?S\C%l{Tȁ kR7 +*bhnaN=A i)r(,]W3F`g&4l:VC27_W8w"?#Yz?~OW)]d{G=Ԋ9)tAO~]&9)/ޖ`*W%!P@Qz&'e|T9L shEݨ;(&Ew}p&[,~i{!(Л$F&͍9_ X~K=.QSk%MְMֆd2^]0``[OPÚ2W> hW-=wU]/XY1Fl3H[.y =QM"plv<ڃif _9B5WWk'߆ 3id&RVUj[+ B`nOȟ~2oD ЂM2`W%@<xEoE}_GY@F7"n/\7ךhbpB$Eu@]Q˼)eBDWCV#:TACM8i/ գբB>]'\c,xm4]selƖ $}J єnyXD΄"'J=UhZj`.F)'NNPŃ~;\sj̔@ݫ+Ҧ{ya|06b-(%OI`"O}vV)tQ\,/\$ip,}L:˭/ ɺFw=,Rp0b{"ψ?Q5:\¾R|Lz\1en .=hxT*UTHrbrT\ytB9KP+Y%ɲ3h8{?QJ48q y?mW[DŽrJ{~!y0hڼv<a?%`Dktp+tKn*t.zOOeH,Sig+0 6c:R4(xn!g\p:Aߏ9/Oj%NdN4eV*#x^s]܏[L%M;w) c ߉B=Li8UN'zߴ@] Pp&0IJЬ YZ