Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (062df3061f88f4e86cca8c71f3cc06ccf3e17476)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (062df3061f88f4e86cca8c71f3cc06ccf3e17476)
  • Date: Mon, 16 Mar 2020 23:52:30 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

var/lib/sorcery/modules/libunpack | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 062df3061f88f4e86cca8c71f3cc06ccf3e17476
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libunpack: Update comments about hashing

The verification method now uses only system commands (normally) provided
by coreutils.

diff --git a/var/lib/sorcery/modules/libunpack
b/var/lib/sorcery/modules/libunpack
index 1eb7338..488c8c7 100755
--- a/var/lib/sorcery/modules/libunpack
+++ b/var/lib/sorcery/modules/libunpack
@@ -28,9 +28,8 @@
## takes and needs: '' '2' '3', etc. It is run in default_pre_build for the
## null argument only. Custom unpacking still requires a custom PRE_BUILD.
##
-## valid formats: vendor-provided gpg, guru-provided gpg, any
-## hash-algorithm provided by gpg (currently md5, sha1, sha256, sha384,
-## sha512, ripemd160
+## valid formats: vendor-provided gpg, guru-provided gpg, and
+## hash-algorithms (currently: sha224, sha256, sha384, sha512, b2)
##
## SOURCE=blah
## SOURCE2=blah.asc
@@ -61,8 +60,8 @@
## In HASH mode:
## Validates the verification level (the third parameter) and the
## hash algorithm against user defined lists.
-## It uses gpg to calculate the hash value except for md5 and sha1, which
-## coreutils provides.
+## It uses the commands (normally) provided by coreutils to calculate the
+## hash value.
## see unpack_hash()
##
## In IGNORE mode:



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (062df3061f88f4e86cca8c71f3cc06ccf3e17476), Ismael Luceno, 03/16/2020

Archive powered by MHonArc 2.6.24.

Top of Page