Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (758709975bdc24346d50cbde90d0b7818b5d4e0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (758709975bdc24346d50cbde90d0b7818b5d4e0c)
  • Date: Tue, 26 Mar 2024 21:40:46 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

crypto/ecryptfs-utils/DETAILS | 4 ++--
crypto/ecryptfs-utils/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 758709975bdc24346d50cbde90d0b7818b5d4e0c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ecryptfs-utils: fix signtature file name

diff --git a/crypto/ecryptfs-utils/DETAILS b/crypto/ecryptfs-utils/DETAILS
index a5a3d4b..dc924a3 100755
--- a/crypto/ecryptfs-utils/DETAILS
+++ b/crypto/ecryptfs-utils/DETAILS
@@ -2,10 +2,10 @@
VERSION=99
SECURITY_PATCH=1
SOURCE=${SPELL}_$VERSION.orig.tar.gz
- SOURCE2=..-$SOURCE.asc
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION

SOURCE_URL[0]=http://launchpad.net/ecryptfs/trunk/$VERSION/+download/$SOURCE
-
SOURCE2_URL[0]=http://launchpad.net/ecryptfs/trunk/$VERSION/+download/$SOURCE2
+
SOURCE2_URL[0]=http://launchpad.net/ecryptfs/trunk/$VERSION/+download/..-$SOURCE2
SOURCE_GPG=F1529469.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=GPL
diff --git a/crypto/ecryptfs-utils/HISTORY b/crypto/ecryptfs-utils/HISTORY
index 46b892a..a31080d 100644
--- a/crypto/ecryptfs-utils/HISTORY
+++ b/crypto/ecryptfs-utils/HISTORY
@@ -1,3 +1,6 @@
+2024-03-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: correct the .sig file release script typo, no ..- prefix
+
2012-07-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 99



  • [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (758709975bdc24346d50cbde90d0b7818b5d4e0c), Thomas Orgis, 03/26/2024

Archive powered by MHonArc 2.6.24.

Top of Page