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.dev140



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Fri May 8 15:23:15 2026 +0000
Changeset:	491c8ed268329b17addbebaa66726fac6d2adc9c

Modified Files:
	tnfrepo-dev/Makefile

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

- Add support for anonymous host.
- Make git-cvsmirror slightly less noisy.
- Make synchronous git-cvsmirror optional.
- New git netbsd.draft-view hack in lieu of GIT_NAMESPACE for cgit.
- Set various config options:
  . disable streaming clones without bundles to reduce server locks
  . set web.deny_pushes to more nicely decline pushes via http
- Fix and test external http(s) URLs in build-clonebundles.
- Disable stream bundles for now because nonreproducible hashes.

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

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

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

diffs:
diff --git a/tnfrepo-dev/Makefile b/tnfrepo-dev/Makefile
index 0bc83d5068..84914716b2 100644
--- a/tnfrepo-dev/Makefile
+++ b/tnfrepo-dev/Makefile
@@ -1,11 +1,10 @@
 #	$NetBSD$
 
-DISTNAME=	tnfrepo-0.0a20250823.dev127
-PKGREVISION=	1
+DISTNAME=	tnfrepo-0.0a20250823.dev140
 PKGNAME=	${DISTNAME}
 CATEGORIES=	sysutils
 HG_REPO=	https://hg.mumble.net/campbell/tnfrepo
-HG_TAG=		606fbb7a64fa46237f9da78edbc27e54022c622b
+HG_TAG=		c13abf2089b3c28edfdb6dbb573e19a8722075bb
 
 MAINTAINER=	riastradh%NetBSD.org@localhost
 HOMEPAGE=	https://hg.mumble.net/campbell/tnfrepo


Home | Main Index | Thread Index | Old Index