iproute2 update
This commit is contained in:
@@ -21,5 +21,5 @@ def install():
|
||||
MANDIR=/usr/share/man \
|
||||
" % (get.installDIR(), get.docDIR(), get.srcNAME()))
|
||||
|
||||
pisitools.dodir("/usr/sbin")
|
||||
#pisitools.dodir("/usr/sbin")
|
||||
pisitools.dodir("/var/lib/arpd")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Kernel routing and traffic control utilities</Summary>
|
||||
<Description>Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux.</Description>
|
||||
<Archive sha1sum="68372be70c5c0503196d03913f4b1e201956d1b6" type="tarxz">https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.4.0.tar.xz</Archive>
|
||||
<Archive sha1sum="eba7c753918ddcf8b3890718391fb795f8dd023b" type="tarxz">https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.8.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.6.0">iptables-devel</Dependency>
|
||||
<Dependency>linux-atm-devel</Dependency>
|
||||
@@ -32,16 +32,24 @@
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<!--Path fileType="executable">/usr/sbin</Path-->
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/var/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-10-19</Date>
|
||||
<Version>4.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>4.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user