diff options
author | adam <adam@pkgsrc.org> | 2014-12-31 10:06:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-12-31 10:06:57 +0000 |
commit | a332866bc01c6bb410175ac979ddfc864653ebd0 (patch) | |
tree | 0f268db6bebd78b3657a4351869a1e3f0b5b1494 /net/net-snmp/Makefile | |
parent | f8d35d7e291a0ac4934604f65031ce037a0b3996 (diff) | |
download | pkgsrc-a332866bc01c6bb410175ac979ddfc864653ebd0.tar.gz |
Changes 5.7.3:
Many many bug fixes and minor improvements
snmpd, snmptrapd and apps:
- Patch 2525: from Ryan Steinmetz: Fix argument length parsing of the
host resources mib
- Make ENV_SEPARATOR_CHAR configurable
- SECURITY: a denial of service attack vector was discovered on
the linux implementation of the ICMP-MIB. This release fixes
this bug and all users are encouraged to update their SNMP
agent if they make use of the ICMP-MIB table objects.
perl:
- BUG: 2402: Add support for SNMPv3 traps
Windows:
- Port batch build infrastructure to Visual Studio 2010 and later
From Visual Studio 2010 on it is no longer possible to specify
include or library directories globally - these have to be
specified per project. Hence two additional menu entries in
build.bat that allow to specify these directories.
- Patch from Bart Van Assche to improve cygwin building
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r-- | net/net-snmp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 842aa8dcaa9..8fb8a97f753 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2014/11/26 15:45:03 adam Exp $ +# $NetBSD: Makefile,v 1.110 2014/12/31 10:06:57 adam Exp $ .include "Makefile.common" -PKGREVISION= 3 CATEGORIES= net MAINTAINER= adam@NetBSD.org @@ -119,10 +118,9 @@ INSTALLATION_DIRS+= share/examples/net-snmp post-extract: .if ${OPSYS} == "DragonFly" cp ${FILESDIR}/cpu_dragonfly.c ${WRKSRC}/agent/mibgroup/hardware/cpu/cpu_nlist.c -# XXX make it build on OS X 10.9 and OS X 10.10; remove on the next update +# XXX make it build on OS X 10.10; remove on the next update .elif ${OPSYS} == "Darwin" - ln -s ${WRKSRC}/include/net-snmp/system/darwin12.h ${WRKSRC}/include/net-snmp/system/darwin13.h - ln -s ${WRKSRC}/include/net-snmp/system/darwin12.h ${WRKSRC}/include/net-snmp/system/darwin14.h + ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin14.h .endif post-wrapper: |