X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fuagen.pl;h=3647612564500894dae8f4421068bba203947eed;hp=b6af7332751fdef522ab574bee6f5f1d3cd016fc;hb=bf5ebc36f9bdc330406304048e7e11376669ef3f;hpb=52460473669cd31edd8cb8ae66c6b94c489e7e1d diff --git a/tools/uagen.pl b/tools/uagen.pl index b6af7332..36476125 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-2022 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,13 +138,13 @@ sub generate_platform_and_os() { FreeBSD => { karma => 1, platform => 'X11', - architectures => [ 'i386', 'amd64', 'sparc64' ], + architectures => [ 'i386', 'amd64' ], order_is_inversed => 0, }, OpenBSD => { karma => 1, platform => 'X11', - architectures => [ 'i386', 'amd64', 'sparc64', 'alpha' ], + architectures => [ 'arm64', 'i386', 'amd64', 'sparc64', 'alpha' ], order_is_inversed => 0, }, NetBSD => { @@ -156,7 +156,7 @@ sub generate_platform_and_os() { Linux => { karma => 1, platform => 'X11', - architectures => [ 'i586', 'i686', 'x86_64' ], + architectures => [ 'aarch64', 'i586', 'i686', 'x86_64' ], order_is_inversed => 0, }, SunOS => { @@ -324,7 +324,7 @@ sub write_prefs_file() { } sub VersionMessage() { - printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2020 Fabian Keil ' . + printf UAGEN_VERSION . "\n" . 'Copyright (C) 2006-2022 Fabian Keil ' . "\nhttps://www.fabiankeil.de/sourcecode/uagen/\n"; } @@ -601,7 +601,7 @@ Some parameters can't be specified at the command line. =head1 SEE ALSO -privoxy(1) +privoxy(8) =head1 AUTHOR