GNU bug report logs - #54250
[PATCH] gnu: xdotool: Update to 3.20211022.1.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Sat, 5 Mar 2022 06:05:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 54250 in the body.
You can then email your comments to 54250 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#54250; Package guix-patches. (Sat, 05 Mar 2022 06:05:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 05 Mar 2022 06:05:02 GMT) Full text and rfc822 format available.

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

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1.
Date: Sat, 05 Mar 2022 11:34:49 +0530
[0001-gnu-xdotool-Update-to-3.20211022.1.patch (text/patch, inline)]
From 1040dbabc8cb5af1c88262492cf74cb74c859caa Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Sat, 5 Mar 2022 11:16:25 +0530
Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1.

* gnu/packages/xdisorg.scm (xdotool): Update to 3.20211022.1.
---
 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 42452d0721..82083cb572 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -492,7 +492,7 @@ (define-public libfakekey
 (define-public xdotool
   (package
     (name "xdotool")
-    (version "3.20160805.1")
+    (version "3.20211022.1")
     (source
       (origin
         (method url-fetch)
@@ -501,7 +501,7 @@ (define-public xdotool
               version "/xdotool-" version ".tar.gz"))
         (sha256
           (base32
-           "1a6c1zr86zb53352yxv104l76l8x21gfl2bgw6h21iphxpv5zgim"))))
+           "1nlsbwsdsgys607f00sc8xgb7l7cdzsb14avsg5fly3dvv7zmw4n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; Test suite requires a lot of black magic

base-commit: 97065f9fe3da74adab54b70e28bd2cd59c06ee07
prerequisite-patch-id: 112e00ce191deb18c3866dc5f17e4c761a3b19af
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54250; Package guix-patches. (Sat, 05 Mar 2022 10:08:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>, 54250 <at> debbugs.gnu.org
Subject: Re: [bug#54250] [PATCH] gnu: xdotool: Update to 3.20211022.1.
Date: Sat, 05 Mar 2022 11:07:41 +0100
[Message part 1 (text/plain, inline)]
Jai Vetrivelan schreef op za 05-03-2022 om 11:34 [+0530]:
> +    (version "3.20211022.1")
>      (source
>        (origin
>          (method url-fetch)
> @@ -501,7 +501,7 @@ (define-public xdotool
>                version "/xdotool-" version ".tar.gz"))
>          (sha256
>            (base32
> -          
> "1a6c1zr86zb53352yxv104l76l8x21gfl2bgw6h21iphxpv5zgim"))))
> +          
> "1nlsbwsdsgys607f00sc8xgb7l7cdzsb14avsg5fly3dvv7zmw4n"))))
>      (build-system gnu-build-system)

At least on the master branch, the return value of calloc does not
appear to be always checked, e.g. xdo_search.c line 38, xdo.c line 1334
and 1389.  Could this be fixed?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 11 Mar 2022 00:47:02 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Fri, 11 Mar 2022 00:47:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 54250-done <at> debbugs.gnu.org
Subject: Re: [bug#54250] [PATCH] gnu: xdotool: Update to 3.20211022.1.
Date: Fri, 11 Mar 2022 01:46:41 +0100
Hello,

Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:

> From 1040dbabc8cb5af1c88262492cf74cb74c859caa Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> Date: Sat, 5 Mar 2022 11:16:25 +0530
> Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1.

Applied. Thank

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#54250; Package guix-patches. (Fri, 11 Mar 2022 07:30:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, Jai Vetrivelan
 <jaivetrivelan <at> gmail.com>
Cc: 54250 <at> debbugs.gnu.org
Subject: Re: bug#54250: [PATCH] gnu: xdotool: Update to 3.20211022.1.
Date: Fri, 11 Mar 2022 08:29:50 +0100
[Message part 1 (text/plain, inline)]
Nicolas Goaziou schreef op vr 11-03-2022 om 01:46 [+0100]:
> Applied. Thank

I don't think the ignoring of the return value of calloc (xdo_search.c,
line 38, and some other locations) have been reported upstream or fixed
yet.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54250; Package guix-patches. (Fri, 11 Mar 2022 08:37:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 54250 <at> debbugs.gnu.org, Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Subject: Re: [bug#54250] [PATCH] gnu: xdotool: Update to 3.20211022.1.
Date: Fri, 11 Mar 2022 09:36:46 +0100
Hello,

Maxime Devos <maximedevos <at> telenet.be> writes:

> Nicolas Goaziou schreef op vr 11-03-2022 om 01:46 [+0100]:
>> Applied. Thank
>
> I don't think the ignoring of the return value of calloc (xdo_search.c,
> line 38, and some other locations) have been reported upstream or fixed
> yet.

I don't see it as a deal breaker, as explained in another answer. Of
course, it would bring some bonus points to Jai Vetrivelan if they just
did one or another.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 08 Apr 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 124 days ago.

Previous Next


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