pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed Update Sylpheed to 0.9.7 to catch a secu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a369425d13e6
branches:  trunk
changeset: 462835:a369425d13e6
user:      chris <chris%pkgsrc.org@localhost>
date:      Wed Oct 15 23:39:39 2003 +0000

description:
Update Sylpheed to 0.9.7 to catch a security fix.

Changes are:
    * The vulnerability in SMTP response handling, which is exploitable
      by a malicious SMTP server, has been fixed.
    * The structure of folder system has been sorted out.
    * The checking of the existence of IMAP root directory has been
      modified.

diffstat:

 mail/sylpheed/Makefile |  8 +++++---
 mail/sylpheed/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r f7fd763a992e -r a369425d13e6 mail/sylpheed/Makefile
--- a/mail/sylpheed/Makefile    Wed Oct 15 19:54:56 2003 +0000
+++ b/mail/sylpheed/Makefile    Wed Oct 15 23:39:39 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2003/09/28 11:38:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.50 2003/10/15 23:39:39 chris Exp $
 
-DISTNAME=      sylpheed-0.9.6
-PKGREVISION=   1
+DISTNAME=      sylpheed-0.9.7
 CATEGORIES=    mail news x11
 MASTER_SITES=  http://sylpheed.good-day.net/sylpheed/
 EXTRACT_SUFX=  .tar.bz2
@@ -63,9 +62,12 @@
        ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
 
 .include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
 .include "../../graphics/gdk-pixbuf/buildlink2.mk"
 .include "../../security/gpgme/buildlink2.mk"
 .include "../../security/openssl/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
 .include "../../x11/gtk/buildlink2.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r f7fd763a992e -r a369425d13e6 mail/sylpheed/distinfo
--- a/mail/sylpheed/distinfo    Wed Oct 15 19:54:56 2003 +0000
+++ b/mail/sylpheed/distinfo    Wed Oct 15 23:39:39 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2003/09/17 23:01:53 recht Exp $
+$NetBSD: distinfo,v 1.26 2003/10/15 23:39:39 chris Exp $
 
-SHA1 (sylpheed-0.9.6.tar.bz2) = 559f6e875bc283071d95235ff0ef675c4937d148
-Size (sylpheed-0.9.6.tar.bz2) = 2145580 bytes
+SHA1 (sylpheed-0.9.7.tar.bz2) = ed00550b93d50bea9b150d24426d18661bc9d304
+Size (sylpheed-0.9.7.tar.bz2) = 2147360 bytes



Home | Main Index | Thread Index | Old Index