summaryrefslogtreecommitdiff
path: root/net/net-snmp
AgeCommit message (Collapse)AuthorFilesLines
2008-07-15Changes 5.4.1.2:adam5-21/+24
* An increment only in the version number that was failing to be reported properly by the tools. Changes 5.4.1.1: * SECURITY BUG: A portion of SNMPv3 code had significantly weakened authentication cryptography and unauthenticated access to a system is a possibility. * It is critical that all users update their installations bases IMMEDIATELY. * If you were only using SNMPv1 or SNMPv2c you were already insecure beyond a level that this vulnerability affects.
2008-06-28bump version for new tcp statschristos2-4/+4
2008-06-28Look what you made me do clown boy! (Adapt to new tcp stats array)christos1-4/+85
2008-06-12Add patch for CVE-2008-0960 from the Net-SNMP project page on Sourceforge.tron3-8/+19
2008-06-06Combine the to patches for "agent/mibgroup/mibII/ip.c" to make thistron3-23/+11
actually build.
2008-06-05PR/36978: Hasso Tepper: Make net-snmp work on dragonfly.christos8-33/+189
While I am here make it run again on NetBSD (hi clown boy)
2008-05-18Add patch from the Net-SNMP SVN repository to fix a buffer overflow intron3-3/+107
the Perl SNMP module reported in SA30187.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-6/+6
through PLIST_SUBST to the plist module.
2008-01-03Fix floating point exception on NetBSD/sparc64 by applying the sameseb3-2/+52
fix (and error checking) on agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load() via new patch file patch-ah as the one applied on agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by patch file patch-es. Sorry I missed this in november 2006... Bump PKGREVISION to 1.
2008-01-03Fix build on older DragonFly.joerg1-1/+1
2007-11-23Fix builds on Darwin 9.*adrianp1-1/+8
Goes part way to address PR# 37405 See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
2007-11-20If the "ssl" option is not present, inhibit SSL support by configuringdsainty1-1/+3
with --without-openssl. Corrects package build on systems with non-Pkgsrc OpenSSL installations. Fixes breakage under Linux.
2007-11-12Make sure snmp_perl.pl is installedadrianp1-1/+3
2007-11-11Remove ftp.net-smnp.org from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37323.
2007-08-12Remove dragonfly.h, it is included upstream now.joerg4-27/+16
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.
2007-08-11Chagesn 5.4.1:adam12-132/+75
snmplib: - [BUG 1619827]: link libraries against needed external libraries - [PATCH 1616912]: fix memory leak in UDP transport code - [PATCH 1592706]: fix memory leak when cloning varbinds - Change snmp_sess_add_ex to consistently close and delete the transport argument on failure, earlier the liveness of the transport argument was undecided. snmpd: - [BUG 1558823]: fix ipAddressTable memory leak - [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable - [BUG 1611524]: fix tcp connection table file descriptor leak - handle row deletion issues in dataset tables - [BUG 1712988]: default and configurable maximum number of varbinds returnable to a GETBULK request. - [PATCH 1666737]: include ipv6 counts in udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams - [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree - [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the second walk of the table. perl: - link Perl modules against the exact set of libraries needed - [BUG 1619827]: properly link against libperl when configured with --enable-as-needed - [PATCH 1725049]: fix bulkwalk in cases of non-repeater python: - [PATCH 1716114]: Let python build in the Net-SNMP source tree MacOSX: - [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL) implementation for mach/darwin - IF-MIB rewrite now enabled by default Win32: - fix AES support - [PATCH 1706344]: fix compilation with cygwin IRIX: - [PATCH 1709748]: Optimized IRIX cpu stats AIX: - Fix default shared library building instead of forcing static use FreeBSD: - [BUG 1633483]: Support CPU HAL on FreeBSD4.x
2007-08-10Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macroseb3-7/+11
is still there. Bump PKGREVISION to 2.
2007-06-07Due to build failure (not finding a library), add:gdt1-1/+3
MAKE_JOBS_SAFE= NO
2007-05-20Fix build on recent NetBSD current:seb4-51/+227
net/route.h needs to be included before netinet6/in6_pcb.h.h and net/if.h needs to be included before netinet6/in6_var.h. While here add a patch file on the source of the configure script which IMHO should have been added earlier. Bump PKGREVISION to 1. Note: I supposed the libdes related hunk in patches/patch-af had been generated by an older than 2.59 autoconf script and carried over from one net-snmp version update to the next. This would explain the slight differences about this hunk between the revision I'm committing and the previous one.
2007-02-15Added conflicts.rillig1-1/+2
2007-02-05Forgotten patch in last commit.joerg1-0/+50
2007-02-05Fix DragonFly build changes. I have no clue to add an optional filejoerg4-6/+78
into the build system, so override cpu_nlist on DragonFly.
2007-02-05Changes 5.4:adam33-585/+205
- The default configuration now enables embedded Perl and the Perl modules by default when possible unless explicitly disabled. You may use the --disable-embedded-perl and --without-perl-modules configure options, respectively, to revert to the former default configuration.
2006-10-18Apply patch from net-snmp CVS repository to fix Perl module SNMP's bulkwalkseb3-15/+36
function. - patch from http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/perl/SNMP/SNMP.xs?r1=5.50.2.6&r2=5.50.2.7&view=patch&pathrev=V5-3-patches - revision log http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/perl/SNMP/SNMP.xs?view=log&pathrev=V5-3-patches#rev5.50.2.7 - bug reference http://sourceforge.net/tracker/?func=detail&atid=112694&aid=1533078&group_id=12694 Bump PKGREVISION to 2
2006-10-18Remove obsolete patches/patch-mib2cupdate: recently superseded byseb1-24/+0
patches/patch-et
2006-10-11Removed an RCS Id.rillig2-9/+3
2006-10-11Fixed "test ==".rillig3-15/+49
2006-10-02Fix a NetBSD/sparc64 bug: give sysctl() a pointer on a size_t not on an int!seb3-2/+43
While here check for sysctl() return value. Now snmpd on NetBSD/sparc64 should report more meaningful values for OIDs like UCD-SNMP-MIB::memAvailReal.0. Bump PKGREVISION.
2006-10-01Split LP64 related patch file (patch-ea) from christos@ so that there isseb19-447/+498
one patched file per patch file.
2006-09-24Don't use bmake feature in Makefile, use MAKE_ENV instead.joerg3-10/+9
2006-09-15Fix a crapload of 64 bit inconsistencies (int <-> ptr, int * <-> size_t *)christos2-1/+456
This now has a chance to work on sparc64.
2006-09-14Advertize NET_SNMP_SYS_CONTACT, NET_SNMP_SYS_LOCATION, NET_SNMP_PERSISTENTDIRghen1-1/+6
and NET_SNMP_MIBDIRS as being user-settable.
2006-08-22Revive patch-dt for the sake of DragonFly.joerg2-1/+20
2006-08-11DiskIO fix, courtesy of Jan Andresadam2-6/+10
2006-07-30Fix building on Darwin (and some other platforms?)adam2-3/+15
2006-07-29Changes 5.3.1:adam10-74/+120
snmpd: - fix trap processing from SMUX peers - fix disman/event monitoring crashes - fix bug 1399369: ifNumber broken - fix re-init of daemons after SIGHUP snmptrapd: - fix bug 1420758/1458815: snmptrapd aborts/loops in select() - fix re-init of daemons after SIGHUP snmplib: - fix OID lookups for fully qualified object names (eg .iso.org) snmpusm: - performance improvement when changing localized keys perl: - The perl modules now check to make sure they're building against the proper Net-SNMP version. misc: - Coverity fixes
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-06Export OPSYS explicitly. This worked before, but according to PR 33931joerg1-1/+3
it got broken.
2006-06-19regenchristos1-2/+2
2006-06-19Try to make this work for 3.0christos1-3/+4
2006-06-17- don't use getfsstat, use getvfsstat.christos4-3/+176
- add code to do disk i/o statistics for NetBSD and enable it.
2006-05-12Fix PR#33316adam1-2/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-19Add DragonFly support. Bump revision due to PLIST changes.joerg27-14/+1067
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-11Removed the unconditional dependency to bash. Also removed the bashismsrillig3-6/+30
from the mib2c-update program. Bumped PKGREVISION.
2006-03-10One executable shell program needs bash instead of sh. Bumped PKGREVISION.rillig1-1/+9
2006-03-08Allow to build diskio and mibII modules on Darwin 8.x. Without them,minskim1-2/+2
the package doesn't build due to some undefined functions.