Skip to content

Commit 65b38e2

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-nghttp2 (1.67.0-1 -> 1.67.1-1) mingw-w64-x86_64-nghttp2 (1.67.0-1 -> 1.67.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 14844db commit 65b38e2

File tree

39 files changed

+23
-23
lines changed

39 files changed

+23
-23
lines changed

mingw32/bin/libnghttp2-14.dll

0 Bytes
Binary file not shown.

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.67.0"
32+
#define NGHTTP2_VERSION "1.67.1"
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 0x014300
40+
#define NGHTTP2_VERSION_NUM 0x014301
4141

4242
#endif /* NGHTTP2VER_H */

mingw32/lib/cmake/nghttp2/nghttp2ConfigVersion.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "1.67.0")
12+
set(PACKAGE_VERSION "1.67.1")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("1.67.0" MATCHES "^([0-9]+)\\.")
18+
if("1.67.1" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "1.67.0")
24+
set(CVF_VERSION_MAJOR "1.67.1")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)

mingw32/lib/libnghttp2.a

492 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.67.0
31+
Version: 1.67.1
3232
Libs: -L${libdir} -lnghttp2
3333
Cflags: -I${includedir}
3434
Cflags.private: -DNGHTTP2_STATICLIB

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

0 Bytes
Binary file not shown.

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

1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw64/bin/libnghttp2-14.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)