6.9-beta
authorderaadt <deraadt@openbsd.org>
Sat, 6 Feb 2021 21:26:19 +0000 (21:26 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 6 Feb 2021 21:26:19 +0000 (21:26 +0000)
etc/root/root.mail
share/mk/sys.mk
sys/arch/macppc/stand/tbxidata/bsd.tbxi
sys/conf/newvers.sh
sys/sys/param.h

index ab4d6f8..01f13fb 100644 (file)
@@ -1,9 +1,9 @@
-From deraadt@do-not-reply.openbsd.org Tue Oct 18 06:08:00 MST 2020
+From deraadt@do-not-reply.openbsd.org Tue May 1 06:08:00 MST 2021
 Return-Path: root
-Date: Oct 18 06:08:00 MST 2020
+Date: May 1 06:08:00 MST 2021
 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
 To: root
-Subject: Welcome to OpenBSD 6.8!
+Subject: Welcome to OpenBSD 6.9!
 
 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
index fe19629..06239a2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sys.mk,v 1.88 2020/08/31 16:08:28 deraadt Exp $
+#      $OpenBSD: sys.mk,v 1.89 2021/02/06 21:26:19 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=       6
-OSMINOR=       8
+OSMINOR=       9
 OSREV=         $(OSMAJOR).$(OSMINOR)
 OSrev=         $(OSMAJOR)$(OSMINOR)
 
index d58b659..1235970 100644 (file)
@@ -1,6 +1,6 @@
 <CHRP-BOOT>
 <LICENSE>
-/*      $OpenBSD: bsd.tbxi,v 1.45 2020/08/31 16:08:28 deraadt Exp $      */
+/*      $OpenBSD: bsd.tbxi,v 1.46 2021/02/06 21:26:19 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 /6.8/macppc/bsd.rd
+boot cd:,ofwboot /6.9/macppc/bsd.rd
 </BOOT-SCRIPT>
 <OS-BADGE-ICONS>
 201B
index e478d3c..1c859b9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $OpenBSD: newvers.sh,v 1.178 2020/09/30 14:46:02 jsg Exp $
+#      $OpenBSD: newvers.sh,v 1.179 2021/02/06 21:26:19 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="6.8"
+osr="6.9"
 
 cat >vers.c <<eof
-#define STATUS "-current"              /* just after a release */
+#define STATUS "-beta"                 /* just before a release */
 #if 0
+#define STATUS "-current"              /* just after a release */
 #define STATUS ""                      /* release */
-#define STATUS "-beta"                 /* just before a release */
 #endif
 
 const char ostype[] = "${ost}";
index 579c4c9..8060c52 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.131 2020/08/31 16:08:28 deraadt Exp $     */
+/*     $OpenBSD: param.h,v 1.132 2021/02/06 21:26:19 deraadt Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -41,8 +41,8 @@
 #define BSD4_3 1
 #define BSD4_4 1
 
-#define OpenBSD        202010          /* OpenBSD version (year & month). */
-#define OpenBSD6_8 1           /* OpenBSD 6.8 */
+#define OpenBSD        202105          /* OpenBSD version (year & month). */
+#define OpenBSD6_9 1           /* OpenBSD 6.9 */
 
 #include <sys/_null.h>