Blame SOURCES/net-snmp-5.7.2-soname.patch

8a419f
969061 - net-snmpd crash on time out
8a419f
8a419f
We need to bump soname because net-snmp-5.7.2-agentx-disconnect-crash.patch
8a419f
changes ABI (sizeof(netsnmp_agent_session)).
8a419f
diff -up net-snmp-5.7.2/Makefile.top.tst net-snmp-5.7.2/Makefile.top
8a419f
--- net-snmp-5.7.2/Makefile.top.tst	2013-07-12 13:54:36.646160556 +0200
8a419f
+++ net-snmp-5.7.2/Makefile.top	2013-07-12 13:54:40.678146522 +0200
8a419f
@@ -79,7 +79,7 @@ LINKCC	        = @LINKCC@
8a419f
 # 5.3 was at 10, 5.4 is at 15, ...  This leaves some room for needed
8a419f
 # changes for past releases if absolutely necessary.
8a419f
 #
8a419f
-LIBCURRENT  = 30
8a419f
+LIBCURRENT  = 31
8a419f
 LIBAGE      = 0
8a419f
 LIBREVISION = 2
8a419f