From:
[email protected]
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");
--
To UNSUBSCRIBE, email to
[email protected]
with a subject of "unsubscribe". Trouble? Contact
[email protected]