Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.

Changes since 0.1.9:
  - Avoid an infinite loop with buffer underrun in the live mode.
  - More detailed and consistent log messages.
This commit is contained in:
minskim 2004-10-10 09:48:35 +00:00
parent 6ac71665c0
commit 5a0af98e62
3 changed files with 8 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2004/10/06 15:16:03 minskim Exp $
# $NetBSD: Makefile,v 1.5 2004/10/10 09:48:35 minskim Exp $
DISTNAME= moss-0.1.9
DISTNAME= moss-0.1.11
CATEGORIES= audio
MASTER_SITES= http://kldp.net/download.php/1528/
MASTER_SITES= http://kldp.net/download.php/1534/
MAINTAINER= myunggoni@users.kldp.net
HOMEPAGE= http://moss.kldp.net/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2004/10/06 15:16:03 minskim Exp $
$NetBSD: distinfo,v 1.4 2004/10/10 09:48:35 minskim Exp $
SHA1 (moss-0.1.9.tar.gz) = aa195fe2d462d2c48ea0c988529b94233c6d7d14
Size (moss-0.1.9.tar.gz) = 43214 bytes
SHA1 (moss-0.1.11.tar.gz) = 5b35fec9e8effc1da8fc865c276d24f7d25d64e6
Size (moss-0.1.11.tar.gz) = 43267 bytes
SHA1 (patch-aa) = 0afee4be74d99ba3c924d2da8cf23309bba8f99f

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.7386 2004/10/10 07:30:22 jdolecek Exp $
$NetBSD: CHANGES,v 1.7387 2004/10/10 09:48:35 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@ -4596,3 +4596,4 @@ Changes to the packages collection and infrastructure in 2004:
Added gnugk-2.0.8 [mjl 2004-10-09]
Added strace-4.5.7 [reed 2004-10-10]
Updated postgresql74 to 7.4.5 [jdolecek 2004-10-10]
Updated moss to 0.1.11 [minskim 2004-10-10]