Skip to content

Commit 8101922

Browse files
[dendrite] update
1 parent dfda50f commit 8101922

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
@@ -497,7 +497,7 @@ digest = "0.10.7"
497497
dns-server = { path = "dns-server" }
498498
dns-server-api = { path = "dns-server-api" }
499499
dns-service-client = { path = "clients/dns-service-client" }
500-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "23aa445fea291fab3589c8986b6bb7b4c6783438" }
500+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "b6d8ba7957c8ed1e6b29fa4b2d85ad2c2248565e" }
501501
dropshot = { version = "0.17.0", features = [ "usdt-probes" ] }
502502
dropshot-api-manager = "0.7.1"
503503
dropshot-api-manager-types = "0.7.1"

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ only_for_targets.image = "standard"
765765
# the other `source.*` keys.
766766
source.type = "prebuilt"
767767
source.repo = "dendrite"
768-
source.commit = "23aa445fea291fab3589c8986b6bb7b4c6783438"
769-
source.sha256 = "964a710c1e1ed6c887f2dcbc800922521e51394af6071d6f18f059c74b8cf43b"
768+
source.commit = "b6d8ba7957c8ed1e6b29fa4b2d85ad2c2248565e"
769+
source.sha256 = "e93fb407fd59631550d39031628b5908d26348417b066573b0dd718463e48ceb"
770770
output.type = "zone"
771771
output.intermediate_only = true
772772

@@ -792,8 +792,8 @@ only_for_targets.image = "standard"
792792
# the other `source.*` keys.
793793
source.type = "prebuilt"
794794
source.repo = "dendrite"
795-
source.commit = "23aa445fea291fab3589c8986b6bb7b4c6783438"
796-
source.sha256 = "8957e5da2b8f5c8416b5ce46e56c2b69bbc5620a9ada7e6a3ffab1d827264357"
795+
source.commit = "b6d8ba7957c8ed1e6b29fa4b2d85ad2c2248565e"
796+
source.sha256 = "ab330b945064ae184480131c9a2d569df982808c0d2a51436dff8f55f921ef7a"
797797
output.type = "zone"
798798
output.intermediate_only = true
799799

@@ -812,8 +812,8 @@ only_for_targets.image = "standard"
812812
# the other `source.*` keys.
813813
source.type = "prebuilt"
814814
source.repo = "dendrite"
815-
source.commit = "23aa445fea291fab3589c8986b6bb7b4c6783438"
816-
source.sha256 = "57365bebd6f28b05dd18e2b3b6ec4a9e63678b3946c29117629d31b0027627aa"
815+
source.commit = "b6d8ba7957c8ed1e6b29fa4b2d85ad2c2248565e"
816+
source.sha256 = "356d25615d803fe6f18f1180af5c5e1b1d094e157faba44824d1177e24283248"
817817
output.type = "zone"
818818
output.intermediate_only = true
819819

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="964a710c1e1ed6c887f2dcbc800922521e51394af6071d6f18f059c74b8cf43b"
2-
CIDL_SHA256_LINUX_DPD="4a1b9dd7606cd383d309c0afa80527b845665908b846bb58eec49b452a9a67dc"
3-
CIDL_SHA256_LINUX_SWADM="26c52328b5db50a77f903579521c7e6a89d36e851ba9ecf536aa6db749a7c0e4"
1+
CIDL_SHA256_ILLUMOS="e93fb407fd59631550d39031628b5908d26348417b066573b0dd718463e48ceb"
2+
CIDL_SHA256_LINUX_DPD="c68c5c1b6f671f8afcdfbbba2fe19a028db3b8d0a76c805f743a920b0e0980c4"
3+
CIDL_SHA256_LINUX_SWADM="6fd13a520bfd7dfa18063f9d2ad38117acc03ea8f60783662648435b43a6daf2"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="23aa445fea291fab3589c8986b6bb7b4c6783438"
1+
COMMIT="b6d8ba7957c8ed1e6b29fa4b2d85ad2c2248565e"

0 commit comments

Comments
 (0)