[openssl-commits] [tools] master update

Richard Levitte levitte at openssl.org
Tue Apr 3 13:21:52 UTC 2018


The branch master has been updated
       via  6c9eac0cab97aa1e4d98721ef3e68452f1839c5e (commit)
      from  fbf4b00f0993c7922ceb639f281a501169464f75 (commit)


- Log -----------------------------------------------------------------
commit 6c9eac0cab97aa1e4d98721ef3e68452f1839c5e
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Apr 3 15:21:41 2018 +0200

    release-tools/release-check.pl: handle versions like "1.1.1-pre4-dev" too

-----------------------------------------------------------------------

Summary of changes:
 release-tools/release-check.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-tools/release-check.pl b/release-tools/release-check.pl
index 2eac1e3..fe16e42 100644
--- a/release-tools/release-check.pl
+++ b/release-tools/release-check.pl
@@ -112,7 +112,7 @@ sub openssl_check_version_h {
             check_str( "opensslv.h: HEX version", $hexversion, $1, \$ok );
             $hex_done = 1;
         } elsif (/OPENSSL_VERSION_TEXT\s+\"OpenSSL\s
-		  ([^-\s]+(?!-fips)(?:-[^-\s]*)?)	# version without -fips
+		  ([^-\s]+(?!-fips)(?:-[^-\s]*)*)	# version without -fips
 		  \s+
 		  (\([[:alpha:]]+\)\s+)?		# Possible lable
 		  (.*)\"				# The rest (date)


More information about the openssl-commits mailing list