GNU bug report logs - #64639
[PATCH mesa-updates] gnu: pixman: Update to 0.42.2.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 15 Jul 2023 06:26:02 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

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 64639 in the body.
You can then email your comments to 64639 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#64639; Package guix-patches. (Sat, 15 Jul 2023 06:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 15 Jul 2023 06:26:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH mesa-updates] gnu: pixman: Update to 0.42.2.
Date: Sat, 15 Jul 2023 14:24:09 +0800
* gnu/packages/xdisorg.scm (pixman): Update to 0.42.2.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1f7539764c..635d6598e6 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -677,7 +677,7 @@ (define-public xeyes
 (define-public pixman
   (package
     (name "pixman")
-    (version "0.40.0")
+    (version "0.42.2")
     (source
      (origin
        (method url-fetch)
@@ -686,7 +686,7 @@ (define-public pixman
          "https://www.cairographics.org/releases/pixman-"
          version ".tar.gz"))
        (sha256
-        (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
+        (base32 "0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))
        (patches
         (search-patches
          "pixman-CVE-2016-5296.patch"))))

base-commit: 00ed2901f5171e4f9435641a91678217cae38030
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64639; Package guix-patches. (Tue, 25 Jul 2023 21:23:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64639 <at> debbugs.gnu.org
Subject: Re: bug#64639: [PATCH mesa-updates] gnu: pixman: Update to 0.42.2.
Date: Tue, 25 Jul 2023 21:22:04 +0000
Hi,

On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:

> * gnu/packages/xdisorg.scm (pixman): Update to 0.42.2.
> ---
>  gnu/packages/xdisorg.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 1f7539764c..635d6598e6 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -677,7 +677,7 @@ (define-public xeyes
>  (define-public pixman
>    (package
>      (name "pixman")
> -    (version "0.40.0")
> +    (version "0.42.2")
>      (source
>       (origin
>         (method url-fetch)
> @@ -686,7 +686,7 @@ (define-public pixman
>           "https://www.cairographics.org/releases/pixman-"
>           version ".tar.gz"))
>         (sha256
> -        (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
> +        (base32 "0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))
>         (patches
>          (search-patches
>           "pixman-CVE-2016-5296.patch"))))
>
> base-commit: 00ed2901f5171e4f9435641a91678217cae38030

(as with libdrm)

Looks fine to me, just haven't applied it to mesa-updates since this
causes many more rebuilds than just mesa dependents. Let's include with
other large changes (like freetype maybe? where I want to add brotli
support).

John





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Tue, 28 Nov 2023 05:38:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Tue, 28 Nov 2023 05:38:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Hilton Chain <hako <at> ultrarare.space>, 64639-done <at> debbugs.gnu.org
Subject: Re: bug#64639: [PATCH mesa-updates] gnu: pixman: Update to 0.42.2.
Date: Tue, 28 Nov 2023 05:37:16 +0000
Hello,

On Tue, Jul 25, 2023 at 09:22 PM, John Kehayias wrote:

> Hi,
>
> On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:
>
>> * gnu/packages/xdisorg.scm (pixman): Update to 0.42.2.
>> ---
>>  gnu/packages/xdisorg.scm | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
>> index 1f7539764c..635d6598e6 100644
>> --- a/gnu/packages/xdisorg.scm
>> +++ b/gnu/packages/xdisorg.scm
>> @@ -677,7 +677,7 @@ (define-public xeyes
>>  (define-public pixman
>>    (package
>>      (name "pixman")
>> -    (version "0.40.0")
>> +    (version "0.42.2")
>>      (source
>>       (origin
>>         (method url-fetch)
>> @@ -686,7 +686,7 @@ (define-public pixman
>>           "<https://www.cairographics.org/releases/pixman>-"
>>           version ".tar.gz"))
>>         (sha256
>> -        (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
>> +        (base32 "0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))
>>         (patches
>>          (search-patches
>>           "pixman-CVE-2016-5296.patch"))))
>>
>> base-commit: 00ed2901f5171e4f9435641a91678217cae38030
>
> (as with libdrm)
>
> Looks fine to me, just haven't applied it to mesa-updates since this
> causes many more rebuilds than just mesa dependents. Let's include with
> other large changes (like freetype maybe? where I want to add brotli
> support).
>
> John

Now pushed as 57375d8db73f13913dfc5a84d36a45dcd802d5be thanks!





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 Dec 2023 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 134 days ago.

Previous Next


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