Browse Source

Intermediate changes

robot-piglet 10 months ago
parent
commit
70ce8be8bc

+ 2 - 0
build/mapping.conf.json

@@ -351,6 +351,7 @@
         "6164128408": "https://devtools-registry.s3.yandex.net/6164128408",
         "6133419349": "https://devtools-registry.s3.yandex.net/6133419349",
         "1277521710": "https://devtools-registry.s3.yandex.net/1277521710",
+        "1812152858": "https://devtools-registry.s3.yandex.net/1812152858",
         "5776380974": "https://devtools-registry.s3.yandex.net/5776380974",
         "5777101734": "https://devtools-registry.s3.yandex.net/5777101734",
         "5909068951": "https://devtools-registry.s3.yandex.net/5909068951",
@@ -805,6 +806,7 @@
         "6164128408": "gdb-14-linux-x86_64-2f60b923acb68d45b101313954b70779c13a19b8",
         "6133419349": "gdb-14-linux-x86_64-b1fa9be28bbf4ee845d6a39a049c7b60018a3695",
         "1277521710": "infra/kernel/tools/atop/build/atop-static.tar.gz",
+        "1812152858": "junk/zubchick/buf/buf for linux",
         "5776380974": "none-none-none-result_resources/jdk-darwin-aarch64.yandex.tgz",
         "5777101734": "none-none-none-result_resources/jdk-darwin-aarch64.yandex.tgz",
         "5909068951": "none-none-none-result_resources/jdk-darwin-aarch64.yandex.tgz",

+ 2 - 2
contrib/restricted/llhttp/README.md

@@ -397,7 +397,7 @@ With this flag this check is disabled.
 Make sure you have [Node.js](https://nodejs.org/), npm and npx installed. Then under project directory run:
 
 ```sh
-npm install
+npm ci
 make
 ```
 
@@ -451,7 +451,7 @@ _Note that using the git repo directly (e.g., via a git repo url and tag) will n
 
 1. Ensure that `Clang` and `make` are in your system path.
 2. Using Git Bash, clone the repo to your preferred location.
-3. Cd into the cloned directory and run `npm install`
+3. Cd into the cloned directory and run `npm ci`
 5. Run `make`
 6. Your `repo/build` directory should now have `libllhttp.a` and `libllhttp.so` static and dynamic libraries.
 7. When building your executable, you can link to these libraries. Make sure to set the build folder as an include path when building so you can reference the declarations in `repo/build/llhttp.h`.

+ 1 - 1
contrib/restricted/llhttp/include/llhttp.h

@@ -4,7 +4,7 @@
 
 #define LLHTTP_VERSION_MAJOR 9
 #define LLHTTP_VERSION_MINOR 2
-#define LLHTTP_VERSION_PATCH 0
+#define LLHTTP_VERSION_PATCH 1
 
 #ifndef INCLUDE_LLHTTP_ITSELF_H_
 #define INCLUDE_LLHTTP_ITSELF_H_

File diff suppressed because it is too large
+ 125 - 125
contrib/restricted/llhttp/src/llhttp.c


+ 2 - 2
contrib/restricted/llhttp/ya.make

@@ -6,9 +6,9 @@ LICENSE(MIT)
 
 LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
 
-VERSION(9.2.0)
+VERSION(9.2.1)
 
-ORIGINAL_SOURCE(https://github.com/nodejs/llhttp/archive/release/v9.2.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/nodejs/llhttp/archive/release/v9.2.1.tar.gz)
 
 ADDINCL(
     GLOBAL contrib/restricted/llhttp/include

Some files were not shown because too many files changed in this diff