mbox

[bug#43647,0/3] Update icedove to 78

Message ID 20200927104111.2522-1-jonathan.brielmaier@web.de
Headers show

Message

Jonathan Brielmaier Sept. 27, 2020, 10:41 a.m. UTC
Hi,

this patch series updates icedove to 78.3.0. So the new ESR line based
on icecat 78. We need nss@3.56 to build icedove 78. The last patch removes
the temporary workarounds from Mark in c7011ff850420fdbe1319b3d218bd362f2f9d618.

I'm using the new icedove for several days and it's quite nice :)


Jonathan Brielmaier (3):
  gnu: Add nss@3.56.
  gnu: icedove: Update to 78.3.0.
  gnu: Remove icecat-68 signs.

 gnu/local.mk                                  |   1 +
 gnu/packages/gnuzilla.scm                     | 329 ++----------------
 gnu/packages/nss.scm                          |  92 +++++
 gnu/packages/patches/nss-3.56-pkgconfig.patch | 228 ++++++++++++
 4 files changed, 346 insertions(+), 304 deletions(-)
 create mode 100644 gnu/packages/patches/nss-3.56-pkgconfig.patch

--
2.28.0

Comments

Mark H Weaver Sept. 28, 2020, 6:56 p.m. UTC | #1
Hi Jonathan,

Jonathan Brielmaier <jonathan.brielmaier@web.de> wrote:
> this patch series updates icedove to 78.3.0. So the new ESR line based
> on icecat 78. We need nss@3.56 to build icedove 78. The last patch removes
> the temporary workarounds from Mark in c7011ff850420fdbe1319b3d218bd362f2f9d618.

I pushed these to 'master', with the minor tweaks mentioned in my
earlier emails, and indentation changes in the nss@3.56 patch, as
commits:

1896c0c6ea3597c917bb57d41a7ca0ba29dbf3b1  gnu: Add nss@3.56.
597aa644afd5cc89c6224e9fbe61e6e03ccf465b  gnu: icedove: Update to 78.3.0.
e6485333117f14492c19d974bf520a619bffb51f  gnu: Remove icecat-68 source.

   Thank you!
      Mark