Skip to content

Commit 4988f16

Browse files
committed
update arp-scan to version 1.9.7
1 parent d215dcd commit 4988f16

File tree

6 files changed

+19
-55
lines changed

6 files changed

+19
-55
lines changed

cross/arp-scan/Makefile

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
PKG_NAME = arp-scan
2-
PKG_VERS = 1.9
2+
PKG_VERS = 1.9.7
33
PKG_EXT = tar.gz
4-
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
5-
PKG_DIST_SITE = https://github.com/royhills/$(PKG_NAME)/releases/download/$(PKG_VERS)
4+
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
5+
PKG_DIST_SITE = https://github.com/royhills/$(PKG_NAME)/archive
6+
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
67
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
78

89
DEPENDS = cross/libpcap
910

1011
HOMEPAGE = http://www.royhills.co.uk/wiki/index.php/Arp-scan_User_Guide
1112
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.
1213
LICENSE = MIT
14+
1315
GNU_CONFIGURE = 1
16+
PRE_CONFIGURE_TARGET = arp-scan_pre_configure
17+
1418
# use the standard C99 format (it cannot be determined due to cross compilation)
1519
CONFIGURE_ARGS = pgac_cv_snprintf_long_long_int_format="%lld"
1620
# needed for compilation to avoid warning "_FORTIFY_SOURCE requires compiling with optimization (-O)"
1721
ADDITIONAL_CPPFLAGS = -O3
1822

1923
include ../../mk/spksrc.cross-cc.mk
24+
25+
.PHONY: arp-scan_pre_configure
26+
arp-scan_pre_configure:
27+
$(RUN) autoreconf --install

cross/arp-scan/digests

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
arp-scan-1.9.tar.gz SHA1 6bf698572b21242778df9d2019fd386b2a21a135
2-
arp-scan-1.9.tar.gz SHA256 ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892
3-
arp-scan-1.9.tar.gz MD5 38584d6c1edfa9f6b41d496e4a5539f1
1+
arp-scan-1.9.7.tar.gz SHA1 624475050221e782d908280362c70820d759d14d
2+
arp-scan-1.9.7.tar.gz SHA256 e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039
3+
arp-scan-1.9.7.tar.gz MD5 da6f3945084cceba69a36e528bdbc22e

cross/arp-scan/patches/001-update-get-iab.patch

-23
This file was deleted.

cross/arp-scan/patches/001-update-get-oui.patch

-23
This file was deleted.

diyspk/arp-scan/Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SPK_NAME = arp-scan
2-
SPK_VERS = 1.9
2+
SPK_VERS = 1.9.7
33
SPK_REV = 1
44

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

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

1719
include ../../mk/spksrc.spk.mk

spk/synocli-net/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MAINTAINER = ymartin59
2626
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"
2727
DISPLAY_NAME = SynoCli Network Tools
2828
STARTABLE = no
29-
CHANGELOG = "1. update openssl to 1.1 for all included packages \(tmux, nmap, mosh, socat, autossh, ser2net\).<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<br/>7. Remove mosh and remove dependency of Perl \(mosh is provided as dedicated package now\)"
29+
CHANGELOG = "1. update openssl to 1.1 for all included packages \(tmux, nmap, mosh, socat, autossh, ser2net\).<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<br/>7. Remove mosh and remove dependency of Perl \(mosh is provided as dedicated package now\)"
3030

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

0 commit comments

Comments
 (0)