Page MenuHomeSolus

D9010.id21683.diff
No OneTemporary

D9010.id21683.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Albert Krenz
+ - IRC: akrenz
+ - Email: albert.krenz+solus@mailbox.org
\ No newline at end of file
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,20 @@
+name : arp-scan
+version : 1.9.7
+release : 1
+source :
+ - https://github.com/royhills/arp-scan/archive/1.9.7.tar.gz : e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039
+homepage : https://github.com/royhills/arp-scan
+license : GPL-2.0-or-later
+component : network.util
+summary : The ARP scanner
+description: |
+ The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet.
+builddeps :
+ - pkgconfig(libpcap)
+setup : |
+ autoreconf --install
+ %configure
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,46 @@
+<PISI>
+ <Source>
+ <Name>arp-scan</Name>
+ <Homepage>https://github.com/royhills/arp-scan</Homepage>
+ <Packager>
+ <Name>Albert Krenz</Name>
+ <Email>albert.krenz+solus@mailbox.org</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">The ARP scanner</Summary>
+ <Description xml:lang="en">The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>arp-scan</Name>
+ <Summary xml:lang="en">The ARP scanner</Summary>
+ <Description xml:lang="en">The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/arp-fingerprint</Path>
+ <Path fileType="executable">/usr/bin/arp-scan</Path>
+ <Path fileType="executable">/usr/bin/get-iab</Path>
+ <Path fileType="executable">/usr/bin/get-oui</Path>
+ <Path fileType="data">/usr/share/arp-scan/ieee-iab.txt</Path>
+ <Path fileType="data">/usr/share/arp-scan/ieee-oui.txt</Path>
+ <Path fileType="data">/usr/share/arp-scan/mac-vendor.txt</Path>
+ <Path fileType="man">/usr/share/man/man1/arp-fingerprint.1</Path>
+ <Path fileType="man">/usr/share/man/man1/arp-scan.1</Path>
+ <Path fileType="man">/usr/share/man/man1/get-iab.1</Path>
+ <Path fileType="man">/usr/share/man/man1/get-oui.1</Path>
+ <Path fileType="man">/usr/share/man/man5/mac-vendor.5</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-06-06</Date>
+ <Version>1.9.7</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Albert Krenz</Name>
+ <Email>albert.krenz+solus@mailbox.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:17 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5826100
Default Alt Text
D9010.id21683.diff (4 KB)

Event Timeline