Home
last modified time | relevance | path

Searched refs:PATCH (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/openssl/dev/release-aux/
Drelease-version-fn.sh40 VERSION="$MAJOR.$MINOR.$PATCH"
74 PATCH=$(expr $PATCH + 1)
82 PATCH=0
89 VERSION="$MAJOR.$MINOR.$PATCH"
108 PATCH=$PATCH
Drelease-state-fn.sh59 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$PATCH=$PATCH"
161 if [ "$PATCH" = "0" ]; then
195 $DEBUG >&2 "DEBUG[next_release_state]: END: \$PATCH=$PATCH"
/third_party/openssl/doc/internal/man7/
DVERSION.pod11 PATCH=0
25 =item B<MAJOR>, B<MINOR>, B<PATCH>
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION>
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
86 B<PATCH>, separated by periods. For C<MAJOR=3>, C<MINOR=0> and C<PATCH=0>,
105 PATCH=0
116 PATCH=0
127 PATCH=0
/third_party/mbedtls/scripts/
Dbump_version.sh126 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
127 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
131 sed -e "s/_VERSION_PATCH .\{1,\}/_VERSION_PATCH $PATCH/" | \
/third_party/node/tools/rpm/
Drpmbuild.sh34 PATCH=`sed -nre 's/#define NODE_PATCH_VERSION ([0-9]+)/\1/p' "$FILE"`
35 VERSION="$MAJOR.$MINOR.$PATCH"
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp53 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument
54 …VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deUint32)(PATCH)))
56 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
/third_party/openssl/include/openssl/
Dopensslv.h.in27 * These macros express version number MAJOR.MINOR.PATCH exactly
71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
/third_party/openssl/
DVERSION.dat3 PATCH=7
/third_party/node/deps/llhttp/include/
Dllhttp.h210 XX(28, PATCH, PATCH) \
/third_party/openssl/util/
Dmktar.sh15 version=$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h356 XX(28, PATCH, PATCH) \
410 XX(28, PATCH, PATCH) \
/third_party/curl/
Dbackport-CVE-2022-42915.patch4 Subject: [PATCH 1/2] http_proxy: restore the protocol pointer on error
62 Subject: [PATCH 2/2] test445: verifies the protocols-over-http-proxy flaw and
Dbackport-CVE-2023-27538.patch4 Subject: [PATCH] url: fix the SSH connection reuse check
Dbackport-CVE-2022-32221.patch4 Subject: [PATCH] setopt: when POST is set, reset the 'upload' field
Dbackport-0002-CVE-2023-23914-CVE-2023-23915.patch4 Subject: [PATCH] tool_operate: share HSTS between handles
/third_party/libpng/
DCVE-2019-6129.patch4 Subject: [PATCH] Repair of CVE-2019-6129
/third_party/mindspore/patches/
D0019-change-nnrt-as-external_dep-in-mindir.patch4 Subject: [PATCH] bugfix
/third_party/openssl/dev/
Drelease.sh263 if [ "$update_branch" = "$release_branch" ] || [ $PATCH -ne 0 ]; then
681 B<--alpha> is only acceptable if the I<PATCH> version number is zero and
684 B<--beta> is only acceptable if the I<PATCH> version number is zero and
772 =item B<MAJOR>, B<MINOR>, B<PATCH>
/third_party/rust/crates/rustix/ci/
Dtranslate-errno.patch2 Subject: [PATCH] Translate errno codes from host to target for `SO_ERROR`.
/third_party/e2fsprogs/
D0012-tests-skip-m_rootdir_acl-if-selinux-is-not-disabled.patch4 Subject: [PATCH] tests: skip m_rootdir_acl if selinux is not disabled
/third_party/expat/
D09-backport-CVE-2022-25314-Prevent-integer-overflow-in-copyString.patch4 Subject: [PATCH] Prevent integer overflow in copyString
D03-backport-CVE-2022-23852-lib-Detect-and-prevent-integer-overflow-in-XML_GetBu.patch4 Subject: [PATCH] lib: Detect and prevent integer overflow in
/third_party/libnl/
Dbackport-rtnl-link-fix-leaking-rtnl_link_af_ops-in-link_msg_parser.patch4 Subject: [PATCH] rtnl/link: fix leaking rtnl_link_af_ops in link_msg_parser()
Dbackport-lib-use-proper-int-type-for-id-attributes-in-nl_object_identical.patch4 Subject: [PATCH] lib: use proper int type for id attributes in
/third_party/skia/third_party/externals/abseil-cpp/patches/
D0001-Turn-on-hardened-mode.patch4 Subject: [PATCH] Turn on hardened mode.

12345678910