Bump firefox and curl user-agents version - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 581fa9f350b74839c16440f525234261a96e68f4
(DIR) parent b4b2de761b4ccee87eab09508847e63af4654d40
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 19 Nov 2019 16:13:11
Bump firefox and curl user-agents version
Diffstat:
wip/surf-git/patch-config.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff -r b4b2de761b4c -r 581fa9f350b7 wip/surf-git/patch-config.h
--- a/wip/surf-git/patch-config.h Tue Nov 19 15:43:28 2019 +0100
+++ b/wip/surf-git/patch-config.h Tue Nov 19 16:13:11 2019 +0100
@@ -50,7 +50,7 @@
+ [SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, },
+ [StrictTLS] = { { .i = 1 }, },
+ [Style] = { { .i = 1 }, },
-+ [UserAgent] = { { .v = "Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0" }, },
++ [UserAgent] = { { .v = "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0" }, },
+ [UserScript] = { { .i = 1 }, },
+ [WebGL] = { { .i = 0 }, },
+ [ZoomLevel] = { { .f = 1.0 }, },
@@ -67,10 +67,10 @@
+ [UserAgent] = { { .v = "Googlebot-News" }, 1 },
+ }, },
+ { "://(mobile\\.)?twitter\\.com/", {
-+ [UserAgent] = { { .v = "curl/7.65.1" }, 1 },
++ [UserAgent] = { { .v = "curl/7.67.0" }, 1 },
+ }, },
+ { "://www\\.youtube\\.com/", {
-+ [UserAgent] = { { .v = "curl/7.65.1" }, 1 },
++ [UserAgent] = { { .v = "curl/7.67.0" }, 1 },
+ }, },
+};
+