diff options
author | wiz <wiz> | 2010-10-05 22:12:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-10-05 22:12:13 +0000 |
commit | 73d95bf586c1878f61040104864ad4c76b56f272 (patch) | |
tree | 4fdfe5b7ceec7b052bcd48cefd6efc90a41cd3f9 /devel/mercurial | |
parent | 851b4268782301d6fa5c9f4c5e1934bcaedcef03 (diff) | |
download | pkgsrc-73d95bf586c1878f61040104864ad4c76b56f272.tar.gz |
Update to 1.6.4, because previous versions are mentioned in
pkg-vulnerabilities.
Changes since 1.6.3:
This is a monthly bugfix release.
* archive: set date to 1980 for very old zip files
* bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016)
* color: add win32 support for non-black background
* context: fix filectx.undelete() (issue2388)
* convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354)
* convert/svn: fix broken symlink renames in svn sink
* core: use lexists() instead of exists() where appropriate
* hgweb: Fix memory leak when using hg commands over http repositories
* hgweb: correct Content-Type header values for archive downloads
* log: include unmodified-in-merge files in log diff/stat (issue2383)
* mq: always require --force when pushing patches (issue2363)
* patch: do not overwrite broken untracked symlinks
* patch: fix rename text to binary file (issue2400)
* patch: fix target when patching broken symlinks (issue2368)
* patch: upgrade to git patch when removing binary file
* rename: do not overwrite existing broken symlinks
* url: verify correctness of https server certificates (issue2407)
* util: avoid using hashlib on Python < 2.5 (issue2278)
* verify: fix "missing revlog!" errors for revlog format v0 and add test
* win32: add Emacs scripts to Inno Setup installer
* win32: add hgweb scripts to Inno Setup installer
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 89bbbdead46..658b30a4790 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2010/08/28 11:34:26 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2010/10/05 22:12:13 wiz Exp $ # -DISTNAME= mercurial-1.6.3 +DISTNAME= mercurial-1.6.4 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 39b811e6740..330837167f6 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2010/08/28 11:34:26 wiz Exp $ +$NetBSD: distinfo,v 1.36 2010/10/05 22:12:13 wiz Exp $ -SHA1 (mercurial-1.6.3.tar.gz) = d198fb97182f7b23277007d66fadd2d038ff6ef7 -RMD160 (mercurial-1.6.3.tar.gz) = cd63da24cb30358c3905e59ac3d86721f0837743 -Size (mercurial-1.6.3.tar.gz) = 2205031 bytes +SHA1 (mercurial-1.6.4.tar.gz) = 13e9dcf64ce5228b6abf9ae402966b1129f0889c +RMD160 (mercurial-1.6.4.tar.gz) = 269beb3fa3bb4f046b7c713fea7f9508d027fe34 +Size (mercurial-1.6.4.tar.gz) = 2240810 bytes |