Author: glen Date: Thu Jan 22 22:56:51 2009 GMT Module: SPECS Tag: AC-branch ---- Log message: - prep for netlink optimizations for snmpnetstat
---- Files affected: SPECS: net-snmp.spec (1.104.2.17 -> 1.104.2.18) ---- Diffs: ================================================================ Index: SPECS/net-snmp.spec diff -u SPECS/net-snmp.spec:1.104.2.17 SPECS/net-snmp.spec:1.104.2.18 --- SPECS/net-snmp.spec:1.104.2.17 Thu Jan 22 18:16:21 2009 +++ SPECS/net-snmp.spec Thu Jan 22 23:56:46 2009 @@ -21,7 +21,7 @@ Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis Name: net-snmp Version: 5.4.2.1 -Release: 1.2 +Release: 1.3 License: BSD-like Group: Networking/Daemons Source0: http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz @@ -48,11 +48,13 @@ Patch11: %{name}-defaultconfig.patch Patch12: %{name}-use-rpm-hrmib.patch Patch13: %{name}-snmpnetstat-getbulk.patch +Patch14: %{name}-netlink.patch URL: http://www.net-snmp.org/ BuildRequires: autoconf >= 2.61-3 BuildRequires: automake BuildRequires: elfutils-devel %{?with_kerberos5:BuildRequires: heimdal-devel} +BuildRequires: libnl-devel BuildRequires: libtool >= 1.4 BuildRequires: libwrap-devel %{?with_lm_sensors:BuildRequires: lm_sensors-devel} @@ -417,6 +419,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 %build %{__libtoolize} @@ -768,6 +771,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104.2.18 2009/01/22 22:56:46 glen +- prep for netlink optimizations for snmpnetstat + Revision 1.104.2.17 2009/01/22 17:16:21 glen - add GetBulk support to snmpnetstat ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/net-snmp.spec?r1=1.104.2.17&r2=1.104.2.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
