[PATCH mesa-updates] gnu: pixman: Update to 0.42.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • John Kehayias
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 15 Jul 2023 08:24
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
b69a69698c1e196a607d39f755d4dc02d566fda5.1689401640.git.hako@ultrarare.space
* gnu/packages/xdisorg.scm (pixman): Update to 0.42.2.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
J
J
John Kehayias wrote on 25 Jul 2023 23:22
(name . Hilton Chain)(address . hako@ultrarare.space)(address . 64639@debbugs.gnu.org)
87wmynit52.fsf@protonmail.com
Hi,

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

Toggle quote (30 lines)
> * 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
J
J
John Kehayias wrote on 28 Nov 2023 06:37
87y1ei8mlz.fsf@protonmail.com
Hello,

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

Toggle quote (43 lines)
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64639@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64639
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch