X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fuagen.pl;h=09b6e4c106ffc79f506f09cceab914024e3d522a;hp=0d68328d339484d198795652a28123af39650682;hb=e5ba37acdda39e3178f3ed8e04011c9c3b807b5e;hpb=a94dd15d9a628096e4c7e3998264caca3e52f385 diff --git a/tools/uagen.pl b/tools/uagen.pl index 0d68328d..09b6e4c1 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,7 +3,7 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.86 2012/05/21 11:39:53 fk Exp $ +# $Id: uagen.pl,v 1.25 2013/01/17 14:28:57 fabiankeil Exp $ # # Generates a pseudo-random Firefox user agent and writes it into a Privoxy action file # and optionally into a Mozilla prefs file. For documentation see 'perldoc uagen(.pl)'. @@ -60,8 +60,8 @@ use constant { # are too lazy to check, but want to change them anyway, take the values you # see in the "Help/About Mozilla Firefox" menu. - BROWSER_VERSION => "10.0.3", - BROWSER_REVISION => '10.0.3', + BROWSER_VERSION => "17.0", + BROWSER_REVISION => '17.0', BROWSER_RELEASE_DATE => '20100101', }; @@ -133,7 +133,7 @@ sub generate_platform_and_os() { FreeBSD => { karma => 1, platform => 'X11', - architectures => [ 'i386', 'amd64', 'sparc64', 'alpha' ], + architectures => [ 'i386', 'amd64', 'sparc64' ], order_is_inversed => 0, }, OpenBSD => {