[openssl] master update

tomas at openssl.org tomas at openssl.org
Wed Jun 23 08:27:13 UTC 2021


The branch master has been updated
       via  dd62ec277787d77975fdc7b269a756dc4756c05a (commit)
      from  657489e8128431979f47898a302f791eb082535d (commit)


- Log -----------------------------------------------------------------
commit dd62ec277787d77975fdc7b269a756dc4756c05a
Author: Robbie Harwood <rharwood at redhat.com>
Date:   Sat May 29 12:02:28 2021 -0400

    Update dependencies for krb5 external test
    
    Dejagnu/TCL are no longer needed.  Installing kdcproxy enables krb5's
    proxying tests, which exercise the krb5 TLS integration.
    
    Signed-off-by: Robbie Harwood <rharwood at redhat.com>
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15850)

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

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 krb5                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9b57c788ff..a34ab933c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -224,7 +224,7 @@ jobs:
     - name: package installs
       run: |
         sudo apt-get update
-        sudo apt-get -yq install bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python3 python3-paste python3-pyrad slapd tcl-dev tcl-thread tcsh python3-virtualenv virtualenv
+        sudo apt-get -yq install bison gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python3 python3-paste python3-pyrad slapd tcsh python3-virtualenv virtualenv python3-kdcproxy
     - name: install cpanm and Test2::V0 for gost_engine testing
       uses: perl-actions/install-with-cpanm at v1
       with:
diff --git a/krb5 b/krb5
index d6bf422796..aa9b4a2a64 160000
--- a/krb5
+++ b/krb5
@@ -1 +1 @@
-Subproject commit d6bf42279675100e3e4fe7c6e08eef74d49624cb
+Subproject commit aa9b4a2a64046afd2fab7cb49c346295874a5fb6


More information about the openssl-commits mailing list