SECURITY update to thunderbird 1.5.0.9

for details, see
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Thunderbird

from Martynas Venckus
This commit is contained in:
steven 2006-12-21 08:39:01 +00:00
parent 01e21aa910
commit cf14f0c9f5
3 changed files with 15 additions and 15 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.48 2006/12/16 12:22:34 espie Exp $
# $OpenBSD: Makefile,v 1.49 2006/12/21 08:39:01 steven Exp $
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
COMMENT= "redesign of the integrated Mozilla App-Suite mail component"
VER= 1.5.0.8
VER= 1.5.0.9
DISTNAME= mozilla
PKGNAME= mozilla-thunderbird-${VER}p1
SO_VERSION= 11.0
PKGNAME= mozilla-thunderbird-${VER}
SO_VERSION= 12.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 \

View File

@ -1,4 +1,4 @@
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
MD5 (thunderbird-1.5.0.9-source.tar.bz2) = bb74629a8d99a6653c5ab978cf9c6227
RMD160 (thunderbird-1.5.0.9-source.tar.bz2) = d1efc6bd0585ce2222d0bc3065a4f748a2f0f635
SHA1 (thunderbird-1.5.0.9-source.tar.bz2) = ff1b900861422b5c657a5302d9b1deb0601a42e2
SIZE (thunderbird-1.5.0.9-source.tar.bz2) = 35970591

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.4 2006/01/23 12:34:06 wilfried Exp $
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Wed Jun 15 10:32:21 2005
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Sat Sep 10 09:08:28 2005
@@ -67,6 +67,12 @@ CPPSRCS := xptcinvoke_unixish_x86.cpp x
$OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.5 2006/12/21 08:39:01 steven Exp $
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Tue Nov 14 23:10:24 2006
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Dec 20 11:43:55 2006
@@ -68,6 +68,12 @@ CPPSRCS := xptcinvoke_unixish_x86.cpp x
endif
endif
#
@ -14,7 +14,7 @@ $OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.4 2006/01/23 1
# New code for Linux, et. al., with gcc
# Migrate other platforms here after testing
#
@@ -128,6 +134,12 @@ CPPSRCS := xptcinvoke_osf1_alpha.cpp xp
@@ -129,6 +135,12 @@ CPPSRCS := xptcinvoke_osf1_alpha.cpp xp
ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s
endif
#
@ -27,7 +27,7 @@ $OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.4 2006/01/23 1
# Linux/Alpha
#
ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST)))
@@ -277,6 +289,14 @@ ASFILES := xptcinvoke_asm_ppc_netbsd.s
@@ -278,6 +290,14 @@ ASFILES := xptcinvoke_asm_ppc_netbsd.s
endif
#
@ -42,7 +42,7 @@ $OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.4 2006/01/23 1
# Darwin/PPC
#
ifeq ($(OS_ARCH),Darwin)
@@ -288,6 +308,20 @@ endif
@@ -289,6 +309,20 @@ endif
CPPSRCS := xptcinvoke_ppc_rhapsody.cpp xptcstubs_ppc_rhapsody.cpp
ASFILES := xptcinvoke_asm_ppc_rhapsody.s xptcstubs_asm_ppc_darwin.s
endif