GNU bug report logs - #44116
[PATCH] gnu: icedove: Update to 78.3.3.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Wed, 21 Oct 2020 13:58:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44116 in the body.
You can then email your comments to 44116 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44116; Package guix-patches. (Wed, 21 Oct 2020 13:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 21 Oct 2020 13:58:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: jonathan.brielmaier <at> web.de
Subject: [PATCH] gnu: icedove: Update to 78.3.3.
Date: Wed, 21 Oct 2020 15:57:21 +0200
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.
---
 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 f74992e2e3..6dc2711379 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1161,11 +1161,11 @@ standards of the IceCat project.")
        (cpe-version . ,(first (string-split version #\-)))))))

 ;; Update this together with icecat!
-(define %icedove-build-id "20201007000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20201016000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "78.3.2")
+    (version "78.3.3")
     (source icecat-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1445,7 +1445,7 @@ standards of the IceCat project.")
         ;; in the Thunderbird release tarball.  We don't use the release
         ;; tarball because it duplicates the Icecat sources and only adds the
         ;; "comm" directory, which is provided by this repository.
-        ,(let ((changeset "6ee0e0ff64f4ccda9c478426d0b5d15cd583f8e6"))
+        ,(let ((changeset "a7e8cbc5a527a8881fe14e5f95ae2aff2cd4eb4f"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1454,7 +1454,7 @@ standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "0w8p35x53g5anck69xnpn688600n2pyx9c7y640szl1ssdsgch82")))))
+               "054vk20akia4l3m0nhd9ayl0i11nsrzhlyyz8r7qmcshc9az7cf5")))))
        ("autoconf" ,autoconf-2.13)
        ("cargo" ,rust-1.41 "cargo")
        ("clang" ,clang)
--
2.28.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 23 Oct 2020 18:29:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Fri, 23 Oct 2020 18:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 44116-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 44116-done <at> debbugs.gnu.org
Subject: Re: [bug#44116] [PATCH] gnu: icedove: Update to 78.3.3.
Date: Fri, 23 Oct 2020 19:28:07 +0100
[Message part 1 (text/plain, inline)]
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> writes:

> * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.
> ---
>  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 f74992e2e3..6dc2711379 100644
> --- a/gnu/packages/gnuzilla.scm
> +++ b/gnu/packages/gnuzilla.scm
> @@ -1161,11 +1161,11 @@ standards of the IceCat project.")
>         (cpe-version . ,(first (string-split version #\-)))))))
>
>  ;; Update this together with icecat!
> -(define %icedove-build-id "20201007000000") ;must be of the form YYYYMMDDhhmmss
> +(define %icedove-build-id "20201016000000") ;must be of the form YYYYMMDDhhmmss
>  (define-public icedove
>    (package
>      (name "icedove")
> -    (version "78.3.2")
> +    (version "78.3.3")
>      (source icecat-source)
>      (properties
>       `((cpe-name . "thunderbird_esr")))
> @@ -1445,7 +1445,7 @@ standards of the IceCat project.")
>          ;; in the Thunderbird release tarball.  We don't use the release
>          ;; tarball because it duplicates the Icecat sources and only adds the
>          ;; "comm" directory, which is provided by this repository.
> -        ,(let ((changeset "6ee0e0ff64f4ccda9c478426d0b5d15cd583f8e6"))
> +        ,(let ((changeset "a7e8cbc5a527a8881fe14e5f95ae2aff2cd4eb4f"))
>             (origin
>               (method hg-fetch)
>               (uri (hg-reference
> @@ -1454,7 +1454,7 @@ standards of the IceCat project.")
>               (file-name (string-append "thunderbird-" version "-checkout"))
>               (sha256
>                (base32
> -               "0w8p35x53g5anck69xnpn688600n2pyx9c7y640szl1ssdsgch82")))))
> +               "054vk20akia4l3m0nhd9ayl0i11nsrzhlyyz8r7qmcshc9az7cf5")))))
>         ("autoconf" ,autoconf-2.13)
>         ("cargo" ,rust-1.41 "cargo")
>         ("clang" ,clang)

Builds for me, I've pushed this as
e1eae481c95844f9cb796301c1e1ddbfd8248d42 now. Thanks!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Nov 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.