From 2941e564ada1635faa7b901d24752c3408199c01 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 20 May 2014 19:45:27 +0000 Subject: Changes 1.9.4: - auerswald - Fix several potential security issues in the NAS server. See http://radscan.com/pipermail/nas/2013-August/001270.html for a description. In addition, CVE numbers have been defined for these issues: CVE-2013-4256 CVE-2013-4257 CVE-2013-4258 - Fixed some warnings while building some of the clients. - narrow a possible race condition in auvoxware.c:disableProcessFlow() reported by Paul Fox. - steve_mcintyre - add a format string to aulog.c (found using -Wformat-security warnings) - Don't preprocess man pages - Add proper includes in server/os/connection.c to prevent some compile warnings and a possible server coredump under the right conditions on x86_64 Linux systems. --- audio/nas/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'audio/nas/Makefile') diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 6bec552bc7c..bfc8c1a2183 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2013/07/15 19:55:31 christos Exp $ +# $NetBSD: Makefile,v 1.94 2014/05/20 19:45:27 adam Exp $ -DISTNAME= nas-1.9.3.src +DISTNAME= nas-1.9.4.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nas/} @@ -78,8 +77,8 @@ PLIST_SRC+= ${PKGDIR}/PLIST.server EGDIR= ${PREFIX}/share/examples/nas CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf -. if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \ - ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || ${OPSYS} == "UnixWare" +. if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" \ + || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || ${OPSYS} == "UnixWare" . include "../../mk/oss.buildlink3.mk" . endif .endif -- cgit v1.2.3