View | Details | Raw Unified | Return to bug 103508
Collapse All | Expand All

(-)/home/toni/ports/libtorrent-devel/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtorrent-devel
8
PORTNAME=	libtorrent-devel
9
PORTVERSION=	0.10.0
9
PORTVERSION=	0.10.2
10
PORTREVISION=	0
10
PORTREVISION=	0
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
12
12
(-)/home/toni/ports/libtorrent-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtorrent-0.10.0.tar.gz) = 240e90818c4c9c34474b2e1873d09910
1
MD5 (libtorrent-0.10.2.tar.gz) = 99f1daa0f6ce0aa8d53745c494df9b36
2
SHA256 (libtorrent-0.10.0.tar.gz) = 47645632fee222609c139bddf50872949bd3359214976a25a92bbc1d277c70de
2
SHA256 (libtorrent-0.10.2.tar.gz) = b3bd1dcc0de3dfdec4a2d6f7012d126875e166330ff9d399927b468fde7ae5d1
3
SIZE (libtorrent-0.10.0.tar.gz) = 447795
3
SIZE (libtorrent-0.10.2.tar.gz) = 453071
(-)/home/toni/ports/libtorrent-devel/files/devel-src_utils_sha1.h (-11 lines)
Lines 1-11 Link Here
1
--- src/utils/sha1.h.orig	Wed Jul 12 11:35:43 2006
2
+++ src/utils/sha1.h	Wed Jul 12 11:36:04 2006
3
@@ -87,7 +87,7 @@
4
 Sha1::final_c(char* buffer) {
5
   unsigned int len;
6
   
7
-  SHA1_End(&m_ctx, buffer, &len, 20);
8
+  SHA1_End(&m_ctx, (unsigned char*)buffer, &len, 20);
9
 }
10
 
11
 #elif defined USE_OPENSSL_SHA
(-)/home/toni/ports/libtorrent-devel/pkg-plist (-1 / +4 lines)
Lines 2-7 Link Here
2
include/torrent/block.h
2
include/torrent/block.h
3
include/torrent/block_list.h
3
include/torrent/block_list.h
4
include/torrent/block_transfer.h
4
include/torrent/block_transfer.h
5
include/torrent/chunk_manager.h
5
include/torrent/common.h
6
include/torrent/common.h
6
include/torrent/connection_manager.h
7
include/torrent/connection_manager.h
7
include/torrent/download.h
8
include/torrent/download.h
Lines 14-19 Link Here
14
include/torrent/object_stream.h
15
include/torrent/object_stream.h
15
include/torrent/path.h
16
include/torrent/path.h
16
include/torrent/peer.h
17
include/torrent/peer.h
18
include/torrent/peer_info.h
19
include/torrent/peer_list.h
17
include/torrent/piece.h
20
include/torrent/piece.h
18
include/torrent/poll.h
21
include/torrent/poll.h
19
include/torrent/poll_epoll.h
22
include/torrent/poll_epoll.h
Lines 26-31 Link Here
26
include/torrent/tracker_list.h
29
include/torrent/tracker_list.h
27
include/torrent/transfer_list.h
30
include/torrent/transfer_list.h
28
lib/libtorrent.so
31
lib/libtorrent.so
29
lib/libtorrent.so.8
32
lib/libtorrent.so.9
30
libdata/pkgconfig/libtorrent.pc
33
libdata/pkgconfig/libtorrent.pc
31
@dirrm include/torrent
34
@dirrm include/torrent

Return to bug 103508