pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: update to 4.8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6af59147a9cb
branches:  trunk
changeset: 316327:6af59147a9cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 10 12:56:23 2018 +0000

description:
py-mercurial: update to 4.8.1.

Mercurial 4.8.1 (2018-12-04)

A regularly scheduled bugfix release. Some security fixes are
included, but all are expected to be low-risk.

1.1. commands

    commandserver: get around ETIMEDOUT raised by selectors2

    graft: do not try to skip rev derived from ancestor more than once (issue6024)
    verify: provide unit to ui.makeprogress()

1.2. core

    revlog: fix out-of-bounds access by negative parents read from revlog (SEC)

1.3. extensions

    rebase: abort in-mem rebase if there's a dirty merge state
    rebase: fix dir/file conflict detection when using in-mem merge

    rebase: fix path auditing to audit path relative to repo root (issue5818)
    rebase: preserve working copy when redoing in-mem rebase on disk

1.4. unsorted

    tests: stabilize test-inherit-mode.t on FreeBSD and macOS (issue6026)

diffstat:

 devel/py-mercurial/Makefile.version |   4 ++--
 devel/py-mercurial/distinfo         |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9f72f75b382f -r 6af59147a9cb devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version       Mon Dec 10 11:34:45 2018 +0000
+++ b/devel/py-mercurial/Makefile.version       Mon Dec 10 12:56:23 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.65 2018/12/02 12:38:36 wiz Exp $
+# $NetBSD: Makefile.version,v 1.66 2018/12/10 12:56:23 wiz Exp $
 
-VERSION=       4.8
+VERSION=       4.8.1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 4.3
 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
diff -r 9f72f75b382f -r 6af59147a9cb devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Mon Dec 10 11:34:45 2018 +0000
+++ b/devel/py-mercurial/distinfo       Mon Dec 10 12:56:23 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2018/12/02 12:38:36 wiz Exp $
+$NetBSD: distinfo,v 1.70 2018/12/10 12:56:23 wiz Exp $
 
-SHA1 (mercurial-4.8.tar.gz) = b8aa774be623381fc27b34b1eacef45f6189449f
-RMD160 (mercurial-4.8.tar.gz) = 573b9c84806e83d9a7d6948d7e905b90df10e597
-SHA512 (mercurial-4.8.tar.gz) = 83be5119355da6e43635a8ada3c152420314e72c4a7b98717ac8b5feb628f3ce96c0ca137cb4a624d441e4f800d9ca78ada3351ca403815c06ab151cc720077d
-Size (mercurial-4.8.tar.gz) = 6865809 bytes
+SHA1 (mercurial-4.8.1.tar.gz) = 108254a9f2dddd9478cdbc7d3127108b22facb7c
+RMD160 (mercurial-4.8.1.tar.gz) = d3b3d7de0d6853924a9e22d77a25664489cb9481
+SHA512 (mercurial-4.8.1.tar.gz) = a4485c22f9bb0bb752bf42941f613cb3542c66cbec5d7d49be2090ac544f5dca0f476e4535a56e3f4f4f5fc02fb12739e6d1c7b407264fc2ba4b19b0230b9f93
+Size (mercurial-4.8.1.tar.gz) = 6869733 bytes



Home | Main Index | Thread Index | Old Index