Check correct file for openssl deps updates

- When we changed the way OpenSSL is built to allow OpenSSL 3 testing,
  the deps.io job for checking OpenSSL broke.  This restores OpenSSL 1.x
  version checks.

Related https://gitlab.com/gitlab-org/gitlab/-/issues/341435

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
This commit is contained in:
Robert Marshall 2024-03-14 00:50:41 -04:00
parent b2cbef04e9
commit e45ee6a327
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ dependencies:
# openssl
https://github.com/openssl/openssl.git:
replace_in_files:
- filename: config/software/openssl.rb
- filename: config/software/openssl_1.rb
pattern: "Gitlab::Version.new\\('openssl', 'OpenSSL_1_1_(\\S+)'\\)"
tag_prefix: 'OpenSSL_1_1_'
semver: false