diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-06-03 08:49:56 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-06-03 08:58:43 +0300 |
commit | aa26a259dcc953ee5d75920a84d3592d5f3d1d3e (patch) | |
tree | cec8bcecce5c172b99c696a86c25665995fb7d12 | |
parent | 933f6cbf4f95da7762f11e135c0f5c357e6e95e4 (diff) | |
download | ydb-aa26a259dcc953ee5d75920a84d3592d5f3d1d3e.tar.gz |
Update contrib/libs/nghttp2 to 1.62.1
280befb46d5e3e117f50f938c68bf14c992cd65e
-rw-r--r-- | contrib/libs/nghttp2/config-linux.h | 6 | ||||
-rw-r--r-- | contrib/libs/nghttp2/lib/includes/nghttp2/nghttp2ver.h | 4 | ||||
-rw-r--r-- | contrib/libs/nghttp2/ya.make | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/nghttp2/config-linux.h b/contrib/libs/nghttp2/config-linux.h index dadaee750e..b4a3eea6aa 100644 --- a/contrib/libs/nghttp2/config-linux.h +++ b/contrib/libs/nghttp2/config-linux.h @@ -264,7 +264,7 @@ #define PACKAGE_NAME "nghttp2" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "nghttp2 1.62.0" +#define PACKAGE_STRING "nghttp2 1.62.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "nghttp2" @@ -273,7 +273,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.62.0" +#define PACKAGE_VERSION "1.62.1" /* Define to 1 if all of the C90 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for @@ -372,7 +372,7 @@ /* Version number of package */ -#define VERSION "1.62.0" +#define VERSION "1.62.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/contrib/libs/nghttp2/lib/includes/nghttp2/nghttp2ver.h b/contrib/libs/nghttp2/lib/includes/nghttp2/nghttp2ver.h index c8a373a120..c2f3323459 100644 --- a/contrib/libs/nghttp2/lib/includes/nghttp2/nghttp2ver.h +++ b/contrib/libs/nghttp2/lib/includes/nghttp2/nghttp2ver.h @@ -29,7 +29,7 @@ * @macro * Version number of the nghttp2 library release */ -#define NGHTTP2_VERSION "1.62.0" +#define NGHTTP2_VERSION "1.62.1" /** * @macro @@ -37,6 +37,6 @@ * 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 0x013e00 +#define NGHTTP2_VERSION_NUM 0x013e01 #endif /* NGHTTP2VER_H */ diff --git a/contrib/libs/nghttp2/ya.make b/contrib/libs/nghttp2/ya.make index bd3f4e3223..7e13e9939d 100644 --- a/contrib/libs/nghttp2/ya.make +++ b/contrib/libs/nghttp2/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.62.0) +VERSION(1.62.1) -ORIGINAL_SOURCE(https://github.com/nghttp2/nghttp2/archive/v1.62.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/nghttp2/nghttp2/archive/v1.62.1.tar.gz) ADDINCL( GLOBAL contrib/libs/nghttp2/lib/includes |