From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 15 23:00:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00AF81065695 for ; Wed, 15 Oct 2008 23:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2568F8FC18 for ; Wed, 15 Oct 2008 23:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9FN08Hs026120 for ; Wed, 15 Oct 2008 23:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9FN073X026119; Wed, 15 Oct 2008 23:00:07 GMT (envelope-from gnats) Resent-Date: Wed, 15 Oct 2008 23:00:07 GMT Resent-Message-Id: <200810152300.m9FN073X026119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, peter.schuller@infidyne.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 779131065699 for ; Wed, 15 Oct 2008 22:53:42 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 37D198FC14 for ; Wed, 15 Oct 2008 22:53:41 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport.bredband.com (195.54.101.120) by proxy3.bredband.net (7.3.127) id 48DC49FD005C7F0B for FreeBSD-gnats-submit@freebsd.org; Thu, 16 Oct 2008 00:53:40 +0200 Received: from c-1216e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.18]) by ironport1.bredband.com with ESMTP; 16 Oct 2008 00:53:40 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id 6F8D81963E5; Thu, 16 Oct 2008 00:54:08 +0200 (CEST) Message-Id: <20081015225408.6F8D81963E5@prometheus.scode.org> Date: Thu, 16 Oct 2008 00:54:08 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128132: [MAINTAINER-UPDATE] net-p2p/bitflu: update to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 23:00:12 -0000 >Number: 128132 >Category: ports >Synopsis: [MAINTAINER-UPDATE] net-p2p/bitflu: update to 0.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 15 23:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Thu Sep 25 20:45:07 CEST 2008 >Description: - Update to 0.60 Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: Version 0.60 (Released: 20081009) Cron: * Added version check: Bitflu checks if your version is up-to-date and sends you a note (via 'notify') if it isn't. > Note: This 'phone home' check does NOT transmit any personal data or/and replace any files itself! The check just lookups the A-Record of 'version.bitflu.org' > You can set 'checkversion = 0' in .bitflu.config to DISABLE this feature. (default is: enabled) > Implementation details: - Bitflu does an A-Record lookup for 'version.bitflu.org' and will receive something such as: '1.0.60.0' 1 = Unused 0 = Major version 60 = Minor version 0 = Unused - Have a look at 'sub _VersionScan' * Blacklisted IPs are now expired after 1 hour. Kademlia: * Removed 'own' blacklisting code: The kademlia plugin will now use the Network-Blacklist API BitTorrent: * Include User-Agent string in Tracker requests * Do not schedule/throttle tracker writes (avoiding some timeout issues) * The tracker plugin no longer destroys bencoded data with linebreaks ("\n") .. d'uh! >How-To-Repeat: >Fix: --- bitflu-0.60.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/Makefile /usr/ports/net-p2p/bitflu/Makefile --- /usr/ports/net-p2p/bitflu.orig/Makefile 2008-10-12 19:56:01.000000000 +0200 +++ /usr/ports/net-p2p/bitflu/Makefile 2008-10-16 00:48:56.535687636 +0200 @@ -6,7 +6,7 @@ # PORTNAME= bitflu -PORTVERSION= 0.52 +PORTVERSION= 0.60 CATEGORIES= net-p2p MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/distinfo /usr/ports/net-p2p/bitflu/distinfo --- /usr/ports/net-p2p/bitflu.orig/distinfo 2008-10-12 19:56:01.000000000 +0200 +++ /usr/ports/net-p2p/bitflu/distinfo 2008-10-16 00:48:57.360687461 +0200 @@ -1,3 +1,3 @@ -MD5 (bitflu-0.52.tgz) = f75f5362aacd05ebbd25f01bc4ac11dd -SHA256 (bitflu-0.52.tgz) = fa252d7d1fb35bae5ef29ccfa130b2162c6d514f2ed72772fce9a7327eeee69f -SIZE (bitflu-0.52.tgz) = 112440 +MD5 (bitflu-0.60.tgz) = d79a18616739b42b26a24c215cab5c48 +SHA256 (bitflu-0.60.tgz) = c7998cfda2662d76c0cc14fcbf6b7d190d40455ea73119fbfaa863ec6ea81946 +SIZE (bitflu-0.60.tgz) = 114282 --- bitflu-0.60.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: