Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aircrack-ng: added libcap-devel to depencency list
@ 2021-12-03 16:34 Demedim
  2021-12-03 18:04 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Demedim @ 2021-12-03 16:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Demedim/void-packages patch-2
https://github.com/void-linux/void-packages/pull/34366

aircrack-ng: added libcap-devel to depencency list
This dependency is necessary for building the rest of the suite utilities like besside-ng.

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

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

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

From d005ca18a1b2811007a5519b4705a69bccc4889d Mon Sep 17 00:00:00 2001
From: Demedim <40205709+Demedim@users.noreply.github.com>
Date: Fri, 3 Dec 2021 15:43:16 +0100
Subject: [PATCH] Adding the libcap-devel depencency

This dependency is necessary for building the rest of suite utilities like besside-ng
---
 srcpkgs/aircrack-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template
index 604bcefb5a34..66816d676a0f 100644
--- a/srcpkgs/aircrack-ng/template
+++ b/srcpkgs/aircrack-ng/template
@@ -4,7 +4,7 @@ version=1.6
 revision=3
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
-makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel"
+makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libcap-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] 6+ messages in thread

* Re: aircrack-ng: added libcap-devel to depencency list
  2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
@ 2021-12-03 18:04 ` ericonr
  2021-12-03 18:19 ` [PR PATCH] [Updated] aircrack-ng: add libcap to enable more utilities Demedim
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-12-03 18:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34366#issuecomment-985722246

Comment:
Commit title should be similar to the PR's title: `aircrack-ng: add libcap to enable more utilities`

The `revision=` field should also be increased.

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

* Re: [PR PATCH] [Updated] aircrack-ng: add libcap to enable more utilities
  2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
  2021-12-03 18:04 ` ericonr
@ 2021-12-03 18:19 ` Demedim
  2021-12-03 18:20 ` Demedim
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Demedim @ 2021-12-03 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Demedim/void-packages patch-2
https://github.com/void-linux/void-packages/pull/34366

aircrack-ng: add libcap to enable more utilities
This dependency is necessary for building the rest of the suite utilities like besside-ng.

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

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

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

From d005ca18a1b2811007a5519b4705a69bccc4889d Mon Sep 17 00:00:00 2001
From: Demedim <40205709+Demedim@users.noreply.github.com>
Date: Fri, 3 Dec 2021 15:43:16 +0100
Subject: [PATCH 1/2] Adding the libcap-devel depencency

This dependency is necessary for building the rest of suite utilities like besside-ng
---
 srcpkgs/aircrack-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template
index 604bcefb5a34..66816d676a0f 100644
--- a/srcpkgs/aircrack-ng/template
+++ b/srcpkgs/aircrack-ng/template
@@ -4,7 +4,7 @@ version=1.6
 revision=3
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
-makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel"
+makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libcap-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"

From 7f7f0bd0de1d701f1566bc12cab2b3893c533c8a Mon Sep 17 00:00:00 2001
From: Demedim <40205709+Demedim@users.noreply.github.com>
Date: Fri, 3 Dec 2021 19:19:15 +0100
Subject: [PATCH 2/2] increasing revision

---
 srcpkgs/aircrack-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template
index 66816d676a0f..ef5d46cebac1 100644
--- a/srcpkgs/aircrack-ng/template
+++ b/srcpkgs/aircrack-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'aircrack-ng'
 pkgname=aircrack-ng
 version=1.6
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libnl3-devel openssl-devel sqlite-devel zlib-devel libcap-devel"

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

* Re: aircrack-ng: add libcap to enable more utilities
  2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
  2021-12-03 18:04 ` ericonr
  2021-12-03 18:19 ` [PR PATCH] [Updated] aircrack-ng: add libcap to enable more utilities Demedim
@ 2021-12-03 18:20 ` Demedim
  2021-12-04 11:19 ` dotnetfox
  2021-12-04 12:02 ` [PR PATCH] [Closed]: " Demedim
  4 siblings, 0 replies; 6+ messages in thread
From: Demedim @ 2021-12-03 18:20 UTC (permalink / raw)
  To: ml

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

New comment by Demedim on void-packages repository

https://github.com/void-linux/void-packages/pull/34366#issuecomment-985732502

Comment:
Thanks @ericonr. done!

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

* Re: aircrack-ng: add libcap to enable more utilities
  2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
                   ` (2 preceding siblings ...)
  2021-12-03 18:20 ` Demedim
@ 2021-12-04 11:19 ` dotnetfox
  2021-12-04 12:02 ` [PR PATCH] [Closed]: " Demedim
  4 siblings, 0 replies; 6+ messages in thread
From: dotnetfox @ 2021-12-04 11:19 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34366#issuecomment-986011513

Comment:
@Demedim these changes should be indicated in a single commit.

Commit message should contain `aircrack-ng: add libcap to enable more utilities`, just like it was specified by Erico above.

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

* Re: [PR PATCH] [Closed]: aircrack-ng: add libcap to enable more utilities
  2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
                   ` (3 preceding siblings ...)
  2021-12-04 11:19 ` dotnetfox
@ 2021-12-04 12:02 ` Demedim
  4 siblings, 0 replies; 6+ messages in thread
From: Demedim @ 2021-12-04 12:02 UTC (permalink / raw)
  To: ml

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

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

aircrack-ng: add libcap to enable more utilities
https://github.com/void-linux/void-packages/pull/34366

Description:
This dependency is necessary for building the rest of the suite utilities like besside-ng.

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

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

end of thread, other threads:[~2021-12-04 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 16:34 [PR PATCH] aircrack-ng: added libcap-devel to depencency list Demedim
2021-12-03 18:04 ` ericonr
2021-12-03 18:19 ` [PR PATCH] [Updated] aircrack-ng: add libcap to enable more utilities Demedim
2021-12-03 18:20 ` Demedim
2021-12-04 11:19 ` dotnetfox
2021-12-04 12:02 ` [PR PATCH] [Closed]: " Demedim

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