Commit Graph

240 Commits

Author SHA1 Message Date
Rudi Heitbaum
7259f7a547 libmicrohttpd: update to 0.9.76 2023-03-14 14:00:32 +00:00
Rudi Heitbaum
98db1781db curl: update to 7.88.1
changes:
- https://curl.se/changes.html
2023-02-20 10:27:23 +00:00
Rudi Heitbaum
c665690d6a nghttp2: update to 1.52.0
release notes:
- https://github.com/nghttp2/nghttp2/releases/tag/v1.52.0
2023-02-20 10:20:31 +00:00
Rudi Heitbaum
2d5964a418 nghttp2: update to 1.51.0
release notes:
- https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
- https://nghttp2.org/blog/2022/11/13/nghttp2-v1-51-0/
2022-11-15 12:07:54 +00:00
CvH
480243581c Merge pull request #6856 from heitbaum/curl
curl: update to 7.86.0
2022-10-28 08:15:07 +02:00
Rudi Heitbaum
c853bf67c8 curl: update to 7.86.0
release notes:
- https://curl.se/changes.html
2022-10-27 11:19:11 +00:00
Rudi Heitbaum
0ab3cee188 nghttp2: update to 1.50.0
announcement:
- https://nghttp2.org/blog/2022/09/21/nghttp2-v1-50-0/
2022-09-22 06:41:00 +00:00
CvH
074c452bfd Merge pull request #6852 from heitbaum/pkgtoolchain1
migrate to cmake and meson builds
2022-08-31 12:33:47 +02:00
Rudi Heitbaum
c950d03381 curl: update to 7.85.0
https://curl.se/changes.html#7_85_0
https://daniel.haxx.se/blog/2022/08/31/curl-7-85-0-for-you/
https://youtu.be/I4vYSKjvHGE
2022-08-31 10:23:51 +00:00
Rudi Heitbaum
833b671f5c nghttp2: migrate to cmake build 2022-08-30 10:15:34 +00:00
Rudi Heitbaum
7963eea2c3 nghttp2: update to 1.49.0 2022-08-27 06:37:53 +00:00
alex
778ded02df curl: add patch to fix build for 7.84.0 on arm32 2022-07-16 14:55:45 +02:00
Christian Hewitt
bd4cb6875c Merge pull request #6662 from heitbaum/curl
curl: update to 7.84.0
2022-07-16 06:30:13 +01:00
Rudi Heitbaum
b33576f8a7 nghttp2: update to 1.48.0
release notes:
- https://github.com/nghttp2/nghttp2/releases
2022-07-02 12:04:45 +00:00
Rudi Heitbaum
0db4b55c49 curl: update to 7.84.0
changes:
- https://curl.se/changes.html#7_84_0
2022-07-01 10:24:54 +00:00
CvH
1ac9e95727 Merge pull request #6477 from heitbaum/curl
curl: update to 7.83.1
2022-05-15 12:12:14 +02:00
SupervisedThinking
7f05e605a2 libmicrohttpd: disable examples / fix build 2022-05-13 19:46:26 +02:00
Rudi Heitbaum
d045ca573d curl: update to 7.83.1
release notes:
- https://curl.se/changes.html#7_83_1
2022-05-11 11:12:57 +00:00
Rudi Heitbaum
d3301e1f97 curl: update to 7.83.0 2022-05-02 04:56:20 +00:00
CvH
abe3b0b7ff Merge pull request #6268 from heitbaum/curl
curl: update to 7.82.0
2022-04-15 13:31:10 +02:00
heitbaum
5667636803 curl: update to 7.82.0
update 7.80.0 (2021-11-10) to 7.82.0 (2022-03-05)

include the upstream PR 8664 fixing http2: fix handling of
client-initiated "done"

changelog:
- https://curl.se/changes.html#7_82_0
- https://curl.se/changes.html#7_81_0
2022-04-15 09:45:16 +00:00
Rudi Heitbaum
63bda33da2 nghttp2: update to 1.47.0
update 1.46.0 (2021-10-19) to 1.47.0 (2022-02-23)

release notes:
- https://github.com/nghttp2/nghttp2/releases/tag/v1.47.0
2022-02-26 09:20:45 +00:00
heitbaum
3e97799ccd curl: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
1656fd05f7 nghttp2: update to 1.46.0
release notes:
- https://github.com/nghttp2/nghttp2/releases/tag/v1.46.0

blog post:
- https://nghttp2.org/blog/2021/10/19/nghttp2-v1-46-0/
2022-01-02 07:42:48 +00:00
heitbaum
6a60af7ce5 libmicrohttpd: update to 0.9.75
update 0.9.74 (2021-12-19) to 0.9.75 (2021-12-26)

ann: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00010.html

This is a correction release.

The main improvement is the implementation of workaround for some OSes
(like OpenBSD 7) where "monotonic" clock may jump back. Now MHD is able
to automatically detect such situations and recover if the jump is
small. This workaround is needed with increased accuracy of connection
timeout introduced in previous version, as with lower accuracy (v0.9.73
and before) these jumpbacks were unnoticeable. Other changes: some
compiler, Makefile, and configure warnings on specific platforms were
fixed; one test further improved.
2022-01-02 07:30:43 +00:00