mdk4: deleted unmaintained port
This commit is contained in:
parent
1547cdf214
commit
94d3285629
@ -1,7 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/mdk4
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/mdk4.8.gz
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF311bmW6TB5QnQx7EhiGVfSE2C/ERU1oTjQIdpnrrtOmu9VAMHTzrqjsMGujJZ8Bt1OW8VkIUj5ocwA5843mARwI=
|
||||
SHA256 (Pkgfile) = 0829ecc3cb0cbdd29698f2fdebcd60783a114db816cca7405b852a8993a3980f
|
||||
SHA256 (.footprint) = 6d1f5fcca5b121e981420ecfdc57a14bad8f39b42506fb1f711c74b70101bc1c
|
||||
SHA256 (mdk4-4.1.tar.gz) = 38e9a28dbb4bfeaa1e6fef7117a324305472990f0d47582c103699fa505e1ecf
|
24
mdk4/Pkgfile
24
mdk4/Pkgfile
@ -1,24 +0,0 @@
|
||||
# Description: Exploit common IEEE 802.11 protocol weaknesses
|
||||
# URL: https://github.com/charlesxsh/mdk3-master
|
||||
# Maintainer: UNMAINTAINED
|
||||
# Depends on: libnl libpcap
|
||||
|
||||
name=mdk4
|
||||
version=4.1
|
||||
release=1
|
||||
source=(https://github.com/aircrack-ng/mdk4/archive/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
# remove default debug/optimization flags
|
||||
sed -i 's/-g -O3//' src/Makefile src/attacks/Makefile
|
||||
|
||||
EXTRAFLAGS="-fcommon -I.. -I/usr/include/libnl3 -DCONFIG_LIBNL30 -DCONFIG_LIBNL"
|
||||
|
||||
make CFLAGS="$CFLAGS $EXTRAFLAGS" -j1 # fix parallel build
|
||||
make -C src install PREFIX=$PKG/usr
|
||||
|
||||
# install man page manually
|
||||
install -Dm644 man/mdk4.1 $PKG/usr/share/man/man8/mdk4.8
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user