Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (41c2746bc126654dbc51339a573fc115454ae77e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (41c2746bc126654dbc51339a573fc115454ae77e)
  • Date: Mon, 21 Apr 2025 13:12:21 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 2 ++
crypto/gocryptfs/DEPENDS | 2 ++
crypto/gocryptfs/DETAILS | 18 ++++++++++++++++++
crypto/gocryptfs/HISTORY | 4 ++++
crypto/gocryptfs/gocryptfs.gpg |binary
disk/go-fuse/DEPENDS | 1 +
disk/go-fuse/DETAILS | 16 ++++++++++++++++
disk/go-fuse/HISTORY | 3 +++
8 files changed, 46 insertions(+)

New commits:
commit 41c2746bc126654dbc51339a573fc115454ae77e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add gocryptfs-2.5.4

commit 453c882d4ac7250410c5cdef6505fd2d187ee25e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add go-fuse-2.7.2

diff --git a/ChangeLog b/ChangeLog
index f20d443..5a20a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2025-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: update "Bruno Haible <bruno AT clisp.org>"
+ * disk/go-fuse: added
+ * crypto/gocryptfs: added

2025-04-13 Thomas Orgis <sobukus AT sourcemage.org>
* samba.gpg: updated key info (expires a bit later now)
diff --git a/crypto/gocryptfs/DEPENDS b/crypto/gocryptfs/DEPENDS
new file mode 100755
index 0000000..0e7e9b3
--- /dev/null
+++ b/crypto/gocryptfs/DEPENDS
@@ -0,0 +1,2 @@
+depends go &&
+depends go-fuse
diff --git a/crypto/gocryptfs/DETAILS b/crypto/gocryptfs/DETAILS
new file mode 100755
index 0000000..6b4928c
--- /dev/null
+++ b/crypto/gocryptfs/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/GO_FUNCTIONS
+ SPELL=gocryptfs
+ VERSION=2.5.4
+ SOURCE=${SPELL}_v${VERSION}_src.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_v${VERSION}_src
+
SOURCE_URL[0]=https://github.com/rfjakob/gocryptfs/releases/download/v${VERSION}/${SOURCE}
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=gocryptfs.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://nuetzlich.net/gocryptfs
+ ENTERED=20250421
+ LICENSE[0]=MIT
+ KEYWORDS="filesystem crypto"
+ SHORT="Encrypted overlay filesystem written in Go"
+cat << EOF
+Encrypted overlay filesystem written in Go
+EOF
diff --git a/crypto/gocryptfs/HISTORY b/crypto/gocryptfs/HISTORY
new file mode 100644
index 0000000..48cda21
--- /dev/null
+++ b/crypto/gocryptfs/HISTORY
@@ -0,0 +1,4 @@
+2024-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.4
+ * DETAILS: add gpg checking
+ spell created
diff --git a/crypto/gocryptfs/gocryptfs.gpg b/crypto/gocryptfs/gocryptfs.gpg
new file mode 100644
index 0000000..e518933
Binary files /dev/null and b/crypto/gocryptfs/gocryptfs.gpg differ
diff --git a/disk/go-fuse/DEPENDS b/disk/go-fuse/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/disk/go-fuse/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/disk/go-fuse/DETAILS b/disk/go-fuse/DETAILS
new file mode 100755
index 0000000..3269537
--- /dev/null
+++ b/disk/go-fuse/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/GO_FUNCTIONS
+ SPELL=go-fuse
+ VERSION=2.7.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_HASH=sha512:fa01418b0e64c3d00131ea19dac339ae30f05a3bcfd9849010a2f26866ffa663f800249e849eea97da48ddeed767df93a15ec49b3f35091b1ad9e46a00ec79f6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/hanwen/go-fuse
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v${VERSION}.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20250421
+ SHORT="FUSE bindings for Go"
+cat << EOF
+FUSE bindings for Go
+It follows the wire protocol closely, but provides convenient abstractions
for building both node and path based
+file systems
+EOF
diff --git a/disk/go-fuse/HISTORY b/disk/go-fuse/HISTORY
new file mode 100644
index 0000000..8573d8a
--- /dev/null
+++ b/disk/go-fuse/HISTORY
@@ -0,0 +1,3 @@
+2025-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.2
+ spell created


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (41c2746bc126654dbc51339a573fc115454ae77e), Treeve Jelbert, 04/21/2025

Archive powered by MHonArc 2.6.24.

Top of Page