head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.1.1.1.0.14 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.12 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.10 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.8 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.6 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.4 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.09.22.13.17.29; author tnn; state dead; branches; next 1.2; 1.2 date 2009.07.27.12.56.01; author tnn; state Exp; branches; next 1.1; 1.1 date 2008.06.28.10.01.07; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.06.28.10.01.07; author tnn; state Exp; branches 1.1.1.1.14.1; next ; 1.1.1.1.14.1 date 2009.07.28.19.23.00; author tron; state Exp; branches; next ; desc @@ 1.3 log @Send firefox3 on it's way to the happy hunting ground. @ text @$NetBSD: patch-bb,v 1.2 2009/07/27 12:56:01 tnn Exp $ --- nsprpub/pr/include/md/_netbsd.h.orig 2008-12-20 07:15:23.000000000 +0100 +++ nsprpub/pr/include/md/_netbsd.h @@@@ -94,6 +94,12 @@@@ #define _PR_INET6_PROBE #endif +#if __NetBSD_Version__ >= 106370000 +/* NetBSD 1.6ZK */ +#define _PR_HAVE_GETPROTO_R +#define _PR_HAVE_GETPROTO_R_INT +#endif + #define USE_SETJMP #ifndef _PR_PTHREADS @@@@ -107,6 +113,8 @@@@ #define JB_SP_INDEX 2 #elif defined(__mips__) #define JB_SP_INDEX 4 +#elif defined(__amd64__) +#define JB_SP_INDEX 6 #elif defined(__alpha__) #define JB_SP_INDEX 34 #elif defined(__arm32__) @ 1.2 log @Update to firefox3-3.0.12. Security and bugfix release, patches the following advisories: MFSA 2009-40 Multiple cross origin wrapper bypasses MFSA 2009-39 setTimeout loses XPCNativeWrappers MFSA 2009-37 Crash and remote code execution using watch and __defineSetter__ on SVG element MFSA 2009-36 Heap/integer overflows in font glyph rendering libraries MFSA 2009-35 Crash and remote code execution during Flash player unloading MFSA 2009-34 Crashes with evidence of memory corruption (rv:1.9.1/1.9.0.12) @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- nsprpub/pr/include/md/_netbsd.h.orig 2006-03-31 10:35:02.000000000 +0200 d5 2 a6 11 @@@@ -47,6 +47,8 @@@@ #define _PR_SI_ARCHITECTURE "x86" #elif defined(__alpha__) #define _PR_SI_ARCHITECTURE "alpha" +#elif defined(__amd64__) +#define _PR_SI_ARCHITECTURE "amd64" #elif defined(__m68k__) #define _PR_SI_ARCHITECTURE "m68k" #elif defined(__powerpc__) @@@@ -98,6 +100,12 @@@@ #define _PR_HAVE_GETPROTO_R_INT d18 1 a18 1 @@@@ -111,6 +119,8 @@@@ @ 1.1.1.1 log @Import firefox3-3.0 as www/firefox3. This is a new major release of the popular Firefox browser from Mozilla. Based on Gecko 1.9, it brings improvements in the areas of performance, stability, rendering correctness, security, usability and more. Release notes: http://www.mozilla.com/en-US/firefox/3.0/releasenotes/ @ text @@ 1.1.1.1.14.1 log @Pullup ticket #2842 - requested by tnn firefox3: security update Revisions pulled up: - www/firefox3/Makefile 1.34 - www/firefox3/distinfo 1.26 - www/firefox3/patches/patch-ba 1.2 - www/firefox3/patches/patch-bb 1.2 - www/firefox3/patches/patch-bo 1.2 --- Module Name: pkgsrc Committed By: tnn Date: Mon Jul 27 12:56:01 UTC 2009 Modified Files: pkgsrc/www/firefox3: Makefile distinfo pkgsrc/www/firefox3/patches: patch-ba patch-bb patch-bo Log Message: Update to firefox3-3.0.12. Security and bugfix release, patches the following advisories: MFSA 2009-40 Multiple cross origin wrapper bypasses MFSA 2009-39 setTimeout loses XPCNativeWrappers MFSA 2009-37 Crash and remote code execution using watch and __defineSetter__ on SVG element MFSA 2009-36 Heap/integer overflows in font glyph rendering libraries MFSA 2009-35 Crash and remote code execution during Flash player unloading MFSA 2009-34 Crashes with evidence of memory corruption (rv:1.9.1/1.9.0.12) @ text @d3 1 a3 1 --- nsprpub/pr/include/md/_netbsd.h.orig 2008-12-20 07:15:23.000000000 +0100 d5 11 a15 2 @@@@ -94,6 +94,12 @@@@ #define _PR_INET6_PROBE d27 1 a27 1 @@@@ -107,6 +113,8 @@@@ @