summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-13 10:47:21 +0000
committerwiz <wiz@pkgsrc.org>2022-06-13 10:47:21 +0000
commit3063e5fcdc55e3131c65779433f4bb278dfbc739 (patch)
tree15ec8f301b09a5861dd19e81bde679bafa600a33
parent62e2e87c3831ba2f95dc182390b14825bb2b911f (diff)
downloadpkgsrc-3063e5fcdc55e3131c65779433f4bb278dfbc739.tar.gz
py-mercurial: update to 6.1.3.
Mercurial 6.1.3 security: narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621 normal notes: censor: fix [hg update] away from a revision with censored files amend: stop losing copies when amending rhg: strengthen dirstate v2 writing in broken filesystems work around some broken DLL imports in Windows worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444) rhg: correctly handle the case where diffs are encoded relative to nullrev fix bugs and race-conditions in the Mercurial test runner chg: ignore already closed fds when cleaning up
-rw-r--r--devel/py-mercurial/Makefile8
-rw-r--r--devel/py-mercurial/distinfo8
-rw-r--r--devel/py-mercurial/version.mk4
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/py-mercurial/Makefile b/devel/py-mercurial/Makefile
index f85a358a0f6..3278bda8ebb 100644
--- a/devel/py-mercurial/Makefile
+++ b/devel/py-mercurial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2022/04/20 22:14:01 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2022/06/13 10:47:21 wiz Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
@@ -29,7 +29,7 @@ PYTHON_SELF_CONFLICT= yes
.include "options.mk"
USE_TOOLS+= bash:test
-# Known test failures as of 6.1.1
+# Known test failures as of 6.1.3
# test-run-tests.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6661
# test-http-bad-server.t
@@ -44,12 +44,14 @@ USE_TOOLS+= bash:test
# https://bz.mercurial-scm.org/show_bug.cgi?id=6646
# test-removeemptydirs.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6587
+# test-revlog.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6716
# test-status-tracked-key.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6662
# test-demandimport.py:
# https://bz.mercurial-scm.org/show_bug.cgi?id=6680
#
-# Ran 883 tests, 82 skipped, 10 failed.
+# Ran 884 tests, 82 skipped, 11 failed.
TEST_TARGET= tests
TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo
index 5f042924c8e..5dcf3bfdb53 100644
--- a/devel/py-mercurial/distinfo
+++ b/devel/py-mercurial/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2022/05/10 07:06:10 wiz Exp $
+$NetBSD: distinfo,v 1.118 2022/06/13 10:47:21 wiz Exp $
-BLAKE2s (mercurial-6.1.2.tar.gz) = 714c1f1363bf9fed23d484aab3941b852b356c6ba08edc4144ca12fc041ef4d4
-SHA512 (mercurial-6.1.2.tar.gz) = 4adb8299747601d4c38b5ee83105f83810348357e244b6380b063c5ab25ea2ea2756fb0caf7f980d7cc707c27dee709b206894417aab9e6aee0818ddfe3aaf2b
-Size (mercurial-6.1.2.tar.gz) = 8066147 bytes
+BLAKE2s (mercurial-6.1.3.tar.gz) = 8e142c470701929ecae165445a987f3a4db0b4b975cfe7812fa37dc148a189b6
+SHA512 (mercurial-6.1.3.tar.gz) = dfa4754bc561a0c037d1682c30b0555ebde5a008ffa0622c5b13130df233811c80b094c558d522911b29cf5e4a735ef95a5527d6f676d6e99aa86dd36b2b6f12
+Size (mercurial-6.1.3.tar.gz) = 8070082 bytes
diff --git a/devel/py-mercurial/version.mk b/devel/py-mercurial/version.mk
index 49e258c20b4..408245b981e 100644
--- a/devel/py-mercurial/version.mk
+++ b/devel/py-mercurial/version.mk
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.35 2022/05/10 07:06:10 wiz Exp $
+# $NetBSD: version.mk,v 1.36 2022/06/13 10:47:21 wiz Exp $
-VERSION= 6.1.2
+VERSION= 6.1.3