$FreeBSD: ports/security/ca_root_nss/files/patch-ca-bundle.pl,v 1.1 2007/07/06 21:37:35 brooks Exp $ --- ca-bundle.pl.orig +++ ca-bundle.pl @@ -3,30 +3,18 @@ ## # configuration -my $cvsroot = ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot'; -my $certdata = 'mozilla/security/nss/lib/ckfw/builtins/certdata.txt'; - -my $date = `date`; -$date =~ s/\n$//s; print <) { +while () { if (/^CKA_VALUE MULTILINE_OCTAL/) { $incert = 1; open(OUT, "|openssl x509 -text -inform DER -fingerprint")