pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution Update to 2.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb4f595f62a7
branches:  trunk
changeset: 486483:fb4f595f62a7
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Dec 28 22:01:25 2004 +0000

description:
Update to 2.0.3:

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #67656 - almost the same email address are considrered identical (Siva)
   #69079 - Data repeated after save with bad date format (Siva)
   #66854 - Some strings are missed to translation (Rodney)

 * Calendar
   #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale
   (Rodney)
   #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
   #67403 - wrong alarm time displayed (Rodrigo)
   #68077 - appointment dialog re-size (Rodrigo)

 * Mail

   #69533 - Unable to subscribe to the alt hierarchy (Michael)
   #69776 - Signed Mail with attachments displays everything with
   multipart/boundaries stuff (Michael)
   #69615 - delete certificate after viewing smime message (Michael)
   #69109 - EHLO or HELO with ip addresses does not conform rfc 821  (Michael)
   #69982 - During Newsgroup list refresh, it crashes (Michael)
   #69446 - Mail shown as attachment if some headers are upper case
   (S. Caglar Onur)
   #68556 - NNTP with SSL won't work, even with stunnel (Michael)
   #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
   #69241 - base64 attachement holding PGP block (Jeff)
   #67895 - nntp support not asking for password (Michael)
   #67898 - Use of symbolic port-names is not guaranteed to work everywhere
   (Michael)
   #69851 - remember password check doesn't stick (Michael)
   #69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash
   (Radek)
   #69339 - postscript and some other attachments not visable (Michael)
   #69579 - vFolders#UNMATCHED generates errors (Michael)
   #68958 - current message forgotten in vfolders (Michael)
   #68974 - Wizard doesn't store smtp auth settings (Michael)
   #67496 - html email not rendered in preview pane (Michael)
   #67014 - Checking supported auth types doesn't work with new SSL certificate
   (Michael)
   #68006 - Evo crashed after viewing previously-sent email and copying URL
   from it (Michael)
   #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
   #67622 - SMTP auth usernames containing % character fail (Jeff)

Other bugs

 * Mail
    - fix pthread_key_delete args (Julio M. Merino Vidal)

 * Calendar
    - leak fixes (Chen)
    - sensitize menu items in list view properly (JP)
    - redraw display when 24hr time setting changes (JP)

Updated translations:
  - nl (Vincent van Adrighem)
  - pt (Duarte Loreto)
  - hu (Laszlo Dvornik)
  - ca (Jordi Mallach)
  - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
  - sv (Christian Rose)
  - de (Hendrik Brandt)
  - id (Mohammad DAMT)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - ko (Changwoo Ryu)
  - zh_CN (Funda Wang)
  - ms (Hasbullah Bin Pit)
  - hu (Laszlo Dvornik)
  - cs (Miloslav Trmac)
  - ru (Leonid Kanter)
  - bg (Vladimir Petkov)
  - sq (Laurent Dhima)
  - en_GB (David Lodge)
  - pl (Artur Flinta)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_CA (Adam Weinberger)
  - pt_BR (Raphael Higino)
  - nn (Åsmund Skjæveland)

diffstat:

 mail/evolution/Makefile         |  10 +++++-----
 mail/evolution/distinfo         |   8 +++-----
 mail/evolution/patches/patch-aa |  13 -------------
 mail/evolution/patches/patch-ac |  23 -----------------------
 4 files changed, 8 insertions(+), 46 deletions(-)

diffs (84 lines):

diff -r e7a284ef8d7d -r fb4f595f62a7 mail/evolution/Makefile
--- a/mail/evolution/Makefile   Tue Dec 28 21:58:33 2004 +0000
+++ b/mail/evolution/Makefile   Tue Dec 28 22:01:25 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2004/11/14 22:31:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.72 2004/12/28 22:01:25 jmmv Exp $
 
-DISTNAME=              evolution-2.0.2
-PKGREVISION=           4
+DISTNAME=              evolution-2.0.3
 CATEGORIES=            mail time gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/evolution/2.0/}
 EXTRACT_SUFX=          .tar.bz2
@@ -13,9 +12,10 @@
 DEPENDS+=              psmisc-[0-9]*:../../sysutils/psmisc
 BUILD_USES_MSGFMT=     YES
 
-BUILDLINK_DEPENDS.gal2+=       gal2>=2.2.3
+BUILDLINK_DEPENDS.gal2+=       gal2>=2.2.4
 BUILDLINK_DEPENDS.glib2+=      glib2>=2.4.0nb2
-BUILDLINK_DEPENDS.gtkhtml3+=   gtkhtml3>=3.2.3
+BUILDLINK_DEPENDS.gtkhtml3+=   gtkhtml3>=3.2.4
+BUILDLINK_DEPENDS.evolution-data-server+=      evolution-data-server>=1.0.3
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.evolution
 PKG_SUPPORTED_OPTIONS= ipv6 krb4 krb5 ssl
diff -r e7a284ef8d7d -r fb4f595f62a7 mail/evolution/distinfo
--- a/mail/evolution/distinfo   Tue Dec 28 21:58:33 2004 +0000
+++ b/mail/evolution/distinfo   Tue Dec 28 22:01:25 2004 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.29 2004/11/03 13:41:43 jmmv Exp $
+$NetBSD: distinfo,v 1.30 2004/12/28 22:01:25 jmmv Exp $
 
-SHA1 (evolution-2.0.2.tar.bz2) = cc2c5d4f9547f5b442487605d9addb29baf52866
-Size (evolution-2.0.2.tar.bz2) = 15400311 bytes
-SHA1 (patch-aa) = 736bef73496b360a8b0ce1901c2969c6d5ae29e1
+SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d
+Size (evolution-2.0.3.tar.bz2) = 15381448 bytes
 SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d
-SHA1 (patch-ac) = 410be27f7dab5eccf8e0887474546c2b3600fe80
diff -r e7a284ef8d7d -r fb4f595f62a7 mail/evolution/patches/patch-aa
--- a/mail/evolution/patches/patch-aa   Tue Dec 28 21:58:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.16 2004/10/20 09:27:33 jmmv Exp $
-
---- camel/camel-operation.c.orig       2004-10-20 11:19:04.000000000 +0200
-+++ camel/camel-operation.c
-@@ -112,7 +112,7 @@ camel_operation_init(void)
- void
- camel_operation_shutdown (void)
- {
--      pthread_key_delete (&operation_key);
-+      pthread_key_delete (operation_key);
- }
- 
- /**
diff -r e7a284ef8d7d -r fb4f595f62a7 mail/evolution/patches/patch-ac
--- a/mail/evolution/patches/patch-ac   Tue Dec 28 21:58:33 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2004/11/03 13:41:43 jmmv Exp $
-
---- camel/camel-service.c.orig 2004-10-11 17:24:23.000000000 +0200
-+++ camel/camel-service.c
-@@ -36,6 +36,9 @@
- #include <errno.h>
- 
- #include <sys/poll.h>
-+#ifndef ENABLE_IPv6
-+#include <sys/socket.h>
-+#endif
- 
- #include "e-util/e-msgport.h"
- 
-@@ -896,7 +899,7 @@ camel_getaddrinfo(const char *name, cons
-       else
-               memcpy (&myhints, hints, sizeof (myhints));
-       
--      myhints.ai_faimily = AF_INET;
-+      myhints.ai_family = AF_INET;
-       hints = &myhints;
- #endif
- 



Home | Main Index | Thread Index | Old Index