Skip to content

Commit 09c8c58

Browse files
authored
bump dendrite to get interrupt workaround (#10199)
1 parent 313419c commit 09c8c58

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ digest = "0.10.7"
488488
dns-server = { path = "dns-server" }
489489
dns-server-api = { path = "dns-server-api" }
490490
dns-service-client = { path = "clients/dns-service-client" }
491-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "b31ba90d14636ef6bba9dbb56d756efa249d4b4e" }
491+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "44a949c9bedf4fcd4d280337fa1965b4293c88d1" }
492492
dropshot = { version = "0.16.6", features = [ "usdt-probes" ] }
493493
dropshot-api-manager = "0.6.0"
494494
dropshot-api-manager-types = "0.6.0"

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ only_for_targets.image = "standard"
760760
# the other `source.*` keys.
761761
source.type = "prebuilt"
762762
source.repo = "dendrite"
763-
source.commit = "b31ba90d14636ef6bba9dbb56d756efa249d4b4e"
764-
source.sha256 = "31a8e71c9b83a1739738f715d41d1b254e99030d8dacb5632ff703e47a05a4a5"
763+
source.commit = "44a949c9bedf4fcd4d280337fa1965b4293c88d1"
764+
source.sha256 = "79898e25a079b8a977e3bf8dbd84b0621376afdc2731dd7d0fcd450f8b022c72"
765765
output.type = "zone"
766766
output.intermediate_only = true
767767

@@ -787,8 +787,8 @@ only_for_targets.image = "standard"
787787
# the other `source.*` keys.
788788
source.type = "prebuilt"
789789
source.repo = "dendrite"
790-
source.commit = "b31ba90d14636ef6bba9dbb56d756efa249d4b4e"
791-
source.sha256 = "d86081a688ccb59df2439b4f3ee224b84f095de7a09cac8613ba75ed0ef41d56"
790+
source.commit = "44a949c9bedf4fcd4d280337fa1965b4293c88d1"
791+
source.sha256 = "31c7d9ce4fef2ec8f920cf38f70cce4504946551a6374534c9d19dddc5f3cc7a"
792792
output.type = "zone"
793793
output.intermediate_only = true
794794

@@ -807,8 +807,8 @@ only_for_targets.image = "standard"
807807
# the other `source.*` keys.
808808
source.type = "prebuilt"
809809
source.repo = "dendrite"
810-
source.commit = "b31ba90d14636ef6bba9dbb56d756efa249d4b4e"
811-
source.sha256 = "4eb8ad0a9e6564858716db9170e449d9d427c7427ee5241b13f72213b5eaf5a4"
810+
source.commit = "44a949c9bedf4fcd4d280337fa1965b4293c88d1"
811+
source.sha256 = "33d9099837fa4f3647f62de8ee9bfbb2ab365a9f1681700ad3438dd4ce50bf03"
812812
output.type = "zone"
813813
output.intermediate_only = true
814814

tools/dendrite_stub_checksums

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CIDL_SHA256_ILLUMOS="31a8e71c9b83a1739738f715d41d1b254e99030d8dacb5632ff703e47a05a4a5"
2-
CIDL_SHA256_LINUX_DPD="ab6a66ec4e6571b020496cf2a5abf2107416951e93ec7c6a1d0ca708697ee718"
3-
CIDL_SHA256_LINUX_SWADM="a2826dbdb9b3001cf35756e6ae77dbc9f43a5732932528a0b7cf482d0e0cb237"
1+
CIDL_SHA256_ILLUMOS="79898e25a079b8a977e3bf8dbd84b0621376afdc2731dd7d0fcd450f8b022c72"
2+
CIDL_SHA256_LINUX_DPD="273b352a83e3d11af5df251c96b60a81f65ce51ebfbbb9cd8356a53073f64555"
3+
CIDL_SHA256_LINUX_SWADM="9ae4ee3e4439f154e987c9c0b22947317247b8f63225f175aff2c568d381b881"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="b31ba90d14636ef6bba9dbb56d756efa249d4b4e"
1+
COMMIT="44a949c9bedf4fcd4d280337fa1965b4293c88d1"

0 commit comments

Comments
 (0)