diff --git a/projects/vms/build_gnv_curl_pcsi_desc.com b/projects/vms/build_gnv_curl_pcsi_desc.com index 7e4509f432..8f6e52a2fe 100644 --- a/projects/vms/build_gnv_curl_pcsi_desc.com +++ b/projects/vms/build_gnv_curl_pcsi_desc.com @@ -134,7 +134,7 @@ $ write pdsc " end if;" $! $write pdsc " software VMSPORTS ''base' ZLIB ;" $write pdsc - - " if (not ) ;" + " if (not ) ;" $write pdsc " error NEED_ZLIB;" $write pdsc " end if;" $! diff --git a/projects/vms/build_gnv_curl_pcsi_text.com b/projects/vms/build_gnv_curl_pcsi_text.com index 2106e37695..a93a29efbd 100644 --- a/projects/vms/build_gnv_curl_pcsi_text.com +++ b/projects/vms/build_gnv_curl_pcsi_text.com @@ -176,11 +176,11 @@ $ code = f$extract(0, 1, arch_type) $! $ write ptxt "1 NEED_VMS''vmstag'" $ write ptxt - - "=prompt OpenVMS ''vernum' or higher is not installed on your system." -$ write ptxt "This product requires OpenVMS ''vernum' or higher to function." + "=prompt OpenVMS ''vernum' or greater is not installed on your system." +$ write ptxt "This product requires OpenVMS ''vernum' or greater to function." $ write ptxt "1 NEED_ZLIB" -$ write ptxt "=prompt ZLIB 1.2-8 or higher is not installed on your system." -$ write ptxt "This product requires ZLIB 1.2-8 or higher to function." +$ write ptxt "=prompt ZLIB 1.2-8 or greater is not installed on your system." +$ write ptxt "This product requires ZLIB 1.2-8 or greater to function." $ write ptxt "1 SOURCE" $ write ptxt "=prompt Source modules for ''product'" $ write ptxt "The Source modules for ''product' will be installed." diff --git a/projects/vms/curl_release_note_start.txt b/projects/vms/curl_release_note_start.txt index 587c3efe97..d7dcbe6112 100644 --- a/projects/vms/curl_release_note_start.txt +++ b/projects/vms/curl_release_note_start.txt @@ -59,7 +59,7 @@ For the HP SSL work around to work for GNV do the following: ^Z Similar workarounds will be needed for any program linked with GNV$LIBCURL -until the HP OpenSSL is upgraded to the current 1.4 version or higher. +until the HP OpenSSL is upgraded to the current 1.4 version or greater. If you are installing a "daily" build instead of a release build of curl, some things have been changed so that it can be installed at the same time as diff --git a/projects/vms/gnv_link_curl.com b/projects/vms/gnv_link_curl.com index 990037bda0..640be1601e 100644 --- a/projects/vms/gnv_link_curl.com +++ b/projects/vms/gnv_link_curl.com @@ -260,7 +260,7 @@ the shared images from the HP OpenSSL product that is kitted with that version or a compatible later version. For Alpha and IA64 platforms, see the URL below to register to get the -download URL. The kit will be HP 1.4-467 or higher. +download URL. The kit will be HP 1.4-467 or greater. https://h41379.www4.hpe.com/openvms/products/ssl/ssl.html For VAX, use the same registration, but remove the kit name from any of the diff --git a/projects/vms/readme b/projects/vms/readme index 7b922a065f..b0c50a74df 100644 --- a/projects/vms/readme +++ b/projects/vms/readme @@ -19,8 +19,8 @@ curl_gnv_build_steps.txt and other useful information. Prerequisites: -OpenVMS v7.0 or higher (any platform) -DECC v6.5 or higher +OpenVMS v7.0 or greater (any platform) +DECC v6.5 or greater OpenSSL or HP SSL, if you want SSL support What is Here: