Your message dated Mon, 30 Sep 2002 12:45:38 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#161079: fixed in twofish 0.2-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; 16 Sep 2002 17:22:29 +0000 >From [EMAIL PROTECTED] Mon Sep 16 12:22:29 2002 Return-path: <[EMAIL PROTECTED]> Received: from pcp942041pcs.cstltn01.in.comcast.net (apocalypse.deadbeast.net) [68.57.244.226] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17qzZr-0005cQ-00; Mon, 16 Sep 2002 12:22:28 -0500 Received: by apocalypse.deadbeast.net (Postfix, from userid 1000) id 6E5663D73; Mon, 16 Sep 2002 12:21:57 -0500 (EST) Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Branden Robinson" <[EMAIL PROTECTED]> To: "Debian Bug Tracking System" <[EMAIL PROTECTED]> Subject: =?iso-8859-1?q?ITP:?= libtwofish0 -- easy-to-use implementation of Twofish crypto algorithm X-Mailer: reportbug 1.99.55 Date: Mon, 16 Sep 2002 12:21:57 -0500 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: wnpp Version: unavailable; reported 2002-09-16 Severity: wishlist * Package name : libtwofish0 Version : 0.2 Upstream Author : Niels Ferguson <[EMAIL PROTECTED]> * URL : http://www.macfergus.com/niels/code/TwofishClib.html * License : custom DFSG-free, GPL-compatible license; see below Description : easy-to-use implementation of Twofish crypto algorithm This is an implementation of the Twofish cryptographic algorithm in C that should be very easy to integrate into your own program. The main properties of this library are: * Free: The library can be freely used for any application. (For details see the licensing terms and disclaimer in the source code file itself.) * Fast: The code has been optimised for speed, at the expense of memory use and code size. * Easy to use: Care has been taken to make the code easy to integrate into a larger project. Extensive comments explain how to perform the integration and how to use the library. * Portable: The default code is written in fully portable C. By adjusting certain macro definitions the user can provide platform-specific code for certain functions, which can improve the speed. * Documented: Extensive documentation is available in the comments of the source files. This includes information about integration, optimisation for specific platforms, the library API, and detailed explanation of all the code. * Self-testing: Extensive self-tests are run every time the library is initialised. * Large: The code has been optimised for speed, which leads to the use of large tables. No attempt has been made to minimise the code or data size. License: * The author hereby grants a perpetual license to everybody to * use this code for any purpose as long as the copyright message is included * in the source code of this or any derived work. * * Yes, this means that you, your company, your club, and anyone else * can use this code anywhere you want. You can change it and distribute it * under the GPL, include it in your commercial product without releasing * the source code, put it on the web, etc. * The only thing you cannot do is remove my copyright message, * or distribute any source code based on this implementation that does not * include my copyright message. * * I appreciate a mention in the documentation or credits, * but I understand if that is difficult to do. * I also appreciate it if you tell me where and why you used my code. * * Please send any questions or comments to [EMAIL PROTECTED] [...] * DISCLAIMER: As I'm giving away my work for free, I'm of course not going * to accept any liability of any form. This code, or the Twofish cipher, * might very well be flawed; you have been warned. * This software is provided as-is, without any kind of warrenty or * guarantee. And that is really all you can expect when you download * code for free from the Internet. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux apocalypse 2.4.18 #1 Fri May 3 19:03:16 EST 2002 i686 Locale: LANG=C, LC_CTYPE=en_US --------------------------------------- Received: (at 161079-close) by bugs.debian.org; 30 Sep 2002 16:46:53 +0000 >From [EMAIL PROTECTED] Mon Sep 30 11:46:53 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17w3h7-00010N-00; Mon, 30 Sep 2002 11:46:53 -0500 Received: from rmurray by auric.debian.org with local (Exim 3.35 1 (Debian)) id 17w3fu-00046f-00; Mon, 30 Sep 2002 12:45:38 -0400 From: Branden Robinson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.17 $ Subject: Bug#161079: fixed in twofish 0.2-1 Message-Id: <[EMAIL PROTECTED]> Sender: Ryan Murray <[EMAIL PROTECTED]> Date: Mon, 30 Sep 2002 12:45:38 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of twofish, which is due to be installed in the Debian FTP archive: libtwofish-dev_0.2-1_i386.deb to pool/main/t/twofish/libtwofish-dev_0.2-1_i386.deb twofish_0.2-1.diff.gz to pool/main/t/twofish/twofish_0.2-1.diff.gz twofish_0.2-1.dsc to pool/main/t/twofish/twofish_0.2-1.dsc twofish_0.2.orig.tar.gz to pool/main/t/twofish/twofish_0.2.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. Branden Robinson <[EMAIL PROTECTED]> (supplier of updated twofish 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: Sun, 22 Sep 2002 14:28:38 -0500 Source: twofish Binary: libtwofish-dev Architecture: source i386 Version: 0.2-1 Distribution: unstable Urgency: low Maintainer: Branden Robinson <[EMAIL PROTECTED]> Changed-By: Branden Robinson <[EMAIL PROTECTED]> Description: libtwofish-dev - Niels Ferguson's Twofish cryptographic algorithm library Closes: 161079 Changes: twofish (0.2-1) unstable; urgency=low . * initial release (Closes: #161079) * Thanks to Andew Suffield for eliminating this package's dependency on the C library (the three required C library functions are included in the static object). Files: 0b63a87125efad7d0d5cd7292085d509 571 devel optional twofish_0.2-1.dsc 05b3254eef4be181680ce083c314d020 22329 devel optional twofish_0.2.orig.tar.gz d14bb3a96ac6cc9e7b43aae5be47b1bc 3864 devel optional twofish_0.2-1.diff.gz 756ce8eb06aef80f4b88302f7cbe9566 12734 devel optional libtwofish-dev_0.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iEYEARECAAYFAj2OHZwACgkQ6kxmHytGonzfNACgnO7WNU6lseTVL2v93GtMOzo2 jcYAmwdyO5isf/G1OS237gjpa8/UxBGI =jvoT -----END PGP SIGNATURE-----