emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61438: closed ([PATCH] gnu: icedove: Update to 102.7.2.)


From: GNU bug Tracking System
Subject: bug#61438: closed ([PATCH] gnu: icedove: Update to 102.7.2.)
Date: Mon, 13 Feb 2023 19:00:03 +0000

Your message dated Mon, 13 Feb 2023 18:59:02 +0000
with message-id <87pmad1jea.fsf@cbaines.net>
and subject line Re: [bug#61438] [PATCH] gnu: icedove: Update to 102.7.2.
has caused the debbugs.gnu.org bug report #61438,
regarding [PATCH] gnu: icedove: Update to 102.7.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61438: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61438
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: icedove: Update to 102.7.2. Date: Sat, 11 Feb 2023 22:16:45 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61438] [PATCH] gnu: icedove: Update to 102.7.2. Date: Mon, 13 Feb 2023 18:59:02 +0000 User-agent: mu4e 1.8.11; emacs 28.2
Josselin Poiret via Guix-patches via <guix-patches@gnu.org> writes:

> * 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(-)

This looks good to me, I've pushed to master as
af1c817c84dfb074862451de04db3c8b9b534d9f.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]