From patchwork Sun Jun 6 13:32:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 29968 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2F90627BC78; Sun, 6 Jun 2021 14:33:16 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B3D7127BC81 for ; Sun, 6 Jun 2021 14:33:13 +0100 (BST) Received: from localhost ([::1]:36458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpsts-00089M-Rv for patchwork@mira.cbaines.net; Sun, 06 Jun 2021 09:33:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpsti-00086X-5W for guix-patches@gnu.org; Sun, 06 Jun 2021 09:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39479) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lpsth-0000hy-Uz for guix-patches@gnu.org; Sun, 06 Jun 2021 09:33:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lpsth-0008Ve-Ro for guix-patches@gnu.org; Sun, 06 Jun 2021 09:33:01 -0400 Subject: bug#47650: gnu: Add pwntools. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 06 Jun 2021 13:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47650 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: "c4droid" Cc: 47650-done@debbugs.gnu.org Mail-Followup-To: 47650@debbugs.gnu.org, ludo@gnu.org, c4droid@foxmail.com Received: via spool by 47650-done@debbugs.gnu.org id=D47650.162298634332422 (code D ref 47650); Sun, 06 Jun 2021 13:33:01 +0000 Received: (at 47650-done) by debbugs.gnu.org; 6 Jun 2021 13:32:23 +0000 Received: from localhost ([127.0.0.1]:51024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpst5-0008Qi-1L for submit@debbugs.gnu.org; Sun, 06 Jun 2021 09:32:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpst0-0008Kd-TT for 47650-done@debbugs.gnu.org; Sun, 06 Jun 2021 09:32:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50958) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpssq-0000F3-PN; Sun, 06 Jun 2021 09:32:10 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56698 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpssq-0007Kf-Gf; Sun, 06 Jun 2021 09:32:08 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: Date: Sun, 06 Jun 2021 15:32:07 +0200 In-Reply-To: (c4droid@foxmail.com's message of "Thu, 8 Apr 2021 12:07:16 +0800") Message-ID: <87tumbjezs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, "c4droid" skribis: > From ae13731fe3ccfe92a38b93a6d6213c71e6f6b7fa Mon Sep 17 00:00:00 2001 > From: c4droid > 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)))