all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "c4droid" <c4droid@foxmail.com>
Cc: 47650-done@debbugs.gnu.org
Subject: bug#47650: gnu: Add pwntools.
Date: Sun, 06 Jun 2021 15:32:07 +0200	[thread overview]
Message-ID: <87tumbjezs.fsf@gnu.org> (raw)
In-Reply-To: <tencent_FB36C394D706483F2B50F43E0E1E456BAC08@qq.com> (c4droid@foxmail.com's message of "Thu, 8 Apr 2021 12:07:16 +0800")

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1288 bytes --]

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

      reply	other threads:[~2021-06-06 13:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08  4:07 [bug#47650] gnu: Add pwntools c4droid
2021-06-06 13:32 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tumbjezs.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=47650-done@debbugs.gnu.org \
    --cc=c4droid@foxmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.