diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-04 18:56:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-04 18:56:28 +0000 |
commit | eed9adcaf97dafb2f0e3a828e2f2a8a14deaddd7 (patch) | |
tree | a8289681caaddfd3bcc07b9b25ce0d87cbdcf283 /net/mldonkey/Makefile | |
parent | dc1c16643a49cd811f2873d5b68a3adbbe7a85ec (diff) | |
download | pkgsrc-eed9adcaf97dafb2f0e3a828e2f2a8a14deaddd7.tar.gz |
Update to 2.5.20:
2.5.20:
A major bug in the last release that prevented connections to
Overnet has been fixed.
2.5.19:
Most Savannah patches were applied and important bugfixes including
fixes for a memory leak with no UDP, a problem with losing downloaded
parts at startup, and Emule compatibility. A 'recover_bytes' command
was added to check on disk for non-zero parts in a file and set
them as already downloaded.
Diffstat (limited to 'net/mldonkey/Makefile')
-rw-r--r-- | net/mldonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 6e97065fced..03cda27da8a 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/04/17 15:46:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2004/05/04 18:56:28 wiz Exp $ # -DISTNAME= mldonkey-2.5.18 +DISTNAME= mldonkey-2.5.20 CATEGORIES= net MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/ |