Searched +full:libpsl +full:- +full:dev (Results 1 – 20 of 20) sorted by relevance
21 # SPDX-License-Identifier: curl28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference36 - run:38 autoreconf -fi39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }41 configure-openssl-no-verbose:43 - run:45 autoreconf -fi46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }[all …]
21 # SPDX-License-Identifier: curl24 # https://dev.azure.com/daniel0244/curl/_build?view=runs32 - 'master'33 - '*/ci'36 - '.circleci/*'37 - '.cirrus.yml'38 - '.github/*'39 - '.github/workflows/*'40 - 'appveyor.*'41 - 'packages/*'[all …]
3 # SPDX-License-Identifier: curl5 # Self-contained build environment to match the release environment.9 # docker build --build-arg SOURCE_DATE_EPOCH=1711526400 --build-arg UID=$(id -u) --build-arg GID=…13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -…15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7…20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash21 # $ autoreconf -fi22 # $ ./configure --without-ssl --without-libpsl[all …]
21 # SPDX-License-Identifier: curl29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])67 if test -z "$SED"; then71 if test -z "$SED" || test "$SED" = "not_found"; then79 if test -z "$GREP"; then83 if test -z "$GREP" || test "$GREP" = "not_found"; then89 dnl 'grep -E' is mandatory for configure process and libtool.91 if test -z "$EGREP"; then93 AC_MSG_CHECKING([that grep -E works])94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then[all …]
21 # SPDX-License-Identifier: curl29 # sub-projects in a larger build using `FetchContent`. To support32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"66 # Setup package meta-data71 # SET(PACKAGE_VERSION "-")72 # SET(PACKAGE_STRING "curl-")91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})100 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})[all …]
2 # Guess values for system-dependent variables and create Makefiles.3 # Generated by GNU Autoconf 2.71 for curl -.8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,19 ## -------------------------------- ##21 ## -------------------------------- ##60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'66 # Try built-in echo, and fail.77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'109 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null`[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'18 - 'appveyor.*'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'18 - 'packages/**'[all …]
3 # SPDX-License-Identifier: curl5 name: Linux 32-bit10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl12 # stretch has ELTS support from Feexian until 2027-06-3013 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/14 # The Debian key will expire 2025-05-20, after which package signature24 - master25 - '*/ci'26 paths-ignore:27 - '**/*.md'28 - '.azure-pipelines.yml'29 - '.circleci/**'[all …]
3 # SPDX-License-Identifier: curl5 name: Linux AWS-LC10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'[all …]
3 # SPDX-License-Identifier: curl5 name: osslq-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: ngtcp2-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y \20 pkg-config \38 libmicrohttpd-dev40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git45 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git[all …]
3 # SPDX-License-Identifier: curl51 AWS-LC182 dev435 libpsl
1 <!--4 SPDX-License-Identifier: curl5 -->22 ./bootstrap-vcpkg.sh33 the `GIT-INFO.md` file in the root directory for specific instructions on how41 ./configure --with-openssl [--with-gnutls --with-wolfssl]52 ./configure --help57 ./configure --prefix=/path/to/curl/tree63 ./configure --prefix=$HOME72 ./configure --with-openssl[all …]
4 /* Ignore c-ares deprecation warnings */22 /* disable alt-svc */49 /* disable headers-api */52 /* disable alt-svc */70 /* to disable --libcurl C code generation option */94 /* disable progress-meter */290 /* Define to 1 if you have a working glibc-style strerror_r function. */299 /* if you have GSS-API libraries */378 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */384 /* Define to 1 if you have the `idn2' library (-lidn2). */[all …]