summaryrefslogtreecommitdiff
path: root/net/libtorrent
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-06-04 19:23:51 +0000
committertron <tron@pkgsrc.org>2009-06-04 19:23:51 +0000
commitda03c7fd2f53ef1dadebb697554021e3e3b7d9c4 (patch)
treec3795d5a7c890bfa73603b1b23812150040ce756 /net/libtorrent
parent0acb07a581792043c320a92131a8bb12282e16fc (diff)
downloadpkgsrc-da03c7fd2f53ef1dadebb697554021e3e3b7d9c4.tar.gz
Add URL of upstream bug report.
Diffstat (limited to 'net/libtorrent')
-rw-r--r--net/libtorrent/distinfo4
-rw-r--r--net/libtorrent/patches/patch-ab5
2 files changed, 6 insertions, 3 deletions
diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo
index fe5a7602d16..85ac37252b1 100644
--- a/net/libtorrent/distinfo
+++ b/net/libtorrent/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2009/06/04 19:15:46 tron Exp $
+$NetBSD: distinfo,v 1.24 2009/06/04 19:23:51 tron Exp $
SHA1 (libtorrent-0.12.2.tar.gz) = a53d2c671e9f2dd971d0622d5b3672da91c46ef9
RMD160 (libtorrent-0.12.2.tar.gz) = 88cdc415f98afd8b87fa6d7330906737c3e434fa
Size (libtorrent-0.12.2.tar.gz) = 585374 bytes
SHA1 (patch-aa) = d864808b9e9524b3a7f72bcc1b465d4e6b2d4f4a
-SHA1 (patch-ab) = 161a2b0d354ba326a82a2747050b8f323ea420a6
+SHA1 (patch-ab) = 8fdc29520ea79282d7253a85834e15b1eb47a1e6
diff --git a/net/libtorrent/patches/patch-ab b/net/libtorrent/patches/patch-ab
index 6e44851d20e..2be27b07b66 100644
--- a/net/libtorrent/patches/patch-ab
+++ b/net/libtorrent/patches/patch-ab
@@ -1,6 +1,9 @@
-$NetBSD: patch-ab,v 1.9 2009/06/04 19:15:47 tron Exp $
+$NetBSD: patch-ab,v 1.10 2009/06/04 19:23:51 tron Exp $
Deal with the kqueue(2) API differences between NetBSD and the other BSDs.
+The upstream bug report is here:
+
+http://libtorrent.rakshasa.no/ticket/1765
--- src/torrent/poll_kqueue.cc.orig 2008-05-07 13:19:13.000000000 +0100
+++ src/torrent/poll_kqueue.cc 2009-06-04 18:10:50.000000000 +0100