Merge pull request #7730 from Rmys/master

ntp
This commit is contained in:
Rmys
2020-01-27 19:16:14 +03:00
committed by GitHub
2 changed files with 18 additions and 4 deletions
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>A collection of SNMP protocol tools and libraries</Summary>
<Description>Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.</Description>
<Archive sha1sum="97dc25077257680815de44e34128d365c76bd839" type="targz">http://downloads.sourceforge.net/net-snmp/net-snmp-5.7.3.tar.gz</Archive>
<Archive sha1sum="78f70731df9dcdb13fe8f60eb7d80d7583da4d2c" type="targz">https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz/download</Archive>
<BuildDependencies>
<Dependency>libnl-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -25,7 +25,7 @@
</BuildDependencies>
<Patches>
<Patch>locale.patch</Patch>
<Patch>net-snmp-5.7.3-perl-5.24.patch</Patch>
<!-- <Patch>net-snmp-5.7.3-perl-5.24.patch</Patch> -->
</Patches>
</Source>
@@ -93,6 +93,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-27</Date>
<Version>5.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-31</Date>
<Version>5.7.3</Version>
+9 -2
View File
@@ -14,7 +14,7 @@
<IsA>service</IsA>
<Summary>NTP daemon and client</Summary>
<Description>Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.</Description>
<Archive sha1sum="503d68cfd3e6a9354e0e28dd38b39d850b1228b2" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p10.tar.gz</Archive>
<Archive sha1sum="cff200a987d64e891fb349a22313ecb0feaea090" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p13.tar.gz</Archive>
<!-- <Archive sha1sum="0c7919334f79854f3cbbd215a100805bedc735bf" type="targz" target="ntp-4.2.8p4">http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz</Archive> -->
<AdditionalFiles>
<AdditionalFile permission="0755" target="fix-man-pages">fix-man-pages.sh</AdditionalFile>
@@ -22,7 +22,7 @@
<BuildDependencies>
<Dependency>avahi-compat-libdns_sd-devel</Dependency>
<Dependency>libedit-devel</Dependency>
<Dependency>net-snmp-devel</Dependency>
<Dependency versionFrom="5.8">net-snmp-devel</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>libcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -125,6 +125,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-27</Date>
<Version>4.2.8_p13</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-10</Date>
<Version>4.2.8_p10</Version>