Your message dated Mon, 11 Apr 2011 13:47:47 +0000
with message-id <[email protected]>
and subject line Bug#622246: Removed package(s) from unstable
has caused the Debian Bug report #446707,
regarding opiekey refuses seed=0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
446707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446707
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opie-client
Version: 2.32-10.2

opiekey refuses to compute responses with seed=0, which seems to be allowed by
RFC 2289 (e.g. tests vectors from pg.17), and is accepted by opiepasswd for
example.

Transcript follows:

% opiekey 0 alpha1
Using the MD5 algorithm to compute response.
Sequence number 0 is not positive.
%

I suggest the following patch to be applied.

Signed-off-by: Quentin Godfroy <[email protected]>
---
diff -ruNp opie-2.32-orig/opiekey.c opie-2.32/opiekey.c
--- opie-2.32-orig/opiekey.c    1998-01-02 00:53:28.000000000 +0100
+++ opie-2.32/opiekey.c 2007-10-15 02:39:03.000000000 +0200
@@ -217,7 +217,7 @@ int main FUNCTION((argc, argv), int argc
 
   /* get sequence number, which is next-to-last parameter */
   keynum = atoi(argv[optind]);
-  if (keynum < 1) {
+  if (keynum < 0) {
     fprintf(stderr, "Sequence number %s is not positive.\n", argv[optind]);
     exit(1);
   }



--- End Message ---
--- Begin Message ---
Version: 2.32.dfsg.1-0.2+rm

Dear submitter,

as the package opie has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/622246

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to