Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 15 of 15) sorted by relevance

/curl/tests/
H A Dsshhelp.pm371 my $patch;
390 $patch = $4?$4:0;
392 $versnum = (100*$major) + (10*$minor) + $patch;
393 $versstr = "$sshid $major.$minor.$patch";
400 $patch = $4?$4:0;
402 $versnum = (100*$major) + (10*$minor) + $patch;
403 $versstr = "$sshid $major.$minor.$patch";
410 $patch = $4?$4:0;
412 $versnum = (100*$major) + (10*$minor) + $patch;
413 $versstr = "$sshid $major.$minor.$patch";
/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com145 $ patch = ""
151 $ patch = vtype + daily_tag
155 $ if eco_level .nes. "" then patch = eco_level
162 $ if update .nes. "" .or. patch .nes. ""
164 $! The presence of a patch implies an update
165 $ if update .eqs. "" .and. patch .nes. "" then update = "0"
166 $ version = version + "-" + update + patch
H A DMakefile.am50 macro32_exactcase.patch \
H A Dgenerate_vax_transfer.com185 $ patch @macro32_exactcase.patch
211 ; This needs to be compiled with a specialized patch on Macro32 to make it
H A Dbuild_vms.com241 $ patch = f$element(1, "-", min_ver_patch)
242 $ if patch .eqs. "-" then patch = ""
248 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
H A Dgnv_link_curl.com48 $ patch = f$element(1, "-", min_ver_patch)
49 $ if patch .eqs. "-" then patch = ""
55 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
H A Dreadme115 macro32_exactcase.patch The patch file needed to modify VAX Macro32 to be
/curl/
H A Dmaketgz55 patch=$(echo "$libversion" | cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g")
57 if test -z "$patch"; then
69 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")"
95 -e "s/^#define LIBCURL_VERSION_PATCH .*/#define LIBCURL_VERSION_PATCH $patch/g" \
/curl/lib/
H A Dversion.c95 unsigned int patch = brotli_version & 0x00000FFF; in brotli_version() local
96 (void)msnprintf(buf, bufsz, "%u.%u.%u", major, minor, patch); in brotli_version()
107 unsigned int patch = (unsigned int)(zstd_version - in zstd_version() local
109 (void)msnprintf(buf, bufsz, "%u.%u.%u", major, minor, patch); in zstd_version()
262 unsigned int patch = api.ldapai_vendor_version % 100; in curl_version() local
265 ((api.ldapai_vendor_version - major * 10000) - patch) / 100; in curl_version()
267 api.ldapai_vendor_name, major, minor, patch); in curl_version()
/curl/.reuse/
H A Ddep563 Files: packages/vms/macro32_exactcase.patch
/curl/docs/
H A Dcurl-config.md99 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
H A DKNOWN_BUGS451 prematurely. There is a half-baked (busy-looping) patch provided in the bug
H A DFAQ23 1.14 How do I submit my patch?
372 1.14 How do I submit my patch?
377 If you for any reason cannot or will not deal with GitHub, send your patch to
H A DTODO852 An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
/curl/docs/libcurl/
H A Dcurl_version_info.md121 \<8 bits minor number\> | \<8 bits patch number\>. Version 7.9.8 is therefore

Completed in 28 milliseconds