Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbenden <jbenden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] aircrack-ng: update to 1.7.
Date: Sun, 10 Jul 2022 00:53:28 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37956@inbox.vuxu.org> (raw)

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

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

https://github.com/jbenden/void-packages aircrack-ng-1.7
https://github.com/void-linux/void-packages/pull/37956

aircrack-ng: update to 1.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (`x86_64`-`glibc`)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] x86_64-musl

#### Additional Notes
This patch rolls in all changes (AND supersedes!) as discussed in PR #34452. The extra scripts mentioned in that PR require non-cross builds (use of Python).

On an aside, there are some dependency issues with `libhwloc-devel` package that could be improved in the future. Namely, that `-devel` package requires extra packages for the `pkg-config` file to work. All of these extra dependencies are NOT included by the `-devel` package, nor the `libhwloc` package. It is only the main package `hwloc` that includes some, but still not all.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aircrack-ng-1.7-37956.patch --]
[-- Type: text/x-diff, Size: 2164 bytes --]

From d6083feb7261fae49891d4b874704013cd9171a0 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Sat, 9 Jul 2022 15:43:30 -0700
Subject: [PATCH] aircrack-ng: update to 1.7.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/aircrack-ng/template | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template
index ef5d46cebac1..34a8af32c5a9 100644
--- a/srcpkgs/aircrack-ng/template
+++ b/srcpkgs/aircrack-ng/template
@@ -1,30 +1,36 @@
 # Template file for 'aircrack-ng'
 pkgname=aircrack-ng
-version=1.6
-revision=4
+version=1.7
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool pkg-config"
-makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libcap-devel"
+hostmakedepends="automake ethtool libtool pkg-config"
+makedepends="libhwloc-devel libnl3-devel libpcap-devel libpciaccess-devel
+ libxml2-devel  openssl-devel pcre-devel sqlite-devel zlib-devel"
+checkdepends="cmocka-devel expect"
 short_desc="Complete suite of tools to assess WiFi network security"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Joseph Benden <joe@benden.us>"
 license="GPL-2.0-or-later, BSD-3-Clause, OpenSSL"
 homepage="https://www.aircrack-ng.org/"
 changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
 distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
-checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
+checksum=05a704e3c8f7792a17315080a21214a4448fd2452c1b0dd5226a3a55f90b58c3
+configure_args+="--without-opt --with-experimental"
 
-CFLAGS="-fcommon"
+if [ -z "$CROSS_BUILD" ]; then
+	configure_args+=" --with-ext-scripts"
+	makedepends+=" python3-devel"
+fi
 
 pre_configure() {
-	ACLOCAL=/usr/bin/aclocal \
-	AUTOCONF=/usr/bin/autoconf \
-	AUTOHEADER=/usr/bin/autoheader \
-	AUTOMAKE=/usr/bin/automake \
-	LIBTOOLIZE=/usr/bin/libtoolize \
-	NOCONFIGURE=1 \
-		./autogen.sh
+	autoreconf -vif
 }
 
 post_install() {
+	vdoc AUTHORS
+	vdoc ChangeLog
+	vdoc README
+	vdoc README.md
+	vdoc SECURITY.md
+	vlicense LICENSE
 	vlicense LICENSE.OpenSSL
 }

             reply	other threads:[~2022-07-09 22:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09 22:53 jbenden [this message]
2022-07-10  4:49 ` classabbyamp
2022-07-10 20:15 ` [PR PATCH] [Updated] " jbenden
2022-07-10 20:20 ` jbenden
2022-07-11  7:53 ` [PR PATCH] [Merged]: " classabbyamp

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-37956@inbox.vuxu.org \
    --to=jbenden@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).