diff options
author | adam <adam@pkgsrc.org> | 2014-05-20 19:45:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-05-20 19:45:27 +0000 |
commit | 2941e564ada1635faa7b901d24752c3408199c01 (patch) | |
tree | 42b1efbca76c18a28c66b5aeb0ca481487b032d7 /audio | |
parent | e3ddd987bd05e912c99c683ffcc2c1f182a92842 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | audio/nas/Makefile | 9 | ||||
-rw-r--r-- | audio/nas/distinfo | 8 |
2 files changed, 8 insertions, 9 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 diff --git a/audio/nas/distinfo b/audio/nas/distinfo index abbd7bc6604..2b44cfda285 100644 --- a/audio/nas/distinfo +++ b/audio/nas/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2014/03/14 21:17:12 asau Exp $ +$NetBSD: distinfo,v 1.33 2014/05/20 19:45:27 adam Exp $ -SHA1 (nas-1.9.3.src.tar.gz) = dca770ddd10936ad1f19bf3c51f941c10d7bf84b -RMD160 (nas-1.9.3.src.tar.gz) = 693c97658885a9bea02b27376c3a5a142b49e57a -Size (nas-1.9.3.src.tar.gz) = 1485222 bytes +SHA1 (nas-1.9.4.src.tar.gz) = a251c5b771f9d7fa98f65e5830a039b28f8a6995 +RMD160 (nas-1.9.4.src.tar.gz) = 9622263075b1d24fb27dd06c9edecc91ac3157ae +Size (nas-1.9.4.src.tar.gz) = 1464598 bytes SHA1 (patch-aa) = 3d198d97c1133358a7544d923ac6c48b38fdae19 SHA1 (patch-ab) = 848b151e4814c434dc628c649910d96e1cf8750e SHA1 (patch-ac) = 02bc1eb18f8cc7155fed861ed4b953c1316283ea |