Date: Sat, 23 Sep 2006 11:40:37 +0300 (EEST) From: Toni Viemero <toni.viemero@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: flz@FreeBSD.org Subject: ports/103508: [PATCH] net-p2p/libtorrent-devel: update to 0.10.2 Message-ID: <20060923084037.CA5BE6D428@shaolin.selfdestruct.net> Resent-Message-ID: <200609230850.k8N8oJFa000192@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103508 >Category: ports >Synopsis: [PATCH] net-p2p/libtorrent-devel: update to 0.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 08:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shaolin.selfdestruct.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #22: Sat Sep 16 22:45:01 EEST 2006 >Description: - Update to 0.10.2 Removed file(s): - files/devel-src_utils_sha1.h Port maintainer (flz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libtorrent-devel-0.10.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent-devel/Makefile /home/toni/ports/libtorrent-devel/Makefile --- /usr/ports/net-p2p/libtorrent-devel/Makefile Wed Jul 12 22:09:46 2006 +++ /home/toni/ports/libtorrent-devel/Makefile Sat Sep 23 10:27:49 2006 @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-devel -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.2 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent-devel/distinfo /home/toni/ports/libtorrent-devel/distinfo --- /usr/ports/net-p2p/libtorrent-devel/distinfo Wed Jul 12 22:09:46 2006 +++ /home/toni/ports/libtorrent-devel/distinfo Sat Sep 23 10:27:49 2006 @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.10.0.tar.gz) = 240e90818c4c9c34474b2e1873d09910 -SHA256 (libtorrent-0.10.0.tar.gz) = 47645632fee222609c139bddf50872949bd3359214976a25a92bbc1d277c70de -SIZE (libtorrent-0.10.0.tar.gz) = 447795 +MD5 (libtorrent-0.10.2.tar.gz) = 99f1daa0f6ce0aa8d53745c494df9b36 +SHA256 (libtorrent-0.10.2.tar.gz) = b3bd1dcc0de3dfdec4a2d6f7012d126875e166330ff9d399927b468fde7ae5d1 +SIZE (libtorrent-0.10.2.tar.gz) = 453071 diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent-devel/files/devel-src_utils_sha1.h /home/toni/ports/libtorrent-devel/files/devel-src_utils_sha1.h --- /usr/ports/net-p2p/libtorrent-devel/files/devel-src_utils_sha1.h Wed Jul 12 22:09:46 2006 +++ /home/toni/ports/libtorrent-devel/files/devel-src_utils_sha1.h Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/utils/sha1.h.orig Wed Jul 12 11:35:43 2006 -+++ src/utils/sha1.h Wed Jul 12 11:36:04 2006 -@@ -87,7 +87,7 @@ - Sha1::final_c(char* buffer) { - unsigned int len; - -- SHA1_End(&m_ctx, buffer, &len, 20); -+ SHA1_End(&m_ctx, (unsigned char*)buffer, &len, 20); - } - - #elif defined USE_OPENSSL_SHA diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent-devel/pkg-plist /home/toni/ports/libtorrent-devel/pkg-plist --- /usr/ports/net-p2p/libtorrent-devel/pkg-plist Wed Jul 12 22:09:46 2006 +++ /home/toni/ports/libtorrent-devel/pkg-plist Sat Sep 23 10:27:49 2006 @@ -2,6 +2,7 @@ include/torrent/block.h include/torrent/block_list.h include/torrent/block_transfer.h +include/torrent/chunk_manager.h include/torrent/common.h include/torrent/connection_manager.h include/torrent/download.h @@ -14,6 +15,8 @@ include/torrent/object_stream.h include/torrent/path.h include/torrent/peer.h +include/torrent/peer_info.h +include/torrent/peer_list.h include/torrent/piece.h include/torrent/poll.h include/torrent/poll_epoll.h @@ -26,6 +29,6 @@ include/torrent/tracker_list.h include/torrent/transfer_list.h lib/libtorrent.so -lib/libtorrent.so.8 +lib/libtorrent.so.9 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent --- libtorrent-devel-0.10.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060923084037.CA5BE6D428>