X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fuagen.pl;h=0dc5f4d2138e2f8e57bd56e5c4aba686a0fb1b45;hp=9014feb74b3a55b8049cd18ccf4fe59df0672704;hb=f982473cab71fd3a7e4cbb06aec44c94c480f225;hpb=52c70786b03ece9c3490ceed9d76d451b697a6c2 diff --git a/tools/uagen.pl b/tools/uagen.pl index 9014feb7..0dc5f4d2 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -17,7 +17,7 @@ # Mozilla/5.0 (X11; ElectroBSD amd64; rv:78.0) Gecko/20100101 Firefox/78.0 # Mozilla/5.0 (X11; FreeBSD i386; rv:78.0) Gecko/20100101 Firefox/78.0 # -# Copyright (c) 2006-2020 Fabian Keil +# Copyright (c) 2006-2021 Fabian Keil # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -39,7 +39,7 @@ use Getopt::Long; use constant { - UAGEN_VERSION => 'uagen 1.2.2', + UAGEN_VERSION => 'uagen 1.2.4', UAGEN_LOGFILE => '/var/log/uagen.log', ACTION_FILE => '/etc/privoxy/user-agent.action', @@ -59,8 +59,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 => "78.0", - BROWSER_REVISION => '78.0', + BROWSER_VERSION => "91.0", + BROWSER_REVISION => '91.0', BROWSER_RELEASE_DATE => '20100101', }; @@ -138,7 +138,7 @@ sub generate_platform_and_os() { FreeBSD => { karma => 1, platform => 'X11', - architectures => [ 'i386', 'amd64', 'sparc64' ], + architectures => [ 'i386', 'amd64' ], order_is_inversed => 0, }, OpenBSD => {