From 9727fb9d38b659fa1166b6d776b74da2d4742d12 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 5 Oct 2010 22:12:13 +0000 Subject: 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 --- devel/mercurial/Makefile | 4 ++-- devel/mercurial/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3