From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: Ian Eure <ian@retrospec.tv>, Andrew Tropin <andrew@trop.in>
Cc: 73429@debbugs.gnu.org
Subject: [bug#73429] closed (Re: [bug#73429] [PATCH v2 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104 [security fixes])
Date: Fri, 27 Sep 2024 03:46:41 +0000 [thread overview]
Message-ID: <875xqh69nm.fsf@protonmail.com> (raw)
In-Reply-To: <20240922205139.21234-2-ian@retrospec.tv>
Hi Ian and Andrew,
On Tue, Sep 24, 2024 at 07:13 AM, GNU bug Tracking System wrote:
> Your bug report
>
> #73429: [PATCH 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104 [security fixes]
>
> which was filed against the guix-patches package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 73429@debbugs.gnu.org.
>
> --
> 73429: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73429
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
> From: Andrew Tropin <andrew@trop.in>
> Subject: Re: [bug#73429] [PATCH v2 0/3] Update LibreWolf to 130.0.1-1 &
> nss-rapid to 3.104 [security fixes]
> To: Ian Eure <ian@retrospec.tv>, 73429-done@debbugs.gnu.org
> Cc: André Batista <nandre@riseup.net>, mhw@netris.org,
> jonathan.brielmaier@web.de, Ian Eure <ian@retrospec.tv>
> Date: Tue, 24 Sep 2024 11:11:19 +0400 (2 days, 20 hours, 27 minutes ago)
>
> On 2024-09-23 07:47, Ian Eure wrote:
>
>> v2 corrects a bug with make-librewolf-source which I should have caught.
>>
>> Ian Eure (3):
>> gnu: nss-rapid: Update to 3.104.
>> gnu: librewolf: Update to 130.0.1-1. [security fixes]
>> gnu: librewolf-source: Turn into a procedure.
>>
>> gnu/packages/librewolf.scm | 62 +++++++++++++++++++++-----------------
>> gnu/packages/nss.scm | 4 +--
>> 2 files changed, 36 insertions(+), 30 deletions(-)
>
> Hi Ian!
>
> Thank you for the updates and improvements. It looks good to me, pushed as
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8888f930ad9b2494a23e88019284266a1b1b2bb0
>
> --
> Best regards,
> Andrew Tropin
>
Thank you both for your work here! However, two quick minor notes:
> ----------
>
> From: Ian Eure <ian@retrospec.tv>
> Subject: [PATCH 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104
> [security fixes]
> To: guix-patches@gnu.org
> Cc: André Batista <nandre@riseup.net>, mhw@netris.org,
> jonathan.brielmaier@web.de, Ian Eure <ian@retrospec.tv>
> Date: Sun, 22 Sep 2024 13:51:40 -0700
> Date: Sun, 22 Sep 2024 13:51:40 -0700 (4 days, 6 hours, 47 minutes ago)
>
> Updates both packages to the current versions. Also, removes some unneeded code, fixes hardware video acceleration, and lightly refactors how source tarballs are built. Please see the individual patches for more info.
>
> Ian Eure (3):
> gnu: nss-rapid: Update to 3.104.
> gnu: librewolf: Update to 130.0.1-1. [security fixes]
Perhaps this (130.0.1-1 update) should have been a few different
commits, though I wasn't sure if some were tied to the version update as
well. Just a reminder to separate out individual changes, though of
course if they are needed as part of a single fix/update they would go
together. I only mention because there was reference to other submitted
patches for hardware acceleration.
Also, from the diff the 'neuter-genai had some dangling parens. I didn't
check if that was what made it in the commit, but if someone has a
chance for that minor cosmetic fix that would be great.
Thanks again! Looking forward to trying out librewolf finally.
John
> gnu: librewolf-source: Turn into a procedure.
>
> gnu/packages/librewolf.scm | 62 +++++++++++++++++++++-----------------
> gnu/packages/nss.scm | 4 +--
> 2 files changed, 36 insertions(+), 30 deletions(-)
next prev parent reply other threads:[~2024-09-27 3:47 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-22 20:51 [bug#73429] [PATCH 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104 [security fixes] Ian Eure
2024-09-22 20:53 ` [bug#73429] [PATCH 1/3] gnu: nss-rapid: Update to 3.104 Ian Eure
2024-09-22 20:53 ` [bug#73429] [PATCH 2/3] gnu: librewolf: Update to 130.0.1-1. [security fixes] Ian Eure
2024-09-24 8:17 ` Andrew Tropin via Guix-patches via
2024-09-22 20:53 ` [bug#73429] [PATCH 3/3] gnu: librewolf-source: Turn into a procedure Ian Eure
2024-09-23 14:47 ` [bug#73429] [PATCH v2 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104 [security fixes] Ian Eure
2024-09-23 14:47 ` [bug#73429] [PATCH v2 1/3] gnu: nss-rapid: Update to 3.104 Ian Eure
2024-09-23 14:47 ` [bug#73429] [PATCH v2 2/3] gnu: librewolf: Update to 130.0.1-1. [security fixes] Ian Eure
2024-09-23 14:47 ` [bug#73429] [PATCH v2 3/3] gnu: librewolf-source: Turn into a procedure Ian Eure
2024-09-24 7:11 ` bug#73429: [PATCH v2 0/3] Update LibreWolf to 130.0.1-1 & nss-rapid to 3.104 [security fixes] Andrew Tropin via Guix-patches via
2024-09-27 3:46 ` John Kehayias via Guix-patches via [this message]
2024-09-27 15:52 ` [bug#73429] " not emma via Guix-patches via
2024-09-27 16:14 ` Ian Eure
2024-09-27 16:22 ` not emma via Guix-patches via
2024-09-30 14:27 ` Andrew Tropin via Guix-patches via
2024-10-01 15:51 ` John Kehayias via Guix-patches via
2024-10-02 7:14 ` Andrew Tropin via Guix-patches via
2024-10-03 0:53 ` Ian Eure
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=875xqh69nm.fsf@protonmail.com \
--to=guix-patches@gnu.org \
--cc=73429@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=ian@retrospec.tv \
--cc=john.kehayias@protonmail.com \
/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.