diff options
author | adam <adam@pkgsrc.org> | 2006-04-14 09:54:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-14 09:54:32 +0000 |
commit | 39958689a38b0f353c47843ced04c753cae43ac9 (patch) | |
tree | 36562008eafce67e91441c8bdef21063bd251b29 /net/amule | |
parent | ef4ac0be2872ff75f9f022d28dbcee7a2961e757 (diff) | |
download | pkgsrc-39958689a38b0f353c47843ced04c753cae43ac9.tar.gz |
Changes 2.1.1:
* Fixed sources coming from an 'Unknown' origin.
* Fixed Mac aMule showing erroneous version number in Get Info.
* Disabled the HTTP download progress dialog on Mac (again) because
it causes crashes.
* Suppressed an error dialog on failure to lookup the host's domain
name. Demoted it to just a message in the log.
* Fixed a bug in ed2kHelperScript.app (the Mac ed2k link handler)
which prevented it from working properly if there was a space in the
path to the aMule application. Thanks to Gomaaz for finding this bug.
* Eliminated false reports of failure to execute the on-completion
command. This happened with amuled and an on-completion command which
completes quickly. Thanks to s0undt3ch for reporting this bug.
* Fixed a bug on sending sources where sources won't be send to a client
uploading from us if he uses multipacket.
* Fixes some crashes, on systray dying, tho not all till wx is patched.
* Fixed some possible problem with userhash generation, that could lead
a void userhash.
[more]
Diffstat (limited to 'net/amule')
-rw-r--r-- | net/amule/Makefile | 5 | ||||
-rw-r--r-- | net/amule/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index a0733b6d834..10f9fe76452 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:36 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/14 09:54:32 adam Exp $ -DISTNAME= aMule-2.1.0 +DISTNAME= aMule-2.1.1 PKGNAME= ${DISTNAME:S/aMule/amule/} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/amule/distinfo b/net/amule/distinfo index e5e8726d656..45528eb2ddd 100644 --- a/net/amule/distinfo +++ b/net/amule/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2006/01/20 22:06:31 adam Exp $ +$NetBSD: distinfo,v 1.11 2006/04/14 09:54:32 adam Exp $ -SHA1 (aMule-2.1.0.tar.bz2) = cce39c74d3f68ea768c78726fa440575de2c4214 -RMD160 (aMule-2.1.0.tar.bz2) = a64f7e3ca6431b59084ddd8dd2406c84dea421de -Size (aMule-2.1.0.tar.bz2) = 3244316 bytes +SHA1 (aMule-2.1.1.tar.bz2) = dd2e48a13cf7260f327364f293eda0d90832048e +RMD160 (aMule-2.1.1.tar.bz2) = 4a12afd91ecaaff75defa69796a7124abcd84dca +Size (aMule-2.1.1.tar.bz2) = 3263428 bytes SHA1 (patch-aa) = aa8145cd2cd53d72ad0effa36b22ba1f2bf088dc |