head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.40 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.38 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.36 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.24 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2; locks; strict; comment @# @; 1.3 date 2005.04.18.22.40.36; author wiz; state dead; branches; next 1.2; 1.2 date 2004.12.04.03.50.40; author taya; state Exp; branches 1.2.4.1; next 1.1; 1.1 date 2003.11.27.23.36.42; author taya; state Exp; branches 1.1.2.1; next ; 1.2.4.1 date 2005.05.18.03.35.32; author snj; state dead; branches; next ; 1.1.2.1 date 2003.11.27.23.36.42; author agc; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2003.12.05.19.15.10; author agc; state Exp; branches; next ; desc @@ 1.3 log @Remove mozilla-stable; not much difference to the mozilla package itself. Okayed by the maintainer, taya@@. @ text @$NetBSD: patch-af,v 1.2 2004/12/04 03:50:40 taya Exp $ diff -ru ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c ./security/nss/lib/freebl/unix_rand.c --- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2003-05-31 08:31:19.000000000 +0900 +++ ./security/nss/lib/freebl/unix_rand.c 2004-06-10 22:55:57.000000000 +0900 @@@@ -32,6 +32,7 @@@@ */ #include +#include #include #include #include @@@@ -691,7 +692,11 @@@@ /* dup write-side of pipe to stderr and stdout */ if (p[1] != 1) dup2(p[1], 1); if (p[1] != 2) dup2(p[1], 2); - close(0); + fd = open("/dev/null", O_RDONLY); + if (fd != 0) { + dup2(fd, 0); + close(fd); + } for (fd = getdtablesize(); --fd > 2; close(fd)) ; @ 1.2 log @ update mozilla-stable to 1.7.3 stable branch of mozilla was switched to 1.7-branch mostly copied from www/mozilla @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.18 2004/06/21 14:14:00 taya Exp $ @ 1.2.4.1 log @Pullup ticket 508 - requested by Lubomir Sedlacik remove mozilla-stable Module Name: pkgsrc Committed By: wiz Date: Mon Apr 18 22:40:36 UTC 2005 Modified Files: pkgsrc/www: Makefile Removed Files: pkgsrc/www/mozilla-stable: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/www/mozilla-stable/files: moz-install mozilla-ELF.in mozilla-Mach-O.in mozilla-a.out.in xptcinvoke_asm_sparc64_netbsd.s xptcinvoke_sparc64_netbsd.cpp xptcstubs_asm_sparc64_netbsd.s xptcstubs_sparc64_netbsd.cpp pkgsrc/www/mozilla-stable/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-an patch-ao patch-aw patch-ax patch-ba patch-bb patch-bm patch-bo patch-bq patch-br patch-bs patch-bt patch-bu patch-bv patch-bw patch-bx patch-by patch-bz patch-ca patch-cb patch-cc Log Message: Remove mozilla-stable; not much difference to the mozilla package itself. Okayed by the maintainer, taya@@. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2004/12/04 03:50:40 taya Exp $ @ 1.1 log @ update mozilla-stable to 1.4.1 it's just bug & security fix release @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.15 2003/03/17 16:07:34 taya Exp $ d4 2 a5 2 --- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2002-05-18 09:52:09.000000000 +0900 +++ ./security/nss/lib/freebl/unix_rand.c 2003-03-14 16:58:47.000000000 +0900 @ 1.1.2.1 log @file patch-af was added on branch pkgsrc-2003Q4 on 2003-11-27 23:36:42 +0000 @ text @d1 26 @ 1.1.2.2 log @Upgrade mozilla-stable to 1.4.1 on the pkgsrc-2003Q4 branch, requested by Grant Beattie. Module Name: pkgsrc Committed By: taya Date: Thu Nov 27 23:36:42 UTC 2003 Modified Files: pkgsrc/www/mozilla-stable: Makefile PLIST buildlink2.mk distinfo pkgsrc/www/mozilla-stable/files: moz-install mozilla-ELF.in mozilla-a.out.in xptcinvoke_asm_sparc64_netbsd.s xptcinvoke_sparc64_netbsd.cpp xptcstubs_asm_sparc64_netbsd.s xptcstubs_sparc64_netbsd.cpp pkgsrc/www/mozilla-stable/patches: patch-ab patch-ac patch-ad patch-ae patch-am patch-aw patch-ba patch-bb patch-be patch-bm patch-bn Added Files: pkgsrc/www/mozilla-stable/patches: patch-af patch-ag patch-bo patch-bp patch-bq patch-bugzilla220122 Removed Files: pkgsrc/www/mozilla-stable/patches: patch-aa patch-bf patch-bj Log Message: update mozilla-stable to 1.4.1 it's just bug & security fix release @ text @a0 26 $NetBSD: patch-af,v 1.1.2.1 2003/12/05 19:15:10 agc Exp $ diff -ru ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c ./security/nss/lib/freebl/unix_rand.c --- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2002-05-18 09:52:09.000000000 +0900 +++ ./security/nss/lib/freebl/unix_rand.c 2003-03-14 16:58:47.000000000 +0900 @@@@ -32,6 +32,7 @@@@ */ #include +#include #include #include #include @@@@ -691,7 +692,11 @@@@ /* dup write-side of pipe to stderr and stdout */ if (p[1] != 1) dup2(p[1], 1); if (p[1] != 2) dup2(p[1], 2); - close(0); + fd = open("/dev/null", O_RDONLY); + if (fd != 0) { + dup2(fd, 0); + close(fd); + } for (fd = getdtablesize(); --fd > 2; close(fd)) ; @