diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-04T17·32+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-05T21·10+0000 |
commit | c397aaceef4ab72a9437eeb6fb97d534dce1b663 (patch) | |
tree | 67d2e6f4f536c60f8ca746302659dc4286bacfd3 /third_party/overlays/patches/0001-configure-ac-version.patch | |
parent | 0d55a6dcc86b4f7f3f0f26fb8a5db5fc2e72a08e (diff) |
fix(3p/overlays): pin specific version of tpm2-pkcs11 r/7476
Newer versions broke compatibility with who knows whatever part of the stack is required for correct TVM + OpenVPN interaction, but I need this to work. This was previously picked from stable, but we've bumped stable and it has advanced to a version where this is also broken. I believe this is a known issue, but right now I don't have the time to look into it. Change-Id: I1060f3ecfd7b43ebe5e1860f59f7574ca094570a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10743 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/overlays/patches/0001-configure-ac-version.patch')
-rw-r--r-- | third_party/overlays/patches/0001-configure-ac-version.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/overlays/patches/0001-configure-ac-version.patch b/third_party/overlays/patches/0001-configure-ac-version.patch new file mode 100644 index 000000000000..fa2575cb938a --- /dev/null +++ b/third_party/overlays/patches/0001-configure-ac-version.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index e861e42..018c19c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -26,7 +26,7 @@ + #;**********************************************************************; + + AC_INIT([tpm2-pkcs11], +- [m4_esyscmd_s([git describe --tags --always --dirty])], ++ [git-@VERSION@], + [https://github.com/tpm2-software/tpm2-pkcs11/issues], + [], + [https://github.com/tpm2-software/tpm2-pkcs11]) |