From owner-cvs-ports@FreeBSD.ORG Thu Feb 3 11:27:19 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50315106566B; Thu, 3 Feb 2011 11:27:19 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40BAC8FC14; Thu, 3 Feb 2011 11:27:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p13BRJNI077717; Thu, 3 Feb 2011 11:27:19 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p13BRJ1j077716; Thu, 3 Feb 2011 11:27:19 GMT (envelope-from roberto) Message-Id: <201102031127.p13BRJ1j077716@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 3 Feb 2011 11:27:19 +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/devel/mercurial Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2011 11:27:19 -0000 roberto 2011-02-03 11:27:19 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo Log: Update to 1.7.5. 1. 1.7.5 (2011-02-01) This is a quick bugfix release to include some fixes accidentally dropped from 1.7.4. subrepo: fix update -C with svn subrepos when cwd != repo.root subrepo: make update -C clean the working directory for svn subrepos url: add --insecure option to bypass verification of ssl certificates 2. 1.7.4 (2011-02-01) This is a scheduled bugfix release that smooths out some of the rough edged introduced with 1.7.3's HTTPS certificate verification. bookmarks: always write undo file bookmarks: respect rollbacks dryrun parameter hgrc.5: mention that web.cacerts are run through util.expandpath opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922) subrepo: compare svn subrepo state to last committed revision subrepo: do not report known files inside repositories as unknown url: 'ssh known host'-like checking of fingerprints of HTTPS certificates (see CACertificates) url: check subjectAltName when verifying ssl certificate url: expand path for web.cacerts url: fix UnicodeDecodeError on certificate verification error Feature safe: yes Revision Changes Path 1.59 +1 -1 ports/devel/mercurial/Makefile 1.35 +2 -2 ports/devel/mercurial/distinfo