Bernd Ahlers [2006-05-03, 14:56:18]:
> Hi!
>
> Attached is an update to mozilla-firefox-1.5.0.3. This update fixes the
> following security issue:
>
> http://secunia.com/advisories/19802/
>
> Please test especially on non-i386. Thanks!
no problems on amd64 and i386.
>
> Bernd
>
> Index: Makefile
> ===================================================================
> RCS file: /home/OpenBSD/cvs/ports/www/mozilla-firefox/Makefile,v
> retrieving revision 1.50
> diff -u -p -r1.50 Makefile
> --- Makefile 18 Apr 2006 10:37:32 -0000 1.50
> +++ Makefile 3 May 2006 11:18:12 -0000
> @@ -4,10 +4,10 @@ ONLY_FOR_ARCHS= alpha amd64 i386 powerpc
>
> 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 \
> Index: distinfo
> ===================================================================
> RCS file: /home/OpenBSD/cvs/ports/www/mozilla-firefox/distinfo,v
> retrieving revision 1.12
> diff -u -p -r1.12 distinfo
> --- distinfo 18 Apr 2006 10:37:32 -0000 1.12
> +++ distinfo 3 May 2006 11:22:51 -0000
> @@ -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
> Index: patches/patch-configure_in
> ===================================================================
> RCS file:
> /home/OpenBSD/cvs/ports/www/mozilla-firefox/patches/patch-configure_in,v
> retrieving revision 1.5
> diff -u -p -r1.5 patch-configure_in
> --- patches/patch-configure_in 20 Dec 2005 23:44:00 -0000 1.5
> +++ patches/patch-configure_in 3 May 2006 11:29:29 -0000
> @@ -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
> +--- 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/
>
> 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/
> 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/
> 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/
> PNG_LIBS="-L${PNG_DIR}/lib ${PNG_LIBS}"
> fi
>
> -@@ -4013,7 +4013,7 @@ suite)
> +@@ -4075,7 +4075,7 @@ suite)
>
> browser)
> MOZ_APP_NAME=firefox
> Index: patches/patch-modules_libpref_src_init_all_js
> ===================================================================
> RCS file:
> /home/OpenBSD/cvs/ports/www/mozilla-firefox/patches/patch-modules_libpref_src_init_all_js,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-modules_libpref_src_init_all_js
> --- patches/patch-modules_libpref_src_init_all_js 20 Dec 2005 23:44:00
> -0000 1.2
> +++ patches/patch-modules_libpref_src_init_all_js 3 May 2006 11:29:28
> -0000
> @@ -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);
> +--- 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);
> Index: patches/patch-nsprpub_config_rules_mk
> ===================================================================
> RCS file:
> /home/OpenBSD/cvs/ports/www/mozilla-firefox/patches/patch-nsprpub_config_rules_mk,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-nsprpub_config_rules_mk
> --- patches/patch-nsprpub_config_rules_mk 20 Dec 2005 23:44:00 -0000
> 1.2
> +++ patches/patch-nsprpub_config_rules_mk 3 May 2006 11:29:26 -0000
> @@ -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
> +--- 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
> Index: patches/patch-nsprpub_configure_in
> ===================================================================
> RCS file:
> /home/OpenBSD/cvs/ports/www/mozilla-firefox/patches/patch-nsprpub_configure_in,v
> retrieving revision 1.4
> diff -u -p -r1.4 patch-nsprpub_configure_in
> --- patches/patch-nsprpub_configure_in 20 Dec 2005 23:44:00 -0000
> 1.4
> +++ patches/patch-nsprpub_configure_in 3 May 2006 11:29:27 -0000
> @@ -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*)
> +--- 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)
> Index: patches/patch-xpcom_glue_standalone_Makefile_in
> ===================================================================
> RCS file:
> /home/OpenBSD/cvs/ports/www/mozilla-firefox/patches/patch-xpcom_glue_standalone_Makefile_in,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-xpcom_glue_standalone_Makefile_in
> --- patches/patch-xpcom_glue_standalone_Makefile_in 20 Dec 2005 23:44:00
> -0000 1.1
> +++ patches/patch-xpcom_glue_standalone_Makefile_in 3 May 2006 11:29:28
> -0000
> @@ -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
> +--- 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))
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm