Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1461BA5864 for ; Tue, 20 May 2014 19:45:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7968514A524; Tue, 20 May 2014 19:45:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B10F14A520 for ; Tue, 20 May 2014 19:45:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1EZomGihZfEZ for ; Tue, 20 May 2014 19:45:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 77F6014A51E for ; Tue, 20 May 2014 19:45:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 724FC96; Tue, 20 May 2014 19:45:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 20 May 2014 19:45:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/nas To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140520194527.724FC96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue May 20 19:45:27 UTC 2014 Modified Files: pkgsrc/audio/nas: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/audio/nas/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/nas/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.