diff options
author | wiz <wiz> | 2011-02-03 12:36:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-03 12:36:37 +0000 |
commit | 4ca6768129071a88819805878bb0a5d8ab704672 (patch) | |
tree | 1a0ca3b9e1a8ff4e8a555095d3e37d8e079e2902 /devel/mercurial | |
parent | 87404dcac72ee40374ff15f8cd2ec8648268f504 (diff) | |
download | pkgsrc-4ca6768129071a88819805878bb0a5d8ab704672.tar.gz |
Update to 1.7.5:
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
win32mbcs: Fix typo in documentation
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
win32: add cacert.pem file to Inno Setup installer
win32: win32console.GetStdHandle() can return None
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index d3d353610b6..5bf3f15667d 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2011/01/12 10:19:50 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2011/02/03 12:36:37 wiz Exp $ # -DISTNAME= mercurial-1.7.3 +DISTNAME= mercurial-1.7.5 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index a544707c410..8c984ab45be 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2011/01/12 10:19:50 wiz Exp $ +$NetBSD: distinfo,v 1.41 2011/02/03 12:36:37 wiz Exp $ -SHA1 (mercurial-1.7.3.tar.gz) = 32b513e194f1687910caae5b0bb2a0736abb9a3a -RMD160 (mercurial-1.7.3.tar.gz) = 490407d078b92573fa0ce809becc14abe1407763 -Size (mercurial-1.7.3.tar.gz) = 2482093 bytes +SHA1 (mercurial-1.7.5.tar.gz) = 3b2dad1415e8bde00d2248b7d8c4255e9f0d79aa +RMD160 (mercurial-1.7.5.tar.gz) = 83b3d68d2d68419f81da8aa63085206646141dae +Size (mercurial-1.7.5.tar.gz) = 2486207 bytes |