Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce602c605a235f7b4a904fd4b6befc4fc65bb5de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce602c605a235f7b4a904fd4b6befc4fc65bb5de)
  • Date: Thu, 1 Sep 2022 00:35:43 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
rust-crates/virtiofsd/DEPENDS | 3 +++
rust-crates/virtiofsd/DETAILS | 26 ++++++++++++++++++++++++++
rust-crates/virtiofsd/HISTORY | 3 +++
rust-crates/virtiofsd/PREPARE | 2 ++
5 files changed, 38 insertions(+)

New commits:
commit ce602c605a235f7b4a904fd4b6befc4fc65bb5de
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

rust-crates/virtiofsd: new spell, a virtio-fs vhost-user device daemon
written in Rust

diff --git a/ChangeLog b/ChangeLog
index b8441042..40d6196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-31 Pavel Vinogradov <public AT sourcemage.org>
+ * rust-crates/virtiofsd: new spell, a virtio-fs vhost-user device
daemon
+ written in Rust
+
2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
* utils/herbe: new spell, daemon-less notifications solution
* python-pypi/pygit2: new spell, Python bindings for libgit2
diff --git a/rust-crates/virtiofsd/DEPENDS b/rust-crates/virtiofsd/DEPENDS
new file mode 100755
index 0000000..8212104
--- /dev/null
+++ b/rust-crates/virtiofsd/DEPENDS
@@ -0,0 +1,3 @@
+depends rust &&
+depends libcap-ng &&
+depends libseccomp
diff --git a/rust-crates/virtiofsd/DETAILS b/rust-crates/virtiofsd/DETAILS
new file mode 100755
index 0000000..e1b34b3
--- /dev/null
+++ b/rust-crates/virtiofsd/DETAILS
@@ -0,0 +1,26 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="virtiofsd"
+if [[ "${VIRTIOFSD_BRANCH}" == "scm" ]]; then
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-git.tar.bz2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ SOURCE_URL="git_http://gitlab.com/virtio-fs/${SPELL}:${SPELL}-git";
+ SOURCE_IGNORE="volatile"
+ FORCE_DOWNLOAD="on"
+else
+ VERSION="1.4.0"
+
SOURCE_HASH="sha512:6c1f78e780e817493305d76230cd6b2678af6716908ae35ef4fab641d26e6499ec03947d54ae197e84ee7019a89c1263a9cd0e63a47b4cc1f805d7aaf31040d2"
+ COMMIT_ID="0ce2b1181088e7285750851bacca9577d4a8700d"
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]="https://gitlab.com/virtio-fs/${SPELL}/-/archive/v${VERSION}/${SOURCE}";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-v${VERSION}-${COMMIT_ID}"
+fi
+ WEB_SITE="https://gitlab.com/virtio-fs/virtiofsd/";
+ ENTERED="20220831"
+ LICENSE[0]="APACHE"
+ LICENSE[1]="BSD"
+ KEYWORDS="virtualization filesystem daemon"
+ SHORT="a virtio-fs vhost-user device daemon written in Rust"
+cat << EOF
+A virtio-fs vhost-user device daemon written in Rust.
+EOF
diff --git a/rust-crates/virtiofsd/HISTORY b/rust-crates/virtiofsd/HISTORY
new file mode 100644
index 0000000..260eb30
--- /dev/null
+++ b/rust-crates/virtiofsd/HISTORY
@@ -0,0 +1,3 @@
+2022-08-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: created the spell, version 1.4.0
+
diff --git a/rust-crates/virtiofsd/PREPARE b/rust-crates/virtiofsd/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/rust-crates/virtiofsd/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ce602c605a235f7b4a904fd4b6befc4fc65bb5de), Pavel Vinogradov, 08/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page