pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 10 12:56:23 UTC 2018

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile.version distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-mercurial/Makefile.version
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-mercurial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mercurial/Makefile.version
diff -u pkgsrc/devel/py-mercurial/Makefile.version:1.65 pkgsrc/devel/py-mercurial/Makefile.version:1.66
--- pkgsrc/devel/py-mercurial/Makefile.version:1.65     Sun Dec  2 12:38:36 2018
+++ pkgsrc/devel/py-mercurial/Makefile.version  Mon Dec 10 12:56:23 2018
@@ -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

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.69 pkgsrc/devel/py-mercurial/distinfo:1.70
--- pkgsrc/devel/py-mercurial/distinfo:1.69     Sun Dec  2 12:38:36 2018
+++ pkgsrc/devel/py-mercurial/distinfo  Mon Dec 10 12:56:23 2018
@@ -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