Update to 9.2.1
Resolves: RHEL-56973 Signed-off-by: Sergio Correia <scorreia@redhat.com>
This commit is contained in:
parent
f2ec331fad
commit
1497f3e592
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@
|
||||
/llhttp-9.1.2-nm-dev.tgz
|
||||
/llhttp-9.1.3.tar.gz
|
||||
/llhttp-9.1.3-nm-dev.tgz
|
||||
/llhttp-9.2.1.tar.gz
|
||||
/llhttp-9.2.1-nm-dev.tgz
|
||||
|
@ -12,6 +12,19 @@ modules = "<unknown version>"
|
||||
# tslib/test/validateModuleExportsMatchCommonJS
|
||||
validateModuleExportsMatchCommonJS = "<unknown version>"
|
||||
|
||||
# Similarly, these are all just ES6 module (mjs) or CommonJS (cjs) module
|
||||
# wrappers in packages that do have proper license information:
|
||||
# node_modules_dev/@ungap/structured-clone/cjs
|
||||
# node_modules_dev/@typescript-eslint/utils/node_modules/minimatch/dist/cjs
|
||||
# node_modules_dev/@typescript-eslint/utils/node_modules/minimatch/dist/mjs
|
||||
# node_modules_dev/@typescript-eslint/parser/node_modules/minimatch/dist/cjs
|
||||
# node_modules_dev/@typescript-eslint/parser/node_modules/minimatch/dist/mjs
|
||||
# node_modules_dev/@typescript-eslint/type-utils/node_modules/minimatch/dist/cjs
|
||||
# node_modules_dev/@typescript-eslint/type-utils/node_modules/minimatch/dist/mjs
|
||||
# node_modules_dev/flatted/cjs
|
||||
cjs = "<unknown version>"
|
||||
mjs = "<unknown version>"
|
||||
|
||||
# These are all “dummy” modules in the tests for resolve:
|
||||
# resolve/test/module_dir/zmodules/bbb
|
||||
bbb = "<unknown version>"
|
||||
|
10
llhttp.spec
10
llhttp.spec
@ -26,8 +26,8 @@
|
||||
# additional source even if we do not do the re-generation ourselves.
|
||||
|
||||
Name: llhttp
|
||||
Version: 9.1.3
|
||||
%global so_version 9.1
|
||||
Version: 9.2.1
|
||||
%global so_version 9.2
|
||||
Release: %autorelease
|
||||
Summary: Port of http_parser to llparse
|
||||
|
||||
@ -226,10 +226,8 @@ fi
|
||||
export CXXFLAGS="${CXXFLAGS-} -fpermissive"
|
||||
export CFLAGS="${CFLAGS-} -fpermissive"
|
||||
export CLANG=gcc
|
||||
# See scripts.mocha in package.json:
|
||||
NODE_ENV=test ./node_modules/.bin/mocha \
|
||||
-r ts-node/register/type-check \
|
||||
test/*-test.ts
|
||||
# See scripts.test in package.json:
|
||||
NODE_ENV=test node -r ts-node/register/type-check ./test/md-test.ts
|
||||
|
||||
|
||||
%files
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (llhttp-9.1.3.tar.gz) = 037d873eda6b27cb7ef4cbb805ec1172a76dc3ba19f8ca868029ecc2a88129f8c8de3803ce91f6a6c7a995f56ab8267f1001c93009272c34a2350160446153fa
|
||||
SHA512 (llhttp-9.1.3-nm-dev.tgz) = 257ef03ba5a60e4338a6cc637829f29e98f6d2965aa206560b07f54b31d461f8eb1d41917bf7ad2538933aa9a90c12e0a663c366b62008ee263cd775a77a7dba
|
||||
SHA512 (llhttp-9.2.1.tar.gz) = 653a0d65226644a7d71c538da343b2cff75bc7acc8cd6473ac19d166cc77c3e00c6a9087120d9abb63a9ac6b50e408c905d5925fa96d5d46d425ee7d0e3cdf9c
|
||||
SHA512 (llhttp-9.2.1-nm-dev.tgz) = 3e1453675524b58c11335fe843636dbd20d4caff4cf247038aaed23be3fd7e99326382cc6c6d6457054abb32912f725153fe0f905bca8318bc663e86d4ab3c93
|
||||
|
Loading…
Reference in New Issue
Block a user