pkgsrc-WIP-changes archive

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

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev79.



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Sat Nov 8 16:29:43 2025 +0000
Changeset:	787af4d26014a58c61ab70d370e8534d9fe38ce9

Modified Files:
	tnfrepo-dev/Makefile

Log Message:
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev79.

- Fix ACLs so users can't publish drafts they couldn't push as public
  to begin with.

- Fix some reject_hgmeta patterns for evil file paths.

- Reduce ACL checks from O(n^2) time to O(n) time for n changesets.

- Avoid long error.Abort(...) messages to avoid server-side crashes:

  Mercurial issue 10042: hook API: raise error.Abort(...) string
  limited to 255 bytes
  https://foss.heptapod.net/mercurial/mercurial-devel/-/issues/10042

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=787af4d26014a58c61ab70d370e8534d9fe38ce9

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

diffstat:
 tnfrepo-dev/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/tnfrepo-dev/Makefile b/tnfrepo-dev/Makefile
index b8aa0a9861..6e97904fc6 100644
--- a/tnfrepo-dev/Makefile
+++ b/tnfrepo-dev/Makefile
@@ -1,10 +1,10 @@
 #	$NetBSD$
 
-DISTNAME=	tnfrepo-0.0a20250823.dev73
+DISTNAME=	tnfrepo-0.0a20250823.dev79
 PKGNAME=	${DISTNAME}
 CATEGORIES=	sysutils
 HG_REPO=	https://hg.mumble.net/campbell/tnfrepo
-HG_TAG=		a221bb5b6c33cb7c8c5941d5291a037025b5990f
+HG_TAG=		93212788bf5a6bc230ca01f7516eb6962e811d77
 
 MAINTAINER=	riastradh%NetBSD.org@localhost
 HOMEPAGE=	https://hg.mumble.net/campbell/tnfrepo


Home | Main Index | Thread Index | Old Index