uwsc-2.7.6-bp154.1.47 >  A b|a!M@eeecX ĽA|yTæc 9|-hԑZ{uNv[|(B7$xvv\ũ@.,\:#A >ֱ?UW2zGz zAt!ͦN7\-]%(B}\N(t{TRj$HvآXwu'Q؁h4 ?*'8V>AT9J)Z\db2b5c4b1351e392536b8307e97bf19b7d46affb16e55ce16b49c74ed9ece8b326415982a15fb578a213dac47a7c06dd82f4f623G(b|a!M@eeeD2OC{MΪQH{’]o db-bQT m6Q?,g󥯂R@%t2`WMVIw<5J5(Y~e[K{I!&h|CTbgTRy5wR%I,H>.(M`!T/Ӕ*LxӦM5q%2 aN%S`Q۫2@p>)@?)0d   0`dpt     $ ,   4 \ (89:F%G%H%I%X%Y%\& ]&^&#b&Bc&d'Se'Xf'[l']u'pv'xw(x(y(z((((),Cuwsc2.7.6bp154.1.47Ulfius WebSocket ClientA simple command-line websocket client program.b|aobs-arm-10 SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Networking/Web/Utilitieshttps://github.com/babelouest/ulfiuslinuxaarch648큤b|aa.cd7f1135b47123ae9ebe68330bf10ad20601576779630e4cd9b23f2c8a7efb79231efb7f2bc755417d77cca2a3712727d6a63edbd06c5acb522c3fa89d6e92e2rootrootrootrootulfius-2.7.6-bp154.1.47.src.rpmuwscuwsc(aarch-64)@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)liborcania.so.2.2()(64bit)libulfius.so.2.7()(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.3aay?@a7T@`g@`J@`Cn__j_@_O@_X@_c^@^@] @]҇]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 Martin Hauke Martin Hauke 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.7.6 * Fix ulfius_websocket_wait_close * Fix ulfius_send_http_request when url contains spaces- Update to version 2.7.5 * Fix cookie management in ulfius_send_http_request and ulfius_send_http_streaming_request * Add option U_OPT_AUTH_BASIC to ulfius_set_request_properties * Fix bug in static_compressed_inmemory_website callback example- Update to version 2.7.4 Fix security issue CVE-2021-40540 (bsc#1190246) * Add void parameter to functions with no param. * Fix bug when malformed HTTP requests are sent. * Remove yder flag from libulfius.pc when yder is disabled.- Update to version 2.7.3 * Add ULFIUS_CHECK_VERSION macro. * Add struct _websocket_manager.keep_messages flag. * Add struct _u_response.free_shared_data and ulfius_set_response_shared_data.- Adjust BR: liborcania >= 2.1.1 is needed.- Update to version 2.7.2 * Fix post processor on multiple values with the same key. * Add missing check includes if tests are built. * Add option U_OPT_HTTP_URL_APPEND to ulfius_set_request_properties * Use ulfius_set_request_properties in example programs- Update to version 2.7.1 * Fix websocket protocol and extension management bug * Add Makefile flag UWSCFLAG to disable uwsc build- Add missing "Requires: zlib-devel" to ulfius-devel as ulfius.h includes zlib.h- Update to version 2.7.0 * Allow Content-Enconding header with ulfius_send_http_request to compress the response body * Add http_compression callback example * Add static_compressed_inmemory_website callback example * Add callback return value U_CALLBACK_IGNORE to igore incrementation of request->callback_position * Add ulfius_add_websocket_extension_message_perform and ulfius_add_websocket_client_extension_message_perform for advanced websocket extensions management * Add Compression Extensions for WebSocket * Fix lots of websocket bugs thanks to Autobahn|Testsuite.- Update to version 2.6.9 * Update doc generation * Add ulfius_websocket_send_json_message * Update pkg-config Libs with all dependencies * Add ulfius_global_init and ulfius_global_close * Rename U_STREAM_SIZE_UNKOWN to U_STREAM_SIZE_UNKNOWN, keep U_STREAM_SIZE_UNKOWN for backward compatibility- Redownloaded source tarball- Update to version 2.6.8 * Increase `ULFIUS_POSTBUFFERSIZE` to follow MHD documentation * Adapt code to be compatible with all MHD version * In case of secure websocket communication, use a combination of `gnutls_record_check_pending()` and `poll()` to determine if data is ready. * Install uwsc manpage * Fix bug about missing `res` variable assignment.- Update to version 2.6.7 * Check header property case insensitive in websocket client * Add libcurl option CURLOPT_NOPROGRESS in ulfius_send_http_streaming_request * Add ulfius_start_framework_with_mhd_options for expert mode * Fix websocket bugs * Add ulfius_set_request_properties and ulfius_set_response_properties- 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.8obs-arm-10 16523186262.7.6-bp154.1.472.7.6-bp154.1.47uwscuwsc.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/fa509589f6ce81ac116d728dbb452ec2-ulfiuscpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=362247022ab42be41107dd8c627959bd3e56cb04, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRx9jޯ1uSutf-851fcdb77f0beede44f402cf61cb9044d9894f21acb83ad1f27aa40d128641706? 7zXZ !t/ _] crv9w Wi5YHdVRJ).PU\ ؐæqUO˚3PExPkMïhNпzw|ލ5yjngzߖpخQTpiRJ͈$J/ > 6oγ%D1l(Cw\YZ)3(A]L2l/t% LaeRF3)sɥsAoM,*f y/3NF3Qvve?wR!.ZHŵi#op>UA]H'SנYd (xc3֝ w!9׬ 4)cN\;wJ-?E7 ^dr?9}W{>{,<(9)Kn+ c+ 3g)@>8Ĭ׼I^ޠ|r13HGv\ 暅 'J*l[Q1{&a HV1yVny>2w ^,v~ ̭6=4V!sOg s1]IYT g%/E01OwER%[YܞS8lL޹xgn6!/ŁOj>jKMcGCt<%&Fq͒ I!!~[cgڸtP$~xDg0E{wUΔ)A4IkBzqT2[X&գG{;n'+/R1(O~]noMZ돓tyѽ\'[~+az5NzOȀ^ G)@Q LS gRGUΦTrrĂYWUdB;~#>pXu[a|\يyÑGIABC[[w:xfڟ)Y W;Ƚ F@^~ naP۰}Ͷ-!Fɑa_]e|qEg2XǕ)Tm?;BHJ)McC3_ٺVѠ2nn$6$.m_v=]'jX^N*42sK.4wE 7|%lWՊIoPė_ 9嚩akh\}wn"華/@srJ3{@W0$R56S*|&l*YL{2G,UwW뿸>0KH+4JY]Y'Of^|̄vY4_ zwPP'JGrxGbJ%0K _IbΫcCG/Zx{U9eo='ץφ1(i'Oŕ[MW&N7_WȎI&( `;뵵|LRlRFOfv3=bU9JS\6>-;)5[%A-,h3bk͒P#sS=i?۟ 7QM{ۊoyiZ铤'w$^81*$R8ѳ? yA9!kZL 5/3gwZG:=n]` 5 JDNGRxMJN{J/ow< 9)aaWwP'tJ'` D oI{rssf` 3&/i̊=jڮEA4r[(qovRz=JY^:L13ˣ.;_utF&O=^zj!X9!Gfʀ}r%T3s|DPR.e2@sTSco[I Abvu" 󖚤&q|Y [o =Un/-o1 `s b8׀N:VuefB yh3 b?ə A4#O3;ۮTD[EI}ߏé7_ ϏS x3G]v鈠dM͏w`{15p[!ߌB[( Ld(<hɏHQטmh4RFLܐlG !ɼCP`&_%\!a OFR>ӿpVǦH-J_S-<4!L[̿& N&eȣ8Hl*Wfe"z1y},Ivb[c>H-hqس/i&p3,B;8]U4iԆYd%n0Ôm7a4|o,&R£?,0j&Hik`~jfDbrP ƻ=$V-B07nĒT[I$hM%F9%١g߿!p"Ma*)Yq0`gD saܣ)XR5 DUc5נqqy%Adfj|;zX;ew:tvO8 tg>_E5?whֆۑ"Hb0=Dd@{#u3vu!"ƻ-~֡%4ƶKH#tnJvVkU<|M&v8 :oe$PJAٛGd2V?ư>`& BYtQ?Ojq9K/Kq t0#vgu9D&ѬPǩ}g A3;@X|R-D'l ׄb!ކq_{5P@%CKjqULfTuZBLBQk·!/.2{jha@5HLt*JrD2}K s G}hOy}'{+.YD~7/|`p浴^Ij>kN; 2tim)#p);Y̺f#9$?Tdnp8;= wG q8&6ipԅRٗ*XkT_Rft.s]l^hQ&!Z(>3ą= חm2s1e< OXs^5AZd%q@Z>p JZc#{a8"wﶿ@C{Jz4wHZ+ໆf$TL#;(st/!HdC>[-)l!Sjp؜ C-09s9mSWCnU{2q#}`'M,ы#X5d>7ԌoyX!qzb/GZŀzAO!1wP'a3*;W#N)t?[.(궊]9vg -06t`7Xk?.o/l#%jnJ&zT,K,`([ -SlñzU3c{y_Da[#+8 U2?쌟&20ߣ|6K?o0 we>5Y/24;fEwA17r.?9-w_S LݑpZ{#Yr7&c\1zEYHoR|rWETqN獥,=.f5q\BpؿLb,JLRhVs.:݌F?}W4d5fOa:~6nv.'nEsv'(:9fv>/bu8@+Iew{ؿ`ulfek)Twx X%^ө 1z q+r`{?zR۶ M ~K=.qՓ|фI` Dm3.o G)͏?qV|'q:D;[6,bOb&S@>AQJBA[CJ/%3Wړ'EQ/5 v~uuDȇ(l= k%^>Ӭҹۤ$A,c # @qm5CD0j|L6!XI _{U 2l&sv {.ѷjɡNlJv^ 8gLsPVY[y_pņ#ESdu 2yb=oFRU%Nn,,ڻ5fBr%w3<LHlC-6SYϵ5m[~q22r%'I]E40'/\kl,ы?^azPa:`jM#>]7 篚5 |KkcݫTKݶ%3޻V78s /[J`=?W.! >'#a_܁vn0q9[B*![!U W4nzZ)Mɥ!!eeu.m6&F]_N**2}p8)ikfA _IHDu\ q:GJ6! =;3LVBF$V/awڹX%&ނED?"ۨr0D4=( ??3~7_7/T^t&]a6?7Vszx i{1WŘ>הbZ3 YZ