4.0509050201 - 2026-07-28
* Fixes the CPAN Testers install failures reported against 4.0509050200:
the bundled SNMP / NetSNMP::* modules now honor INSTALL_BASE, PREFIX,
DESTDIR and local::lib, instead of failing with "Permission denied"
wherever the install target was not writable at build time
* Built for the perl that ran Makefile.PL, not the first perl on PATH
* Installs a net-snmp header that was silently dropped on Linux and aborted
the build outright on FreeBSD and Solaris
* Fixes installation on macOS, where the bundled SNMP and NetSNMP::*
modules could not load libnetsnmp during make test
* Fixes installation on Alpine and other musl systems, which failed the
same way
* Installs two more net-snmp headers that upstream ships but forgets to
install, without which nothing can compile against this Alien on
FreeBSD 15 or 16
* New documentation for the bundled Perl modules, MIB handling and the index
files net-snmp 5.9 removed, the command line utilities, and the effects of
installing into a system perl that already has SNMP.pm
* 4.0509050200 installed net-snmp's Bundle/MakefileSubs.pm and an
auto/Bundle/NetSNMP/.packlist beside it. This release installs neither,
but upgrading does not remove the old copies; they are safe to delete
* Known issue: On FreeBSD 9 the link of libnetsnmp fails with "undefined
reference to 'ceil'"; the suspected fix (LIBS=-lm) is untested and not
applied
4.0509050200 - 2026-07-18
* Migrate from legacy Alien::Base::ModuleBuild to the modern alienfile /
Alien::Build::MM (Makefile.PL) toolchain (major-revision / series bump)
* Replace Build.PL + inc/My/ with an alienfile build recipe
* Pin the Net-SNMP source tarball with a SHA256 digest
* Preload libnetsnmp at use-time so the bundled SNMP XS module resolves it
from the Alien share dir without a system-level library; fixes test
failures during install when no compatible libnetsnmp is present
3.0509050200 - 2026-06-30
* update to net-snmp 5.9.5.2
* #7 stage install so Test::Alien can link against built libnetsnmp
3.0509040004 - 2023-12-13
* add alien_extra_site_config to pick up CFLAGS and LDFLAGS
3.0509040002 - 2023-11-23
* Update for net-snmp 5.9.4
* add --enable-blumenthal-aes for AES192/AES256 support
3.0509030000 - 2023-07-12
* Update for net-snmp 5.9.3
2.002000 - 2020-05-01
* Fix Alien dependencies spec (thibaultduponchelle)
2.001000 - 2019-03-13
* Switch from Test::CChecker to Test::Alien (plicease)
* Add repository metadata (plicease)
2.000000 - 2019-02-24
* Merged master
1.000001 - 2017-08-12
* Merged master
1.000000 - 2017-08-12
* CPAN release
0.030000 - 2017-04-14
* Move net-snmp upstream to another repo
0.020000 - 2017-03-06
* Create Alien::SNMP::MAXTC
0.010000 - 2015-10-16
* First version, initial release