Skip to content

Commit 5b30d2d

Browse files
authored
Merge branch 'master' into feat/update_expat_2_7_5
2 parents b83a622 + bd52d38 commit 5b30d2d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

nghttp/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.68.0"
1+
version: "1.68.1"
22
description: "nghttp2 - HTTP/2 C Library"
33
url: https://github.com/espressif/idf-extra-components/tree/master/nghttp
44
dependencies:

nghttp/port/include/nghttp2/nghttp2ver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @macro
3030
* Version number of the nghttp2 library release
3131
*/
32-
#define NGHTTP2_VERSION "1.68.0"
32+
#define NGHTTP2_VERSION "1.68.1"
3333

3434
/**
3535
* @macro

nghttp/sbom_nghttp2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: nghttp2
2-
version: 1.68.0
2+
version: 1.68.1
33
cpe: cpe:2.3:a:nghttp2:nghttp2:{}:*:*:*:*:*:*:*
44
supplier: 'Organization: nghttp2 <https://nghttp2.org/'
55
description: nghttp2 - HTTP/2 C Library and tools
66
url: https://github.com/nghttp2/nghttp2
7-
hash: 534b74b72524e962c18c7146470914632ca7eb2d
7+
hash: f769990597670f3ea8d2440d1e18a3f9a0df9bc0
88
cve-exclude-list:
9-
- cve: CVE-2024-28182
10-
reason: Resolved in version v1.61.0
9+
- cve: CVE-2026-27135
10+
reason: Fixed in v1.68.1. See https://github.com/nghttp2/nghttp2/commit/310c239817118dc0b6be0c2184a7b6c39f751a45

0 commit comments

Comments
 (0)