Your message dated Fri, 9 Sep 2005 14:18:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libggz: #266104 has been fixed
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 Aug 2004 18:11:11 +0000
>From [EMAIL PROTECTED] Mon Aug 16 11:11:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from b099100.adsl.hansenet.de (localhost) [62.109.99.100]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bwlws-00048K-00; Mon, 16 Aug 2004 11:11:10 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1Bwlx4-0006Mo-4Q; Mon, 16 Aug 2004 20:11:22 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libggz: Please use libgnutls11-dev instead of libgnutls7-dev
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 16 Aug 2004 20:11:22 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libggz
Severity: normal
Tags: patch
Please rebuild against libgnutls11-dev instead of libgnutls7-dev.
The attached patch changes the Build-Depends from libgnutls7-dev to
libgnutls11-dev and adjusts a call of gcry_md_open in
src/security/hashfunc.c to the new interface.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libggz-0.0.7/debian/control ./debian/control
--- ../tmp-orig/libggz-0.0.7/debian/control 2004-08-16 20:03:31.824882825
+0200
+++ ./debian/control 2004-08-16 18:19:36.751758017 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Stephen Zander <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: autotools-dev, debhelper (>> 4.1), libgnutls7-dev
+Build-Depends: autotools-dev, debhelper (>> 4.1), libgnutls11-dev
Package: libggz1
Architecture: any
diff -urN ../tmp-orig/libggz-0.0.7/src/security/hashfunc.c
./src/security/hashfunc.c
--- ../tmp-orig/libggz-0.0.7/src/security/hashfunc.c 2003-05-10
01:04:19.000000000 +0200
+++ ./src/security/hashfunc.c 2004-08-16 20:00:38.020305137 +0200
@@ -32,7 +32,7 @@
return hash;
}
- handle = gcry_md_open(0, flags);
+ handle = gcry_md_open(0, 0, flags);
if(!handle)
{
fprintf(stderr, "Error: couldn't create handle.\n");
---------------------------------------
Received: (at 266104-done) by bugs.debian.org; 9 Sep 2005 12:18:03 +0000
>From [EMAIL PROTECTED] Fri Sep 09 05:18:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129218.adsl.hansenet.de (localhost.localdomain)
[213.39.129.218]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EDhpT-0003VL-00; Fri, 09 Sep 2005 05:18:03 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1EDhpR-0001Ha-So; Fri, 09 Sep 2005 14:18:02 +0200
Date: Fri, 9 Sep 2005 14:18:01 +0200
To: [EMAIL PROTECTED]
Subject: libggz: #266104 has been fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
From: Andreas Jochens <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
This problem has been fixed already, thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]