GNU bug report logs -
#47650
gnu: Add pwntools.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#47650: gnu: Add pwntools.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 47650 <at> debbugs.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)]
[Message part 3 (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 4 (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)))
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
[Message part 7 (text/html, inline)]
[0001-gnu-Add-pwntools.patch (application/octet-stream, attachment)]
This bug report was last modified 3 years and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.