summaryrefslogtreecommitdiff
path: root/net/net-snmp
AgeCommit message (Collapse)AuthorFilesLines
2006-03-08Remove a duplicate case value on Darwin 8.x.minskim2-4/+25
2006-02-19Use REQD_DIRS instead of OWN_DIRS -- should fix CHECK_FILES build.wiz1-2/+2
2006-01-24Changes 5.3.0.1:adam17-380/+123
*** Security Fix *** Changes 5.3: *** Important Notes *** Several very significant changes have been made in Net-SNMP for this release that warrant special attention. - shared library version number no longer matches the release number. We now follow the versioning scheme recommended by libtool. For the 5.3 release this means that the libraries now have a SONAME ending with ".so.10", e.g. libnetsnmp.so.10. - snmpd has not been truncating log files at startup, as documented in the man pages, for a while now. This default behaviour has been restored. Please use the '-A' flag if you want to continue appending to your log files at startup. - snmptrapd will no longer accept all traps by default. It must be configured with authorized SNMPv1/v2c community strings and/or SNMPv3 users. Non-authorized traps/informs will be dropped. - Due to a copyright statement that didn't allow modifications, snmpnetstat has been completely rewritten. The new version now accepts the same command-line options as the other tools, which has introduced a number of incompatible changes. However, it does now finally support SNMPv3.
2006-01-18Use PKG_SYSCONFDIR.kim1-2/+3
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-5/+5
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-18fix a couple of broken #ifdefs, making this build on Solaris.grant2-18/+10
2005-10-18make this reliably find libwrap.grant1-2/+2
2005-10-03Get rid of some more stuff that was to be removed after 2005Q3.wiz1-3/+1
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-01Add support for NET_SNMP_USE_SSL legacy var.wiz1-3/+5
2005-08-01Add RCS Id.wiz5-0/+5
2005-08-01Remove trailing whitespace.wiz1-2/+2
2005-08-01Convert to options framework.wiz2-37/+45
While here, sort Makefile a bit to make it easier to read.
2005-07-31make net-snmp build on darwin 8.2.0 patches from darwin sourcesrtr4-0/+209
2005-07-31make net-snmp build on darwin 8.2.0.rtr3-10/+14
these patches shouldn't break netbsd.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+1
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-14Bump BUILDLINK_RECOMMENDED to 5.2.1.2 for recent security issue.adrianp1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-08Changes 5.2.1.2:adam2-7/+6
* Security fix: denial of serivce when stream sockets are used
2005-05-27Bump BUILDLINK_RECOMMENDED after latest security fix. (hi tron!)salo1-2/+2
2005-05-25Replace "fixproc" script with version from "net-snmp" CVS respository.tron3-2/+184
This fixes the security problem documented in SA15471. Bump package revision because of this change.
2005-05-03Sort.wiz1-2/+2
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+3
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-30Changes 5.2.1:adam8-38/+122
Fixes: Building: - configure --disable-snmpv2c now works - fix make test tests for rfc1213 - bug 1049607: net-snmp-config --compile-subagent broken library: - bug 1084413: Can't disable file logging - bug 1072406: invalid operator precedence in opendir() agent library: - disconnected AgentX subagents now reconnect with correct context - fix table_array row insert/delete during set processing agent: - don't override clientAddr setting for local trapsinks - bug 1088765: Agent fails to send traps to remote target - bug 1034008: memory leak using SET for table_dataset - patch 1052460: fix agent deadlock on exec - bug 1055781: get-next fails to step into interfaces group correctly - bug 1056760: agent ignores ifspeed, type settings in snmpd.conf - bug 1062986: pass and pass_persist fail and crash snmpd - fix snmpd.conf table token to handle augments tables snmptrapd: - bug 1085981: snmptrapd complains about logging and access control - bug 1040711: snmptrapd: SIGHUP duplicates traphandlers (repeatedly) MFD: - Misc updates to MFD templates - add auto-handling of cache update for row insert/delete Ports: - Win32 - fixes for compiling without the Microsoft PSDK installed - fix Win32 getenv crash - Mac OS X compile error fix - HP-UX configure now detects and won't use unavailable function - Linux - patch 1055036: if-mib init order fix - patch 1057057: ipSystemStatsTable index fix, add ipv6 - patch 1073897: fix if-mib data access 64bit counter wrap detection MIBs: - update IP-FORWARD-MIB from an ID set to become an RFC
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-2/+2
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-05As this package already has a runtime dependency on Perl we mightseb2-4/+17
as well enable the build and installation of the Perl modules. An added benefit is that the sister package net/p5-SNMP won't be lagging anymore as it will be removed. While here add support for test target. Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-25/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-13Changes 5.1.2:adam9-343/+34
* Minor improvements to snmpdelta * Minor improvements to snmpnetstat (IPv6 output) * Fixes
2004-07-10On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.thorpej1-1/+4
2004-07-10In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; thethorpej2-1/+15
former is provided by system or private header files, and the latter may not be.
2004-05-31Use "-Ls ..." instead of deprecated "-s" command line option whentron3-10/+6
starting the daemons.
2004-05-14fix deprecated -P usage (thanks to Jon Olssonadam1-2/+2
2004-05-14Changes 5.1.1:adam11-110/+105
New: - test suite supports testing over other transports (tcp, udp6, unix, ...) (see the -P switch to the testing/RUNTESTS script) - Solaris supports the use of it's PKCS#11 library for supporting cryptographic functions (OpenSSL isn't required if PKCS#11 is available) (see configure's --with-pkcs flag) Fixes: - Improvements on 64 bit architectures. - A few minor memory leaks fixed. - An extremely large number of minor bug fixes. - Many perl module specific bug fixes. - snmpd will safely handle more signals. Ports: - Many many significant Windows improvements. - A win32 build script in win32/build.pl - Support for the MinGW compiler - (see the README.win32 file for details on new ports) - Various helpful win32/*.bat files for installation, etc. - Some linux 2.6 support improvements
2004-05-09No longer used.snj1-44/+0
2004-04-26Make this build under NetBSD 2.0D and above with statvfs(2).tron3-1/+52
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-3/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-22Fix configure to look for des_cbc_encrypt in -ldes.christos3-3/+75
I did not commit all 7K lines of diff that autoconf produced because of the changed line numbers, just the relevant ones.
2004-04-14Make this build on Darwin. pkg/23325danw3-33/+132
2004-03-29bl3ify, and remove sed workaround for Solaris now that it uses nbsed.jlam2-24/+30
2004-02-25Argh! Who tested this? vm and memory stats did not work.christos3-3/+19
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+3
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-12-30Include <sys/param.h> to get __NetBSD_Version__ defined.kim2-5/+14
Also undefine TOTAL_MEMORY_SYMBOL, since we don't have it (or at least there is no "total" or "_total").
2003-12-30- account for in_ifaddr -> in_ifaddrbase in 1.6ZD (I think).christos3-3/+20
- XXX: whoever ported this needs to revisit it and fix issues such as utmp support etc.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2