[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Thu Jan 21 16:11:11 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  76e30a434dfc625c0fae480449f87308d92d4b7c (commit)
      from  b8cee4cb43f86a86a6714af8900674456d94908f (commit)


- Log -----------------------------------------------------------------
commit 76e30a434dfc625c0fae480449f87308d92d4b7c
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Jan 19 15:59:22 2021 +0100

    CI: Add some legacy stuff that we do not test in GitHub CI yet
    
    There are some options that seem to belong to the legacy build.
    
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/13903)
    
    (cherry picked from commit adcaebc3148fe0fde3f7641c4b607f30e1479986)

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

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ce40b5104a..aca73be1a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
     steps:
       - uses: actions/checkout at v2
       - name: config
-        run: ./config -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2 && perl configdata.pm --dump
+        run: ./config -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 && perl configdata.pm --dump
       - name: make
         run: make -s -j4
       - name: make test


More information about the openssl-commits mailing list