Index | Thread | Search

From:
James Turner <james@calminferno.net>
Subject:
update: hare 0.26.0.1
To:
pasta@pastatech.eu
Cc:
ports@openbsd.org
Date:
Wed, 27 May 2026 15:44:22 +0200

Download raw body.

Thread
Attached is an update to hare 0.26.0.1 which includes a security fix.
oks?

James


Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/hare/Makefile.inc,v
diff -u -p -u -p -r1.7 Makefile.inc
--- Makefile.inc	10 Apr 2026 09:10:44 -0000	1.7
+++ Makefile.inc	27 May 2026 13:41:14 -0000
@@ -6,7 +6,8 @@ CATEGORIES ?=	lang devel
 
 HOMEPAGE ?=	https://harelang.org/
 MAINTAINER ?=	pasta <pasta@pastatech.eu>
-V ?=		0.26.0
+HARE_V ?=	0.26.0.1
+HAREC_V ?=	0.26.0
 
 # Compiler: GPLv3 only
 # Runtime: MPL 2.0
Index: hare/Makefile
===================================================================
RCS file: /cvs/ports/lang/hare/hare/Makefile,v
diff -u -p -u -p -r1.6 Makefile
--- hare/Makefile	3 Jul 2025 17:58:27 -0000	1.6
+++ hare/Makefile	27 May 2026 13:41:14 -0000
@@ -1,12 +1,12 @@
-DISTNAME =	hare-${V}
-DISTFILES =	hare-{hare/archive/}${V}${EXTRACT_SUFX}
+DISTNAME =	hare-${HARE_V}
+DISTFILES =	hare-{hare/archive/}${HARE_V}${EXTRACT_SUFX}
 
 WANTLIB += c
 
 BUILD_DEPENDS =	${RUN_DEPENDS} \
 		textproc/scdoc
 
-RUN_DEPENDS =	lang/hare/harec=${V}
+RUN_DEPENDS =	lang/hare/harec=${HAREC_V}
 
 MAKE_FLAGS =	MANDIR="${PREFIX}/man"
 
Index: hare/distinfo
===================================================================
RCS file: /cvs/ports/lang/hare/hare/distinfo,v
diff -u -p -u -p -r1.5 distinfo
--- hare/distinfo	10 Apr 2026 09:10:44 -0000	1.5
+++ hare/distinfo	27 May 2026 13:41:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (hare-0.26.0.tar.gz) = Ul7mmb263jkOseNVJaubWzAyxfQs3c5J2RdrvckXLQQ=
-SIZE (hare-0.26.0.tar.gz) = 976164
+SHA256 (hare-0.26.0.1.tar.gz) = 92cEkgovRXvk0tYpDcENz7cxnB0ZkPIwVJFkQ4NGaQU=
+SIZE (hare-0.26.0.1.tar.gz) = 976995
Index: harec/Makefile
===================================================================
RCS file: /cvs/ports/lang/hare/harec/Makefile,v
diff -u -p -u -p -r1.10 Makefile
--- harec/Makefile	10 Apr 2026 09:10:44 -0000	1.10
+++ harec/Makefile	27 May 2026 13:41:14 -0000
@@ -1,5 +1,5 @@
-DISTNAME =	harec-${V}
-DISTFILES =	harec-{harec/archive/}${V}${EXTRACT_SUFX}
+DISTNAME =	harec-${HAREC_V}
+DISTFILES =	harec-{harec/archive/}${HAREC_V}${EXTRACT_SUFX}
 
 WANTLIB += c m