Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Np impacket
@ 2021-06-10 22:08 abenson
  2021-06-10 22:10 ` abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: abenson @ 2021-06-10 22:08 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-17  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 22:08 [PR PATCH] Np impacket abenson
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

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).