emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47650: closed (gnu: Add pwntools.)


From: GNU bug Tracking System
Subject: bug#47650: closed (gnu: Add pwntools.)
Date: Sun, 06 Jun 2021 13:33:01 +0000

Your message dated Sun, 06 Jun 2021 15:32:07 +0200
with message-id <87tumbjezs.fsf@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@gnu.org.)


-- 
47650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47650
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: gnu: Add pwntools. Date: Thu, 8 Apr 2021 12:07:16 +0800

Attachment: 0001-gnu-Add-pwntools.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#47650: gnu: Add pwntools. Date: Sun, 06 Jun 2021 15:32:07 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

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

> From ae13731fe3ccfe92a38b93a6d6213c71e6f6b7fa Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid@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’.

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)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]