[bug#71832,0/2] Add nss-latest; updte Librewolf to 127.0.2-2.

Message ID 20240629035716.21504-1-ian@retrospec.tv
Headers
Series Add nss-latest; updte Librewolf to 127.0.2-2. |

Message

Ian Eure June 29, 2024, 3:57 a.m. UTC
  This patch series begins implementing my proposal for nss[1], by adding
nss-latest (at version 3.101).  When the next ESR is out, I’ll update and
ungraft the other nss, as proposed.

It also updates Librewolf to 127.0.2-2, the latest version.  Librewolf 127.x
requires nss >= 3.100, so both patches are combined in this series.  LW also
builds with Rust 1.77 now, since that’s the new minimum version (and the
default version used by upstream Firefox builds).

[1]: https://lists.gnu.org/archive/html/guix-devel/2024-06/msg00318.html

Ian Eure (2):
  gnu: Add nss-latest.
  gnu: librewolf: Update to 127.0.2-1.

 gnu/packages/librewolf.scm | 1039 ++++++++++++++++++------------------
 gnu/packages/nss.scm       |   67 ++-
 2 files changed, 587 insertions(+), 519 deletions(-)
  

Comments

Andreas Enge July 8, 2024, 8:55 a.m. UTC | #1
Hello,

I have pushed the patch of #71882 to fix the build on non-x86 architectures.
I could still build on x86_64, but could still not build on aarch64; but
the latter failure is probably due to a lack of memory (the configure phase
passes now, but the build fails later on with a SIGKILL).

As this means that the librewolf update of #71832 needs to be rebased,
I am cc-ing this bug.

Andreas
  
Ian Eure July 21, 2024, 4:17 p.m. UTC | #2
retitle 71832 [PATCH v4 0/3] Add nss-rapid; update Librewolf to 
128.0-2
thanks

> Hello,
>
> I have pushed the patch of #71882 to fix the build on non-x86 
> architectures.
> I could still build on x86_64, but could still not build on 
> aarch64; but
> the latter failure is probably due to a lack of memory (the 
> configure phase
> passes now, but the build fails later on with a SIGKILL).
>
> As this means that the librewolf update of #71832 needs to be 
> rebased,
> I am cc-ing this bug.
>
> Andreas

Thank you, I’ve rebased and updated.

Thanks,

  — Ian