Skip to content

Commit b5a2fa5

Browse files
committed
Update contrib/libs/ngtcp2 to 1.10.0
commit_hash:575ab472e9f49752fd76b8aa5096e6042f4a3782
1 parent 2e3581e commit b5a2fa5

31 files changed

+1114
-180
lines changed

contrib/libs/ngtcp2/.yandex_meta/devtools.copyrights.report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ BELONGS ya.make
127127
Match type : COPYRIGHT
128128
Files with this license:
129129
COPYING [3:3]
130-
README.rst [355:355]
130+
README.rst [357:357]
131131
lib/includes/ngtcp2/version.h [4:4]
132132

133133
KEEP COPYRIGHT_SERVICE_LABEL 94b9ad611aac02e9c9d2f6105f7ab5f2

contrib/libs/ngtcp2/.yandex_meta/devtools.licenses.report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ BELONGS ya.make
8383
Match type : NOTICE
8484
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
8585
Files with this license:
86-
README.rst [350:353]
86+
README.rst [352:355]
8787

8888
KEEP MIT a3a8f7feced3937b87cd090ba748e24b
8989
BELONGS ya.make

contrib/libs/ngtcp2/.yandex_meta/licenses.list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Frédéric Lécaille
8787
Félix Dagenais
8888
Irina Guberman
8989
James M Snell
90+
Jan Doskočil
9091
Jason Rhinelander
9192
Javier Blazquez
9293
Jay Satiro

contrib/libs/ngtcp2/.yandex_meta/override.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgs: attrs: with pkgs; rec {
2-
version = "1.8.1";
2+
version = "1.10.0";
33

44
src = fetchurl {
55
url = "https://github.com/ngtcp2/ngtcp2/releases/download/v${version}/ngtcp2-${version}.tar.xz";
6-
hash = "sha256-rIRKees/FT5Mzc/szt9CxXqzUruKuS7IrF00F6ec+xE=";
6+
hash = "sha256-T43B1hlXIF0Bw9aqbxyWx7K6wf7qcf2vly2G219kZd8=";
77
};
88

99
patches = [];

contrib/libs/ngtcp2/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Frédéric Lécaille
1818
Félix Dagenais
1919
Irina Guberman
2020
James M Snell
21+
Jan Doskočil
2122
Jason Rhinelander
2223
Javier Blazquez
2324
Jay Satiro

0 commit comments

Comments
 (0)