Skip to content

Commit

Permalink
update arp-scan to version 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Oct 10, 2020
1 parent ca43d73 commit df0a51a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 55 deletions.
14 changes: 11 additions & 3 deletions cross/arp-scan/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
PKG_NAME = arp-scan
PKG_VERS = 1.9
PKG_VERS = 1.9.7
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/royhills/$(PKG_NAME)/releases/download/$(PKG_VERS)
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/royhills/$(PKG_NAME)/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/libpcap

HOMEPAGE = http://www.royhills.co.uk/wiki/index.php/Arp-scan_User_Guide
COMMENT = Command-line tool for system discovery and fingerprinting. It constructs and sends ARP requests to the specified IP addresses, and displays any responses that are received.
LICENSE = MIT

GNU_CONFIGURE = 1
PRE_CONFIGURE_TARGET = arp-scan_pre_configure

# use the standard C99 format (it cannot be determined due to cross compilation)
CONFIGURE_ARGS = pgac_cv_snprintf_long_long_int_format="%lld"
# needed for compilation to avoid warning "_FORTIFY_SOURCE requires compiling with optimization (-O)"
ADDITIONAL_CPPFLAGS = -O3

include ../../mk/spksrc.cross-cc.mk

.PHONY: arp-scan_pre_configure
arp-scan_pre_configure:
$(RUN) autoreconf --install
6 changes: 3 additions & 3 deletions cross/arp-scan/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
arp-scan-1.9.tar.gz SHA1 6bf698572b21242778df9d2019fd386b2a21a135
arp-scan-1.9.tar.gz SHA256 ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892
arp-scan-1.9.tar.gz MD5 38584d6c1edfa9f6b41d496e4a5539f1
arp-scan-1.9.7.tar.gz SHA1 624475050221e782d908280362c70820d759d14d
arp-scan-1.9.7.tar.gz SHA256 e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039
arp-scan-1.9.7.tar.gz MD5 da6f3945084cceba69a36e528bdbc22e
23 changes: 0 additions & 23 deletions cross/arp-scan/patches/001-update-get-iab.patch

This file was deleted.

23 changes: 0 additions & 23 deletions cross/arp-scan/patches/001-update-get-oui.patch

This file was deleted.

6 changes: 4 additions & 2 deletions diyspk/arp-scan/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = arp-scan
SPK_VERS = 1.9
SPK_VERS = 1.9.7
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -12,6 +12,8 @@ STARTABLE = no
HOMEPAGE = http://www.royhills.co.uk/wiki/index.php/Arp-scan_User_Guide
LICENSE = MIT

SPK_COMMANDS = bin/arp-scan bin/arp-fingerprint bin/get-iab bin/get-oui
SPK_COMMANDS = bin/arp-scan
# perl scripts (work only when perl package is installed)
SPK_COMMANDS += bin/arp-fingerprint bin/get-iab bin/get-oui

include ../../mk/spksrc.spk.mk
2 changes: 1 addition & 1 deletion spk/synocli-net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAINTAINER = ymartin59
DESCRIPTION = "SynoCli Network Tools provides a set of small command-line utilities: screen, tmux, socat, nmap, arp-scan, sshfs, rsync, autossh$(OPTIONAL_DESC). Credits to Sebastian Schmidt \(publicarray\) for icons"
DISPLAY_NAME = SynoCli Network Tools
STARTABLE = no
CHANGELOG = "1. Remove mosh and remove dependency of Perl \(mosh is provided as dedicated package now\)<br/>2. Add autossh<br/>3. Add arp-scan<br/>4. Update nmap to version 7.80<br/>5. Update screen to version 4.8.0<br/>6. Update socat to version 1.7.3.4"
CHANGELOG = "1. Remove mosh and remove dependency of Perl \(mosh is provided as dedicated package now\)<br/>2. Add autossh<br/>3. Add arp-scan v1.9.7<br/>4. Update nmap to version 7.80<br/>5. Update screen to version 4.8.0<br/>6. Update socat to version 1.7.3.4"

HOMEPAGE = https://github.com/SynoCommunity/spksrc/wiki/FAQ-SynoCliNet
LICENSE = Each tool is licensed under it\'s respective license.
Expand Down

0 comments on commit df0a51a

Please sign in to comment.