diff options
author | wiz <wiz> | 2011-08-06 10:21:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-06 10:21:19 +0000 |
commit | 9531c6230bb4a1c8f75c895fbadb11eaf5abd0f0 (patch) | |
tree | 512d3e6199161191226e629dc2522c6e9e45c72c /devel/mercurial | |
parent | 937cc32c929a984eb0cc7b0cbdd8ea52307a5925 (diff) | |
download | pkgsrc-9531c6230bb4a1c8f75c895fbadb11eaf5abd0f0.tar.gz |
Update to 1.9.1:
Mercurial 1.9.1 (2011-08-01)
This is a regular bugfix release. It fixes several regressions
introduced in 1.9. The hgweb server now disables MIME type guessing
by default to avoid a potential cross-site scripting issue when
hosting untrusted repositories (issue2923). See UpgradeNotes for
more info.
dispatch: make sure global options on the command line take precedence
eol: ignore IOError from deleted files in commitctx
hgcia: set default value of strip to -1 (issue2891)
hgweb: do not ignore [auth] if url has a username (issue2822)
hgweb: handle 'baseurl' configurations with leading slash (issue2934)
hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923)
httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
patch: fix parsing patch files containing CRs not followed by LFs
rebase: block collapse with keepbranches on multiple named branches (issue2112)
rebase: reset bookmarks (issue2265 and issue2873)
revert: restore check for uncommitted merge (issue2915) (BC)
revsets: catch type error on tip^p1(tip) (issue2884)
revsets: do the right thing with x^:y (issue2884)
subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)
subrepo: use working copy of .hgsub to filter status (issue2901)
url: store and assume the query part of an url is in escaped form (issue2921)
util: rename the util.localpath that uses url to urllocalpath (issue2875)
verify: filter messages about missing null manifests (issue2900)
web: output a correct date in short format (issue2902)
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 a9dd1cc49e3..7b251a988b7 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2011/07/12 11:27:53 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2011/08/06 10:21:19 wiz Exp $ # -DISTNAME= mercurial-1.9 +DISTNAME= mercurial-1.9.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index a221c54f21d..4a9ed0e79eb 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2011/07/12 11:27:53 wiz Exp $ +$NetBSD: distinfo,v 1.48 2011/08/06 10:21:19 wiz Exp $ -SHA1 (mercurial-1.9.tar.gz) = e7d80abf520849e1327ad5e7606a09628f646584 -RMD160 (mercurial-1.9.tar.gz) = f533234095f2028ef742dce96a23751ee023a7f1 -Size (mercurial-1.9.tar.gz) = 2964382 bytes +SHA1 (mercurial-1.9.1.tar.gz) = 555fc13756c8e9a75b653a5337791e8ebf1319cd +RMD160 (mercurial-1.9.1.tar.gz) = 13d3212e3b9ffb4a4b20108241b676611bab718a +Size (mercurial-1.9.1.tar.gz) = 2970705 bytes |