Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9625] New: minor fix to allow levels to be used sooner

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 9625] New: minor fix to allow levels to be used sooner
  • Date: Fri, 26 Aug 2005 08:09:49 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9625

Summary: minor fix to allow levels to be used sooner
Product: Sorcery
Version: 1.12.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Unknown
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


<code from stable libunpack lines 271,272>
PFNAME="$( echo "$2" | cut -d: -f1 )"
SFNAME="$( echo "$2" | cut -d: -f2- )"
</code>
<code from stable libunpack lines 304,305>
ALGORITHM="$( echo "$2" | cut -d: -f1 )"
HASHSUM="$( echo "$2" | cut -d: -f2- )"
</code>

this is kinda odd to me and mainly the -f2- cause that takes everything after
field 2 as well. So if I implement bug 9515 this line will have to change and
no
spell will be able to implement the gpg verification level until the gpg
verification level code in sorcery hits stable

I would suggest removing the -f2- for just a -f2 and push that as quickly as
possible to the next stable release, this will allow spells to implement the
gpg
verification level code sooner and will also provide testing for the sorcery
code while the gpg verification level code is in test and devel sorcery.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 9625] New: minor fix to allow levels to be used sooner, bugzilla-daemon, 08/26/2005

Archive powered by MHonArc 2.6.24.

Top of Page