Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
154be43b
Commit
154be43b
authored
Aug 13, 2017
by
Damian Montero
Committed by
GitHub
Aug 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1055 from jam7/update/aircrack_ng
Change aircrack_ng to make it configure itself correctly.
parents
ee15703c
706123b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
packages/aircrack_ng.rb
packages/aircrack_ng.rb
+3
-4
No files found.
packages/aircrack_ng.rb
View file @
154be43b
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Aircrack_ng
<
Package
description
'Key cracker for the 802.11 WEP and WPA-PSK protocols.'
homepage
'https://www.aircrack-ng.org'
version
'1.2-rc4'
version
'1.2-rc4
-1
'
source_url
'http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz'
source_sha256
'd93ac16aade5b4d37ab8cdf6ce4b855835096ccf83deb65ffdeff6d666eaff36'
...
...
@@ -16,9 +16,8 @@ class Aircrack_ng < Package
depends_on
"rfkill"
def
self
.
build
system
"make"
,
"sqlite=true"
,
"experimental=true"
# Need to specify TMPDIR to run automatic configuration tool correctly
system
"TMPDIR=/usr/local/tmp make sqlite=true experimental=true"
end
def
self
.
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment