tags 412208 + patch thanks Hi,
Attached is the diff for my sylpheed-claws-gtk2 2.6.0-1.1 NMU. I plan to upload in the next day or so if I don't hear back from you. Thanks, -- ----------------------------------------------------------------- | ,''`. Stephen Gran | | : :' : [EMAIL PROTECTED] | | `. `' Debian user, admin, and developer | | `- http://www.debian.org | -----------------------------------------------------------------
diff -u sylpheed-claws-gtk2-2.6.0/debian/changelog sylpheed-claws-gtk2-2.6.0/debian/changelog
--- sylpheed-claws-gtk2-2.6.0/debian/changelog
+++ sylpheed-claws-gtk2-2.6.0/debian/changelog
@@ -1,3 +1,11 @@
+sylpheed-claws-gtk2 (2.6.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix implicit function declarations - this rebuild will also
+ (closes: #412208)
+
+ -- Stephen Gran <[EMAIL PROTECTED]> Wed, 28 Feb 2007 14:22:58 +0000
+
sylpheed-claws-gtk2 (2.6.0-1) unstable; urgency=low
* New upstream release
only in patch2:
unchanged:
--- sylpheed-claws-gtk2-2.6.0.orig/src/plugins/clamav/clamav_plugin.c
+++ sylpheed-claws-gtk2-2.6.0/src/plugins/clamav/clamav_plugin.c
@@ -193,6 +193,7 @@
gchar *rcpath;
int ret;
unsigned int no;
+ unsigned int cl_options = CL_DB_STDOPT;
if ((sylpheed_get_version() > VERSION_NUMERIC)) {
*error = g_strdup(_("Your version of Sylpheed-Claws is newer than the version the ClamAV plugin was built with"));
@@ -217,9 +218,9 @@
clamav_gtk_init();
- if ((ret = cl_loaddbdir(cl_retdbdir(), &cl_database, &no))) {
- debug_print("cl_loaddbdir: %s\n", cl_strerror(ret));
- *error = g_strdup_printf("cl_loaddbdir: %s\n", cl_strerror(ret));
+ if ((ret = cl_load(cl_retdbdir(), &cl_database, &no, cl_options))) {
+ debug_print("cl_load: %s\n", cl_strerror(ret));
+ *error = g_strdup_printf("cl_load: %s\n", cl_strerror(ret));
return -1;
}
signature.asc
Description: Digital signature

