Your message dated Tue, 25 Jul 2006 20:41:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ucd-snmp
Severity: normal
Tags: patch
Attached
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux khazad-dum 2.4.22-rc2-ac3 #1 Qui Ago 21 09:41:12 BRT 2003 i686
Locale: LANG=pt_BR, LC_CTYPE=pt_BR
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
diff -u ucd-snmp-4.2.5/debian/control ucd-snmp-4.2.5/debian/control
--- ucd-snmp-4.2.5/debian/control
+++ ucd-snmp-4.2.5/debian/control
@@ -11,9 +11,12 @@
Priority: optional
Architecture: any
Replaces: snmp (<=3.6.2-3), snmpd (<=4.1.2-1)
-Depends: libsnmp-base (>=${Source-Version}), ${shlibs:Depends}
-Description: NET SNMP (Simple Network Management Protocol) Library.
- The NET SNMP shared library is used by the NET SNMP agent and apps.
+Depends: libsnmp-base (>= 5), ${shlibs:Depends}
+Description: NET SNMP (Simple Network Management Protocol) Library
+ The NET SNMP shared library is used by many apps to provide SNMP
+ (simple network management protocol) services.
+ .
+ New apps should use net-snmp instead of this older version.
Package: libsnmp4.2-dev
Section: devel
@@ -26,3 +29,5 @@
-Description: NET SNMP (Simple Network Management Protocol) Development Files.
- The NET SNMP library development files may be used to develop SNMP apps.
-
+Description: NET SNMP (Simple Network Management Protocol) Development Files
+ The NET SNMP shared library is used by many apps to provide SNMP
+ (simple network management protocol) services.
+ .
+ New apps should use net-snmp instead of this older version.
diff -u ucd-snmp-4.2.5/debian/changelog ucd-snmp-4.2.5/debian/changelog
--- ucd-snmp-4.2.5/debian/changelog
+++ ucd-snmp-4.2.5/debian/changelog
@@ -1,3 +1,15 @@
+ucd-snmp (4.2.5-3.5) unstable; urgency=low
+
+ * NMU
+ * Enhance package descriptions a bit (Closes: #210155, #209982)
+ * Depend on libsnmp-base >=5, to make it clear that we need the one
+ provided by the net-snmp sources (Closes: #203786)
+ * Kill stupid, useless, dangerous libwrap glue code in the agentx
+ code. As it stands, it won't work ever, anyway (Closes: #145088)
+ * Remove emacs crap from changelog file
+
+ -- Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Thu, 2 Oct 2003 09:34:54
-0300
+
ucd-snmp (4.2.5-3.4) unstable; urgency=low
* NMU
@@ -476,5 +487,0 @@
-
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "[EMAIL PROTECTED]"
-End:
only in patch2:
unchanged:
--- ucd-snmp-4.2.5.orig/agent/mibgroup/agentx/master.c
+++ ucd-snmp-4.2.5/agent/mibgroup/agentx/master.c
@@ -49,13 +49,16 @@
#include "read_config.h"
#include "agent_read_config.h"
+#if 0 /* fucked up libwrap support removed */
#ifdef USE_LIBWRAP
#include "tcpd.h"
#endif /* USE_LIBWRAP */
+#endif
int
agentx_pre_parse(struct snmp_session *session, snmp_ipaddr from)
{
+#if 0 /* fucked up libwrap support removed */
#ifdef USE_LIBWRAP
struct sockaddr_in *fromIp = (struct sockaddr_in *)&from;
const char *addr_string = inet_ntoa(fromIp->sin_addr);
@@ -70,6 +73,7 @@
}
#endif
+#endif
return 1;
}
--- End Message ---
--- Begin Message ---
ucd-snmp has been removed from Debian unstable because it is
"superseded by net-snmp; dead upstream".
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---