Update msdl to 1.2.7.
Version 1.2.7. -- msdl * 13th release * -a inf for infinite download retries. $ msdl -a inf rtsp://foo.com/bar.wma * mmsh resumeing (partly) supported Still cannot resume in some cases, but mmsh resume support added. * mmst to mmsh auto fallback added. if mmst fails to connect, it automatically tries mmsh. * added check on fwrite() * fixed possible memory leaks which happens when --logfile a --logfile b etc. * msdl.spec added, for rpm systems. the "msdl.spec" file was originally created by Mr.Zidlicky. Thanks.
This commit is contained in:
parent
133169ba31
commit
fb99eb75c8
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2009/10/26 04:12:12 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/24 01:20:05 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= msdl-1.2.6
|
||||
DISTNAME= msdl-1.2.7
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2009/10/26 04:12:12 obache Exp $
|
||||
$NetBSD: distinfo,v 1.8 2010/02/24 01:20:05 obache Exp $
|
||||
|
||||
SHA1 (msdl-1.2.6.tar.gz) = f8ee1ef77513dd7b8fbc65a99643c92c3f0cbb39
|
||||
RMD160 (msdl-1.2.6.tar.gz) = c0ad93d273d0a8623da90412cfa8722b724f3540
|
||||
Size (msdl-1.2.6.tar.gz) = 198525 bytes
|
||||
SHA1 (msdl-1.2.7.tar.gz) = 8eb8b4cc13debc2563a2c7b6f05f277ab18db9d1
|
||||
RMD160 (msdl-1.2.7.tar.gz) = 4ff685937c1dcb51a32e1f38fcce733326836bbb
|
||||
Size (msdl-1.2.7.tar.gz) = 207032 bytes
|
||||
|
|
Loading…
Reference in a new issue