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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#47650: closed (gnu: Add pwntools.)
Date: Sun, 06 Jun 2021 13:33:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 06 Jun 2021 15:32:07 +0200
with message-id <87tumbjezs.fsf <at> gnu.org>
and subject line Re: bug#47650: gnu: Add pwntools.
has caused the debbugs.gnu.org bug report #47650,
regarding gnu: Add pwntools.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
47650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47650
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (text/plain, inline)]

[Message part 4 (text/html, inline)]
[0001-gnu-Add-pwntools.patch (application/octet-stream, attachment)]
[Message part 6 (message/rfc822, inline)]
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 7 (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 8 (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)))

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

Previous Next


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