Your message dated Wed, 14 Dec 2005 14:47:05 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#271429: fixed in libcrypt-hcesha-perl 0.70-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 13 Sep 2004 07:02:36 +0000 >From [EMAIL PROTECTED] Mon Sep 13 00:02:36 2004 Return-path: <[EMAIL PROTECTED]> Received: from pouncequick.420.am [66.42.86.21] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1C6krE-0005pJ-00; Mon, 13 Sep 2004 00:02:36 -0700 Received: (qmail 3899 invoked from network); 13 Sep 2004 07:02:35 -0000 Received: from unknown (HELO rootwood.haze.st) (65.219.24.254) by pouncequick.420.am with SMTP; 13 Sep 2004 07:02:35 -0000 Received: by rootwood.haze.st (sSMTP sendmail emulation); Mon, 13 Sep 2004 00:02:35 -0700 Date: Mon, 13 Sep 2004 00:02:35 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: debian-perl@lists.debian.org, debian-isp@lists.debian.org Subject: RFA: libcrypt-hcesha-perl -- Perl extension for one way hash chaining encryption using SHA Message-ID: <[EMAIL PROTECTED]> Mail-Followup-To: [EMAIL PROTECTED], [EMAIL PROTECTED], debian-perl@lists.debian.org, debian-isp@lists.debian.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040818i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: wnpp Severity: normal I request an adopter for the libcrypt-hcesha-perl package. It is primarily of interest as a dependancy of the OpenSRS client code for domain registrations (see Bug#146456). There are no serious problems with the package, it should be fine for sarge. Eventually it could use a Standards-Version update and a uscan watch file. A new upstream version is available but the changelog only lists test changes for Windows. The package description is: This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. . Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. . The idea is the the two sides have a shared secret that supplies one of the keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. . An example client and server are packaged as modules with this module. They are used in the tests. They can be found in the examples directory. -- _ivan --------------------------------------- Received: (at 271429-close) by bugs.debian.org; 14 Dec 2005 22:51:27 +0000 >From [EMAIL PROTECTED] Wed Dec 14 14:51:27 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EmfOr-0003Sb-FM; Wed, 14 Dec 2005 14:47:05 -0800 From: Jonas Genannt <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#271429: fixed in libcrypt-hcesha-perl 0.70-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 14 Dec 2005 14:47:05 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: libcrypt-hcesha-perl Source-Version: 0.70-1 We believe that the bug you reported is fixed in the latest version of libcrypt-hcesha-perl, which is due to be installed in the Debian FTP archive: libcrypt-hcesha-perl_0.70-1.diff.gz to pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.70-1.diff.gz libcrypt-hcesha-perl_0.70-1.dsc to pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.70-1.dsc libcrypt-hcesha-perl_0.70-1_all.deb to pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.70-1_all.deb libcrypt-hcesha-perl_0.70.orig.tar.gz to pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.70.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonas Genannt <[EMAIL PROTECTED]> (supplier of updated libcrypt-hcesha-perl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 14 Dec 2005 20:51:23 +0200 Source: libcrypt-hcesha-perl Binary: libcrypt-hcesha-perl Architecture: source all Version: 0.70-1 Distribution: unstable Urgency: low Maintainer: Jonas Genannt <[EMAIL PROTECTED]> Changed-By: Jonas Genannt <[EMAIL PROTECTED]> Description: libcrypt-hcesha-perl - Perl extension for one way hash chaining encryption using SHA Closes: 271429 Changes: libcrypt-hcesha-perl (0.70-1) unstable; urgency=low . * New upstream release * New Maintainer (Closes: #271429) * bumped to new policy version * debian/control: new standards version * debian/control: changed section to perl * debian/control: moved to Build-Depend-Indep * debian/rules: cleaned up * added libdigest-sha1-perl as build depend * added debian/examples * debian/copyright: added upstream homepage Files: 3a9d77871a05b05bb3e61630b3798899 678 perl optional libcrypt-hcesha-perl_0.70-1.dsc c18dc95cd5ce92828c6e4efdf07fa7a9 5545 perl optional libcrypt-hcesha-perl_0.70.orig.tar.gz af023cd81334b036171c462165963b52 2154 perl optional libcrypt-hcesha-perl_0.70-1.diff.gz b282b7752da673b43b8a8fd08ab03203 9816 perl optional libcrypt-hcesha-perl_0.70-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDoJ+/ipBneRiAKDwRAiDqAJ4m2nWPqh7d+Y0L7rczFucpB4K/XgCfSoGZ +V/cRCVcH4kN9i4eWAuvkWc= =JnqD -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]