Skip to content

Commit

Permalink
update fedora patch to remove zmq
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Narayanan <[email protected]>
  • Loading branch information
arkivm committed Nov 18, 2023
1 parent b7544e0 commit f789280
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions rpm/fedora/rust-keylime-metadata.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml
index 0cc1385..286e807 100644
index 4db1cb1..c45a30d 100644
--- a/keylime-agent/Cargo.toml
+++ b/keylime-agent/Cargo.toml
@@ -21,8 +21,8 @@ keylime = { path = "../keylime" }
Expand All @@ -16,21 +16,16 @@ index 0cc1385..286e807 100644
@@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
static_assertions = "1"
tempfile = "3.4.0"
tokio = {version = "1.24", features = ["rt", "sync"]}
tokio = {version = "1.24", features = ["rt", "sync", "macros"]}
-tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
+tss-esapi = {version = "7", features = ["generate-bindings"]}
thiserror = "1.0"
uuid = {version = "1.3", features = ["v4"]}
zmq = {version = "0.9.2", optional = true}
@@ -48,18 +48,6 @@ actix-rt = "2"
# wiremock was moved to be a regular dependency because optional
@@ -47,13 +47,6 @@ actix-rt = "2"
default = []
# this should change to dev-dependencies when we have integration testing
testing = ["wiremock"]
-# Whether the agent should be compiled with support to listen for notification
-# messages on ZeroMQ
-#
-# This feature is deprecated and will be removed on next major release
-with-zmq = ["zmq"]
-# Whether the agent should be compiled with support for python revocation
-# actions loaded as modules, which is the only kind supported by the python
-# agent (unless the enhancement-55 is implemented). See:
Expand Down

0 comments on commit f789280

Please sign in to comment.