From 84d7a4b26e733925e287185bb2f03feb6fb0811d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Nov 2019 18:44:47 +0300 Subject: Release version 1.1.1+6 Upgrade to 1.1.1d --- openssl/manifest | 4 ++-- openssl/openssl/buildfile | 4 ++-- openssl/tests/version.testscript | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'openssl') diff --git a/openssl/manifest b/openssl/manifest index e0c4a5e..70051e0 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,8 +3,8 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+5 -upstream-version: 1.1.1c +version: 1.1.1+6 +upstream-version: 1.1.1d priority: security summary: Command line tool providing various cryptography functions diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index 5d87cd0..81e1d85 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -90,8 +90,8 @@ if! $windows } else { - c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ - '(.+)', \ + c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ + '(.+)', \ $msvc_runtime ? '\1.lib' : '-l\1') if $msvc_runtime c.libs += advapi32.lib diff --git a/openssl/tests/version.testscript b/openssl/tests/version.testscript index f73439a..1759e5f 100644 --- a/openssl/tests/version.testscript +++ b/openssl/tests/version.testscript @@ -3,7 +3,7 @@ # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file $* version -a >>~"%EOO%" - OpenSSL 1.1.1c 28 May 2019 + OpenSSL 1.1.1d 10 Sep 2019 %built on: .+ UTC% %platform: $c.target.class-$c.target.cpu% %options: .+% -- cgit v1.1