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: Mon, 26 Oct 2020 16:43:09 +0100	[thread overview]
Message-ID: <20201026154309.ybDUkbEGA40Rt2dTrBqpfQ1lVptw3IgYP-pB7nNO8d4@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: 5655 bytes --]

From 00399f471f8e1e6fb4381a33ca1b65519e7c4f0f Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 26 Oct 2020 04:40:15 -0500
Subject: [PATCH 1/4] unicorn: update to 1.0.2.

---
 srcpkgs/unicorn/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 9134dca224b..53ca3df0e62 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,15 +1,15 @@
 # Template file for 'unicorn'
 pkgname=unicorn
-version=1.0.1
-revision=4
+version=1.0.2
+revision=1
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only, LGPL-2.1-or-later"
 homepage="http://www.unicorn-engine.org/"
 distfiles="https://github.com/unicorn-engine/unicorn/archive/${version}.tar.gz"
-checksum=3a6a4f2b8c405ab009040ca43af8e4aa10ebe44d9c8b336aa36dc35df955017c
+checksum=6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
 
 post_extract() {
 	# don't build the samples

From 56c6232bab11b303457563166e72be6dcf3984b2 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 2/4] 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 f258e8294bdd6999975a53b85b4843127b1f634d 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 3/4] New package: python3-intervaltree-3.1.0

---
 srcpkgs/python3-intervaltree/template | 14 ++++++++++++++
 1 file changed, 14 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..4bf2b4e7473
--- /dev/null
+++ b/srcpkgs/python3-intervaltree/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-intervaltree'
+pkgname=python3-intervaltree
+version=3.1.0
+revision=1
+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 895f6ec3f10dc1ff21bf5d0cc0a020344b853e7c 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 4/4] New package: pwntools-4.3.0

---
 .../patches/dont-pollute-sitepackages.patch   | 12 ++++++++++
 srcpkgs/pwntools/template                     | 23 +++++++++++++++++++
 2 files changed, 35 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..ce080c468c9
--- /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.3.0',
+-    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..89f990a2bfb
--- /dev/null
+++ b/srcpkgs/pwntools/template
@@ -0,0 +1,23 @@
+# Template file for 'pwntools'
+pkgname=pwntools
+version=4.3.0
+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=29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8
+
+post_install() {
+	vlicense LICENSE-pwntools.txt
+}

  parent reply	other threads:[~2020-10-26 15:43 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 [this message]
2020-12-15  3:16 ` abenson
2021-01-05 22:21 ` abenson
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=20201026154309.ybDUkbEGA40Rt2dTrBqpfQ1lVptw3IgYP-pB7nNO8d4@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).