head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2009.11.29.00.40.48; author tnn; state dead; branches; next 1.1; 1.1 date 2009.09.15.09.26.07; author ghen; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.09.15.09.26.07; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2009.09.16.12.56.33; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership. Many, many changes; the biggest being that it's based on firefox 3.5. For an exhaustive list of changes, see: http://www.seamonkey-project.org/releases/seamonkey2.0/changes @ text @$NetBSD: patch-ed,v 1.1 2009/09/15 09:26:07 ghen Exp $ --- security/nss/tests/libpkix/libpkix.sh.orig 2008-11-11 10:06:52.000000000 +0100 +++ security/nss/tests/libpkix/libpkix.sh @@@@ -85,12 +85,12 @@@@ libpkix_cleanup() ParseArgs () { while [ $# -gt 0 ]; do - if [ $1 == "-checkmem" ]; then + if [ $1 = "-checkmem" ]; then checkMemArg=$1 memText=" (Memory Checking Enabled)" - elif [ $1 == "-quiet" ]; then + elif [ $1 = "-quiet" ]; then quietArg=$1 - elif [ $1 == "-arenas" ]; then + elif [ $1 = "-arenas" ]; then arenasArg=$1 fi shift @ 1.1 log @Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18. Security fixes in this version: MFSA 2009-43 Heap overflow in certificate regexp parsing MFSA 2009-42 Compromise of SSL-protected communication For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/ @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ed was added on branch pkgsrc-2009Q2 on 2009-09-16 12:56:33 +0000 @ text @d1 20 @ 1.1.2.2 log @Pullup ticket #2897 - requested by ghen seamonkey-bin: security update seamonkey-gtk: security update seamonkey: security update Revisions pulled up: - www/seamonkey-bin/Makefile 1.31 - www/seamonkey-bin/distinfo 1.27 - www/seamonkey-gtk1/Makefile 1.21 - www/seamonkey-gtk1/PLIST 1.11 - www/seamonkey/Makefile 1.28 - www/seamonkey/Makefile-seamonkey.common 1.27 - www/seamonkey/PLIST 1.18 - www/seamonkey/distinfo 1.42 - www/seamonkey/patches/patch-ba 1.3 - www/seamonkey/patches/patch-br 1.3 - www/seamonkey/patches/patch-dk 1.2 - www/seamonkey/patches/patch-dm delete - www/seamonkey/patches/patch-dy delete - www/seamonkey/patches/patch-dz delete - www/seamonkey/patches/patch-ed 1.1 --- Module Name: pkgsrc Committed By: ghen Date: Tue Sep 15 09:26:07 UTC 2009 Modified Files: pkgsrc/www/seamonkey: Makefile Makefile-seamonkey.common PLIST distinfo pkgsrc/www/seamonkey-bin: Makefile distinfo pkgsrc/www/seamonkey-gtk1: Makefile pkgsrc/www/seamonkey/patches: patch-ba patch-br patch-dk Added Files: pkgsrc/www/seamonkey/patches: patch-ed Removed Files: pkgsrc/www/seamonkey/patches: patch-dm patch-dy patch-dz Log Message: Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18. Security fixes in this version: MFSA 2009-43 Heap overflow in certificate regexp parsing MFSA 2009-42 Compromise of SSL-protected communication For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/ --- Module Name: pkgsrc Committed By: he Date: Wed Sep 16 09:28:59 UTC 2009 Modified Files: pkgsrc/www/seamonkey-gtk1: PLIST Log Message: Sync PLIST with what's actually being installed. No version bump since this is merely a cleanup, and doesn't actually change what's installed. @ text @a0 20 $NetBSD: patch-ed,v 1.1 2009/09/15 09:26:07 ghen Exp $ --- security/nss/tests/libpkix/libpkix.sh.orig 2008-11-11 10:06:52.000000000 +0100 +++ security/nss/tests/libpkix/libpkix.sh @@@@ -85,12 +85,12 @@@@ libpkix_cleanup() ParseArgs () { while [ $# -gt 0 ]; do - if [ $1 == "-checkmem" ]; then + if [ $1 = "-checkmem" ]; then checkMemArg=$1 memText=" (Memory Checking Enabled)" - elif [ $1 == "-quiet" ]; then + elif [ $1 = "-quiet" ]; then quietArg=$1 - elif [ $1 == "-arenas" ]; then + elif [ $1 = "-arenas" ]; then arenasArg=$1 fi shift @