pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial Updated py-mercurial to 3.8.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66cdd1ce354c
branches:  trunk
changeset: 347940:66cdd1ce354c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 04 07:59:45 2016 +0000

description:
Updated py-mercurial to 3.8.3.

Mercurial 3.8.3 (2016-6-01)

This is a regularly-scheduled bugfix release.

    bookmarks: allow pushing active bookmark on new remote head (issue5236)
    localrepo: prevent executable-bit only changes from being lost on amend
    strip: invalidate phase cache after stripping changeset (issue5235)

diffstat:

 devel/py-mercurial/Makefile.version                       |   4 +-
 devel/py-mercurial/distinfo                               |  11 +++----
 devel/py-mercurial/patches/patch-tests_test-subrepo-git.t |  21 ---------------
 3 files changed, 7 insertions(+), 29 deletions(-)

diffs (53 lines):

diff -r c2623cd03f68 -r 66cdd1ce354c devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version       Sat Jun 04 03:03:44 2016 +0000
+++ b/devel/py-mercurial/Makefile.version       Sat Jun 04 07:59:45 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.34 2016/05/22 17:17:33 wiz Exp $
+# $NetBSD: Makefile.version,v 1.35 2016/06/04 07:59:45 wiz Exp $
 
-VERSION=       3.8.2
+VERSION=       3.8.3
 
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # not yet ported as of 3.4.1
 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
diff -r c2623cd03f68 -r 66cdd1ce354c devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Sat Jun 04 03:03:44 2016 +0000
+++ b/devel/py-mercurial/distinfo       Sat Jun 04 07:59:45 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.36 2016/05/22 17:17:33 wiz Exp $
+$NetBSD: distinfo,v 1.37 2016/06/04 07:59:45 wiz Exp $
 
-SHA1 (mercurial-3.8.2.tar.gz) = 9c37481ee317ac4367180dcc4175626566e02343
-RMD160 (mercurial-3.8.2.tar.gz) = 9b0f7f45a33c03ccdc502fd0ab5138777b3e4fc3
-SHA512 (mercurial-3.8.2.tar.gz) = 16705396e71d86e7b0eec5d42e39d013812169f62cee10998bdfc088570759576aadcb7845f438b0e12664a3d8487fe5cd19c034811aefda8b2ee59e3d9a0f60
-Size (mercurial-3.8.2.tar.gz) = 4771143 bytes
-SHA1 (patch-tests_test-subrepo-git.t) = d4d5ab65a4e2605912882963007ed83e6f1cf747
+SHA1 (mercurial-3.8.3.tar.gz) = cccade8ca2a3f9c876301c11959a1303c0c9b00e
+RMD160 (mercurial-3.8.3.tar.gz) = 34aea8129d34d7787f9b6f21ef2e0cad25c608b4
+SHA512 (mercurial-3.8.3.tar.gz) = d6106fe942406fa3fe85039fa67ca47659b934cf2a027dfe24bfaff2f26130051ea1ee6064b30648769a12c4d6c7de2764463fb29a8194f50d79bcd63a4c5246
+Size (mercurial-3.8.3.tar.gz) = 4772901 bytes
diff -r c2623cd03f68 -r 66cdd1ce354c devel/py-mercurial/patches/patch-tests_test-subrepo-git.t
--- a/devel/py-mercurial/patches/patch-tests_test-subrepo-git.t Sat Jun 04 03:03:44 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-tests_test-subrepo-git.t,v 1.1 2016/05/20 17:52:26 wiz Exp $
-
-# HG changeset patch
-# User Kevin Bullock <kbullock+mercurial%ringworld.org@localhost>
-# Date 1462542084 18000
-# Node ID 3879d02cd1cc5b86ab23a4280115bcf37375dd61
-# Parent  8d5584d8345be23f98f702a421ce31b71882b4e6
-subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
-
---- tests/test-subrepo-git.t.orig      2016-05-01 19:36:10.000000000 +0000
-+++ tests/test-subrepo-git.t
-@@ -1145,7 +1145,8 @@ test for Git CVE-2016-3068
-   $ hg add .hgsub
-   $ hg commit -m "add subrepo"
-   $ cd ..
--  $ env -u GIT_ALLOW_PROTOCOL hg clone malicious-subrepository malicious-subrepository-protected
-+  $ unset GIT_ALLOW_PROTOCOL
-+  $ hg clone malicious-subrepository malicious-subrepository-protected
-   Cloning into '$TESTTMP/tc/malicious-subrepository-protected/s'... (glob)
-   fatal: transport 'ext' not allowed
-   updating to branch default



Home | Main Index | Thread Index | Old Index