Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wifite2-2.6.5
@ 2022-10-04 13:52 zen0bit
  2022-10-04 13:52 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zen0bit @ 2022-10-04 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR wifite2
https://github.com/void-linux/void-packages/pull/39707

New package: wifite2-2.6.5
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

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

From 6f8295fa7f330b6225aee099c001de2bd971a305 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 4 Oct 2022 17:20:00 +0200
Subject: [PATCH] New package: wifite2-2.6.5

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

diff --git a/srcpkgs/wifite2/template b/srcpkgs/wifite2/template
new file mode 100644
index 000000000000..8fc9edf15e47
--- /dev/null
+++ b/srcpkgs/wifite2/template
@@ -0,0 +1,23 @@
+# Template file for 'wifite2'
+pkgname=wifite2
+version=2.6.5
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends="python3-setuptools"
+depends="iw ip net-tools aircrack-ng"
+short_desc="Wifite is designed to use all known methods for retrieving the password of a wireless access point"
+maintainer=" <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/kimocoder/${pkgname}"
+#changelog=""
+distfiles="https://github.com/kimocoder/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=849024485c04eddd42d541157fb1c89165c270e0c8979bd9c01dce6173e75210

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

* Re: [PR PATCH] [Updated] New package: wifite2-2.6.5
  2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
@ 2022-10-04 13:52 ` zen0bit
  2022-10-04 13:55 ` zen0bit
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2022-10-04 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR wifite2
https://github.com/void-linux/void-packages/pull/39707

New package: wifite2-2.6.5
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

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

From dc62fb686aeb6dcfeb288460f05060d601a4898a Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 4 Oct 2022 17:20:00 +0200
Subject: [PATCH] New package: wifite2-2.6.5

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

diff --git a/srcpkgs/wifite2/template b/srcpkgs/wifite2/template
new file mode 100644
index 000000000000..f185b6daa3d5
--- /dev/null
+++ b/srcpkgs/wifite2/template
@@ -0,0 +1,23 @@
+# Template file for 'wifite2'
+pkgname=wifite2
+version=2.6.5
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends="python3-setuptools"
+depends="iw net-tools aircrack-ng"
+short_desc="Wifite is designed to use all known methods for retrieving the password of a wireless access point"
+maintainer=" <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/kimocoder/${pkgname}"
+#changelog=""
+distfiles="https://github.com/kimocoder/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=849024485c04eddd42d541157fb1c89165c270e0c8979bd9c01dce6173e75210

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

* Re: [PR PATCH] [Updated] New package: wifite2-2.6.5
  2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
  2022-10-04 13:52 ` [PR PATCH] [Updated] " zen0bit
@ 2022-10-04 13:55 ` zen0bit
  2022-10-04 13:55 ` zen0bit
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2022-10-04 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR wifite2
https://github.com/void-linux/void-packages/pull/39707

New package: wifite2-2.6.5
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

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

From 32bb7dbb7942311a8b7a2d644339e6e4919fd7ce Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 4 Oct 2022 17:20:00 +0200
Subject: [PATCH] New package: wifite2-2.6.5

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

diff --git a/srcpkgs/wifite2/template b/srcpkgs/wifite2/template
new file mode 100644
index 000000000000..d156c38fa902
--- /dev/null
+++ b/srcpkgs/wifite2/template
@@ -0,0 +1,23 @@
+# Template file for 'wifite2'
+pkgname=wifite2
+version=2.6.5
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends="python3-setuptools"
+depends="iw net-tools aircrack-ng"
+short_desc="Python script for auditing wireless networks"
+maintainer=" <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/kimocoder/wifite2"
+#changelog=""
+distfiles="https://github.com/kimocoder/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=849024485c04eddd42d541157fb1c89165c270e0c8979bd9c01dce6173e75210

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

* Re: [PR PATCH] [Updated] New package: wifite2-2.6.5
  2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
  2022-10-04 13:52 ` [PR PATCH] [Updated] " zen0bit
  2022-10-04 13:55 ` zen0bit
@ 2022-10-04 13:55 ` zen0bit
  2022-10-04 14:03 ` ahesford
  2022-10-04 14:03 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2022-10-04 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR wifite2
https://github.com/void-linux/void-packages/pull/39707

New package: wifite2-2.6.5
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

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

From a1e58c3c4663b41c64edf772c856e98fa673507a Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 4 Oct 2022 17:20:00 +0200
Subject: [PATCH] New package: wifite2-2.6.5

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

diff --git a/srcpkgs/wifite2/template b/srcpkgs/wifite2/template
new file mode 100644
index 000000000000..5a370b6a1bfc
--- /dev/null
+++ b/srcpkgs/wifite2/template
@@ -0,0 +1,23 @@
+# Template file for 'wifite2'
+pkgname=wifite2
+version=2.6.5
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+makedepends="python3-setuptools"
+depends="iw net-tools aircrack-ng"
+short_desc="Python script for auditing wireless networks"
+maintainer=" <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/kimocoder/wifite2"
+#changelog=""
+distfiles="https://github.com/kimocoder/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=849024485c04eddd42d541157fb1c89165c270e0c8979bd9c01dce6173e75210

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

* Re: [PR PATCH] [Closed]: New package: wifite2-2.6.5
  2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
                   ` (3 preceding siblings ...)
  2022-10-04 14:03 ` ahesford
@ 2022-10-04 14:03 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2022-10-04 14:03 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: wifite2-2.6.5
https://github.com/void-linux/void-packages/pull/39707

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

* Re: New package: wifite2-2.6.5
  2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
                   ` (2 preceding siblings ...)
  2022-10-04 13:55 ` zen0bit
@ 2022-10-04 14:03 ` ahesford
  2022-10-04 14:03 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2022-10-04 14:03 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39707#issuecomment-1267059385

Comment:
Please don't send new-package PRs that haven't been tested. It's counterproductive.

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

end of thread, other threads:[~2022-10-04 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 13:52 [PR PATCH] New package: wifite2-2.6.5 zen0bit
2022-10-04 13:52 ` [PR PATCH] [Updated] " zen0bit
2022-10-04 13:55 ` zen0bit
2022-10-04 13:55 ` zen0bit
2022-10-04 14:03 ` ahesford
2022-10-04 14:03 ` [PR PATCH] [Closed]: " ahesford

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