From 8124d7a80e7dbfacd69b307a4a254d90c8bb4028 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 Sep 2002 15:02:26 +0000 Subject: Update to 0.2.29. Changes: * audio.c: set esd_audio_fd = -1 when we esd_audio_close() * esd.c: Set esd_forced_standby = 0 when we resume. * players.c: (read_player): fix crash on Solaris 9 * configure.in: add summary info at end of configure * esd.c: (main): Fix --help *esdsample.c: (main): Fixed buffer-overflows. *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows. *esd.c: (safe_mksocketdir):Added code to check the return value of chmod() call.Fixes bug #89609 * esdctl.c: (main): fix segfault when using -s (Debian) * esddsp.in: No longer use LD_PRELOAD_PATH (Debian) * configure.in: Added -with-esd-dir option. * esound.pc.in: Added esd_serverdir * Makefile.am: ADD -DSERVERDIR to INCLUDES * esdlib.c: Call esd from SERVERDIR. Replaced sizeof() call with strlen() which is more appropriate. Allow users to specify the location of the esd executable. This is useful for setups which want to place the esd daemon in libexec rather than bin. and some ALSA related fixes. --- audio/esound/Makefile | 7 ++++--- audio/esound/PLIST | 4 ++-- audio/esound/distinfo | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'audio/esound') diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 8c29734acad..88a97566eff 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2002/08/31 04:04:36 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2002/09/23 15:02:26 wiz Exp $ -DISTNAME= esound-0.2.28 +DISTNAME= esound-0.2.29 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/} +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/ \ + ftp://gd.tuwien.ac.at/hci/GNOME/gnome.org/sources/esound/0.2/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html diff --git a/audio/esound/PLIST b/audio/esound/PLIST index 6883fcb3baa..58aec2b1dc5 100644 --- a/audio/esound/PLIST +++ b/audio/esound/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/08/31 04:04:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/09/23 15:02:26 wiz Exp $ bin/esd bin/esd-config bin/esdcat @@ -14,7 +14,7 @@ lib/libesd.a lib/libesd.la lib/libesd.so lib/libesd.so.2 -lib/libesd.so.2.28 +lib/libesd.so.2.29 lib/pkgconfig/esound.pc man/man1/esd-config.1 man/man1/esd.1 diff --git a/audio/esound/distinfo b/audio/esound/distinfo index 74805b22196..6d3c8686e29 100644 --- a/audio/esound/distinfo +++ b/audio/esound/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2002/08/31 04:04:36 wiz Exp $ +$NetBSD: distinfo,v 1.10 2002/09/23 15:02:27 wiz Exp $ -SHA1 (esound-0.2.28.tar.gz) = e56afc827ba49764792ba7a7944aa5e32276d2f9 -Size (esound-0.2.28.tar.gz) = 359365 bytes +SHA1 (esound-0.2.29.tar.gz) = fea170b3453a14d5a4cdbf3ab9a578f0a423ebd9 +Size (esound-0.2.29.tar.gz) = 364819 bytes SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9 SHA1 (patch-ab) = af59f6f254812c082566a1c483aec511deed0819 SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24 -- cgit v1.2.3