summaryrefslogtreecommitdiff
path: root/net/net-snmp/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-07-15 09:14:01 +0000
committeradam <adam@pkgsrc.org>2008-07-15 09:14:01 +0000
commitaf49cad5c1303b435621623d5b4c9c8d90bc2a78 (patch)
treeade3c953118fcdf77b058c09b74d4bfc6b213bfa /net/net-snmp/Makefile
parent5d2ec456ed958c0abf7b410a331593e3bae7db25 (diff)
downloadpkgsrc-af49cad5c1303b435621623d5b4c9c8d90bc2a78.tar.gz
Changes 5.4.1.2:
* 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.
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r--net/net-snmp/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 11d20dcd0e3..aca2d0d7697 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2008/06/28 16:07:08 christos Exp $
+# $NetBSD: Makefile,v 1.72 2008/07/15 09:14:01 adam Exp $
-DISTNAME= net-snmp-5.4.1
-PKGREVISION= 5
+DISTNAME= net-snmp-5.4.1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/}
@@ -17,7 +16,7 @@ GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= NO
-MAKE_ENV+= OPSYS=${OPSYS:Q}
+MAKE_ENV+= OPSYS=${OPSYS}
# The self-test of Perl modules only works after installation because perl
# can't load the shared libraries from WRKSRC/
@@ -54,7 +53,7 @@ BUILD_DEFS+= NET_SNMP_MIBDIRS
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-defaults
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}/lib
CONFIGURE_ARGS+= --with-sys-contact=${NET_SNMP_SYS_CONTACT:Q}
CONFIGURE_ARGS+= --with-sys-location=${NET_SNMP_SYS_LOCATION:Q}
@@ -65,7 +64,7 @@ CONFIGURE_ARGS+= --with-sys-location=${NET_SNMP_SYS_LOCATION:Q}
# will use '-s' to enable standard syslog logging anyway.
#
CONFIGURE_ARGS+= --with-logfile=none
-CONFIGURE_ARGS+= --with-persistent-directory=${NET_SNMP_PERSISTENTDIR:Q}
+CONFIGURE_ARGS+= --with-persistent-directory=${NET_SNMP_PERSISTENTDIR}
.if !empty(NET_SNMP_MIBDIRS)
CONFIGURE_ARGS+= --with-mibdirs=${NET_SNMP_MIBDIRS:Q}
.endif