Commit Graph

86 Commits

Author SHA256 Message Date
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
Dominique Leuenberger
ccee33a256 Accepting request 305207 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/305207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=14
2015-05-06 05:46:47 +00:00
Ismail Dönmez
f1ea04328f Accepting request 305188 from home:AndreasStieger:branches:devel:libraries:c_c++
update to 0.9.41

OBS-URL: https://build.opensuse.org/request/show/305188
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=43
2015-05-03 13:26:23 +00:00
Dominique Leuenberger
bcb87b5d0e Accepting request 295679 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/295679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=13
2015-04-18 08:38:32 +00:00
Tomáš Chvátal
e1ac7cff57 Accepting request 295678 from home:msmeissn:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/295678
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=41
2015-04-13 12:18:25 +00:00
Dominique Leuenberger
ead323e1a4 Accepting request 280265 from devel:libraries:c_c++
- libmicrohttpd.keyring: replaced maintainers keyring by new one with:
  pub  4096R/E29FC3CC 2014-12-09
  uid                            Christian Grothoff <grothoff@gnunet.org>
  uid                            Christian Grothoff <christian@grothoff.org>
  uid                            Christian Grothoff <christian.grothoff@inria.fr>
  sub  4096R/117E1AFB 2014-12-09

- updated to 0.9.39
- dropped libmicrohttpd-0.9.34-spdy-pc.patch (included upstream)

OBS-URL: https://build.opensuse.org/request/show/280265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=12
2015-01-08 22:05:30 +00:00
13a6b3bfe3 - libmicrohttpd.keyring: replaced maintainers keyring by new one with:
pub  4096R/E29FC3CC 2014-12-09
  uid                            Christian Grothoff <grothoff@gnunet.org>
  uid                            Christian Grothoff <christian@grothoff.org>
  uid                            Christian Grothoff <christian.grothoff@inria.fr>
  sub  4096R/117E1AFB 2014-12-09

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=39
2015-01-08 08:49:27 +00:00
Michal Vyskocil
4dd0e29504 Accepting request 280155 from home:prusnak:branches:devel:libraries:c_c++
- updated to 0.9.39
- dropped libmicrohttpd-0.9.34-spdy-pc.patch (included upstream)

OBS-URL: https://build.opensuse.org/request/show/280155
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=38
2015-01-08 08:22:09 +00:00