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

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