contains some more security and stability fixes.
please test/comment.

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile    2006/06/13 13:27:12     1.39
+++ Makefile    2006/06/29 08:18:41
@@ -4,10 +4,10 @@
 
 COMMENT=       "redesign of the integrated Mozilla App-Suite mail component"
 
-VER=           1.5.0.2
+VER=           1.5.0.4
 DISTNAME=      mozilla
-PKGNAME=       mozilla-thunderbird-${VER}p0
-SO_VERSION=    7.0
+PKGNAME=       mozilla-thunderbird-${VER}
+SO_VERSION=    8.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 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo    2006/05/02 07:25:20     1.10
+++ distinfo    2006/06/29 08:18:41
@@ -1,4 +1,4 @@
-MD5 (thunderbird-1.5.0.2-source.tar.bz2) = 3f32b847330c9d58297147be19714962
-RMD160 (thunderbird-1.5.0.2-source.tar.bz2) = 
8aaf02c205b131a38fa0384fe6126eec325c3e9e
-SHA1 (thunderbird-1.5.0.2-source.tar.bz2) = 
6805470f93871916909e4fb4fea9c1354a76ec25
-SIZE (thunderbird-1.5.0.2-source.tar.bz2) = 35880369
+MD5 (thunderbird-1.5.0.4-source.tar.bz2) = ada9c163f5b26fe81958e7a85340811e
+RMD160 (thunderbird-1.5.0.4-source.tar.bz2) = 
27e88578d8857e48b46ee4dff2900f27b8a0f447
+SHA1 (thunderbird-1.5.0.4-source.tar.bz2) = 
492dd76460fc14543a70349263b64b0a2803bee9
+SIZE (thunderbird-1.5.0.4-source.tar.bz2) = 35872600
Index: patches/patch-config_autoconf_mk_in
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-config_autoconf_mk_in,v
retrieving revision 1.3
diff -u -r1.3 patch-config_autoconf_mk_in
--- patches/patch-config_autoconf_mk_in 2006/01/23 12:34:06     1.3
+++ patches/patch-config_autoconf_mk_in 2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-config_autoconf_mk_in,v 1.3 2006/01/23 12:34:06 wilfried Exp $
---- config/autoconf.mk.in.orig Wed Aug 17 19:17:17 2005
-+++ config/autoconf.mk.in      Sat Sep 10 09:08:27 2005
-@@ -60,7 +60,7 @@ datadir              = @datadir@
+--- config/autoconf.mk.in.orig Fri Apr 21 22:50:30 2006
++++ config/autoconf.mk.in      Thu Jun 29 08:50:39 2006
+@@ -62,7 +62,7 @@ datadir              = @datadir@
  mandir                = @mandir@
  idldir                = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
  
@@ -10,7 +10,7 @@
  mredir                = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
  mrelibdir     = $(mredir)/lib
  
-@@ -240,7 +240,7 @@ OS_LDFLAGS = @LDFLAGS@
+@@ -242,7 +242,7 @@ OS_LDFLAGS = @LDFLAGS@
  OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@
  OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@
  
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/patches/patch-configure_in,v
retrieving revision 1.7
diff -u -r1.7 patch-configure_in
--- patches/patch-configure_in  2006/01/23 12:34:06     1.7
+++ patches/patch-configure_in  2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_in,v 1.7 2006/01/23 12:34:06 wilfried Exp $
---- configure.in.orig  Tue Oct  4 07:53:49 2005
-+++ configure.in       Thu Jan 12 13:20:59 2006
-@@ -1801,7 +1801,7 @@ case "$target" in
+--- configure.in.orig  Fri Apr 21 22:50:21 2006
++++ configure.in       Thu Jun 29 08:50:59 2006
+@@ -1859,7 +1859,7 @@ case "$target" in
        ;;
  
  *-openbsd*)
@@ -10,7 +10,7 @@
      DSO_CFLAGS=''
      DSO_PIC_CFLAGS='-fPIC'
      DSO_LDOPTS='-shared -fPIC'
-@@ -3582,7 +3582,7 @@ _SAVE_LIBS=$LIBS
+@@ -3643,7 +3643,7 @@ _SAVE_LIBS=$LIBS
  CFLAGS="$ZLIB_CFLAGS $CFLAGS"
  LDFLAGS="$ZLIB_LIBS -lz $LDFLAGS"
  if test -n "${PNG_DIR}" -a "${PNG_DIR}" != "yes"; then
@@ -19,7 +19,7 @@
      LDFLAGS="-L${PNG_DIR}/lib $LDFLAGS"
  fi
  if test -z "$PNG_DIR" -o "$PNG_DIR" = no; then
-@@ -3612,7 +3612,7 @@ LDFLAGS=$_SAVE_LDFLAGS
+@@ -3673,7 +3673,7 @@ LDFLAGS=$_SAVE_LDFLAGS
  LIBS=$_SAVE_LIBS
  
  if test "${PNG_DIR}" -a -d "${PNG_DIR}" -a "$SYSTEM_PNG" = 1; then
Index: patches/patch-directory_c-sdk_configure_in
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-directory_c-sdk_configure_in,v
retrieving revision 1.5
diff -u -r1.5 patch-directory_c-sdk_configure_in
--- patches/patch-directory_c-sdk_configure_in  2006/01/23 12:34:06     1.5
+++ patches/patch-directory_c-sdk_configure_in  2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-directory_c-sdk_configure_in,v 1.5 2006/01/23 12:34:06 
wilfried Exp $
---- directory/c-sdk/configure.in.orig  Tue Jun 14 23:27:33 2005
-+++ directory/c-sdk/configure.in       Sat Sep 10 09:08:27 2005
-@@ -1455,19 +1455,16 @@ mips-sony-newsos*)
+--- directory/c-sdk/configure.in.orig  Thu Feb 23 00:58:25 2006
++++ directory/c-sdk/configure.in       Thu Jun 29 08:50:39 2006
+@@ -1573,19 +1573,16 @@ mips-sony-newsos*)
      AC_DEFINE(XP_UNIX)
      AC_DEFINE(OPENBSD)
      AC_DEFINE(HAVE_BSD_FLOCK)
Index: patches/patch-modules_libpref_src_init_all_js
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-modules_libpref_src_init_all_js,v
retrieving revision 1.2
diff -u -r1.2 patch-modules_libpref_src_init_all_js
--- patches/patch-modules_libpref_src_init_all_js       2006/01/23 12:34:06     
1.2
+++ patches/patch-modules_libpref_src_init_all_js       2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-modules_libpref_src_init_all_js,v 1.2 2006/01/23 12:34:06 
wilfried Exp $
---- modules/libpref/src/init/all.js.orig       Fri Nov  4 16:22:25 2005
-+++ modules/libpref/src/init/all.js    Mon Dec 26 14:07:02 2005
-@@ -2035,7 +2035,7 @@ pref("font.scale.outline.min",      6);
+--- modules/libpref/src/init/all.js.orig       Mon May  8 22:22:51 2006
++++ modules/libpref/src/init/all.js    Thu Jun 29 08:50:40 2006
+@@ -2052,7 +2052,7 @@ pref("font.scale.outline.min",      6);
  
  // TrueType
  pref("font.FreeType2.enable", false);
Index: patches/patch-nsprpub_config_rules_mk
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-nsprpub_config_rules_mk,v
retrieving revision 1.2
diff -u -r1.2 patch-nsprpub_config_rules_mk
--- patches/patch-nsprpub_config_rules_mk       2006/01/23 12:34:06     1.2
+++ patches/patch-nsprpub_config_rules_mk       2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-nsprpub_config_rules_mk,v 1.2 2006/01/23 12:34:06 wilfried Exp 
$
---- nsprpub/config/rules.mk.orig       Thu Apr 14 00:57:55 2005
-+++ nsprpub/config/rules.mk    Sat Sep 10 09:08:28 2005
-@@ -231,7 +231,7 @@ ifdef RELEASE_HEADERS
+--- nsprpub/config/rules.mk.orig       Thu Feb 23 00:03:11 2006
++++ nsprpub/config/rules.mk    Thu Jun 29 08:50:40 2006
+@@ -232,7 +232,7 @@ ifdef RELEASE_HEADERS
        $(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) 
$(DESTDIR)$(includedir)/$(include_subdir)
  endif
  ifdef RELEASE_LIBS
Index: patches/patch-nsprpub_configure_in
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-nsprpub_configure_in,v
retrieving revision 1.5
diff -u -r1.5 patch-nsprpub_configure_in
--- patches/patch-nsprpub_configure_in  2006/01/23 12:34:06     1.5
+++ patches/patch-nsprpub_configure_in  2006/06/29 08:18:41
@@ -1,7 +1,7 @@
 $OpenBSD: patch-nsprpub_configure_in,v 1.5 2006/01/23 12:34:06 wilfried Exp $
---- nsprpub/configure.in.orig  Thu Aug 25 01:19:59 2005
-+++ nsprpub/configure.in       Sat Sep 10 09:08:28 2005
-@@ -1620,9 +1620,11 @@ mips-sony-newsos*)
+--- nsprpub/configure.in.orig  Thu Feb 23 00:03:11 2006
++++ nsprpub/configure.in       Thu Jun 29 08:50:40 2006
+@@ -1704,9 +1704,11 @@ mips-sony-newsos*)
      AC_DEFINE(OPENBSD)
      AC_DEFINE(HAVE_BSD_FLOCK)
      AC_DEFINE(HAVE_SOCKLEN_T)
Index: patches/patch-xpcom_glue_standalone_Makefile_in
===================================================================
RCS file: 
/cvs/ports/mail/mozilla-thunderbird/patches/patch-xpcom_glue_standalone_Makefile_in,v
retrieving revision 1.1
diff -u -r1.1 patch-xpcom_glue_standalone_Makefile_in
--- patches/patch-xpcom_glue_standalone_Makefile_in     2006/01/23 12:34:06     
1.1
+++ patches/patch-xpcom_glue_standalone_Makefile_in     2006/06/29 08:18:41
@@ -1,8 +1,8 @@
 $OpenBSD: patch-xpcom_glue_standalone_Makefile_in,v 1.1 2006/01/23 12:34:06 
wilfried Exp $
---- xpcom/glue/standalone/Makefile.in.orig     Tue Oct 11 00:01:54 2005
-+++ xpcom/glue/standalone/Makefile.in  Mon Dec 26 14:07:34 2005
+--- xpcom/glue/standalone/Makefile.in.orig     Thu Jan  5 20:35:20 2006
++++ xpcom/glue/standalone/Makefile.in  Thu Jun 29 08:51:04 2006
 @@ -62,6 +62,9 @@ endif
- ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD,$(OS_ARCH)))
+ ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
  LINKSRC = nsGlueLinkingDlopen.cpp
  endif
 +ifeq (OpenBSD,$(OS_ARCH))

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to