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
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			423 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			423 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
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])
 |