diff mbox series

[8/8] UBUNTU: SAUCE: ubuntu/sgx: Version 1.33.2

Message ID 20210812120913.9316-9-tim.gardner@canonical.com
State New
Headers show
Series Sync to SGX 1.33.2 | expand

Commit Message

Tim Gardner Aug. 12, 2021, 12:09 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1936240

https://github.com/intel/SGXDataCenterAttestationPrimitives
56a183872786d9ad3f2f395dc1d740ccb22d01a1 Linux Driver: Version 1.33.2

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
 ubuntu/sgx/dkms.conf | 2 +-
 ubuntu/sgx/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/ubuntu/sgx/dkms.conf b/ubuntu/sgx/dkms.conf
index bef858e01c4ec..6d72ceb15c187 100644
--- a/ubuntu/sgx/dkms.conf
+++ b/ubuntu/sgx/dkms.conf
@@ -1,5 +1,5 @@ 
 PACKAGE_NAME="sgx"
-PACKAGE_VERSION="1.33"
+PACKAGE_VERSION="1.33.2"
 BUILT_MODULE_NAME[0]="intel_sgx"
 DEST_MODULE_LOCATION[0]="/kernel/drivers/intel/sgx"
 AUTOINSTALL="yes"
diff --git a/ubuntu/sgx/version.h b/ubuntu/sgx/version.h
index f3f6698695b01..819c8b519ca2a 100644
--- a/ubuntu/sgx/version.h
+++ b/ubuntu/sgx/version.h
@@ -5,6 +5,6 @@ 
 #define _SGX_VERSION_H
 
 #define DRV_DESCRIPTION "Intel SGX DCAP Driver"
-#define DRV_VERSION "1.33"
+#define DRV_VERSION "1.33.2"
 
 #endif /* _SGX_VERSION_H */