summaryrefslogtreecommitdiff
path: root/audio/nas/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-05-20 19:45:27 +0000
committeradam <adam@pkgsrc.org>2014-05-20 19:45:27 +0000
commit2941e564ada1635faa7b901d24752c3408199c01 (patch)
tree42b1efbca76c18a28c66b5aeb0ca481487b032d7 /audio/nas/Makefile
parente3ddd987bd05e912c99c683ffcc2c1f182a92842 (diff)
downloadpkgsrc-2941e564ada1635faa7b901d24752c3408199c01.tar.gz
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.
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r--audio/nas/Makefile9
1 files changed, 4 insertions, 5 deletions
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