Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [NOMERGE] New package: pwntools-4.1.2
Date: Tue, 05 Jan 2021 23:21:28 +0100	[thread overview]
Message-ID: <20210105222128.Q60PnZUkCgEIXpK5m60VuiXfvcAvzmsEI16lNgnLqwY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22801@inbox.vuxu.org>

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

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_pwntools
https://github.com/void-linux/void-packages/pull/22801

[NOMERGE] New package: pwntools-4.1.2


A patch file from https://github.com/void-linux/void-packages/pull/22801.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_pwntools-22801.patch --]
[-- Type: text/x-diff, Size: 2655 bytes --]

From 58628940d09c299d3a1b8dc479df07fc1f9695f5 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 10 Jun 2020 17:25:45 -0500
Subject: [PATCH 1/2] New package: ROPgadget-6.3

---
 srcpkgs/ROPgadget/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ROPgadget/template

diff --git a/srcpkgs/ROPgadget/template b/srcpkgs/ROPgadget/template
new file mode 100644
index 00000000000..003ebcfcd1d
--- /dev/null
+++ b/srcpkgs/ROPgadget/template
@@ -0,0 +1,17 @@
+# Template file for 'ROPgadget'
+pkgname=ROPgadget
+version=6.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="capstone-python3"
+short_desc="Search for gadgets in bianries for ROP exploitation"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/JonathanSalwan/ROPgadget"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=c98f3eeeb20e5caa2dc4cde3ba2d637812ca816ba3f4c65f2fb4dfd119e98765
+
+post_install() {
+	vlicense LICENSE_BSD.txt
+}

From c5d1ba79af3f77c45b7630ae1e99a24e31d34439 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 10 Jun 2020 17:51:45 -0500
Subject: [PATCH 2/2] New package: pwntools-4.3.0

---
 srcpkgs/pwntools/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/pwntools/template

diff --git a/srcpkgs/pwntools/template b/srcpkgs/pwntools/template
new file mode 100644
index 00000000000..fba81ab15d7
--- /dev/null
+++ b/srcpkgs/pwntools/template
@@ -0,0 +1,32 @@
+# Template file for 'pwntools'
+pkgname=pwntools
+version=4.3.1
+revision=1
+build_style=python3-module
+make_install_args="--only-use-pwn-command"
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-paramiko python3-Mako python3-pyelftools capstone-python3
+ python3-pyserial python3-requests python3-Pygments python3-pysocks
+ python3-dateutil python3-packaging python3-psutil python3-intervaltree
+ python3-sortedcontainers unicorn-python3 python3-six python3-setuptools
+ ROPgadget"
+short_desc="CTF framework and exploit development library"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://pwntools.com"
+distfiles="https://github.com/Gallopsled/pwntools/archive/${version}.tar.gz"
+checksum=9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629
+
+pre_configure() {
+	vsed -e '/data_files/,+2d' -i setup.py
+}
+
+post_install() {
+	vlicense LICENSE-pwntools.txt
+}
+
+do_check() {
+	# Tests require system configuration changes, like adding a user.
+	:
+}

  parent reply	other threads:[~2021-01-05 22:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22801@inbox.vuxu.org>
2020-08-18 15:31 ` abenson
2020-10-26 15:43 ` abenson
2020-12-15  3:16 ` abenson
2021-01-05 22:21 ` abenson [this message]
2021-01-05 23:12 ` abenson
2021-01-19 23:10 ` abenson
2021-01-19 23:10 ` [PR PATCH] [Closed]: " abenson

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=20210105222128.Q60PnZUkCgEIXpK5m60VuiXfvcAvzmsEI16lNgnLqwY@z \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).