Security update to firefox 1.5.0.9.

More info:
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox

ok steven@
This commit is contained in:
bernd 2006-12-21 09:53:43 +00:00
parent 049a68e900
commit fa5982a5ac
3 changed files with 16 additions and 16 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.61 2006/12/16 12:22:35 espie Exp $
# $OpenBSD: Makefile,v 1.62 2006/12/21 09:53:43 bernd Exp $
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
COMMENT= "redesign of Mozilla's browser component"
VER= 1.5.0.8
VER= 1.5.0.9
DISTNAME= mozilla
PKGNAME= mozilla-firefox-${VER}p1
SO_VERSION= 17.0
PKGNAME= mozilla-firefox-${VER}
SO_VERSION= 18.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 browsercomps \
@ -34,7 +34,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xft Xrender Xinerama Xt c fontconfig freetype m \
pthread z \
atk-1.0 cairo glib-2.0 gmodule-2.0 gobject-2.0 \
atk-1.0 cairo glib-2.0 glitz gmodule-2.0 gobject-2.0 \
jpeg pango-1.0 pangocairo-1.0 \
pangoft2-1.0 png stdc++

View File

@ -1,4 +1,4 @@
MD5 (firefox-1.5.0.8-source.tar.bz2) = 86f98df1586efb419225a2988a217951
RMD160 (firefox-1.5.0.8-source.tar.bz2) = b28cb7b104c1fbaad9b2a43ded31149fab0cf476
SHA1 (firefox-1.5.0.8-source.tar.bz2) = 4f93cf8f2c179ab800974416bc8a3e0250482522
SIZE (firefox-1.5.0.8-source.tar.bz2) = 35588049
MD5 (firefox-1.5.0.9-source.tar.bz2) = 383d3f3a17ba819ead94c2edc6739773
RMD160 (firefox-1.5.0.9-source.tar.bz2) = b83bca8f317a6bc00dd40fd0d868cbe82536f45e
SHA1 (firefox-1.5.0.9-source.tar.bz2) = 55147ecf4882baf618d1e5eb5f5a438086706425
SIZE (firefox-1.5.0.9-source.tar.bz2) = 35600822

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.5 2005/12/20 23:44:00 bernd 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:48:07 2005
@@ -67,6 +67,12 @@ CPPSRCS := xptcinvoke_unixish_x86.cpp x
$OpenBSD: patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in,v 1.6 2006/12/21 09:53:43 bernd Exp $
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Tue Nov 14 22:10:24 2006
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Dec 20 12:31:06 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.5 2005/12/20 2
# 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.5 2005/12/20 2
# 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.5 2005/12/20 2
# Darwin/PPC
#
ifeq ($(OS_ARCH),Darwin)
@@ -348,6 +368,20 @@ endif
@@ -349,6 +369,20 @@ endif
endif
endif