libmicrohttpd-devel-0.9.57-150000.3.3.1<>,9xdp9||5zif5 a&=0o }6eh ή )`!c9GupIJ}cec]o2)3/0!n[?P"15&*kTxy)´,P++@ ګ;`5@Ra&*nRv[w`-%ccXR;.71I+>3hԲ62rcT!nƿ>B0?0d * O  6V   , L  <d 0  ( *8 49 : `>, ?,F,G,4H,TI,tX,|Y,\,],^-mb. c.d/2e/7f/:l/<u/Pv/pw04x0Ty0tz00000Clibmicrohttpd-devel0.9.57150000.3.3.1Small Embeddable HTTP Server LibraryHeaders, pkg-config files, so link and other development files for libmicrohttpd (Small Embeddable HTTP Server Library).dibs-arm-1KSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Libraries/C and C++https://www.gnu.org/software/libmicrohttpd/linuxaarch64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/libmicrohttpd.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/libmicrohttpd-tutorial.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/libmicrohttpd.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/libmicrohttpd-tutorial.info.gz || : fi ; fi ;mfLֺA큤ddddZjddd8d72c3b196ceed684e96134eecfad39b00b030631a35620e4c2b71dd26219cabcfc64f39f252ffc7c6955da339d405a0b9a8a9a537f2427e6f06949091dfc311348f33a7cdc07993243ee70b291dc68af0f81e6dbcd60a9e7e6dbed97e83c749509e6253eaf2fd2de6bd13efa0f5a72d996432cd11c2e2ceeb2e275c45aff7fae823964c7e34145f45d62065fe01450ee323e82b25cb67b4f16a02699acaccdb230e14076179c201e2b775f6f3e5b11b5fb0adabd9363f20aa9bf75b911669dclibmicrohttpd.so.12.45.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmicrohttpd-0.9.57-150000.3.3.1.src.rpmlibmicrohttpd-devellibmicrohttpd-devel(aarch-64)pkgconfig(libmicrohttpd) @@    /bin/sh/bin/sh/usr/bin/pkg-configinfoinfolibmicrohttpd12pkgconfigpkgconfig(gnutls)pkgconfig(gnutls)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.573.0.4-14.6.0-14.0-15.2-14.14.1c>@Z!D@ZY, @Y@YR@Xh@X@XN@WQq@W@Vv@VbVEVA@V5VqUN@UK@U@UF U+Tq@Tvalentin.lefebvre@suse.comtchvatal@suse.commpluskal@suse.comtchvatal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comtchvatal@suse.comtchvatal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comastieger@suse.commeissner@suse.commeissner@suse.comprusnak@opensuse.org- Apply patch for bsc#1208745 CVE-2023-27371 fix parser bug that could be used to crash servers using the MHD_PostProcessor * fix-parser-bug-MHD_PostProcessor.patch- Install copying- Update to version 0.9.57: * See provided Changelog for details - Drop no longer needed patches: * libmicrohttpd_test_data.patch * disable-stalling-test.patch- Version update to 0.9.55 bsc#1041216: * See provided Changelog for details- Update licensing information- Update to version 0.9.54: * See provided Changelog for details- Update to version 0.9.53: * See provided Changelog for details - Refresh patch: * libmicrohttpd_test_data.patch- Do not abort on failing tests, as they randomly fail quite a lot bsc#1012840- Version update to 0.9.52: * See provided Changelog for details - Refresh patch: * disable-stalling-test.patch- Update to version 0.9.50: * See provided Changelog for details- Update to 0.9.49 * See provided Changelog for details - Fix typo in previous changelog entry - Refresh patches - Use pkgconfig style dependencies- Update to 0.9.48 * Improved compatibility with VS2010 and other older compilers. * Default backlog size for listen socket was changed from 32 to SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE to override default backlog size. * If not all connections can be handled by MHD_select() than at least some of connections will be processed instead of failing without any processing. * Fixed redefenition of FD_SETSIZE on W32 so select() will work with 2000 connections instead of 64. * Better handled redefenition of FD_SETSIZE on all platforms. * Close sockets more aggressively in multi-threaded mode (possibly relevant for idle servers). - Update dependencies- Update to 0.9.47 * Reworked VS project files. Used x64 build tools by efault, many optimizations, fixes. dded project files for VS 2015. -EG * SPDY is dead, killing experimental libmicrospdy. -CG * New logic for controlling socket buffer modes. Eliminated delay before last packet in response and before "100 Continue" response on all platforms. Also response header are pushed to client without waiting for response body. -EG * Remove 200ms delay observable with keep-alive on Darwin and *BSD platfroms. -EG * Fix issue with shutdown if connection was resumed just before shutdown. -FC - Update dependencies- Enable http2/spdy - Don't build examples as we don't ship them anyway - Disable tests as linking fails for them with spdy enabled- Update to 0.9.46 * Undoing change from Sun Oct 25 15:29:23 CET 2015 as the original code was counter-intuitive but correct, and the new code does break pipelining. Ignore empty lines at the beginning of an HTTP request (more tolerant implementation).- Update to 0.9.45 * Rework deprecation maros: fix errors with old GCC versions, improved support for old clang and new GCC. -EG * Return correct header kind in MHD_get_connection_values() even if a bitmask is used for the "kind" argument. -FC/CG * Fixing transient resource leak affecting long-lived connections with many keep-alives and HTTP request pipelining under certain circumstances (which reduced the receive window). * Fixed assertion failure triggered by a race in thread-per-connection mode on shutdown in rare circumstances. -CG * Deduplicate code between digestauth and connection parsing logic for URI arguments, shared code moved to new MHD_parse_arguments_ function in internal.c. -CG- Update to 0.9.44 * Various fixes for W32 VS project files. * Fix digest authentication with URL arguments where value-less keys are given before the last argument. * Do not use shutdown() on listen socket if MHD_USE_PIPE_FOR_SHUTDOWN is set.- Update to 0.9.43 * Call resume_suspended_connections() when the user is running its own mainloop and calls MHD_run_from_select() to support resuming connections with external select. -FC * Correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed. -CG * Reimplement monotonic clock functions for better support various platforms. Print more information during configure. -EG * Export MHD_get_reason_phrase_for() symbol. -CG * Added checks for overflows and buffer overruns, fixed possible buffer overrun. Updated md5 implementation. Fixed many compiler warning (mostly for VC compiler). -EG * Fix failure to properly clean up timed out connections if running in external select mode without listen socket, which caused busy waiting until new connections arrived. (Fixes #3924, thanks to slimp for reporting and testcase). -CG * Ignore close() errors on sockets except for EBADF, fixes #3926. -CG * Make sure to decrement connection counter before calling connection notifier so that MHD_DAEMON_INFO_CURRENT_CONNECTIONS does not present stale information (relevant if this is used for termination detection of a daemon stopped via MHD_quiesce_daemon()). Thanks to Markus Doppelbauer for reporting. -CG * Fix (automatic) handling of HEAD requests with MHD_create_response_from_callback() and HTTP/1.1 connection keep-alives. Thanks to Cristian Klein for reporting. -CG * Add new functions MHD_create_response_from_fd64() and MHD_create_response_from_fd_at_offset64(). -EG * Fixing memory leak in digest authentication. -AW * Add deprecation compiler messages for deprecated functions and macros. -EG * Fixing digest authentication when used in combination with escaped characters in URLs. -CG/AW - Disable spdy support for now as spdylay is missing - Drop libmicrohttpd_test_session.patch as it is fixed now- fux build for SLES11: * explicitly require libgnutls-devel in -devel package- fix build for SLES11: * update disable-stalling-test.patch: Instead of disabling testcase in Makefile disable testcases in code, this could be even better we can disable only broken test but not the whole testcase. * add libmicrohttpd_test_session.patch: Disable test relying on available libcurl version (see https://gnunet.org/bugs/view.php?id=3893 for details) * wrap libmicrosdpy into macro to disable building on systems with openssl < 1.0.1 - update to 0.9.42: * fix off-by-one in MHD_start_daemon_va() error handling logic * fix #3784: actually implement MHD_CONNECTION_INFO_SOCKET_CONTEXT- update to 0.9.41: * fix bugs relating to various threading modes * fix some HTTP 1.0 tests- updated to 0.9.40 - Fix potential deadlock issue in MHD_USE_THREAD_PER_CONNECTION mode if shutdown is initiated while connections are active. -CG - Fix issue in thread-pool mode where a MHD_stop_daemon() might not reach threads that stopped listening because we hit the maximum number of concurrent connections and the option MHD_USE_PIPE_FOR_SHUTDOWN was also not used. Testcase added as well. -CG - Update HTTPS testcases to avoid SSLv3, as SSLv3 is dead. - Do not enforce FD_SETSIZE-limit on worker control pipe when using MHD_USE_EPOLL_LINUX_ONLY (#3751). -MH/CG - Adding MHD_OPTION_NOTIFY_CONNECTION, MHD_CONNECTION_NOTIFY_STARTED, MHD_CONNECTION_NOTIFY_CLOSED and MHD_CONNECTION_INFO_SOCKET_CONTEXT to allow applications to trigger operations when TCP connections start or end, instead of just exposing HTTP requests starting and ending. -RG/CG - Fixing bug that prevented MHD_OPTION_HTTPS_MEM_DHPARAMS from working within a MHD_OPTION_ARRAY. -DD - Adding MHD_OPTION_HTTPS_KEY_PASSWORD as proposed by Andrew Basile. -CG/AB - Fix issue where for HTTP/1.0-clients that set Connection: Keep-Alive header a response of indefinite size was generated with chunked encoding. -CG - Fix potential infinite loop on shutdown in multi-threaded mode under certain conditions. -CG - fixed info deinstall- libmicrohttpd.keyring: replaced maintainers keyring by new one with: pub 4096R/E29FC3CC 2014-12-09 uid Christian Grothoff uid Christian Grothoff uid Christian Grothoff sub 4096R/117E1AFB 2014-12-09- updated to 0.9.39 - dropped libmicrohttpd-0.9.34-spdy-pc.patch (included upstream)/bin/sh/bin/shibs-arm-1 16777550300.9.57-150000.3.3.10.9.57-150000.3.3.10.9.57microhttpd.hlibmicrohttpd.solibmicrohttpd.pclibmicrohttpd-develChangeLoglibmicrohttpd-tutorial.info.gzlibmicrohttpd.info.gzlibmicrohttpd.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libmicrohttpd-devel//usr/share/info//usr/share/man/man3/-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.suse.de/SUSE:Maintenance:28076/SUSE_SLE-15_Update/2ece82bd61cc8b011bb4812f9f162fc0-libmicrohttpd.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII text, with escape sequencestroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRRb=„T 5outf-8a7c4a9193d64ae89a3f049b93b4d06d9266fa71138708cbeaac8ee92d7c9e893?7zXZ !t/]"k%AKtQ\es3cG~;SB4vٶ11Vnm`16DPMUnu\)>2Ias& ͈<],kɒ¥7Du,j.ŰJAOYpϧT5$ȫθ q 0(x%L_xBl371:=" =".IVBȻl>K]͙X`j\ ']z;Mop:lDD D+Ab|d؅R @"XiVAT0ܠ{ M?,έiS<0J.OHqgZL=rj'7)uF5 iA:INנ?*L$llm/R&tדOvqtJLjC\SEYq1h0=  oᾕU(r⊞ci?hiMF:Տg@~wƽCr59ay;/u XLvq&t2AM 4Jqm^bIUzڛ ]3%.n+qx-b&-ҲZuSJnفs]aC,WĽV8cMbB }d!?IU\bp0z,I`̉Hs K sbЭ oMlEZ@ :h?']uT,p1)ߜ j# s uYhl}h/N\LL6\ .xe짤 eHV-1"]du8lfYp+I^튀G6-ZV C7JW 4S)6ė YZ