untrusted comment: verify with openbsd-77-base.pub
RWSbCCUoGpcxVSWyE7646aLoW3ePt9xdzuZ9wL9fE2+1oI48Hw1A3cpeOxx6/pkBMHU4OJVBYoANIpemv4cY9Du1xr0HcfYhigI=

OpenBSD 7.7 errata 003, May 10, 2025:

Replace incorrect zoneinfo files created by broken zic(8).

Apply by doing:
    signify -Vep /etc/signify/openbsd-77-base.pub -x 003_zoneinfo.patch.sig \
        -m - | (cd /usr/src && patch -p0)

After fixing zic(8) as described in errata 002, rebuild and install
the zoneinfo files:
    cd /usr/src/share/zoneinfo
    make obj
    make
    make install

The patch below is a dummy to satisfy syspatch-related machinery.

Index: share/zoneinfo/Makefile
===================================================================
RCS file: /cvs/src/share/zoneinfo/Makefile,v
diff -u -p -u -r1.19 Makefile
--- share/zoneinfo/Makefile	7 Feb 2024 21:24:58 -0000	1.19
+++ share/zoneinfo/Makefile	8 May 2025 23:45:45 -0000
@@ -1,6 +1,6 @@
 #	$OpenBSD: Makefile,v 1.19 2024/02/07 21:24:58 millert Exp $
 
-# DATAFORM selects the data format.  OpenBSD always uses "main"
+# DATAFORM selects the data format.  OpenBSD always uses "main".
 # Available formats represent essentially the same data, albeit
 # possibly with minor discrepancies that users are not likely to notice.
 # To get new features and the best data right away, use: