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:           Sun Apr 23 08:39:15 UTC 2023

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

Log Message:
py-mercurial: update to 6.4.2.

Exceptional bugfix release due to a corruption bug that happens
when using clonebundles on repositories with large files.

revlog-split: make sure the self._indexfile attribute is reset (issue6811)


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.129 -r1.130 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-mercurial/version.mk

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
diff -u pkgsrc/devel/py-mercurial/Makefile:1.81 pkgsrc/devel/py-mercurial/Makefile:1.82
--- pkgsrc/devel/py-mercurial/Makefile:1.81     Tue Apr 18 07:46:32 2023
+++ pkgsrc/devel/py-mercurial/Makefile  Sun Apr 23 08:39:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2023/04/18 07:46:32 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2023/04/23 08:39:15 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -29,7 +29,7 @@ PYTHON_SELF_CONFLICT=         yes
 .include "version.mk"
 
 USE_TOOLS+=            bash:test
-# Known test failures as of 6.4.1
+# Known test failures as of 6.4.2
 # test-remotefilelog-gc.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6783
 # test-push-cgi.t, test-oldcgi.t, test-newcgi.t, test-newercgi.t, test-clone-cgi.t

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.129 pkgsrc/devel/py-mercurial/distinfo:1.130
--- pkgsrc/devel/py-mercurial/distinfo:1.129    Tue Apr 18 07:46:32 2023
+++ pkgsrc/devel/py-mercurial/distinfo  Sun Apr 23 08:39:15 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.129 2023/04/18 07:46:32 wiz Exp $
+$NetBSD: distinfo,v 1.130 2023/04/23 08:39:15 wiz Exp $
 
-BLAKE2s (mercurial-6.4.1.tar.gz) = 8e305b9a2f66150a4d92e08790851b1c2e94cdf0043691b42379e592c670f123
-SHA512 (mercurial-6.4.1.tar.gz) = bb4e0364f7b1381a9a047bf6b12d1807c5cd1b3a42a9e3d2f7bc08684d3192dc9848dfe4c49f0c2c0d92ed4aa2884b0e5bce50cb9635e4dd3f571b63b899aea8
-Size (mercurial-6.4.1.tar.gz) = 8173449 bytes
+BLAKE2s (mercurial-6.4.2.tar.gz) = dc49f52a42a7b3068daedee652a332ef233382e065f72b1635cd63d2117283ff
+SHA512 (mercurial-6.4.2.tar.gz) = 6a64ec31ecf60d1fe8ffeee40293302a69583d29969b7344b9b4c186c8086078b13b2983db1cf12711fefb150aac80c95b5f35898d3d767fd81a3cd7791c0882
+Size (mercurial-6.4.2.tar.gz) = 8172574 bytes
 SHA1 (patch-tests_test-revlog-delta-find.t) = 4af19d6ece17d0aa12ce504fcdd1662812d993cb

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.46 pkgsrc/devel/py-mercurial/version.mk:1.47
--- pkgsrc/devel/py-mercurial/version.mk:1.46   Tue Apr 18 07:46:32 2023
+++ pkgsrc/devel/py-mercurial/version.mk        Sun Apr 23 08:39:15 2023
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.46 2023/04/18 07:46:32 wiz Exp $
+# $NetBSD: version.mk,v 1.47 2023/04/23 08:39:15 wiz Exp $
 
-VERSION=       6.4.1
+VERSION=       6.4.2



Home | Main Index | Thread Index | Old Index