From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yA4dEbw37WOHBwAAbAwnHQ (envelope-from ) for ; Wed, 15 Feb 2023 20:51:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id cM43Ebw37WPxfAEA9RJhRA (envelope-from ) for ; Wed, 15 Feb 2023 20:51:24 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5739B17B88 for ; Wed, 15 Feb 2023 20:51:17 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Ao2GnAal; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676490677; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=GR9KkvT4av9+hlmu/T61nvGjA65WTIGLOMwqtt5327k=; b=kYbODo4mjX2phcywscTk1gxfJ9c6C4saBmw/8630rVzFTrexYXdI3TccBzBvJhX4qSmb1x 3SZLhnu8aZsZPXbO2hAJIFf0WmoYwA959NYV2aEylp6sj2wKwJh6TA+qltnZvIEYLVZRPK Qsf8gzByHEVwHfETIHGZNZCspLxLY9CeAxgYkNRE+qRjaLBTpu6ldIsfGLfwMCCz6cggYs 3mEGaZ4uX0ebestXxi3AabVnW8eBx3XYwFwSHPUoKgZZy1KH0rEAHqBwRyKdpU82rmxOAk Q6pYt3DpSN7/ujo0RIr6khBgWYeBw8/N9b+Y1r1IwQWT7kWhelo1nah/FBmlvw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Ao2GnAal; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676490677; a=rsa-sha256; cv=none; b=quREIDuaAwBkLJU3QD+iOcYkAH50z7JGeCHvkDaJpFQvuJHhQFJ9OKngCSc+AMBz4txVMu lhVOadI8rst10MLLAc/d1Ipgchd3jbpASRfJ+GSyjs2LtMQxnV4+CcFeZmdMmYLqYiLPjg B5wx365sKdkuikxa2bFvJEQbCVQOMEe2uYPjIaqW9eNG3Sgx4l+7mWLj0+LSh5L4loz6tn FCcdLhs3E1VIN0X/Eoxojix8K2nTsQ4m5TymRqDux9zs8zDhcXnPYspQOLd7kRfBP5Qwjh Y+OHIhhPbbkX7i8L3+K1Hp9qEBhWt/dqMIiiqLOrlEZ3bB4lxOPT7w0oCYK0yg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSNo0-0002Ic-Hc; Wed, 15 Feb 2023 14:51:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSNny-0002IN-5z for bug-guix@gnu.org; Wed, 15 Feb 2023 14:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pSNnx-00060n-QR for bug-guix@gnu.org; Wed, 15 Feb 2023 14:51:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pSNnx-0002sv-Mj for bug-guix@gnu.org; Wed, 15 Feb 2023 14:51:01 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#59368: icecat does not honor /etc/timezone starting with 102.3.0. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 15 Feb 2023 19:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59368 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Jonathan Brielmaier Cc: 59368@debbugs.gnu.org Received: via spool by 59368-submit@debbugs.gnu.org id=B59368.167649063811055 (code B ref 59368); Wed, 15 Feb 2023 19:51:01 +0000 Received: (at 59368) by debbugs.gnu.org; 15 Feb 2023 19:50:38 +0000 Received: from localhost ([127.0.0.1]:34105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNna-0002sF-6t for submit@debbugs.gnu.org; Wed, 15 Feb 2023 14:50:38 -0500 Received: from mail-qt1-f176.google.com ([209.85.160.176]:46044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNnX-0002s2-QV for 59368@debbugs.gnu.org; Wed, 15 Feb 2023 14:50:36 -0500 Received: by mail-qt1-f176.google.com with SMTP id h24so22994910qta.12 for <59368@debbugs.gnu.org>; Wed, 15 Feb 2023 11:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=GR9KkvT4av9+hlmu/T61nvGjA65WTIGLOMwqtt5327k=; b=Ao2GnAal3o3eH12AeK4gPTBkSUUmRm7whYMiVSC/zYGGE0toZeOsL2NOsOf3+z70Lz kGgKpcZVTxPjQcR56xO0KBMd99QC+FcSmye9g2Ice+pfe1RTAxKmB3fcoF4xtQCIm0Ka PhblvTVdUodcarX289WoOOB9cpbco+cwYSrXTfx84aB94lLoC2IJZ7JUuuucNnBm4d5Y cgk7T39hXiqv9OXX0hAJhKIp5auFThsrVlnke120nMoQDHU70OJO6DFu+cHhAdCIjG2i 7sQN9xtOJWnbL4Cw5aZcQ2VOVzuCAC334bwQl4ODBhvFROwi520ykluscyyeLokGLaZw AxkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GR9KkvT4av9+hlmu/T61nvGjA65WTIGLOMwqtt5327k=; b=3M4vX76yssDC7xOp8fro/JKSv+NmODXPH//ClbL3dN1oxV6ujEaAkKvwvdK4RanFRy pbXP/uxptfx8O2CRHIEiweoc6WLzwDLo5+Leg9e1rmhABEo0RkeCpgjo/zpAIY9mVVst gdMgKSmXbYz0UkO6XwDlImqubsrx0lvQmOnaPnuik/mPnfEc97L+sS6wgP8f8UO1490L ftzpb5BvXOdeXlxQqu2v1G8JT3TD2LVsyVnJgAhjNR6niPrPM1HdRX9eznS32kzqMsO4 8qKdAycIdLg4XMvQFvBRWuccqzMW40D1Ttp7oDmRPK5XOnYd+X0IWYHG3S0/81FcWXqb i+Wg== X-Gm-Message-State: AO0yUKVPd2EgU661wjiVmV25TCAeXnD0niFuQeLD3zWJhL+sGkYQe6nh L9DdQLr2JQiM2KpcIirHrYXWQQpBB48aDQ== X-Google-Smtp-Source: AK7set85/COs50Yha2Q5EKsTHouYIvKcT6xFBmgXVWJSgtzER5ueEq8NOBnHnYvneC3P9SnoCCwVig== X-Received: by 2002:a05:622a:1206:b0:3ba:1acd:4da with SMTP id y6-20020a05622a120600b003ba1acd04damr5097833qtx.60.1676490629900; Wed, 15 Feb 2023 11:50:29 -0800 (PST) Received: from hurd (dsl-155-109.b2b2c.ca. [66.158.155.109]) by smtp.gmail.com with ESMTPSA id p62-20020a378d41000000b0073b58be89c1sm4361400qkd.88.2023.02.15.11.50.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 11:50:29 -0800 (PST) From: Maxim Cournoyer References: <87iljc2gat.fsf@gmail.com> Date: Wed, 15 Feb 2023 14:50:28 -0500 In-Reply-To: (Jonathan Brielmaier's message of "Wed, 15 Feb 2023 20:00:23 +0100") Message-ID: <87v8k2aet7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: X-Migadu-Queue-Id: 5739B17B88 X-Spam-Score: 4.88 X-Migadu-Spam-Score: 4.88 X-Migadu-Scanner: scn0.migadu.com List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: W6npw5mfbBTe Hi Jonathan, Jonathan Brielmaier writes: > Yes, its the wrong timezone: UTC instead of CEST with Icecat. > This resistFingerprinting doesn't seem to change something in that regard. > > I can further say that I don't see this issue with firefox-esr or icedove. Thanks for confirming the issue. I investigated with a vanilla Firefox build and reported my findings upstream [0]. The bug is triggered when the default value for privacy.resistFingerprinting is set to 'true', as done by the makeicecat script. [0] https://bugzilla.mozilla.org/show_bug.cgi?id=1817004 -- Thanks, Maxim