4.0509050202 - 2026-08-22
* Fix a "make install" failure under parallel make, where a libtool relink
race aborted with "cannot find ./.libs/libnetsnmptrapd.so"
* Fetch the Net-SNMP tarball from a canonical github.com URL instead of
raw.githubusercontent.com. Byte-identical; the pinned SHA256 is unchanged
* Add SECURITY.md, covering how to report a vulnerability privately and how
vulnerabilities in the bundled Net-SNMP are handled
4.0509050201 - 2026-07-28
* Fix the install failures in 4.0509050200: the bundled SNMP and NetSNMP::*
modules now honor INSTALL_BASE, PREFIX, DESTDIR and local::lib instead of
failing with "Permission denied"
* Build for the perl that ran Makefile.PL, not the first perl on PATH
* Fix loading the bundled modules during make test on macOS, and on Alpine
and other musl systems
* Install net-snmp headers that upstream ships but does not install: one
silently dropped on Linux that aborted the build on FreeBSD and Solaris,
and two without which nothing can compile against this Alien on
FreeBSD 15 or 16
* No longer install net-snmp's Bundle/MakefileSubs.pm or its .packlist.
Upgrading does not remove the old copies; they are safe to delete
* Document the bundled Perl modules, MIB handling, the command line
utilities, and installing into a system perl that already has SNMP.pm
4.0509050200 - 2026-07-18
* Migrate from Alien::Base::ModuleBuild to the alienfile / Alien::Build::MM
toolchain (major-revision / series bump)
* 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
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