From a083b52921a86a3bc49e2cc1d7d102612694557c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 29 Jul 2014 16:35:43 +1000 Subject: Add checksum support for downloaded files. File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked. --- rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtems/config/net-mgmt') diff --git a/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg b/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg index c86d16d..7527871 100644 --- a/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg +++ b/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg @@ -13,6 +13,8 @@ # %define net_snmp_version 5.7.2.1 +%hash md5 net-snmp-%{net_snmp_version}.tar.gz 7db683faba037249837b226f64d566d4 + # # We need some special flags to build this version. # @@ -22,6 +24,7 @@ # Patch for RTEMS support. # %patch add net-snmp %{rtems_git_tools}/net-snmp/rtems-net-snmp-5.7.2.1-20140623.patch +%hash md5 rtems-net-snmp-5.7.2.1-20140623.patch 9a22fb4366a113f5df71ed2acd672b2b # # NetSNMP Build configuration -- cgit v1.2.3