dhcpcd update and fix service.py

This commit is contained in:
Ertuğrul Erata
2019-06-02 11:46:27 +03:00
parent 91672c07f7
commit a4a0cf88b0
6 changed files with 376 additions and 6 deletions
+13 -1
View File
@@ -12,7 +12,12 @@
<IsA>app:console</IsA>
<Summary>A dhcp client only</Summary>
<Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description>
<Archive sha1sum="aa0a97682cb7dad3ea0acfe623a67da42614a2d8" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz</Archive>
<Archive sha1sum="c17c0797672d40758d784ba7e3fbdc12552bd0fc" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-7.1.1.tar.xz</Archive>
<Patches>
<Patch>dhcpcd-7.1.1-disable_inet6_fix.patch</Patch>
<Patch>dhcpcd-7.1.1-overflows.patch</Patch>
<Patch>dhcpcd-7.1.1-v6_read_overflow.patch</Patch>
</Patches>
<BuildDependencies>
<Dependency>eudev-devel</Dependency>
</BuildDependencies>
@@ -40,6 +45,13 @@
</Package>
<History>
<Update release="5">
<Date>2019-06-02</Date>
<Version>7.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-15</Date>
<Version>6.11.5</Version>