enable smux only on loopback address by default, use correct answer address
This commit is contained in:
parent
0a3f5692b9
commit
421b1e436e
@ -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" <<EOF
|
||||
|
||||
EOF
|
||||
@ -351,6 +354,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-8
|
||||
- enable smux to listen only on LOCAL by default (#181667)
|
||||
- use correct answer adrress
|
||||
|
||||
* Tue Sep 5 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-7
|
||||
- better upstream patch for byteorder
|
||||
- add epoch to corespond with upstream versioning
|
||||
|
Loading…
Reference in New Issue
Block a user