1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-29 08:36:22 +00:00

crank to 7.8-beta

This commit is contained in:
deraadt
2025-09-10 16:00:04 +00:00
parent b33d45262c
commit ca6cf18cc1
6 changed files with 18 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
From deraadt@do-not-reply.openbsd.org Wed Apr 30 07:07:00 MDT 2025
From deraadt@do-not-reply.openbsd.org Wed Oct 24 07:08:00 MDT 2025
Return-Path: root
Date: Apr 30 07:07:00 MDT 2025
Date: Oct 24 07:08:00 MDT 2025
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
Subject: Welcome to OpenBSD 7.7!
Subject: Welcome to OpenBSD 7.8!
This message attempts to describe the most basic initial questions that a
system administrator of an OpenBSD box might have. You are urged to save

View File

@@ -1,4 +1,4 @@
# $OpenBSD: sys.mk,v 1.97 2025/03/01 19:44:07 deraadt Exp $
# $OpenBSD: sys.mk,v 1.98 2025/09/10 16:00:04 deraadt Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -10,7 +10,7 @@
unix= We run OpenBSD.
OSMAJOR= 7
OSMINOR= 7
OSMINOR= 8
OSREV= $(OSMAJOR).$(OSMINOR)
OSrev= $(OSMAJOR)$(OSMINOR)

View File

@@ -1,6 +1,6 @@
<CHRP-BOOT>
<LICENSE>
/* $OpenBSD: bsd.tbxi,v 1.54 2025/03/01 19:44:07 deraadt Exp $ */
/* $OpenBSD: bsd.tbxi,v 1.55 2025/09/10 16:00:04 deraadt Exp $ */
/*
* Copyright (c) 2001 Dale Rahn.
* All rights reserved.
@@ -34,7 +34,7 @@ MacRISC MacRISC3 MacRISC4
OpenBSD/macppc bootloader
</DESCRIPTION>
<BOOT-SCRIPT>
boot cd:,ofwboot /7.7/macppc/bsd.rd
boot cd:,ofwboot /7.8/macppc/bsd.rd
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
201B

View File

@@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: newvers.sh,v 1.210 2025/04/12 02:13:14 deraadt Exp $
# $OpenBSD: newvers.sh,v 1.211 2025/09/10 16:00:04 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -68,13 +68,13 @@ id=`basename "${d}"`
# and disable POOL_DEBUG in sys/conf/GENERIC
ost="OpenBSD"
osr="7.7"
osr="7.8"
cat >vers.c <<eof
#define STATUS "-current" /* just after a release */
#define STATUS "-beta" /* just before a release */
#if 0
#define STATUS "" /* release */
#define STATUS "-beta" /* just before a release */
#define STATUS "-current" /* just after a release */
#define STATUS "-stable" /* stable branch */
#endif

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: param.h,v 1.144 2025/03/01 19:44:07 deraadt Exp $ */
/* $OpenBSD: param.h,v 1.145 2025/09/10 16:00:04 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define OpenBSD 202504 /* OpenBSD version (year & month). */
#define OpenBSD7_7 1 /* OpenBSD 7.7 */
#define OpenBSD 202510 /* OpenBSD version (year & month). */
#define OpenBSD7_8 1 /* OpenBSD 7.8 */
#include <sys/_null.h>

View File

@@ -1,4 +1,4 @@
.\" $OpenBSD: signify.1,v 1.61 2025/03/01 19:44:07 deraadt Exp $
.\" $OpenBSD: signify.1,v 1.62 2025/09/10 16:00:04 deraadt Exp $
.\"
.\"Copyright (c) 2013 Marc Espie <espie@openbsd.org>
.\"Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
@@ -14,7 +14,7 @@
.\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd $Mdocdate: March 1 2025 $
.Dd $Mdocdate: September 10 2025 $
.Dt SIGNIFY 1
.Os
.Sh NAME
@@ -171,12 +171,12 @@ Verify a release directory containing
.Pa SHA256.sig
and a full set of release files:
.Bd -literal -offset indent -compact
$ signify -C -p /etc/signify/openbsd-78-base.pub -x SHA256.sig
$ signify -C -p /etc/signify/openbsd-79-base.pub -x SHA256.sig
.Ed
.Pp
Verify a bsd.rd before an upgrade:
.Bd -literal -offset indent -compact
$ signify -C -p /etc/signify/openbsd-78-base.pub -x SHA256.sig bsd.rd
$ signify -C -p /etc/signify/openbsd-79-base.pub -x SHA256.sig bsd.rd
.Ed
.Pp
Sign a gzip archive: