all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 61438@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: [bug#61438] [PATCH] gnu: icedove: Update to 102.7.2.
Date: Sat, 11 Feb 2023 22:16:45 +0100	[thread overview]
Message-ID: <6007385f62e99e8fb82ae0fb93e24e5cec1b70a1.1676150175.git.dev@jpoiret.xyz> (raw)

* gnu/packages/gnuzilla.scm (%icedove-build-id, icedove-version,
thunderbird-source): Update to 102.7.2 build 20230207000000.
---
This fixes OAuth2 login not working with Microsoft servers.

 gnu/packages/gnuzilla.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 0b39774a2e..150481f1dc 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1097,8 +1097,8 @@ (define (runpaths-of-input label)
        (cpe-name . "firefox_esr")
        (cpe-version . ,(first (string-split version #\-)))))))
 
-(define %icedove-build-id "20230119000000") ;must be of the form YYYYMMDDhhmmss
-(define %icedove-version "102.7.0")
+(define %icedove-build-id "20230207000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-version "102.7.2")
 
 ;; Provides the "comm" folder which is inserted into the icecat source.
 ;; Avoids the duplication of Icecat's source tarball.
@@ -1107,11 +1107,11 @@ (define thunderbird-source
     (method hg-fetch)
     (uri (hg-reference
           (url "https://hg.mozilla.org/releases/comm-esr102")
-          (changeset "a786f143946e93a3059e6fe290bb954840ab9778")))
+          (changeset "0f6deed0752b618055c34e06c268af3da9d1548d")))
     (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
     (sha256
      (base32
-      "02pz9yhpp3lswjmvj30vbx05mbi31bnzzfwyw5v996zg5wz2fpyv"))))
+      "071q0pcfvfpzx741ly1sl8anlmzx02h17w4ylfnrkwrpaclq3p6p"))))
 
 (define-public icedove
   (package

base-commit: b367f28ed2ac8212d3c8b826b9655a0b2e879f18
-- 
2.39.1





             reply	other threads:[~2023-02-11 21:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11 21:16 Josselin Poiret via Guix-patches via [this message]
2023-02-12  4:56 ` [bug#61438] [PATCH] gnu: icedove: Update to 102.7.2 Morgan Smith
2023-02-12 10:27   ` Josselin Poiret via Guix-patches via
2023-02-12 11:57     ` Josselin Poiret via Guix-patches via
2023-02-12 18:09     ` Morgan Smith
2023-02-12 21:30       ` Josselin Poiret via Guix-patches via
2023-02-13 18:59 ` bug#61438: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6007385f62e99e8fb82ae0fb93e24e5cec1b70a1.1676150175.git.dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=61438@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.