pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Pull-up security patch from CVS. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a8de3823f41
branches:  trunk
changeset: 462985:4a8de3823f41
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Oct 22 16:49:25 2003 +0000

description:
Pull-up security patch from CVS. Bump PKGREVISION.

Fixes a format string error leading to a crash from malicious SMTP servers.
http://www.guninski.com/sylph.html

diffstat:

 mail/sylpheed-claws/Makefile         |   4 ++--
 mail/sylpheed-claws/distinfo         |   3 ++-
 mail/sylpheed-claws/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r f8d8045856ce -r 4a8de3823f41 mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile      Wed Oct 22 05:12:45 2003 +0000
+++ b/mail/sylpheed-claws/Makefile      Wed Oct 22 16:49:25 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2003/09/28 11:38:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2003/10/22 16:49:25 cube Exp $
 #
 
 DISTNAME=      sylpheed-0.9.4claws
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       sylpheed-claws-0.9.4
 CATEGORIES=    mail news x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
diff -r f8d8045856ce -r 4a8de3823f41 mail/sylpheed-claws/distinfo
--- a/mail/sylpheed-claws/distinfo      Wed Oct 22 05:12:45 2003 +0000
+++ b/mail/sylpheed-claws/distinfo      Wed Oct 22 16:49:25 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/09/03 18:19:43 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2003/10/22 16:49:25 cube Exp $
 
 SHA1 (sylpheed-0.9.4claws.tar.bz2) = 4c97d56e154463f09c6f9b9517110ffd1eeaf80b
 Size (sylpheed-0.9.4claws.tar.bz2) = 2609202 bytes
+SHA1 (patch-aa) = 85f1f67c1fd6a12a4dca03460e2af7bd2f40e4a4
diff -r f8d8045856ce -r 4a8de3823f41 mail/sylpheed-claws/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws/patches/patch-aa      Wed Oct 22 16:49:25 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/10/22 16:49:26 cube Exp $
+
+--- src/send_message.c.orig    2003-07-22 13:16:26.000000000 +0200
++++ src/send_message.c
+@@ -614,7 +614,7 @@ static void send_put_error(Session *sess
+       if (log_msg)
+               log_warning("%s\n", log_msg);
+       if (err_msg) {
+-              alertpanel_error_log(err_msg);
++              alertpanel_error_log("%s", err_msg);
+               g_free(err_msg);
+       }
+ }



Home | Main Index | Thread Index | Old Index