X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE_IF_MODIFIED_SINCE?a=blobdiff_plain;f=tools%2Fuagen.pl;h=61601b8898ca6b38993fb3543122c38bb2b20a22;hb=e764395a835499786a339f11cd6a3e31c799860d;hp=0dc5f4d2138e2f8e57bd56e5c4aba686a0fb1b45;hpb=f982473cab71fd3a7e4cbb06aec44c94c480f225;p=privoxy.git diff --git a/tools/uagen.pl b/tools/uagen.pl index 0dc5f4d2..61601b88 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-2021 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 @@ -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 => "91.0", - BROWSER_REVISION => '91.0', + BROWSER_VERSION => "115.0", + BROWSER_REVISION => '109.0', BROWSER_RELEASE_DATE => '20100101', }; @@ -144,7 +144,7 @@ sub generate_platform_and_os() { 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"; } @@ -487,7 +487,9 @@ nor cares if all actions are present. Garbage in, garbage out. B<--browser-release-date> I Date to use. The format is YYYYMMDD. Some sanity checks are done, but you -shouldn't rely on them. +shouldn't rely on them. Note that the Mozilla project has frozen +the "Gecko token" starting with Firefox 4 so using a different +one than the default is somewhat suspicious. B<--browser-revision> I Use a custom revision. B will use it without any sanity checks.