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, 18 Aug 2020 17:31:26 +0200	[thread overview]
Message-ID: <20200818153126.4N747PnboCkdYg_uIItFfo0NiBRR00kw0cfeQ00yBV8@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: 4502 bytes --]

From 0b0c9e2d441c5c8d97f1d6ecba3f49296d0d5ae6 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/3] New package: ROPgadget-6.3

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

diff --git a/srcpkgs/ROPgadget/template b/srcpkgs/ROPgadget/template
new file mode 100644
index 00000000000..ada2f1bf2a8
--- /dev/null
+++ b/srcpkgs/ROPgadget/template
@@ -0,0 +1,18 @@
+# Template file for 'ROPgadget'
+pkgname=ROPgadget
+version=6.3
+revision=1
+archs=noarch
+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=6f2e2fbe1fe58d5636dee0336a796b450793470770242b23eb5248f9c33e5ebf
+
+post_install() {
+	vlicense LICENSE_BSD.txt
+}

From 9afadf93b91f99286797e086a6b3085bf743b34f Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 10 Jun 2020 17:32:24 -0500
Subject: [PATCH 2/3] New package: python3-intervaltree-3.1.0

---
 srcpkgs/python3-intervaltree/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-intervaltree/template

diff --git a/srcpkgs/python3-intervaltree/template b/srcpkgs/python3-intervaltree/template
new file mode 100644
index 00000000000..934bed33cf4
--- /dev/null
+++ b/srcpkgs/python3-intervaltree/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-intervaltree'
+pkgname=python3-intervaltree
+version=3.1.0
+revision=1
+archs=noarch
+wrksrc="intervaltree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Mutable, self-balancing interval tree"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/chaimleib/intervaltree"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=d6c1269a7875c98146b0aedbcc1afd7ca8f9f1e8f59c412c853f1173bc6a52b1

From c21c3130af3254b34a45fa369e40dab5b8a0263a 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 3/3] New package: pwntools-4.2.1

---
 .../patches/dont-pollute-sitepackages.patch   | 12 +++++++++
 srcpkgs/pwntools/template                     | 27 +++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/pwntools/patches/dont-pollute-sitepackages.patch
 create mode 100644 srcpkgs/pwntools/template

diff --git a/srcpkgs/pwntools/patches/dont-pollute-sitepackages.patch b/srcpkgs/pwntools/patches/dont-pollute-sitepackages.patch
new file mode 100644
index 00000000000..94659285a3e
--- /dev/null
+++ b/srcpkgs/pwntools/patches/dont-pollute-sitepackages.patch
@@ -0,0 +1,12 @@
+--- setup.py.orig
++++ setup.py
+@@ -84,9 +84,6 @@
+     python_requires      = '>=2.7',
+     packages             = find_packages(),
+     version              = '4.2.1',
+-    data_files           = [('',
+-                             glob.glob('*.md') + glob.glob('*.txt')),
+-                            ],
+     package_data         = {
+         'pwnlib': [
+             'data/crcsums.txt',
diff --git a/srcpkgs/pwntools/template b/srcpkgs/pwntools/template
new file mode 100644
index 00000000000..0325b475d28
--- /dev/null
+++ b/srcpkgs/pwntools/template
@@ -0,0 +1,27 @@
+# Template file for 'pwntools'
+pkgname=pwntools
+version=4.2.1
+revision=1
+build_style=python3-module
+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=8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78
+
+post_install() {
+	cd ${DESTDIR}/usr/bin
+	for f in *; do
+		mv $f pwntools-$f
+	done
+	cd -
+	vlicense LICENSE-pwntools.txt
+}

       reply	other threads:[~2020-08-18 15:31 UTC|newest]

Thread overview: 5+ 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 [this message]
2020-10-26 15:43 ` abenson
2020-12-15  3:16 ` abenson
2021-01-05 22:21 ` abenson
2021-01-05 23:12 ` 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=20200818153126.4N747PnboCkdYg_uIItFfo0NiBRR00kw0cfeQ00yBV8@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).