SHA256
8
0
forked from pool/ulfius

66 Commits

Author SHA256 Message Date
0a58c0c065 Accepting request 724028 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/724028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=8
2019-08-16 13:51:22 +00:00
461c11dac6 Accepting request 721736 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/721736
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=15
2019-08-16 11:58:24 +00:00
d0935f3e0c Accepting request 720255 from devel:libraries:c_c++
Forward the current version of ulfius to Factory

OBS-URL: https://build.opensuse.org/request/show/720255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=7
2019-08-05 08:38:22 +00:00
7c69b54a02 Accepting request 720107 from home:mnhauke
- Add "Requires: orcania-devel" to ulfius-devel

OBS-URL: https://build.opensuse.org/request/show/720107
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=13
2019-08-01 13:54:27 +00:00
ea9a93a8f6 Accepting request 717781 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/717781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=6
2019-07-24 18:33:50 +00:00
Martin Hauke
bb804c42ae Accepting request 716726 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/716726
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=11
2019-07-23 07:44:48 +00:00
875136a166 Accepting request 713850 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/713850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=5
2019-07-08 13:11:41 +00:00
a4e045129f Accepting request 713114 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/713114
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=9
2019-07-07 13:44:29 +00:00
3bc57af736 Accepting request 692246 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/692246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=4
2019-04-12 07:15:08 +00:00
29dfe878e0 Accepting request 692118 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/692118
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=7
2019-04-08 09:33:25 +00:00
b3a6575891 Accepting request 663315 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/663315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=3
2019-01-08 11:29:13 +00:00
483f213e0c Accepting request 662545 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/662545
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=5
2019-01-07 10:18:15 +00:00
f79ce2e90f Accepting request 631408 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/631408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=2
2018-08-27 10:58:54 +00:00
914fdbf7af Accepting request 628428 from devel:libraries:c_c++
I want to maintain ulfius in Factory

OBS-URL: https://build.opensuse.org/request/show/628428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ulfius?expand=0&rev=1
2018-08-24 15:02:23 +00:00
1fb5127f87 Accepting request 628735 from home:jengelh:branches:devel:libraries:c_c++
- Description update.

OBS-URL: https://build.opensuse.org/request/show/628735
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=2
2018-08-11 15:46:45 +00:00
Ismail Dönmez
c6dcf27fe1 Accepting request 627382 from home:mnhauke
Initial package for ulfius

OBS-URL: https://build.opensuse.org/request/show/627382
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ulfius?expand=0&rev=1
2018-08-08 08:30:41 +00:00