mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* libnet: rename libnet11 to libnet and update * remove libnet(10) and dependents * libnet11 replaced_by libnet * update the new libnet * drop snoopy and dsniff * libnet11: further truncating * drop syslog-ng
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name dnsa
|
|
epoch 1
|
|
version 0.5
|
|
checksums md5 af7f29d576b041318aa04e67e2837a23 \
|
|
rmd160 dfb79187c70557e3d70c4caaf132d99731a46bcb \
|
|
sha256 cfea1b87ab73d47938dcc774284c727058a08b62af08b9dcb637a8187ebde315 \
|
|
size 586114
|
|
|
|
categories net security
|
|
platforms darwin
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description DNS Auditing tool
|
|
|
|
long_description DNS tool featuring DNS ID spoofing, DNS sniffing, \
|
|
and DNS cache poisoning.
|
|
|
|
homepage http://packetfactory.openwall.net/projects/dnsa/
|
|
master_sites ${homepage}
|
|
dist_subdir ${name}/${version}
|
|
distname ${name}-current
|
|
|
|
worksrcdir ${name}-${version}/sources
|
|
|
|
depends_lib port:libnet
|
|
|
|
patchfiles patch-dnsspoof.c \
|
|
patch-main.c \
|
|
patch-poisoning.c \
|
|
patch-sniffid.c
|