pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
syncstorage-rs: some progress
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Nov 10 09:26:30 2024 +0100
Changeset: 9cc46622073aa56e993f9824fd87c826a1242bce
Modified Files:
syncstorage-rs/distinfo
syncstorage-rs/patches/patch-Cargo.toml
syncstorage-rs/patches/patch-syncserver-common_Cargo.toml
Log Message:
syncstorage-rs: some progress
but now we need to add more crates (manually)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9cc46622073aa56e993f9824fd87c826a1242bce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
syncstorage-rs/distinfo | 4 ++--
syncstorage-rs/patches/patch-Cargo.toml | 4 ++--
syncstorage-rs/patches/patch-syncserver-common_Cargo.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/syncstorage-rs/distinfo b/syncstorage-rs/distinfo
index dedb3897b9..f2d7c7fa77 100644
--- a/syncstorage-rs/distinfo
+++ b/syncstorage-rs/distinfo
@@ -1122,7 +1122,7 @@ Size (zstd-safe-7.1.0.crate) = 20792 bytes
BLAKE2s (zstd-sys-2.0.11+zstd.1.5.6.crate) = ef28ef1724e93ad44aa37661a5c1de7dd1650b198c5a42b08dbffc47606db49e
SHA512 (zstd-sys-2.0.11+zstd.1.5.6.crate) = 37081282feffee1e78ddd8992ad5d8b2179ed7ec1be340d0cef0ce0aeea4aaa57850050f4b896d02875f0dec04ac1c20d9aa392f01b12e49ed885f4b8929f48d
Size (zstd-sys-2.0.11+zstd.1.5.6.crate) = 749078 bytes
-SHA1 (patch-Cargo.toml) = 937b452e845133e49ee7512047c8a35aec2a72dc
-SHA1 (patch-syncserver-common_Cargo.toml) = 986c45c9f0910dbf1e48ddb41782a548eef95bbe
+SHA1 (patch-Cargo.toml) = 95addd1062d89d9eb4129ee2b141de5541f38a69
+SHA1 (patch-syncserver-common_Cargo.toml) = d81d43d5927bd0c58724f11c86ae335bb7e07574
SHA1 (patch-syncserver-db-common_Cargo.toml) = 9e79b81cea433afb480c2e600b1dfa9e885407c6
SHA1 (patch-syncstorage-spanner_Cargo.toml) = 37bfa96b81a49d20a593348a1d6ff2edfd8586ca
diff --git a/syncstorage-rs/patches/patch-Cargo.toml b/syncstorage-rs/patches/patch-Cargo.toml
index 67d8df5003..bbf1cefd68 100644
--- a/syncstorage-rs/patches/patch-Cargo.toml
+++ b/syncstorage-rs/patches/patch-Cargo.toml
@@ -7,14 +7,14 @@ $NetBSD$
# rev 1b65b5c includes https://github.com/getsentry/sentry-rust/pull/701
# TODO: bump to 0.35 as soon as it's available
-sentry = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c", default-features = false, features = [
-+sentry = { path = "../sentry-rust-1b65b5c99af975496880e7325218479e0037d097", default-features = false, features = [
++sentry = { path = "../sentry-rust-1b65b5c99af975496880e7325218479e0037d097/sentry", default-features = false, features = [
"curl",
"backtrace",
"contexts",
"debug-images",
] }
-sentry-backtrace = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c" }
-+sentry-backtrace = { path = "../sentry-rust-1b65b5c99af975496880e7325218479e0037d097" }
++sentry-backtrace = { path = "../sentry-rust-1b65b5c99af975496880e7325218479e0037d097/sentry-backtrace" }
serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
diff --git a/syncstorage-rs/patches/patch-syncserver-common_Cargo.toml b/syncstorage-rs/patches/patch-syncserver-common_Cargo.toml
index 60d348a89e..7fc073c547 100644
--- a/syncstorage-rs/patches/patch-syncserver-common_Cargo.toml
+++ b/syncstorage-rs/patches/patch-syncserver-common_Cargo.toml
@@ -8,8 +8,8 @@ $NetBSD$
sha2.workspace = true
-sentry.workspace = true
-sentry-backtrace.workspace = true
-+sentry = { path = "../../sentry-rust-1b65b5c99af975496880e7325218479e0037d097" }
-+sentry-backtrace = { path = "../../sentry-rust-1b65b5c99af975496880e7325218479e0037d097" }
++sentry = { path = "../../sentry-rust-1b65b5c99af975496880e7325218479e0037d097/sentry" }
++sentry-backtrace = { path = "../../sentry-rust-1b65b5c99af975496880e7325218479e0037d097/sentry-backtrace" }
serde.workspace = true
serde_json.workspace = true
slog.workspace = true
Home |
Main Index |
Thread Index |
Old Index