X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fuagen.pl;h=94002fa5333045202b31547d9301f5f984aa0aa3;hp=66e2c578c7517ad5f54383db712a889c09eaaca5;hb=4634f728955847bfb053f6a887bc13fb230cecb0;hpb=8150067ee7820c3e014f549c6d3a870f56e8cae6 diff --git a/tools/uagen.pl b/tools/uagen.pl index 66e2c578..94002fa5 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,8 +3,6 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.21 2012/05/24 15:00:27 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 +58,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 => "14.0.1", - BROWSER_REVISION => '14.0', + BROWSER_VERSION => "17.0", + BROWSER_REVISION => '17.0', BROWSER_RELEASE_DATE => '20100101', }; @@ -133,7 +131,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 => {