From owner-cvs-all@FreeBSD.ORG Sat Jul 30 22:35:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C99016A41F; Sat, 30 Jul 2005 22:35:01 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8FC43D46; Sat, 30 Jul 2005 22:35:00 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6UMZ0g4005662; Sat, 30 Jul 2005 22:35:00 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6UMZ0Cu005661; Sat, 30 Jul 2005 22:35:00 GMT (envelope-from cperciva) Message-Id: <200507302235.j6UMZ0Cu005661@repoman.freebsd.org> From: Colin Percival Date: Sat, 30 Jul 2005 22:35:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 22:35:01 -0000 cperciva 2005-07-30 22:35:00 UTC FreeBSD ports repository (src committer) Modified files: sysutils/portsnap Makefile distinfo Log: Upgrade to version 0.9.3. This adds some new _experimental_ pipelined HTTP code which typically makes portsnap 3-10 times faster at downloading updates. This experimental code is disabled by default; to enable it, run portsnap with the (undocumented) -x option. (e.g., "portsnap -x fetch") I am not currently aware of any problems with this new code, but it has had less than 24 hours of testing; I would definitely like to know if it breaks anything. If portsnap is run without the -x option, this version should behave exactly the same way as the previous version. Approved by: simon Revision Changes Path 1.10 +3 -1 ports/sysutils/portsnap/Makefile 1.8 +2 -2 ports/sysutils/portsnap/distinfo