what's new in Thunderbird 1.5.0.8:

* Improvements to product stability.
* Several security fixes.  
http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.8

The Rumbling Edge has a more detailed list of notable bug fixes. 
http://weblogs.mozillazine.org/rumblingedge/archives/2006/09/1-5-0-8.html
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile    1 Oct 2006 22:23:47 -0000       1.44
+++ Makefile    8 Nov 2006 12:04:29 -0000
@@ -4,10 +4,10 @@ ONLY_FOR_ARCHS=       alpha amd64 i386 powerpc
 
 COMMENT=       "redesign of the integrated Mozilla App-Suite mail component"
 
-VER=           1.5.0.7
+VER=           1.5.0.8
 DISTNAME=      mozilla
-PKGNAME=       mozilla-thunderbird-${VER}p1
-SO_VERSION=    9.0
+PKGNAME=       mozilla-thunderbird-${VER}
+SO_VERSION=    10.0
 # NOTE: Must bump minor version if any shlib's are removed from the
 # components dir to avoid pkg_add -r issues.
 .for _lib in accessibility appcomps auth autoconfig caps chrome commandlines \
@@ -115,9 +115,10 @@ do-install:
        @cd ${MOB} && ${TAR} -chf - ${dir} | \
                ${TAR} -xf - -C ${MOZ}
 .endfor
-       @cd ${MOB} && ${TAR} -chf - *.so.?.? | \
+       @cd ${MOB} && ${TAR} -chf - *.so.??.? | \
                ${TAR} -xf - -C ${MOZ}
-       @chmod 444 ${MOZ}/*.so.?.? ${MOZ}/components/*.so.?.? 
${MOZ}/components/*.js
+       @chmod 444 ${MOZ}/*.so.??.? ${MOZ}/components/*.so.??.? 
${MOZ}/components/*.js
+       chown -R ${SHAREOWN}:${SHAREGRP} ${MOZ}
        ${INSTALL_DATA} ${WRKSRC}/LICENSE ${MOZ}
 
        ${INSTALL_DATA} ${WRKSRC}/mail/app/mozicon16.xpm 
${WRKSRC}/mail/app/mozicon50.xpm ${MOZ}
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    20 Sep 2006 08:35:31 -0000      1.12
+++ distinfo    8 Nov 2006 10:41:22 -0000
@@ -1,4 +1,4 @@
-MD5 (thunderbird-1.5.0.7-source.tar.bz2) = c3933149147567471000e53dbeac7429
-RMD160 (thunderbird-1.5.0.7-source.tar.bz2) = 
b8948723e4a96e22409e6a2cb3cd1b6512bef189
-SHA1 (thunderbird-1.5.0.7-source.tar.bz2) = 
9e5acff9bd098979dd798c0111805dc8d67479ad
-SIZE (thunderbird-1.5.0.7-source.tar.bz2) = 35994957
+MD5 (thunderbird-1.5.0.8-source.tar.bz2) = 7b60aa806e4ea1e4708b3982adef7eae
+RMD160 (thunderbird-1.5.0.8-source.tar.bz2) = 
b383c05050fba58f922eb897687f2be86f70c39a
+SHA1 (thunderbird-1.5.0.8-source.tar.bz2) = 
25dd00161e2b4a5bc2968ef4b9547e4431296a33
+SIZE (thunderbird-1.5.0.8-source.tar.bz2) = 35984263
Index: patches/patch-gfx_src_ps_nsFontMetricsPS_cpp
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-gfx_src_ps_nsFontMetricsPS_cpp,v
retrieving revision 1.4
diff -u -p -r1.4 patch-gfx_src_ps_nsFontMetricsPS_cpp
--- patches/patch-gfx_src_ps_nsFontMetricsPS_cpp        20 Sep 2006 08:35:31 
-0000      1.4
+++ patches/patch-gfx_src_ps_nsFontMetricsPS_cpp        8 Nov 2006 10:44:42 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gfx_src_ps_nsFontMetricsPS_cpp,v 1.4 2006/09/20 08:35:31 
steven Exp $
---- gfx/src/ps/nsFontMetricsPS.cpp.orig        Sun May  7 04:01:25 2006
-+++ gfx/src/ps/nsFontMetricsPS.cpp     Sun Sep 17 17:56:59 2006
-@@ -1040,8 +1040,10 @@ nsFontPSXft::Init(nsXftEntry* aEntry,
+--- gfx/src/ps/nsFontMetricsPS.cpp.orig        Fri Oct  6 19:26:54 2006
++++ gfx/src/ps/nsFontMetricsPS.cpp     Wed Nov  8 11:43:52 2006
+@@ -1044,8 +1044,10 @@ nsFontPSXft::Init(nsXftEntry* aEntry,
  
  nsFontPSXft::~nsFontPSXft()
  {
@@ -13,7 +13,7 @@ $OpenBSD: patch-gfx_src_ps_nsFontMetrics
  
    if (FT_Done_FreeType(mFreeTypeLibrary))
      return;
-@@ -2332,8 +2334,10 @@ nsXftType1Generator::Init(nsXftEntry* aE
+@@ -2336,8 +2338,10 @@ nsXftType1Generator::Init(nsXftEntry* aE
  
  nsXftType1Generator::~nsXftType1Generator()
  {

Reply via email to