Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-nghttp2 (1.61.0-2 -> 1.62.1-1)
mingw-w64-x86_64-nghttp2 (1.61.0-2 -> 1.62.1-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Aug 5, 2024
1 parent 12cfe26 commit 6542504
Show file tree
Hide file tree
Showing 43 changed files with 33 additions and 33 deletions.
Binary file modified mingw32/bin/libnghttp2-14.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw32/include/nghttp2/nghttp2ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
* @macro
* Version number of the nghttp2 library release
*/
#define NGHTTP2_VERSION "1.61.0"
#define NGHTTP2_VERSION "1.62.1"

/**
* @macro
* Numerical representation of the version number of the nghttp2 library
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
#define NGHTTP2_VERSION_NUM 0x013d00
#define NGHTTP2_VERSION_NUM 0x013e01

#endif /* NGHTTP2VER_H */
2 changes: 1 addition & 1 deletion mingw32/lib/cmake/nghttp2/nghttp2-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.27)
cmake_policy(VERSION 2.8.3...3.28)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
Expand Down
Binary file modified mingw32/lib/libnghttp2.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/libnghttp2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ includedir=${prefix}/include
Name: libnghttp2
Description: HTTP/2 C library
URL: https://github.com/tatsuhiro-t/nghttp2
Version: 1.61.0
Version: 1.62.1
Libs: -L${libdir} -lnghttp2
Cflags: -I${includedir}
Cflags.private: -DNGHTTP2_STATICLIB
14 changes: 7 additions & 7 deletions mingw32/share/doc/nghttp2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ following libraries are required:
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or
LibreSSL (does not support 0RTT); or aws-lc; or
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
fae0964b3d44e94ca2a2d21f86e61dabe683d130)
6ab7c1482bf4cdc91c87bc512aaf68ffb18975ec)
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.4.0
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0

Expand All @@ -149,9 +149,9 @@ requires eBPF program for reloading its configuration and hot swapping
its executable.

Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8
is known to be adequate. In order to compile the C++ source code, gcc
>= 6.0 or clang >= 6.0 is required. C++ source code requires C++14
language features.
is known to be adequate. In order to compile the C++ source code,
C++20 compliant compiler is required. At least g++ >= 1.12 and
clang++ >= 1.15 are known to work.

.. note::

Expand Down Expand Up @@ -341,7 +341,7 @@ Build aws-lc:

.. code-block:: text
$ git clone --depth 1 -b v1.23.0 https://github.com/aws/aws-lc
$ git clone --depth 1 -b v1.26.0 https://github.com/aws/aws-lc
$ cd aws-lc
$ cmake -B build -DDISABLE_GO=ON --install-prefix=$PWD/opt
$ make -j$(nproc) -C build
Expand All @@ -352,7 +352,7 @@ Build nghttp3:

.. code-block:: text
$ git clone --depth 1 -b v1.2.0 https://github.com/ngtcp2/nghttp3
$ git clone --depth 1 -b v1.3.0 https://github.com/ngtcp2/nghttp3
$ cd nghttp3
$ git submodule update --init --depth 1
$ autoreconf -i
Expand All @@ -365,7 +365,7 @@ Build ngtcp2:

.. code-block:: text
$ git clone --depth 1 -b v1.4.0 https://github.com/ngtcp2/ngtcp2
$ git clone --depth 1 -b v1.5.0 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2
$ git submodule update --init --depth 1
$ autoreconf -i
Expand Down
Binary file modified mingw32/share/man/man1/h2load.1.gz
Binary file not shown.
Binary file modified mingw32/share/man/man1/nghttp.1.gz
Binary file not shown.
Binary file modified mingw32/share/man/man1/nghttpd.1.gz
Binary file not shown.
Binary file modified mingw32/share/man/man1/nghttpx.1.gz
Binary file not shown.
Binary file modified mingw64/bin/libnghttp2-14.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw64/include/nghttp2/nghttp2ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
* @macro
* Version number of the nghttp2 library release
*/
#define NGHTTP2_VERSION "1.61.0"
#define NGHTTP2_VERSION "1.62.1"

/**
* @macro
* Numerical representation of the version number of the nghttp2 library
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
#define NGHTTP2_VERSION_NUM 0x013d00
#define NGHTTP2_VERSION_NUM 0x013e01

#endif /* NGHTTP2VER_H */
2 changes: 1 addition & 1 deletion mingw64/lib/cmake/nghttp2/nghttp2-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.27)
cmake_policy(VERSION 2.8.3...3.28)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
Expand Down
Binary file modified mingw64/lib/libnghttp2.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/lib/pkgconfig/libnghttp2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ includedir=${prefix}/include
Name: libnghttp2
Description: HTTP/2 C library
URL: https://github.com/tatsuhiro-t/nghttp2
Version: 1.61.0
Version: 1.62.1
Libs: -L${libdir} -lnghttp2
Cflags: -I${includedir}
Cflags.private: -DNGHTTP2_STATICLIB
14 changes: 7 additions & 7 deletions mingw64/share/doc/nghttp2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ following libraries are required:
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or
LibreSSL (does not support 0RTT); or aws-lc; or
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
fae0964b3d44e94ca2a2d21f86e61dabe683d130)
6ab7c1482bf4cdc91c87bc512aaf68ffb18975ec)
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.4.0
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0

Expand All @@ -149,9 +149,9 @@ requires eBPF program for reloading its configuration and hot swapping
its executable.

Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8
is known to be adequate. In order to compile the C++ source code, gcc
>= 6.0 or clang >= 6.0 is required. C++ source code requires C++14
language features.
is known to be adequate. In order to compile the C++ source code,
C++20 compliant compiler is required. At least g++ >= 1.12 and
clang++ >= 1.15 are known to work.

.. note::

Expand Down Expand Up @@ -341,7 +341,7 @@ Build aws-lc:

.. code-block:: text
$ git clone --depth 1 -b v1.23.0 https://github.com/aws/aws-lc
$ git clone --depth 1 -b v1.26.0 https://github.com/aws/aws-lc
$ cd aws-lc
$ cmake -B build -DDISABLE_GO=ON --install-prefix=$PWD/opt
$ make -j$(nproc) -C build
Expand All @@ -352,7 +352,7 @@ Build nghttp3:

.. code-block:: text
$ git clone --depth 1 -b v1.2.0 https://github.com/ngtcp2/nghttp3
$ git clone --depth 1 -b v1.3.0 https://github.com/ngtcp2/nghttp3
$ cd nghttp3
$ git submodule update --init --depth 1
$ autoreconf -i
Expand All @@ -365,7 +365,7 @@ Build ngtcp2:

.. code-block:: text
$ git clone --depth 1 -b v1.4.0 https://github.com/ngtcp2/ngtcp2
$ git clone --depth 1 -b v1.5.0 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2
$ git submodule update --init --depth 1
$ autoreconf -i
Expand Down
Binary file modified mingw64/share/man/man1/h2load.1.gz
Binary file not shown.
Binary file modified mingw64/share/man/man1/nghttp.1.gz
Binary file not shown.
Binary file modified mingw64/share/man/man1/nghttpd.1.gz
Binary file not shown.
Binary file modified mingw64/share/man/man1/nghttpx.1.gz
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-nghttp2

%VERSION%
1.61.0-2
1.62.1-1

%BASE%
mingw-w64-nghttp2
Expand All @@ -17,16 +17,16 @@ https://nghttp2.org/
any

%BUILDDATE%
1717266803
1722730043

%INSTALLDATE%
1717383609
1722826772

%PACKAGER%
CI (msys2/msys2-autobuild/59bb7f6f/9332360720)
CI (msys2/msys2-autobuild/67d510ec/10231844680)

%SIZE%
1004752
1006631

%REASON%
1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1722654002
1722826775

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-x86_64-nghttp2

%VERSION%
1.61.0-2
1.62.1-1

%BASE%
mingw-w64-nghttp2
Expand All @@ -17,16 +17,16 @@ https://nghttp2.org/
any

%BUILDDATE%
1717269811
1722730010

%INSTALLDATE%
1717383609
1722826772

%PACKAGER%
CI (msys2/msys2-autobuild/59bb7f6f/9332372708)
CI (msys2/msys2-autobuild/67d510ec/10231844680)

%SIZE%
983683
985904

%REASON%
1
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/msys.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/msys.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 6542504

Please sign in to comment.