From toni@shaolin.selfdestruct.net  Sat Sep 23 08:40:40 2006
Return-Path: <toni@shaolin.selfdestruct.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A17616A412;
	Sat, 23 Sep 2006 08:40:40 +0000 (UTC)
	(envelope-from toni@shaolin.selfdestruct.net)
Received: from shaolin.selfdestruct.net (shaolin.selfdestruct.net [193.65.195.200])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D2CD043D45;
	Sat, 23 Sep 2006 08:40:39 +0000 (GMT)
	(envelope-from toni@shaolin.selfdestruct.net)
Received: by shaolin.selfdestruct.net (Postfix, from userid 1002)
	id CA5BE6D428; Sat, 23 Sep 2006 11:40:37 +0300 (EEST)
Message-Id: <20060923084037.CA5BE6D428@shaolin.selfdestruct.net>
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: [PATCH] net-p2p/libtorrent-devel: update to 0.10.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103508
>Category:       ports
>Synopsis:       [PATCH] net-p2p/libtorrent-devel: update to 0.10.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 08:50:19 GMT 2006
>Closed-Date:    Mon Sep 25 22:44:56 GMT 2006
>Last-Modified:  Mon Sep 25 22:44:56 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 23 08:50:36 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103508 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103508: commit references a PR
Date: Mon, 25 Sep 2006 22:39:34 +0000 (UTC)

 flz         2006-09-25 22:39:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/libtorrent-devel Makefile distinfo pkg-plist 
   Removed files:
     net-p2p/libtorrent-devel/files devel-src_utils_sha1.h 
   Log:
   - Update to 0.10.2. [1]
   - Support kqueue polling. [2]
   
   PR:             ports/103508 [1]
   Submitted by:   Toni Viemero <toni.viemero@iki.fi> [1]
                   Dennis Schneider <dans-at-1158888366@berlin.ccc.de> [2]
   
   Revision  Changes    Path
   1.4       +5 -1      ports/net-p2p/libtorrent-devel/Makefile
   1.4       +3 -3      ports/net-p2p/libtorrent-devel/distinfo
   1.2       +0 -11     ports/net-p2p/libtorrent-devel/files/devel-src_utils_sha1.h (dead)
   1.3       +4 -1      ports/net-p2p/libtorrent-devel/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Sep 25 22:44:54 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103508 
>Unformatted:
