Commit Graph

93 Commits

Author SHA256 Message Date
Dominique Leuenberger
cc4092df93 Accepting request 720699 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/720699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=35
2019-08-07 11:59:46 +00:00
Tomáš Chvátal
dc138b50d1 Accepting request 720664 from home:AndreasStieger:branches:devel:libraries:c_c++
fix build with SLE 12 with older GnuTLS

OBS-URL: https://build.opensuse.org/request/show/720664
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=94
2019-08-02 15:52:35 +00:00
Tomáš Chvátal
4a0dae1c1a Accepting request 720591 from home:AndreasStieger:branches:devel:libraries:c_c++
libmicrohttpd 0.9.66

OBS-URL: https://build.opensuse.org/request/show/720591
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=93
2019-08-02 12:58:39 +00:00
Dominique Leuenberger
946e19013c Accepting request 713706 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/713706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=34
2019-07-22 10:14:41 +00:00
Tomáš Chvátal
bccada10b6 Accepting request 713705 from home:mnhauke
- Update to versin 0.9.65:
  * Many fixes and improvements for connection-specific memory pool
  * Better handled connection's memory shortage situations:
    + error response could be sent to client even if all buffer
      space was used;
    + if buffer space become low when receiving, do not allocate
      last buffer space and use small receive blocks instead.
  * Improved sending speed by using all available buffer space for
    sending.

OBS-URL: https://build.opensuse.org/request/show/713705
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=91
2019-07-06 11:08:16 +00:00
Dominique Leuenberger
0b7180400d Accepting request 708974 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/708974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=33
2019-06-24 19:47:24 +00:00
Tomáš Chvátal
1061cbd8d0 Accepting request 708972 from home:mnhauke
- Update to version 0.9.64:
  * Updated HTTP headers, methods and status codes from registries,
  * Added scripts to import new headers, methods and status codes
    from registries.
  * Reodered includes in microhttpd.h
  * Fixed compiler warnings
  * Updated and fixed libcurl tests.
  * Added checks for too long TLS parameters strings.
  * Spelling fixes.
  * Fixed example for non-64bits platforms.
  * Optimized and improved processing speed by using precalculated and
    already calculated lengths of strings.
  * Store connection's keys and values with sizes;
  * Speedup keys search be comparing key length first;
  * Added functions for working with keys and values with binary zeros;
  * Fixed test_postprocessor_amp to fail on problems.
  * Reverted change of MHD_KeyValueIterator, implemented
    MHD_KeyValueIteratorN with sizes for connection's key and value to
    get keys and values with binary zeros.
  * Fixed signed/unsigned comparison in example
    http_chunked_compression.c.
  * Bit manipulations moved to separate header file.
  * Improved shell compatibility for 'bootstrap', removed bash-ism.
  * Adding additional "value_length" argument to MHD_KeyValueIterator
    callback to support binary zeros in values.  This is done in a
    backwards-compatible way, but may require adding a cast to
    existing code to avoid a compiler warning.
  * Added example for how to compress a chunked HTTP response.

OBS-URL: https://build.opensuse.org/request/show/708972
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=89
2019-06-10 14:17:12 +00:00
Stephan Kulow
caf92190d3 Accepting request 673241 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/673241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=32
2019-02-24 15:57:41 +00:00
Tomáš Chvátal
93a901b908 Accepting request 673177 from home:mnhauke
- Update to version 0.9.63:
  * Extended test_get to test URI logging and query string parsing
    to avoid regression fixed in previous patch in the future.
  * Preliminary patch for the raw query string issue, to be tested.
  * Added minimal example for how to compress HTTP response.
  * Check for GNUTLS_E_AGAIN instead of GNUTLS_E_INTERRUPTED when
    giving up on a TLS connection. -LM/CG
  * Fix connection timeout logic if in thread-per-connection mode the
    working thread takes longer than the timeout to queue the response.
  * Add logic to avoid VLA arrays with compilers that do not support them.
  * Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on
    socket races when using threadpool. (See very detailed description
    of the issue in the libmicrohttpd mailinglist post of today.)
  * Added test for RFC 7616 and documented new API.
- Update to version 0.9.62:
  * Added test for RFC 7616 and documented new API.
  * Adding support for RFC 7616, experimental, needs
    testing and documentation still!
  * Add option to build MHD without any threads
    and MHD_FEATURE_THREADS to test for it.
  * Renamed all occurrences from _model(s)_ to _mode(s)_.
  * Optimized the function MHD_create_response_from_callback() for
    Windows by increasing its internal buffer size and allowed to
    customize it via macro MHD_FD_BLOCK_SIZE.
  * Referenced the gnutls_load_file() function in the HTTPs examples.
  * Fix regression causing URLs to be unescaped twice.

OBS-URL: https://build.opensuse.org/request/show/673177
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=87
2019-02-11 08:16:09 +00:00
Dominique Leuenberger
2938d3c715 Accepting request 656222 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/656222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=31
2018-12-10 11:23:48 +00:00
Tomáš Chvátal
9f44f5855b Accepting request 656175 from server:http
forward request 656072

OBS-URL: https://build.opensuse.org/request/show/656175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=85
2018-12-08 10:37:59 +00:00
Dominique Leuenberger
8c0e380043 Accepting request 580334 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/580334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=30
2018-03-01 11:06:18 +00:00
Tomáš Chvátal
c6e793c943 Accepting request 580331 from home:mnhauke
- Update to version 0.9.59:
  * Fix masking operation.
  * Fix deadlock when failing to prepare chunked response
  * Fix __clang_major__ related warnings for non-clang compilers.
  * Fixed tests on platforms with huge number of CPUs.
  * Doxygen configuration was updated.
  * Various doxygen fixes.
- Update to version 0.9.58:
  * Fixed HTTPS tests on modern platforms.
  * Minor documentation installation fixes.
  * Tolerate AF_UNIX when trying to determine our binding port
    from socket.  Use `sockaddr_storage` instead of trying to
    guess the sockaddr type before calling getsockname().

OBS-URL: https://build.opensuse.org/request/show/580331
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=83
2018-02-26 19:40:55 +00:00
Dominique Leuenberger
87c37d9e6d Accepting request 547134 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/547134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=29
2017-12-06 07:54:40 +00:00
Tomáš Chvátal
6764701fcd - Install copying
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=81
2017-12-01 14:05:02 +00:00
Tomáš Chvátal
ef1320a5ce Accepting request 546778 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.57:
  * See provided Changelog for details
- Drop no longer needed patches:
  * libmicrohttpd_test_data.patch
  * disable-stalling-test.patch

OBS-URL: https://build.opensuse.org/request/show/546778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=80
2017-11-30 15:28:32 +00:00
Dominique Leuenberger
bca689a027 Accepting request 499625 from devel:libraries:c_c++
- Version update to 0.9.55 bsc#1041216:
  * See provided Changelog for details

- Update to 0.9.33 bsc#854443 CVE-2013-7038 CVE-2013-7039

OBS-URL: https://build.opensuse.org/request/show/499625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=28
2017-05-31 10:11:45 +00:00
Tomáš Chvátal
6ac5edec3f - Update to 0.9.33 bsc#854443 CVE-2013-7038 CVE-2013-7039
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=78
2017-05-30 09:00:36 +00:00
Tomáš Chvátal
2afd0f50c5 - Version update to 0.9.55 bsc#1041216:
* See provided Changelog for details

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=77
2017-05-29 09:37:44 +00:00
Dominique Leuenberger
f3ea863463 Accepting request 494916 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/494916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=27
2017-05-20 08:09:18 +00:00
Tomáš Chvátal
4e63520e14 Accepting request 494915 from home:pluskalm:branches:devel:libraries:c_c++
- Update licensing information

OBS-URL: https://build.opensuse.org/request/show/494915
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=75
2017-05-15 11:57:40 +00:00
Tomáš Chvátal
43bd11e397 Accepting request 494528 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.54:
  * See provided Changelog for details

OBS-URL: https://build.opensuse.org/request/show/494528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=74
2017-05-11 08:44:33 +00:00
Tomáš Chvátal
9855926059 Accepting request 487866 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.53:
  * See provided Changelog for details
- Refresh patch:
  * libmicrohttpd_test_data.patch

OBS-URL: https://build.opensuse.org/request/show/487866
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=73
2017-04-18 10:55:44 +00:00
Dominique Leuenberger
294134ab15 Accepting request 478441 from devel:libraries:c_c++
- Do not abort on failing tests, as they randomly fail quite a lot
  bsc#1012840

OBS-URL: https://build.opensuse.org/request/show/478441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=26
2017-03-10 20:13:02 +00:00
Tomáš Chvátal
640cbdc135 bsc#1012840
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=71
2017-03-10 09:06:02 +00:00
Tomáš Chvátal
85dc9895b1 - Cleanup a bit
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=70
2017-03-08 13:17:50 +00:00
Dominique Leuenberger
b03e471ad5 Accepting request 445403 from devel:libraries:c_c++
- Version update to 0.9.52:
  * See provided Changelog for details
- Refresh patch:
  * disable-stalling-test.patch

OBS-URL: https://build.opensuse.org/request/show/445403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=25
2016-12-17 08:45:14 +00:00
Tomáš Chvátal
33ea4a400e - Version update to 0.9.52:
* See provided Changelog for details
- Refresh patch:
  * disable-stalling-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=68
2016-12-12 11:09:27 +00:00
Dominique Leuenberger
3b819dd3b1 Accepting request 399933 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/399933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=24
2016-06-07 21:44:45 +00:00
Ismail Dönmez
049ddd8fa1 Accepting request 399929 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.50:
  * See provided Changelog for details

OBS-URL: https://build.opensuse.org/request/show/399929
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=66
2016-06-03 08:37:38 +00:00
Dominique Leuenberger
760ea5839a Accepting request 390047 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/390047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=23
2016-04-30 21:24:43 +00:00
Tomáš Chvátal
618e05eef6 Accepting request 390041 from home:pluskalm:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/390041
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=64
2016-04-14 19:07:46 +00:00
Dominique Leuenberger
1eb3cf47ce Accepting request 349883 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/349883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=22
2015-12-23 07:48:41 +00:00
Ismail Dönmez
fbb6be8747 Accepting request 349707 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.4
- Update dependencies

OBS-URL: https://build.opensuse.org/request/show/349707
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=62
2015-12-20 14:47:22 +00:00
Stephan Kulow
4339e750f8 Accepting request 347526 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/347526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=21
2015-12-13 08:36:24 +00:00
Tomáš Chvátal
aafb79de0c Accepting request 347525 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.47

OBS-URL: https://build.opensuse.org/request/show/347525
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=60
2015-12-05 09:40:35 +00:00
Stephan Kulow
bcaba9c0e8 Accepting request 344773 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/344773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=20
2015-11-24 21:33:06 +00:00
Tomáš Chvátal
08231542ed Accepting request 344772 from home:pluskalm:branches:devel:libraries:c_c++
- Enable http2/spdy
- Don't build examples as we don't ship them anyway
- Disable tests as linking fails for them with spdy enabled

OBS-URL: https://build.opensuse.org/request/show/344772
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=58
2015-11-16 16:07:59 +00:00
Dominique Leuenberger
a842b7a906 Accepting request 343498 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/343498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=19
2015-11-15 11:45:35 +00:00
Ismail Dönmez
d381260f05 Accepting request 343463 from home:pluskalm:branches:devel:libraries:c_c++
- 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).

OBS-URL: https://build.opensuse.org/request/show/343463
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=56
2015-11-10 16:56:26 +00:00
Dominique Leuenberger
da721f452a Accepting request 341903 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/341903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=18
2015-11-04 14:32:40 +00:00
Tomáš Chvátal
393a9699d6 Accepting request 341902 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.45

OBS-URL: https://build.opensuse.org/request/show/341902
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=54
2015-11-01 11:59:31 +00:00
Dominique Leuenberger
2226d7de4e Accepting request 336053 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/336053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=17
2015-10-14 14:41:10 +00:00
Ismail Dönmez
c11ab1aa78 Fix URL
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=52
2015-10-03 14:39:51 +00:00
Ismail Dönmez
b9d47c7cd6 Accepting request 335907 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.44

OBS-URL: https://build.opensuse.org/request/show/335907
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=51
2015-10-02 13:46:47 +00:00
Dominique Leuenberger
a359dd0b6a Accepting request 332087 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/332087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=16
2015-10-01 07:27:04 +00:00
Stephan Kulow
26120f7deb Accepting request 332081 from home:pluskalm:branches:devel:libraries:c_c++
Delete dropped patch

OBS-URL: https://build.opensuse.org/request/show/332081
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=49
2015-09-19 11:09:47 +00:00
Stephan Kulow
5bd4235c0b Accepting request 332063 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.43

OBS-URL: https://build.opensuse.org/request/show/332063
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=48
2015-09-19 06:07:44 +00:00
Stephan Kulow
767895f2c2 Accepting request 317166 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/317166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=15
2015-07-20 13:14:17 +00:00
687e4f74bd Accepting request 316987 from home:matwey:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/316987
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=46
2015-07-16 09:59:22 +00:00