Skip to content

Commit 6324c01

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-nghttp2 (1.63.0-1 -> 1.64.0-1) mingw-w64-x86_64-nghttp2 (1.63.0-1 -> 1.64.0-1) mingw-w64-x86_64-osslsigncode (2.8-1 -> 2.9-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 4ef097a commit 6324c01

File tree

50 files changed

+265
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+265
-250
lines changed

mingw32/bin/libnghttp2-14.dll

-512 Bytes
Binary file not shown.

mingw32/include/nghttp2/nghttp2.h

Lines changed: 113 additions & 107 deletions
Large diffs are not rendered by default.

mingw32/include/nghttp2/nghttp2ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
* @macro
3030
* Version number of the nghttp2 library release
3131
*/
32-
#define NGHTTP2_VERSION "1.63.0"
32+
#define NGHTTP2_VERSION "1.64.0"
3333

3434
/**
3535
* @macro
3636
* Numerical representation of the version number of the nghttp2 library
3737
* release. This is a 24 bit number with 8 bits for major number, 8 bits
3838
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3939
*/
40-
#define NGHTTP2_VERSION_NUM 0x013f00
40+
#define NGHTTP2_VERSION_NUM 0x014000
4141

4242
#endif /* NGHTTP2VER_H */

mingw32/lib/cmake/nghttp2/nghttp2-targets.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 2.8.3 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "2.8.3")
77
message(FATAL_ERROR "CMake >= 2.8.3 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.3...3.28)
10+
cmake_policy(VERSION 2.8.3...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw32/lib/libnghttp2.a

-8 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libnghttp2.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ includedir=${prefix}/include
2828
Name: libnghttp2
2929
Description: HTTP/2 C library
3030
URL: https://github.com/tatsuhiro-t/nghttp2
31-
Version: 1.63.0
31+
Version: 1.64.0
3232
Libs: -L${libdir} -lnghttp2
3333
Cflags: -I${includedir}
3434
Cflags.private: -DNGHTTP2_STATICLIB

mingw32/share/doc/nghttp2/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ following libraries are required:
127127
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or
128128
wolfSSL; or LibreSSL (does not support 0RTT); or aws-lc; or
129129
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
130-
e13f7e2ff5432205f09b4679c8a7715f1c130372)
130+
76968bb3d53982560bcf08bcd0ba3e1865fe15cd)
131131
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.4.0
132132
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0
133133

@@ -341,7 +341,7 @@ Build aws-lc:
341341

342342
.. code-block:: text
343343
344-
$ git clone --depth 1 -b v1.34.2 https://github.com/aws/aws-lc
344+
$ git clone --depth 1 -b v1.36.1 https://github.com/aws/aws-lc
345345
$ cd aws-lc
346346
$ cmake -B build -DDISABLE_GO=ON --install-prefix=$PWD/opt
347347
$ make -j$(nproc) -C build
@@ -352,7 +352,7 @@ Build nghttp3:
352352

353353
.. code-block:: text
354354
355-
$ git clone --depth 1 -b v1.5.0 https://github.com/ngtcp2/nghttp3
355+
$ git clone --depth 1 -b v1.6.0 https://github.com/ngtcp2/nghttp3
356356
$ cd nghttp3
357357
$ git submodule update --init --depth 1
358358
$ autoreconf -i
@@ -365,7 +365,7 @@ Build ngtcp2:
365365

366366
.. code-block:: text
367367
368-
$ git clone --depth 1 -b v1.7.0 https://github.com/ngtcp2/ngtcp2
368+
$ git clone --depth 1 -b v1.8.1 https://github.com/ngtcp2/ngtcp2
369369
$ cd ngtcp2
370370
$ git submodule update --init --depth 1
371371
$ autoreconf -i
@@ -381,7 +381,7 @@ from source:
381381

382382
.. code-block:: text
383383
384-
$ git clone --depth 1 -b v1.4.5 https://github.com/libbpf/libbpf
384+
$ git clone --depth 1 -b v1.4.6 https://github.com/libbpf/libbpf
385385
$ cd libbpf
386386
$ PREFIX=$PWD/build make -C src install
387387
$ cd ..

mingw32/share/man/man1/h2load.1.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man1/nghttp.1.gz

0 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)