summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-09-29 10:50:09 +0000
committerhubertf <hubertf>2003-09-29 10:50:09 +0000
commitd477ae28bfc83aa7fbb5b9990fccd5d74d8d7cbb (patch)
treec40df15e6c553024da660b0bfbaa980464df64c0 /net/bittorrent/patches
parent2d726056d7f0808e316d4235c2ebb3dadf5ded0d (diff)
downloadpkgsrc-d477ae28bfc83aa7fbb5b9990fccd5d74d8d7cbb.tar.gz
Update bittorrent to 3.3. Changes:
* Files now only get allocated as they're downloaded and don't fragment the hard drive * Large torrents no longer hose the CPU * Better network utilization and more consistent download rates * Poorly seeded torrents get out faster * Several important bug fixes
Diffstat (limited to 'net/bittorrent/patches')
-rw-r--r--net/bittorrent/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
deleted file mode 100644
index a8548806119..00000000000
--- a/net/bittorrent/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/05/13 01:25:24 salo Exp $
-
---- btcompletedir.py.orig 2003-05-11 21:41:50.000000000 +0200
-+++ btcompletedir.py 2003-05-11 21:42:14.000000000 +0200
-@@ -37,7 +37,7 @@
- try:
- t = split(i)[-1]
- if t not in ignore and t[0] != '.':
-- make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_length = piece_length)
-+ make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_len_exp = piece_length)
- except ValueError:
- print_exc()
-