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

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