mirror of
https://github.com/curl/curl.git
synced 2025-09-13 15:42:39 +03:00
parent
17fbed2008
commit
7398037abe
8
.github/workflows/awslc.yml
vendored
8
.github/workflows/awslc.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
name: 'install prereqs and impacket'
|
name: 'install prereqs and impacket'
|
||||||
|
|
||||||
- name: cache awslc
|
- name: cache awslc
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-awslc
|
id: cache-awslc
|
||||||
env:
|
env:
|
||||||
cache-name: cache-awslc
|
cache-name: cache-awslc
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
cmake --build . --parallel
|
cmake --build . --parallel
|
||||||
cmake --install .
|
cmake --install .
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: autoreconf -fi
|
- run: autoreconf -fi
|
||||||
name: 'autoreconf'
|
name: 'autoreconf'
|
||||||
|
@ -123,7 +123,7 @@ jobs:
|
||||||
name: 'install prereqs and impacket'
|
name: 'install prereqs and impacket'
|
||||||
|
|
||||||
- name: cache awslc
|
- name: cache awslc
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-awslc
|
id: cache-awslc
|
||||||
env:
|
env:
|
||||||
cache-name: cache-awslc
|
cache-name: cache-awslc
|
||||||
|
@ -143,7 +143,7 @@ jobs:
|
||||||
cmake --build . --parallel
|
cmake --build . --parallel
|
||||||
cmake --install .
|
cmake --install .
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: cmake -Bbuild -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DOPENSSL_ROOT_DIR=$HOME/awslc -DBUILD_SHARED_LIBS=ON .
|
- run: cmake -Bbuild -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DOPENSSL_ROOT_DIR=$HOME/awslc -DBUILD_SHARED_LIBS=ON .
|
||||||
name: 'cmake generate out-of-tree'
|
name: 'cmake generate out-of-tree'
|
||||||
|
|
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
|
@ -51,11 +51,11 @@ jobs:
|
||||||
security-events: write
|
security-events: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
|
||||||
with:
|
with:
|
||||||
languages: cpp
|
languages: cpp
|
||||||
queries: security-extended
|
queries: security-extended
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v3
|
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
|
@ -77,4 +77,4 @@ jobs:
|
||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
|
||||||
|
|
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/configure-vs-cmake.yml
vendored
2
.github/workflows/configure-vs-cmake.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: run configure --with-openssl
|
- name: run configure --with-openssl
|
||||||
run: |
|
run: |
|
||||||
|
|
6
.github/workflows/curl-for-win.yml
vendored
6
.github/workflows/curl-for-win.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
with:
|
with:
|
||||||
path: 'curl'
|
path: 'curl'
|
||||||
fetch-depth: 8
|
fetch-depth: 8
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
with:
|
with:
|
||||||
path: 'curl'
|
path: 'curl'
|
||||||
fetch-depth: 8
|
fetch-depth: 8
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
win-llvm:
|
win-llvm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
with:
|
with:
|
||||||
path: 'curl'
|
path: 'curl'
|
||||||
fetch-depth: 8
|
fetch-depth: 8
|
||||||
|
|
10
.github/workflows/distcheck.yml
vendored
10
.github/workflows/distcheck.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: sudo apt-get purge -y curl libcurl4 libcurl4-doc
|
- run: sudo apt-get purge -y curl libcurl4 libcurl4-doc
|
||||||
name: 'remove preinstalled curl libcurl4{-doc}'
|
name: 'remove preinstalled curl libcurl4{-doc}'
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
mkdir run2; cp -p ./curl-99.98.97.* run2/
|
mkdir run2; cp -p ./curl-99.98.97.* run2/
|
||||||
diff run1 run2
|
diff run1 run2
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
|
||||||
with:
|
with:
|
||||||
name: 'release-tgz'
|
name: 'release-tgz'
|
||||||
path: 'curl-99.98.97.tar.gz'
|
path: 'curl-99.98.97.tar.gz'
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
needs: maketgz-and-verify-in-tree
|
needs: maketgz-and-verify-in-tree
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
|
||||||
with:
|
with:
|
||||||
name: 'release-tgz'
|
name: 'release-tgz'
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
needs: maketgz-and-verify-in-tree
|
needs: maketgz-and-verify-in-tree
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
|
||||||
with:
|
with:
|
||||||
name: 'release-tgz'
|
name: 'release-tgz'
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
needs: maketgz-and-verify-in-tree
|
needs: maketgz-and-verify-in-tree
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
|
||||||
with:
|
with:
|
||||||
name: 'release-tgz'
|
name: 'release-tgz'
|
||||||
|
|
||||||
|
|
2
.github/workflows/hacktoberfest-accepted.yml
vendored
2
.github/workflows/hacktoberfest-accepted.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
|
|
||||||
|
|
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v5
|
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
4
.github/workflows/linkcheck.yml
vendored
4
.github/workflows/linkcheck.yml
vendored
|
@ -30,12 +30,12 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
name: checkout
|
name: checkout
|
||||||
|
|
||||||
- name: trim the cmdline docs markdown files
|
- name: trim the cmdline docs markdown files
|
||||||
run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md | xargs -n1 ./.github/scripts/cleancmd.pl
|
run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md | xargs -n1 ./.github/scripts/cleancmd.pl
|
||||||
|
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
|
||||||
with:
|
with:
|
||||||
use-quiet-mode: 'yes'
|
use-quiet-mode: 'yes'
|
||||||
|
|
2
.github/workflows/linux-old.yml
vendored
2
.github/workflows/linux-old.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u3_amd64.deb
|
httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u3_amd64.deb
|
||||||
dpkg -i libc6_2.28-10+deb10u3_amd64.deb
|
dpkg -i libc6_2.28-10+deb10u3_amd64.deb
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: 'cmake build-only (out-of-tree, libssh2)'
|
- name: 'cmake build-only (out-of-tree, libssh2)'
|
||||||
run: |
|
run: |
|
||||||
|
|
18
.github/workflows/linux.yml
vendored
18
.github/workflows/linux.yml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
||||||
apk add --no-cache build-base autoconf automake libtool perl openssl-dev libssh2-dev zlib-dev brotli-dev zstd-dev libidn2-dev openldap-dev heimdal-dev libpsl-dev py3-impacket py3-asn1 py3-six py3-pycryptodomex perl-time-hires openssh stunnel sudo git
|
apk add --no-cache build-base autoconf automake libtool perl openssl-dev libssh2-dev zlib-dev brotli-dev zstd-dev libidn2-dev openldap-dev heimdal-dev libpsl-dev py3-impacket py3-asn1 py3-six py3-pycryptodomex perl-time-hires openssh stunnel sudo git
|
||||||
name: 'install dependencies'
|
name: 'install dependencies'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: Fix kernel mmap rnd bits
|
- name: Fix kernel mmap rnd bits
|
||||||
# Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
|
# Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
|
||||||
|
@ -226,7 +226,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache bearssl
|
- name: cache bearssl
|
||||||
if: contains(matrix.build.install_steps, 'bearssl')
|
if: contains(matrix.build.install_steps, 'bearssl')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-bearssl
|
id: cache-bearssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-bearssl
|
cache-name: cache-bearssl
|
||||||
|
@ -247,7 +247,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache libressl
|
- name: cache libressl
|
||||||
if: contains(matrix.build.install_steps, 'libressl')
|
if: contains(matrix.build.install_steps, 'libressl')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-libressl
|
id: cache-libressl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-libressl
|
cache-name: cache-libressl
|
||||||
|
@ -266,7 +266,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache mbedtls
|
- name: cache mbedtls
|
||||||
if: contains(matrix.build.install_steps, 'mbedtls')
|
if: contains(matrix.build.install_steps, 'mbedtls')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-mbedtls
|
id: cache-mbedtls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mbedtls
|
cache-name: cache-mbedtls
|
||||||
|
@ -284,7 +284,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache openssl3
|
- name: cache openssl3
|
||||||
if: contains(matrix.build.install_steps, 'openssl3')
|
if: contains(matrix.build.install_steps, 'openssl3')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-openssl3
|
id: cache-openssl3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-openssl3
|
cache-name: cache-openssl3
|
||||||
|
@ -302,7 +302,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
if: contains(matrix.build.install_steps, 'quictls')
|
if: contains(matrix.build.install_steps, 'quictls')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-quictls
|
id: cache-quictls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls
|
cache-name: cache-quictls
|
||||||
|
@ -320,7 +320,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache msh3
|
- name: cache msh3
|
||||||
if: contains(matrix.build.install_steps, 'msh3')
|
if: contains(matrix.build.install_steps, 'msh3')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-msh3
|
id: cache-msh3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-msh3
|
cache-name: cache-msh3
|
||||||
|
@ -347,7 +347,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache rustls
|
- name: cache rustls
|
||||||
if: contains(matrix.build.install_steps, 'rustls')
|
if: contains(matrix.build.install_steps, 'rustls')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-rustls
|
id: cache-rustls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-rustls
|
cache-name: cache-rustls
|
||||||
|
@ -389,7 +389,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache mod_h2
|
- name: cache mod_h2
|
||||||
if: contains(matrix.build.install_steps, 'pytest')
|
if: contains(matrix.build.install_steps, 'pytest')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-mod_h2
|
id: cache-mod_h2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mod_h2
|
cache-name: cache-mod_h2
|
||||||
|
|
2
.github/workflows/linux32.yml
vendored
2
.github/workflows/linux32.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
sudo python3 -m pip install impacket
|
sudo python3 -m pip install impacket
|
||||||
name: 'install prereqs'
|
name: 'install prereqs'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: autoreconf -fi
|
- run: autoreconf -fi
|
||||||
name: 'autoreconf'
|
name: 'autoreconf'
|
||||||
|
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -178,7 +178,7 @@ jobs:
|
||||||
python3 -m pip install impacket
|
python3 -m pip install impacket
|
||||||
name: 'pip3 install'
|
name: 'pip3 install'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: rm -f $HOME/.curlrc
|
- run: rm -f $HOME/.curlrc
|
||||||
name: remove $HOME/.curlrc
|
name: remove $HOME/.curlrc
|
||||||
|
@ -249,7 +249,7 @@ jobs:
|
||||||
esac
|
esac
|
||||||
name: 'brew unlink openssl'
|
name: 'brew unlink openssl'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DUSE_APPLE_IDN=ON ${{ matrix.build.generate }}
|
- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DUSE_APPLE_IDN=ON ${{ matrix.build.generate }}
|
||||||
name: 'cmake generate'
|
name: 'cmake generate'
|
||||||
|
|
2
.github/workflows/man-examples.yml
vendored
2
.github/workflows/man-examples.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: render nroff versions
|
- name: render nroff versions
|
||||||
run: autoreconf -fi && ./configure --without-ssl --without-libpsl && make -C docs
|
run: autoreconf -fi && ./configure --without-ssl --without-libpsl && make -C docs
|
||||||
|
|
12
.github/workflows/ngtcp2-linux.yml
vendored
12
.github/workflows/ngtcp2-linux.yml
vendored
|
@ -101,7 +101,7 @@ jobs:
|
||||||
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
name: 'install prereqs and impacket, pytest, crypto, apache2'
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-quictls-no-deprecated
|
id: cache-quictls-no-deprecated
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls-no-deprecated
|
cache-name: cache-quictls-no-deprecated
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: cache gnutls
|
- name: cache gnutls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-gnutls
|
id: cache-gnutls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-gnutls
|
cache-name: cache-gnutls
|
||||||
|
@ -152,7 +152,7 @@ jobs:
|
||||||
name: 'install gnutls'
|
name: 'install gnutls'
|
||||||
|
|
||||||
- name: cache wolfssl
|
- name: cache wolfssl
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-wolfssl
|
id: cache-wolfssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-wolfssl
|
cache-name: cache-wolfssl
|
||||||
|
@ -178,7 +178,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: cache nghttp3
|
- name: cache nghttp3
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-nghttp3
|
id: cache-nghttp3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp3
|
cache-name: cache-nghttp3
|
||||||
|
@ -221,7 +221,7 @@ jobs:
|
||||||
name: 'install nghttp2'
|
name: 'install nghttp2'
|
||||||
|
|
||||||
- name: cache mod_h2
|
- name: cache mod_h2
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-mod_h2
|
id: cache-mod_h2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mod_h2
|
cache-name: cache-mod_h2
|
||||||
|
@ -244,7 +244,7 @@ jobs:
|
||||||
sudo make install
|
sudo make install
|
||||||
name: 'install mod_h2'
|
name: 'install mod_h2'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
||||||
|
|
12
.github/workflows/osslq-linux.yml
vendored
12
.github/workflows/osslq-linux.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache openssl3
|
- name: cache openssl3
|
||||||
if: contains(matrix.build.install_steps, 'openssl3')
|
if: contains(matrix.build.install_steps, 'openssl3')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-openssl3
|
id: cache-openssl3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-openssl3
|
cache-name: cache-openssl3
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
if: contains(matrix.build.install_steps, 'quictls')
|
if: contains(matrix.build.install_steps, 'quictls')
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-quictls
|
id: cache-quictls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls
|
cache-name: cache-quictls
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-quictls-${{ env.quictls-version }}
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-quictls-${{ env.quictls-version }}
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-quictls-no-deprecated
|
id: cache-quictls-no-deprecated
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls-no-deprecated
|
cache-name: cache-quictls-no-deprecated
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: cache nghttp3
|
- name: cache nghttp3
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-nghttp3
|
id: cache-nghttp3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp3
|
cache-name: cache-nghttp3
|
||||||
|
@ -185,7 +185,7 @@ jobs:
|
||||||
name: 'install nghttp2'
|
name: 'install nghttp2'
|
||||||
|
|
||||||
- name: cache mod_h2
|
- name: cache mod_h2
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-mod_h2
|
id: cache-mod_h2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mod_h2
|
cache-name: cache-mod_h2
|
||||||
|
@ -208,7 +208,7 @@ jobs:
|
||||||
sudo make install
|
sudo make install
|
||||||
name: 'install mod_h2'
|
name: 'install mod_h2'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
||||||
|
|
2
.github/workflows/proselint.yml
vendored
2
.github/workflows/proselint.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: install prereqs
|
- name: install prereqs
|
||||||
run: |
|
run: |
|
||||||
|
|
8
.github/workflows/quiche-linux.yml
vendored
8
.github/workflows/quiche-linux.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
name: 'install prereqs and impacket, pytest, crypto'
|
name: 'install prereqs and impacket, pytest, crypto'
|
||||||
|
|
||||||
- name: cache nghttpx
|
- name: cache nghttpx
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-nghttpx
|
id: cache-nghttpx
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttpx
|
cache-name: cache-nghttpx
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
name: 'install nghttp2'
|
name: 'install nghttp2'
|
||||||
|
|
||||||
- name: cache quiche
|
- name: cache quiche
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-quiche
|
id: cache-quiche
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quiche
|
cache-name: cache-quiche
|
||||||
|
@ -162,7 +162,7 @@ jobs:
|
||||||
name: 'build quiche and boringssl'
|
name: 'build quiche and boringssl'
|
||||||
|
|
||||||
- name: cache mod_h2
|
- name: cache mod_h2
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||||
id: cache-mod_h2
|
id: cache-mod_h2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mod_h2
|
cache-name: cache-mod_h2
|
||||||
|
@ -185,7 +185,7 @@ jobs:
|
||||||
sudo make install
|
sudo make install
|
||||||
name: 'install mod_h2'
|
name: 'install mod_h2'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt
|
||||||
|
|
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3
|
||||||
|
|
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
- name: 'shellcheck'
|
- name: 'shellcheck'
|
||||||
run: .github/scripts/shellcheck.sh
|
run: .github/scripts/shellcheck.sh
|
||||||
|
|
4
.github/workflows/spellcheck.yml
vendored
4
.github/workflows/spellcheck.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: trim all man page *.md files
|
- name: trim all man page *.md files
|
||||||
run: find docs -name "*.md" ! -name "_*" | xargs -n1 ./.github/scripts/cleancmd.pl
|
run: find docs -name "*.md" ! -name "_*" | xargs -n1 ./.github/scripts/cleancmd.pl
|
||||||
|
@ -45,6 +45,6 @@ jobs:
|
||||||
run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
|
run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
|
||||||
|
|
||||||
- name: Check Spelling
|
- name: Check Spelling
|
||||||
uses: rojopolis/spellcheck-github-actions@v0
|
uses: rojopolis/spellcheck-github-actions@dbd2f1da869c05ad874fffeb6fe1ed50cd1a6e98 # v0
|
||||||
with:
|
with:
|
||||||
config_path: .github/scripts/spellcheck.yaml
|
config_path: .github/scripts/spellcheck.yaml
|
||||||
|
|
2
.github/workflows/synopsis.yml
vendored
2
.github/workflows/synopsis.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- name: verify-synopsis
|
- name: verify-synopsis
|
||||||
run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3
|
run: ./.github/scripts/verify-synopsis.pl docs/libcurl/curl*.3
|
||||||
|
|
2
.github/workflows/torture.yml
vendored
2
.github/workflows/torture.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
sudo python3 -m pip install impacket
|
sudo python3 -m pip install impacket
|
||||||
name: 'install prereqs and impacket'
|
name: 'install prereqs and impacket'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: autoreconf -fi
|
- run: autoreconf -fi
|
||||||
name: 'autoreconf'
|
name: 'autoreconf'
|
||||||
|
|
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
sudo python3 -m pip install impacket
|
sudo python3 -m pip install impacket
|
||||||
name: 'install prereqs and impacket'
|
name: 'install prereqs and impacket'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
source .github/scripts/VERSIONS
|
source .github/scripts/VERSIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user