Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
xenocara release hashes
To:
tech@openbsd.org
Date:
Mon, 10 Nov 2025 17:51:50 +0100

Download raw body.

Thread
If you build a full snapshot, the xenocara release target will wipe out
the hashes computed for the base release.

Now claudio ran into this same issue I've had this M in my tree for a
long time since my workflow involves experimenting with libcrypto
changes and seeing how the ports tree copes with my abuse.

Would a diff like this be acceptable or would that break someone else?

Index: Makefile
===================================================================
RCS file: /cvs/xenocara/Makefile,v
diff -u -p -r1.78 Makefile
--- Makefile	28 Apr 2020 07:04:49 -0000	1.78
+++ Makefile	3 Jun 2024 21:46:12 -0000
@@ -96,7 +96,7 @@ sha: release-clean release-install dist 
 
 hash: dist
 	-cd ${RELEASEDIR}; \
-		cksum -a sha256 x*tgz > SHA256
+		cksum -a sha256 x*tgz >> SHA256
 
 .ORDER: release-clean release-install dist hash
 .endif