Merge pull request #5337 from Rmys/master

dhcp:ver.bump
This commit is contained in:
Rmys
2018-08-10 15:23:49 +03:00
committed by GitHub
+9 -2
View File
@@ -14,14 +14,14 @@
<IsA>service</IsA>
<Summary>Dynamic host configuration protocol software</Summary>
<Description>DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server.</Description>
<Archive sha1sum="fb0417530e49368fe032cd9722f51c74f93180ac" type="targz">http://ftp.isc.org/isc/dhcp/4.3.6/dhcp-4.3.6.tar.gz</Archive>
<Archive sha1sum="8a7ee524c71dfd087ad4e2db957482ca7ed70a74" type="targz">http://ftp.isc.org/isc/dhcp/4.4.0/dhcp-4.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>groff</Dependency>
<Dependency>openldap-client</Dependency>
<!--Dependency>bind-devel</Dependency-->
</BuildDependencies>
<Patches>
<Patch level="1">0001-dhcp-honor-expired.patch</Patch>
<!-- <Patch level="1">0001-dhcp-honor-expired.patch</Patch> -->
</Patches>
</Source>
@@ -97,6 +97,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-10</Date>
<Version>4.4.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-10-25</Date>
<Version>4.3.6</Version>