On Sat, 8 Mar 2025 at 10:50, Wes Hardaker via Net-snmp-coders <
net-snmp-coders@lists.sourceforge.net> wrote:
> only be used for bug fixes at this point. Please give 5.10.pre1 a
> whirl -- it certainly won't be perfect yet.
>
I've built 5.10~pre1 using the Debian package setup, was a few patches
On 3/14/25 3:06 PM, Bart Van Assche wrote:
The above patch has been split and has been submitted as a pull request
to the ntopng project. See also
https://github.com/ntop/ntopng/pull/9028#issuecomment-2718468627.
This pull request has been merged.
Bart.
__
On 3/10/25 4:27 AM, Stuart Henderson wrote:
gnugk:
snmp.cxx:87:11: error: expected '(' for function-style cast or type construction
trapOID[ OID_LENGTH(trapOID) - 1 ] = trapNumber;
^~~
/usr/local/include/net-snmp/library/asn1.h:65:56: note: expanded fro
On 3/10/25 5:48 PM, Bart Van Assche wrote:
diff --git a/include/SNMPSession.h b/include/SNMPSession.h
index 932b3d96ce17..e12ef0a2f893 100644
--- a/include/SNMPSession.h
+++ b/include/SNMPSession.h
@@ -32,7 +32,7 @@
class SNMPSession {
public:
struct snmp_session session;
- void *sessio
On 3/10/25 4:27 AM, Stuart Henderson wrote:
To see how things are going with API changes, I've tested building
everything in OpenBSD ports which depends on this. (I'm not suggesting
that Net-SNMP needs to change anything unless these are unexpected, but
at least giving other package maintainers a
On 3/10/25 4:27 AM, Stuart Henderson wrote:
ntopng:
various from snmp_sess_* functions taking struct session_list * rather
than void *, and also
src/SNMP.cpp:452:47: error: assigning to 'oid *' (aka 'unsigned long *') from
incompatible type 'const oid[10]' (aka 'const unsigned long[10]')
On 2025/03/07 15:34, Wes Hardaker via Net-snmp-coders wrote:
>
> Greetings all,
>
> It's been a while --- time to finally release a 5.10 pre-release
> candidate. Consider this a feature freeze and the master branch should
> only be used for bug fixes at this point. Please give 5.10.pre1 a
> wh