Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aircrack-ng: fix dependency name libpcap
@ 2021-12-09 21:03 Demedim
  2021-12-11  3:00 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Demedim @ 2021-12-09 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Demedim/void-packages aircrack-ng
https://github.com/void-linux/void-packages/pull/34452

aircrack-ng: fix dependency name libpcap
The dependency that was needed was libpcap-devel instead of libcap-devel.
This PR is a fix to [#34380](https://github.com/void-linux/void-packages/pull/34380)

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

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

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

From d60625563c93761429493f208589198b708eb5a5 Mon Sep 17 00:00:00 2001
From: Demedim <40205709+Demedim@users.noreply.github.com>
Date: Thu, 9 Dec 2021 22:00:01 +0100
Subject: [PATCH] aircrack-ng: fix dependency name libpcap

---
 srcpkgs/aircrack-ng/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template
index ef5d46cebac1..9cea02024ec9 100644
--- a/srcpkgs/aircrack-ng/template
+++ b/srcpkgs/aircrack-ng/template
@@ -1,10 +1,10 @@
 # Template file for 'aircrack-ng'
 pkgname=aircrack-ng
 version=1.6
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
-makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libcap-devel"
+makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libpcap-devel"
 short_desc="Complete suite of tools to assess WiFi network security"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, BSD-3-Clause, OpenSSL"

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
@ 2021-12-11  3:00 ` ericonr
  2021-12-17 12:13 ` paper42
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-12-11  3:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-991421632

Comment:
I don't see it using `libpcap`, shouldn't we remove it entirely? Or is it missing some configure argument?

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
  2021-12-11  3:00 ` ericonr
@ 2021-12-17 12:13 ` paper42
  2021-12-17 21:15 ` jbenden
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-17 12:13 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-996676805

Comment:
with this change, only new manual pages are generated:
```diff
%: voidiff aircrack-ng
76a77
> /usr/share/man/man1/besside-ng-crawler.1
80a82,84
> /usr/share/man/man1/wpaclean.1
> /usr/share/man/man8/airbase-ng.8
> /usr/share/man/man8/aireplay-ng.8
82a87,89
> /usr/share/man/man8/airodump-ng.8
> /usr/share/man/man8/airserv-ng.8
> /usr/share/man/man8/airtun-ng.8
```

besside-ng-crawler is still not built, but the manpage is

cc @jbenden

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
  2021-12-11  3:00 ` ericonr
  2021-12-17 12:13 ` paper42
@ 2021-12-17 21:15 ` jbenden
  2021-12-17 21:17 ` jbenden
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2021-12-17 21:15 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-997035814

Comment:
Add the configure flags: `--without-opt --with-experimental --with-ext-scripts` to add all the extras that are missing. Please still leave the libpcap fix, though. Maybe add hwloc for improved perf.

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (2 preceding siblings ...)
  2021-12-17 21:15 ` jbenden
@ 2021-12-17 21:17 ` jbenden
  2022-06-18  2:13 ` github-actions
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2021-12-17 21:17 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-997035814

Comment:
Add the configure flags: `--without-opt --with-experimental --with-ext-scripts` to add all the extras that are missing. Please still leave the libpcap fix, though. Maybe add hwloc for improved perf.

The `--without-opt` will let the distro optimization settings apply.
The `--with-experimental` adds the missing items in question.
The `--with-ext-scripts` add all the extra python scripts.

hwloc is used for machine topology info.

libpcap is needed for some of the extra tooling.

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (3 preceding siblings ...)
  2021-12-17 21:17 ` jbenden
@ 2022-06-18  2:13 ` github-actions
  2022-06-18 19:52 ` jbenden
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-06-18  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1159340183

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (4 preceding siblings ...)
  2022-06-18  2:13 ` github-actions
@ 2022-06-18 19:52 ` jbenden
  2022-06-18 19:53 ` jbenden
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2022-06-18 19:52 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1159549653

Comment:
bump

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (5 preceding siblings ...)
  2022-06-18 19:52 ` jbenden
@ 2022-06-18 19:53 ` jbenden
  2022-06-18 19:54 ` jbenden
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2022-06-18 19:53 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1159549653

Comment:
bump. Also, 1.7 was released recently.

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (6 preceding siblings ...)
  2022-06-18 19:53 ` jbenden
@ 2022-06-18 19:54 ` jbenden
  2022-06-24 20:28 ` paper42
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jbenden @ 2022-06-18 19:54 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1159549653

Comment:
bump. Also, 1.7 was released recently.

PS: If unable to work on this, let me know; I'll take it over! :)

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (7 preceding siblings ...)
  2022-06-18 19:54 ` jbenden
@ 2022-06-24 20:28 ` paper42
  2022-07-26 19:05 ` paper42
  2022-07-26 19:05 ` [PR PATCH] [Closed]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-06-24 20:28 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1165911694

Comment:
@jbenden feel free to open a new PR

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

* Re: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (8 preceding siblings ...)
  2022-06-24 20:28 ` paper42
@ 2022-07-26 19:05 ` paper42
  2022-07-26 19:05 ` [PR PATCH] [Closed]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-07-26 19:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34452#issuecomment-1195871888

Comment:
done in #37956

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

* Re: [PR PATCH] [Closed]: aircrack-ng: fix dependency name libpcap
  2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
                   ` (9 preceding siblings ...)
  2022-07-26 19:05 ` paper42
@ 2022-07-26 19:05 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-07-26 19:05 UTC (permalink / raw)
  To: ml

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

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

aircrack-ng: fix dependency name libpcap
https://github.com/void-linux/void-packages/pull/34452

Description:
The dependency that was needed was libpcap-devel instead of libcap-devel.
This PR is a fix to [#34380](https://github.com/void-linux/void-packages/pull/34380)

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

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

end of thread, other threads:[~2022-07-26 19:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 21:03 [PR PATCH] aircrack-ng: fix dependency name libpcap Demedim
2021-12-11  3:00 ` ericonr
2021-12-17 12:13 ` paper42
2021-12-17 21:15 ` jbenden
2021-12-17 21:17 ` jbenden
2022-06-18  2:13 ` github-actions
2022-06-18 19:52 ` jbenden
2022-06-18 19:53 ` jbenden
2022-06-18 19:54 ` jbenden
2022-06-24 20:28 ` paper42
2022-07-26 19:05 ` paper42
2022-07-26 19:05 ` [PR PATCH] [Closed]: " paper42

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