Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Np impacket
Date: Fri, 11 Jun 2021 00:08:50 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31421@inbox.vuxu.org> (raw)

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

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_impacket
https://github.com/void-linux/void-packages/pull/31421

Np impacket
<!-- Mark items with [x] where applicable -->

#### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 8e04012e5ce77744b9285eb3e147ddbed0e5a913 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 9 Jun 2021 16:42:00 -0500
Subject: [PATCH 1/2] New package: ldapdomaindump-0.9.3

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

diff --git a/srcpkgs/ldapdomaindump/template b/srcpkgs/ldapdomaindump/template
new file mode 100644
index 000000000000..de32cbb8d12e
--- /dev/null
+++ b/srcpkgs/ldapdomaindump/template
@@ -0,0 +1,18 @@
+# Template file for 'ldapdomaindump'
+pkgname=ldapdomaindump
+version=0.9.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-future python3-ldap3 python3-dnspython"
+short_desc="Active Directory information dumper via LDAP"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/dirkjanm/ldapdomaindump"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=30d269f8c638a1446d7a71d01c41e2a03ea0b9742ada471414db91bd77927f40
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

From 51abd36d0ef6faa884e964477dbefd911bcead80 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 9 Jun 2021 16:42:04 -0500
Subject: [PATCH 2/2] New package: impacket-0.9.23

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

diff --git a/srcpkgs/impacket/template b/srcpkgs/impacket/template
new file mode 100644
index 000000000000..1aeec374730f
--- /dev/null
+++ b/srcpkgs/impacket/template
@@ -0,0 +1,25 @@
+# Template file for 'impacket'
+pkgname=impacket
+version=0.9.23
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-future python3-six python3-chardet python3-pyasn1
+ python3-pycryptodomex python3-openssl python3-ldap3 python3-Flask
+ ldapdomaindump"
+checkdepends="python3-pytest $depends"
+short_desc="Collection of Python classes for working with network protocols"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-1.0, MIT"
+homepage="https://www.secureauth.com/labs/open-source-tools/impacket/"
+distfiles="https://github.com/SecureAuthCorp/impacket/releases/download/impacket_${version//./_}/impacket-${version}.tar.gz"
+checksum=1c1be8a50cdbe3cffc566ba64f552b1b28bcc79b7a406b833956b49c56d77184
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+
+	rm ${DESTDIR}/usr/bin/A.py      \
+	   ${DESTDIR}/usr/bin/PoC.py    \
+	   ${DESTDIR}/usr/bin/PoC2.py
+}

             reply	other threads:[~2021-06-10 22:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 22:08 abenson [this message]
2021-06-10 22:10 ` abenson
2021-06-14 20:09 ` [PR REVIEW] " Chocimier
2021-06-17  4:56 ` [PR PATCH] [Updated] " abenson
2021-06-17  5:20 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31421@inbox.vuxu.org \
    --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).