Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 1998 08:22:30 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        Studded@dal.net (Studded)
Cc:        thepish@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG
Subject:   Re: Upgrade for netscape beta port and question
Message-ID:  <199810070622.IAA00252@internal>
In-Reply-To: <361A7CCD.202322C1@dal.net> from Studded at "Oct 6, 1998  1:25:49 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 	Here's an upgrade for the netscape beta port. Changes are: new location
> for files, remove 128 bit crypto option (the 4.5 branch doesn't support
> this yet), added RESTRICTED tag per info on the web site, regenerated
...


Interestingly, I could enable 128bit crypto in 4.5b1 but not in 4.5b2 using
the small perl prog below... It also works with 4.0x (including 4.07).


---------------------------- snip -------------------------------

#!/usr/local/bin/perl -0pi
s/BITS:.*/$_=$&;y,a-z, ,;s, {4}$,true,gm;s, 512,2048,;$_/es

---------------------------- snap -------------------------------


This is not my program, somebody posted it on a freebsd mailinglist
a while ago.


	-Andre

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810070622.IAA00252>