Update to 1.5.0.3. Security fixes inside...
More info: CVE-2006-1993 http://secunia.com/advisories/19802/ tested by many "go ahead" jolan@
This commit is contained in:
parent
06da91a56b
commit
3bbe03aff4
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2006/04/18 10:37:32 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2006/05/05 10:14:21 bernd Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||
|
||||
COMMENT= "redesign of Mozilla's browser component"
|
||||
|
||||
VER= 1.5.0.2
|
||||
VER= 1.5.0.3
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-firefox-${VER}
|
||||
SO_VERSION= 11.0
|
||||
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 browsercomps \
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (firefox-1.5.0.2-source.tar.bz2) = 6bd65d899e9bcb16c28225899cc61a1e
|
||||
RMD160 (firefox-1.5.0.2-source.tar.bz2) = a3128798930d069a175d278b5522cdc8e43dc352
|
||||
SHA1 (firefox-1.5.0.2-source.tar.bz2) = 21f5497a4cdd4b142bdcb9c3fbdfea43cae1455f
|
||||
SIZE (firefox-1.5.0.2-source.tar.bz2) = 35234245
|
||||
MD5 (firefox-1.5.0.3-source.tar.bz2) = 30e99f7ac4f4cc1c8c69a6895292ef3c
|
||||
RMD160 (firefox-1.5.0.3-source.tar.bz2) = 0c278d242bb763343690a51f5e3b4750cb10a937
|
||||
SHA1 (firefox-1.5.0.3-source.tar.bz2) = f3305ea944b0e77e0279234190331ffcb0ae7eea
|
||||
SIZE (firefox-1.5.0.3-source.tar.bz2) = 35239885
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_in,v 1.5 2005/12/20 23:44:00 bernd Exp $
|
||||
--- configure.in.orig Tue Oct 4 07:53:49 2005
|
||||
+++ configure.in Thu Dec 1 18:37:21 2005
|
||||
@@ -1225,9 +1225,9 @@ dnl Get mozilla version from central mil
|
||||
$OpenBSD: patch-configure_in,v 1.6 2006/05/05 10:14:21 bernd Exp $
|
||||
--- configure.in.orig Sun Feb 26 00:07:41 2006
|
||||
+++ configure.in Wed May 3 13:26:33 2006
|
||||
@@ -1287,9 +1287,9 @@ dnl Get mozilla version from central mil
|
||||
MOZILLA_VERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir`
|
||||
|
||||
dnl Get version of various core apps from the version files.
|
||||
@ -14,7 +14,7 @@ $OpenBSD: patch-configure_in,v 1.5 2005/12/20 23:44:00 bernd Exp $
|
||||
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION,"$MOZILLA_VERSION")
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION_U,$MOZILLA_VERSION)
|
||||
@@ -1801,7 +1801,7 @@ case "$target" in
|
||||
@@ -1859,7 +1859,7 @@ case "$target" in
|
||||
;;
|
||||
|
||||
*-openbsd*)
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-configure_in,v 1.5 2005/12/20 23:44:00 bernd Exp $
|
||||
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
|
||||
@ -32,7 +32,7 @@ $OpenBSD: patch-configure_in,v 1.5 2005/12/20 23:44:00 bernd Exp $
|
||||
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
|
||||
@ -41,7 +41,7 @@ $OpenBSD: patch-configure_in,v 1.5 2005/12/20 23:44:00 bernd Exp $
|
||||
PNG_LIBS="-L${PNG_DIR}/lib ${PNG_LIBS}"
|
||||
fi
|
||||
|
||||
@@ -4013,7 +4013,7 @@ suite)
|
||||
@@ -4075,7 +4075,7 @@ suite)
|
||||
|
||||
browser)
|
||||
MOZ_APP_NAME=firefox
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-modules_libpref_src_init_all_js,v 1.2 2005/12/20 23:44:00 bernd Exp $
|
||||
--- modules/libpref/src/init/all.js.orig Fri Nov 4 16:22:25 2005
|
||||
+++ modules/libpref/src/init/all.js Fri Nov 11 21:46:51 2005
|
||||
@@ -2035,7 +2035,7 @@ pref("font.scale.outline.min", 6);
|
||||
$OpenBSD: patch-modules_libpref_src_init_all_js,v 1.3 2006/05/05 10:14:21 bernd Exp $
|
||||
--- modules/libpref/src/init/all.js.orig Mon Feb 13 22:58:15 2006
|
||||
+++ modules/libpref/src/init/all.js Wed May 3 13:25:55 2006
|
||||
@@ -2049,7 +2049,7 @@ pref("font.scale.outline.min", 6);
|
||||
|
||||
// TrueType
|
||||
pref("font.FreeType2.enable", false);
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-nsprpub_config_rules_mk,v 1.2 2005/12/20 23:44:00 bernd Exp $
|
||||
--- nsprpub/config/rules.mk.orig Thu Apr 14 00:57:55 2005
|
||||
+++ nsprpub/config/rules.mk Sat Sep 10 09:47:32 2005
|
||||
@@ -231,7 +231,7 @@ ifdef RELEASE_HEADERS
|
||||
$OpenBSD: patch-nsprpub_config_rules_mk,v 1.3 2006/05/05 10:14:21 bernd Exp $
|
||||
--- nsprpub/config/rules.mk.orig Thu Feb 23 00:03:11 2006
|
||||
+++ nsprpub/config/rules.mk Wed May 3 13:25:55 2006
|
||||
@@ -232,7 +232,7 @@ ifdef RELEASE_HEADERS
|
||||
$(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) $(DESTDIR)$(includedir)/$(include_subdir)
|
||||
endif
|
||||
ifdef RELEASE_LIBS
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-nsprpub_configure_in,v 1.4 2005/12/20 23:44:00 bernd Exp $
|
||||
--- nsprpub/configure.in.orig Thu Aug 25 01:19:59 2005
|
||||
+++ nsprpub/configure.in Sat Sep 10 09:47:32 2005
|
||||
@@ -1620,9 +1620,11 @@ mips-sony-newsos*)
|
||||
$OpenBSD: patch-nsprpub_configure_in,v 1.5 2006/05/05 10:14:21 bernd Exp $
|
||||
--- nsprpub/configure.in.orig Thu Feb 23 00:03:11 2006
|
||||
+++ nsprpub/configure.in Wed May 3 13:25:55 2006
|
||||
@@ -1704,9 +1704,11 @@ mips-sony-newsos*)
|
||||
AC_DEFINE(OPENBSD)
|
||||
AC_DEFINE(HAVE_BSD_FLOCK)
|
||||
AC_DEFINE(HAVE_SOCKLEN_T)
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-xpcom_glue_standalone_Makefile_in,v 1.1 2005/12/20 23:44:00 bernd Exp $
|
||||
--- xpcom/glue/standalone/Makefile.in.orig Tue Oct 11 00:01:54 2005
|
||||
+++ xpcom/glue/standalone/Makefile.in Thu Nov 3 10:44:14 2005
|
||||
$OpenBSD: patch-xpcom_glue_standalone_Makefile_in,v 1.2 2006/05/05 10:14:21 bernd Exp $
|
||||
--- xpcom/glue/standalone/Makefile.in.orig Thu Jan 5 20:35:20 2006
|
||||
+++ xpcom/glue/standalone/Makefile.in Wed May 3 13:26:43 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))
|
||||
|
Loading…
Reference in New Issue
Block a user