summaryrefslogtreecommitdiff
path: root/audio/nas/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-20Changes 1.9.4:adam1-4/+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.
2014-03-14Don't pull unused header file in. This fixes build on FreeBSD 9-10.asau1-2/+2
2013-07-07Bump PKGREVISION.ryoon1-2/+2
* Add missing double quotation mark in patch-ac. Reported by isaki@, thank you.
2013-01-06Fix build on OpenBSD/amd64 5.2.ryoon1-4/+5
* Add OpenBSD conditionals * Add workaround for library link
2013-01-05(1) Bump version 1.9.1 to 1.9.3 based on PR pkg/45449mef1-11/+10
ChangeLog attached at the bottom of this Log. (2) patches/patch-ag Delete the first chunk, upstream included the first one. Comments added from cvs log (1.4) (3) patches/patch-ah # fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4 removed (upstream included). (4) Comments added for patches/patch-aa -- Add NetBSDArchitecture and DragonFlyArchitecture patches/patch-ab -- (1.9) Convert -lossaudio to portable $(LIBOSSAUDIO) Make this work with audio/oss again. -- (1.13) Add NetBSDArchitecture -- (1.14) In server/Imakefile add a target for $(VOXWARELIBS) that call make for the targets directory. This should fix the occasional problem were make complains with "don't know how to make dda/voxware/libvoxware.a" -- (1.5) Taking care nasd.conf (etc) patches/patch-ae -- Honor ${PKG_SYSCONFDIR}, see SUBST in Makefile. patches/patch-af -- Don't build/install auscope. (5) PLIST.client PLIST.server Convert IMAKE_MANNEWSUFFIX to IMAKE_MAN_SUFFIX which pkglint flagged and by reading the thread starting with http://mail-index.netbsd.org/tech-pkg/2005/12/06/0034.html (Please correct this part if some OS'en get problems.) ----- Version 1.9.3 (stable) 05/13/2011 - overdue 1.9.3 maint release - Older X11 systems used to define SharedLibX and friends if the installed X11 system was built with shared lib support. Newer X11's use SharedLibX11 instead. Same for {Normal|Debug|Profile}LibX. So check for these and set appropriately in NetAudio.tmpl. Shared lib installations should deal with libXau dependancies correctly now. - auerswald: Added MacOS X aka Darwin to list of systems that need to explicitely link libaudio.so against libXau. This enables building of the shared library libaudio.so on MacOS X. There is currently no NAS server for MacOS X. Version 1.9.2 (stable) 03/07/2009 - overdue 1.9.2 release. - patch from Aleksey Cheusov: "fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4" libaudio: OpenSvr.c: The server mutex was being unlocked, even though it was never locked in the first place. - Hugo Vanwoerkom reported thousands of diagnostics in his syslog: "doSetup: elementRate == 0! Forcing to 5000". Fix doSetup to only warn about this when the debug level is above 10. - auerswald: document syslog usage use syslog if running as a daemon, stderr otherwise add syslog-usage-change to HISTORY file - steve_mcintyre: Minor man page fix ported from the Debian packages. Multiple minor portability changes ported over from the Debian packages. Cope with Hurd and GNU/KFreeBSD and other systems using glibc - apply patch from sourceforge user moinakg: Libaudio is built with missing linker flags on OpenSolaris like missing lXt, so it results in symbol not found errors at runtime. I am including an Imakefile patch below that fixed this. -----
2012-01-30In server/Imakefile add a target for $(VOXWARELIBS) that call make forsbd1-2/+2
the targets directory. This should fix the occasional problem were make complains with "don't know how to make dda/voxware/libvoxware.a"
2009-07-09Libm is needed on DragonFly as well. Bump PKGREVISION.hasso1-2/+2
2009-02-03fix problems with missing -lXau on darwin and solaris (at least)dbj1-2/+2
by providing a default define of SharedLibX which causes it to use a shared libaudio if the installed imake templates don't define it
2009-01-26Fix package on Solaris. Probably not the 'correct' fix, but it's a smallsketch1-2/+2
and working one without having to delve too far into imake.
2008-10-14Update nas to version 1.9.1.markd1-6/+7
This version adds some enhancements to aupanel, and reworks signal handling in the voxware server to avoid races, hangs and other issues seen with linux 2.6.21+ kernels. Other changes relating to the default value of the 'MixerInit' option and the new location of the local unix socket on Linux systems were also made. Also include a patch from Aleksey Cheusov for a "libpthread: Unlocking unlocked mutex" bug.
2008-05-31Assume that we need to link with -lXt -lXau if we're not on any of thetnn1-2/+2
platforms explicitly defined. Should fix build on SunOS.
2007-12-25Fix build problem on NetBSD/powerpc as seen in Havard Eidnes' bulk build.markd1-2/+2
2007-11-10Link libaudio against the libraries it needs (previously on Linux, Darwin,wiz1-2/+2
and FreeBSD; now on NetBSD too). Bump PKGREVISION. Noted broken by hira@
2007-05-05Update nas to 1.9markd1-7/+7
Fixes to several DOS attacks that could be carried out aginst a nasd server, ANSI'fication of most of the server and client code, and significant rework of input and output mixer handling in the voxware (OSS) server.
2007-03-24Don't build/install auscope. Removes dependency on perl if all youmarkd1-2/+2
are interested in is the nas library. Bump PKGREVISION.
2006-07-08Add required link options for Darwin.minskim1-1/+2
2006-06-17Update to nas-1.8markd1-4/+4
- Correct problem in auvoxware, where if MixerInit is set to false, remote volume (mixer) requests are ignored. Reported by Paul Fox, with a fix determined by Steve McIntyre and Erik Auerswald. - Applied patch from Nicolas Escuder correcting a Cygwin issue in auvoxware.c - applied patch from Erik Auerswald adding a Mute button and functionality to aupanel. - applied patch from Nicolas Franois (via Steve McIntyre) correcting some typos in the AuSetBucketAttributes and AuSoundCreateFileFromBucket man pages.
2006-01-11Some makedepend's object if a referenced header file is a danglingmarkd1-2/+3
symlink, so create the actual release.h file at the includes stage as the depends stage is too late (server/os is before lib/audio). Fixes PR pkg/32098 from Gilles Dauphin. Also fix installation of nasd.conf manual page on systems where imake doesn't have an InstallGenManPage rule (ie. solaris with openwin)
2005-06-04Update to version 1.7bmarkd1-6/+5
6/3/2005 1.7b (devel) - applied patch from 'Inma', correcting a connection hang in Solaris 9. This reworks some of the very old and primitive fd_set stuff in Aulibint.c . - updated config/config.sub and config.guess to properly detect DragonFly systems. - Applied patch from Mark Davies and Joerg Sonnenberger correcting some BSD issues and adding DragonFly support. Then nasd.conf man page is always installed in $FILEMANDIR for all systems. 4/10/2005 1.7a (devel) - applied patch from Mark Davies correcting audio/Imakefile to properly define BSD44SOCKETS on NetBSD systems. - Applied patch from Steve McIntyre correcting CYWIN -> CYGWIN typo in server/dda/voxware/auvoxware.c - applied patch from Steve McIntyre Correcting some Gcc 4.0 and AMD64 issues.
2005-04-09Replace a TAB with a SPACE to make some makes happy.markd1-2/+2
2005-04-07Define BSD44SOCKETS when building libaudio on NetBSD.markd1-1/+2
From PR pkg/20615 by Scott Presnell. Scott's patch was added to nas before 1.7 but then broken, this fixes that. Bump PKGREVISION.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-23Changes 1.7:adam1-4/+4
- fixed config/Imakefile so 'configure' command would work under cygwin. Tested clients/server under cygwin. - corrected a possible race condition in auvoxware that could cause the server to hang under certain conditions. I do not know why I haven't seen this problem before, but I could recreate it easily by killing auplay while playing a long tune. If the system restarts syscalls after a signal handler has run, a situation could arise where the previous timer was never disabled. This could cause a previous ioctl(DSP_SYNC) called from setSampleRate() to be constantly interrupted and restarted, causing an apparent hang. Now we just turn off the timer as the first thing in setSampleRate() so DSP_SYNC can actually finish. We also turn off the timer when openDevice is called, so the 'wait for device to become available' code can work too. - Patch from Tobias Diedrich that allows mixer init to fail in the voxware server. - redid the FAQ in an attempt to make it more useful. I'll try to keep it up to date. - updated libtool due to a problem(s) reported by Steve McIntyre.
2003-10-28backout unnecessary patch.grant1-2/+1
this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288.
2003-10-25Fix a warning, that may or may not be related tofredb1-1/+2
PR pkg/23081.
2003-07-13Added patch-af: fixing path to perl header file "sys/syscall.ph" in auscopewulf1-1/+2
2002-12-03Ensure that the voxware (OSS) audio server is built on NetBSD/sparc.jlam1-2/+2
2002-12-03Make this work with audio/oss again.jlam1-2/+2
2002-11-28Update of nas to 1.6.markd1-7/+7
pkgsrc changes: PKG_SYSCONFised. changes: bug fixes and ... 1.5h 10/12/2002 - Added SoundFileGetProc() to get access to the toSound and fromSound Procs in _SoundFileInfo[]. Needed for xemacs. - Added AudioLibraryVersionMajor, AudioLibraryVersionMinor, and AudioLibraryVersionTeeny to audiolib.h. Somewhat more informative than just the old AudioLibraryVersion which was set a '2'. The older AudioLibraryVersion define is still there however. 1.5g 10/7/2002 - changed inputsection defaults in nasd.conf.eg to 44.1Khz, 2 channel 16b sound. outputsection also defaults to 44.1Khz now, instead of 33Khz. - began some CC ANSI'fication of libaudio. 1.5f 8/26/2002 7/20/2002 - added cygwinArchitecture to the server Imakefile so auvoxware will be built on cygwin systems. - Removed the SoundFileInfo[] array in sound.h so cygwin would be happy. Apps should not have been accessing that array directly anyways. Added the following new functions to sound.c (that used to be macros in sound.h): SoundFileFormatString, SoundValidDataFormat, SoundFileFormatToString, SoundFileFormatToAbbrev, SoundFileFormatToSuffixes Assuming your code did not attempt to directly access SoundFileInfo[], no changes should be required. libaudio.so revision bumped to 2.3 - re-added back the Xtutils stuff, as some of the demos did in fact require it. cygwin has a problem with implicitly defined functions anyway. 7/9/2002 - rename dia/nasconfig.* to dia/nasconf.* to avoid name collision with NasConfig.h on windows systems. 1.5e 7/7/2002 - added patch from Nicolas Escuder that adds support for Windows operating systems using Cygwin. Even the NAS server is now supported. There are still issues with building regarding Imake, but once I can get more information, I'll fix those up. Read the README.CYGWIN file in the nas/ directory for instructions. I will provide a link on the nas-links page to precompiled windows binaries for libaudio.dll, nasd, and some clients - provided by Nicolas. - based on idea from Nicolas, added background (-b) mode to nasd, to force it to run in the background. Actually, he supplied a patch, but I just redid it to work properly with unix systems. - added NAS_AUDIOMSGFILE in config/NasConfig.h to specify where audio messages are stored (ADMPATH in os/osinit.c). 1.5d 6/1/2002 - added .ps -> .pdf conversions in doc/pdf/ - added html versions of man pages in doc/html/ 1.5c 3/27/2002 - removed Xtutil[hc] from libaudio and removed references to Xtutil.h in the clients. Suggestion by Paul Fox. 1.5b 3/16/2002 - added patch from Marco Molteni to add a '-local' option to nasd. Specifying this option allows only local clients to connect. - moved allow_any_host into the NasConfig struct. Along with the new '-local' option. 1.5a 2/23/2002 - more STARTSERVER fixes - there was still one case where when STARTSERVER was defined, nasd could be called with the wrong display number due to a bug in _AuConnectServer. - changed LEX/YACC DEBUG token to CDEBUG to avoid conflicts when building nas with '-DDEBUG' - DEFAULT_AUSERVER is now ":0" rather than "tcp/localhost:8000". A local socket connection will startup faster than a tcp connection. - mutex.h - corrected unixware 7.x build problem (XMUTEX_INITIALIZER) in mutex.h - added same check for sun/solaris boxes - got rid of XUSE_MTSAFE_API - now controlled by NAS_USEMTSAFEAPI defined in config/NasConfig.h If you think you are having mutex problems, you can edit config/NasConfig.h and '#undef' NAS_USEMTSAFEAPI, then rebuild everthing. This will turn off threadsafety in libaudio. - added new option, 'gain', to config file in the input/output sections. This sets the default gains when nasd starts up (if MixerInit is enabled). Only in voxware for now.
2002-10-18Make this packages OSS-aware.jlam1-4/+4
2001-07-14Update nas to the latest stable release 1.4.2. Changes from 1.4 includejlam1-6/+6
major bugfixes in the clients and bumping the major version of the library.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo