1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>arptools</Name>
- <Homepage>https://blog.burghardt.pl/2007/12/arp-tools/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>ARP utilities</Summary>
- <Description>arptools is a collection of libnet and libpcap based ARP utilities.</Description>
- <Archive sha1sum="92f93fb928f9294f3e48897ee6d5c12b186913d9" type="targz">http://www.burghardt.pl/files/arptools-1.0.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libnet-devel</Dependency>
- <Dependency>libpcap-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">bufferoverflow.patch</Patch>
- <Patch level="1">arpflood-bufferoverflow.diff</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>arptools</Name>
- <RuntimeDependencies>
- <Dependency>libnet</Dependency>
- <Dependency>libpcap</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2016-02-24</Date>
- <Version>1.0.2</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-01-18</Date>
- <Version>1.0.2</Version>
- <Comment>Rebuild for 1.0</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2010-10-13</Date>
- <Version>1.0.2</Version>
- <Comment>First release</Comment>
- <Name>Gökcen Eraslan</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|