GNU bug report logs - #47650
gnu: Add pwntools.

Previous Next

Package: guix-patches;

Reported by: "c4droid" <c4droid <at> foxmail.com>

Date: Thu, 8 Apr 2021 04:08:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 47650 in the body.
You can then email your comments to 47650 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#47650; Package guix-patches. (Thu, 08 Apr 2021 04:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "c4droid" <c4droid <at> foxmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 08 Apr 2021 04:08:01 GMT) Full text and rfc822 format available.

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

From: "c4droid" <c4droid <at> foxmail.com>
To: "guix-patches" <guix-patches <at> gnu.org>
Subject: gnu: Add pwntools.
Date: Thu, 8 Apr 2021 12:07:16 +0800
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]
[0001-gnu-Add-pwntools.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 06 Jun 2021 13:33:01 GMT) Full text and rfc822 format available.

Notification sent to "c4droid" <c4droid <at> foxmail.com>:
bug acknowledged by developer. (Sun, 06 Jun 2021 13:33:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: "c4droid" <c4droid <at> foxmail.com>
Cc: 47650-done <at> debbugs.gnu.org
Subject: Re: bug#47650: gnu: Add pwntools.
Date: Sun, 06 Jun 2021 15:32:07 +0200
[Message part 1 (text/plain, inline)]
Hi,

"c4droid" <c4droid <at> foxmail.com> skribis:

> From ae13731fe3ccfe92a38b93a6d6213c71e6f6b7fa Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid <at> foxmail.com>
> Date: Thu, 8 Apr 2021 12:02:08 +0800
> Subject: [PATCH] gnu: Add pwntools.
>
> * gnu/packages/cybersecurity.scm (pwntools): New variable.

Applied with the changes below.

Apparently tests won’t work due to a Unicorn version mismatch, right?
Could you look into enabling tests?

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 7b4f702e39..d19599ac6b 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -29,7 +29,7 @@
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages time)
-  #:use-module (gnu packages bioinformatics)
+  #:use-module (gnu packages bioinformatics)      ;python-intervaltree
   #:use-module (gnu packages emulators))
 
 (define-public ropgadget
@@ -87,9 +87,9 @@ chains of gadgets to execute system calls.")
        ("unicorn" ,unicorn)))
     (home-page "https://github.com/Gallopsled/pwntools")
     (synopsis
-     "CTF framework and exploit development library")
+     "Capture-the-flag (CTF) framework and exploit development library")
     (description
-     "Pwntools is CTF framework and exploit development library.
-Written in Python, it is designed for rapid prototyping and development,
-and intended to make exploit writing as simple as possible.")
+     "Pwntools is a capture-the-flag (CTF) framework and exploit development library.
+Written in Python, it is designed for rapid prototyping and development, and
+intended to make exploit writing as simple as possible.")
     (license license:expat)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 05 Jul 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 295 days ago.

Previous Next


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