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:           Fri Mar 21 20:27:12 UTC 2025

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

Log Message:
py-mercurial: update to 6.9.4.

= Mercurial 6.9.4 =

 * hgweb: fix XSS vulnerability in hgweb (CVE-2025-2361)

= Mercurial 6.9.3 =

 * fix processing of superfluous requirements specified for streamclone in clone bundle manifest

= Mercurial 6.9.2 =

 * narrow: stricter validation of narrowspec patterns
 * narrow: stricter validation of narrowspec patterns in rhg
 * rhg: fix a bug where only the first pattern in narrowspec was validated
 * extensions: allow wrapping a function with a bytes name again
 * upgrade: fix a reference to a missing attribute
 * bundles: filter out unsupported requirements for non-packed1 format
 * dirstate-race: add more output to highlight a "to-be-revealed" bug
 * dirstate-race: simplify some output match to highligh an error
 * dirstate-race: fix a missing synchronisation in the python code
 * dirstatemap: stop setting identity after reading the data
 * sshpeer: fix deadlock on short writes
 * sshpeer: fix another occurrence of short write handling

= Mercurial 6.9.1 =

 * ci: disable caching of the wheels that get built to save space
 * tests: use `--no-cache-dir` with `pip`
 * run-tests: disable caching of the wheels when installing test Mercurial
 * manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940)
 * contrib: propagate `pytype` failures outside of `check-pytype.sh`
 * acl: fix confusing formatting in help text (issue6942)
 * ui: fix escape sequences in in readline prompts (issue6930)
 * ci: let branch job run for scheduled build too
 * ci: automatically starts platform and py-version test for scheduled build
 * help: fix command build with rust
 * copyright: update to 2025
 * ci: also let the nightly build run on tags
 * usage: refactor usage.resources config parsing
 * hg-core: fix usage.resources typo
 * hg-core: fix usage.resources default logic


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.64 -r1.65 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.105 pkgsrc/devel/py-mercurial/Makefile:1.106
--- pkgsrc/devel/py-mercurial/Makefile:1.105    Sun Feb  2 10:38:04 2025
+++ pkgsrc/devel/py-mercurial/Makefile  Fri Mar 21 20:27:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2025/02/02 10:38:04 he Exp $
+# $NetBSD: Makefile,v 1.106 2025/03/21 20:27:12 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -27,12 +27,12 @@ PYTHON_SELF_CONFLICT=               yes
 .include "version.mk"
 
 USE_TOOLS+=            bash:test
-# Test status as of 6.9
+# Test status as of 6.9.4
 # Ran 943 tests, 81 skipped, 2 failed.
-# test-revlog-mmapindex.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6899
 # test-locale.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6948
+# test-revlog-mmapindex.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6899
 
 TEST_TARGET=           tests
 TEST_MAKE_FLAGS+=      PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.152 pkgsrc/devel/py-mercurial/distinfo:1.153
--- pkgsrc/devel/py-mercurial/distinfo:1.152    Wed Dec 11 23:27:33 2024
+++ pkgsrc/devel/py-mercurial/distinfo  Fri Mar 21 20:27:12 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.152 2024/12/11 23:27:33 wiz Exp $
+$NetBSD: distinfo,v 1.153 2025/03/21 20:27:12 wiz Exp $
 
-BLAKE2s (mercurial-6.9.tar.gz) = 1d046c1e305ec3525c4146d7e24491c643cea7062bcada9ac4f1a0d5966393e8
-SHA512 (mercurial-6.9.tar.gz) = e3025c9c4352c984dfeb0c8eca740684788e77104287f20b005343054b7135dc1ccd1ef258c749d9a6c9e8127bef0e1c12504b161822899d6359414652432935
-Size (mercurial-6.9.tar.gz) = 8662295 bytes
+BLAKE2s (mercurial-6.9.4.tar.gz) = e284ecdd87f35fc54da367b31ab2fdeedcbf775cc84824be735863206290f43d
+SHA512 (mercurial-6.9.4.tar.gz) = 4aa6881a9044c51a2d3d421da964d9e1bcc10d794a4a299a1f22cfb59866d168eb2d3a973cf2987d613e42c1a9b4cb5fbe79e1fa1b14a37e1747f4a4d1d5a0c7
+Size (mercurial-6.9.4.tar.gz) = 8670112 bytes
 SHA1 (patch-setup.py) = 2f5e1f619af50cc0976ce6b229e4ce9cc3492c29

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.64 pkgsrc/devel/py-mercurial/version.mk:1.65
--- pkgsrc/devel/py-mercurial/version.mk:1.64   Wed Dec 11 23:27:33 2024
+++ pkgsrc/devel/py-mercurial/version.mk        Fri Mar 21 20:27:12 2025
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.64 2024/12/11 23:27:33 wiz Exp $
+# $NetBSD: version.mk,v 1.65 2025/03/21 20:27:12 wiz Exp $
 
-VERSION=       6.9
+VERSION=       6.9.4



Home | Main Index | Thread Index | Old Index