From 421b1e436ec7e5b96430e0299255115723af9a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Wed, 13 Sep 2006 08:16:43 +0000 Subject: [PATCH] enable smux only on loopback address by default, use correct answer address --- net-snmp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 796ec8c..9824ee7 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -7,7 +7,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: %{major_ver} -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: BSDish @@ -42,6 +42,7 @@ Patch28: net-snmp-5.3.1-retrans_time.patch Patch29: net-snmp-5.3.1-config_libdir.patch Patch30: net-snmp-5.3.1-lm_sensors.patch Patch31: net-snmp-5.3.1-tcp-udp-mib-byteorder.patch +Patch32: net-snmp-5.3.1-local-addr.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -149,6 +150,7 @@ and applications. %patch29 -p1 -b .libdir %patch30 -p1 -b .lm_sensors %patch31 -p0 -b .byteorder +%patch32 -p1 -b .local-addr # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -180,6 +182,7 @@ export LIBDIR="%{_libdir}" --with-pic \ --enable-embedded-perl \ --enable-mfd-rewrites \ + --enable-local-smux \ --with-sys-contact="root@localhost" < 5.3.1-8 +- enable smux to listen only on LOCAL by default (#181667) +- use correct answer adrress + * Tue Sep 5 2006 Radek Vokal 5.3.1-7 - better upstream patch for byteorder - add epoch to corespond with upstream versioning