[Commits] [SCM] claws branch, master, updated. 3.9.3-81-g4242394

mones at claws-mail.org mones at claws-mail.org
Tue Apr 22 09:52:56 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  4242394d7e6eaf7628486cf099b92b99efd88571 (commit)
      from  03b87062150026a55495fa2814f256886f84f848 (commit)


- Log -----------------------------------------------------------------
commit 4242394d7e6eaf7628486cf099b92b99efd88571
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Apr 22 09:36:30 2014 +0200

    Fix hardened builds and typo in configure.ac
    
    Removes:
     • clamav_plugin.c:149:5: error: format not a string literal and
       no format arguments [-Werror=format-security]
     • ./configure: line 20189: dbl: command not found

diff --git a/configure.ac b/configure.ac
index b711cbc..19bae06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1045,7 +1045,7 @@ dnl Archive:		libarchive
 dnl Fancy:		Webkit, curl, optionally libsoup-gnome
 dnl Gdata:		libgdata
 dnl Geolocation:	libchamplain, libsoup
-dbl Libravatar:		libcurl
+dnl Libravatar:		libcurl
 dnl Notification:	optionally libnotify libindicate libcanberra_gtk hotkey
 dnl Pdf-Viewer:		libpoppler
 dnl Perl:		sed perl
diff --git a/src/plugins/clamd/clamav_plugin.c b/src/plugins/clamd/clamav_plugin.c
index 45f2fb3..460f672 100644
--- a/src/plugins/clamd/clamav_plugin.c
+++ b/src/plugins/clamd/clamav_plugin.c
@@ -145,7 +145,7 @@ static gboolean scan_func(GNode *node, gpointer data)
 			else {
 				msg = g_strdup_printf(_("File: %s. Size (%d) greater than limit (%d)\n"), outfile, (int) info.st_size, max);
 				statusbar_print_all("%s", msg);
-				debug_print(msg);
+				debug_print("%s", msg);
 				g_free(msg);
 			}
 		}

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                      |    2 +-
 src/plugins/clamd/clamav_plugin.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list