- 
                Notifications
    
You must be signed in to change notification settings  - Fork 63
 
Dependency Update #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Update #544
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1 +1 @@ | ||
| msrv = "1.66.0" | ||
| msrv = "1.74.0" | 
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [workspace] | ||
| members = ["tss-esapi", "tss-esapi-sys"] | ||
| resolver = "2" | ||
| members = ["tss-esapi", "tss-esapi-sys"] | 
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -11,7 +11,7 @@ set -euf -o pipefail | |
| OPENSSL_GIT="https://github.com/openssl/openssl.git" | ||
| OPENSSL_VERSION="OpenSSL_1_1_1j" | ||
| TPM2_TSS_GIT="https://github.com/tpm2-software/tpm2-tss.git" | ||
| TPM2_TSS_VERSION="3.2.2" | ||
| TPM2_TSS_VERSION="4.0.1" | ||
| 
     | 
||
| export SYSROOT="/tmp/sysroot" | ||
| 
     | 
||
| 
          
            
          
           | 
    @@ -48,7 +48,7 @@ cross-compile-openssl() { | |
| cross-compile-tpm2-tss() { | ||
| pushd /tmp/tpm2-tss | ||
| [ ! -f configure ] && ./bootstrap | ||
| ./configure --enable-fapi=no --prefix=/ --build=x86_64-pc-linux-gnu --host=$1 --target=$1 CC=$1-gcc | ||
| ./configure --disable-fapi --disable-policy --prefix=/ --build=x86_64-pc-linux-gnu --host=$1 --target=$1 CC=$1-gcc | ||
| 
         There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, I kinda hope this doesn't disable policies for ESAPI as well... 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried to look deep in their config files to exact what the flag did but got lost in how much I do not ... approve .. of autoconf files and syntax. But I saw that the Yocto project made some similar changes in a patch I looked at for moving to 4.0.1.  | 
||
| make clean | ||
| make -j$(nproc) | ||
| make DESTDIR="$SYSROOT" install | ||
| 
          
            
          
           | 
    ||
Uh oh!
There was an error while loading. Please reload this page.