summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/root/root.mail4
-rw-r--r--share/mk/sys.mk4
-rw-r--r--sys/arch/macppc/stand/tbxidata/bsd.tbxi4
-rw-r--r--sys/conf/newvers.sh6
-rw-r--r--sys/sys/param.h6
-rw-r--r--usr.bin/signify/signify.18
6 files changed, 16 insertions, 16 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail
index b273f15fe21..2bc9281c23f 100644
--- a/etc/root/root.mail
+++ b/etc/root/root.mail
@@ -1,9 +1,9 @@
From deraadt@do-not-reply.openbsd.org Wed May 1 06:30:00 MDT 2019
Return-Path: root
-Date: May 1 06:30:00 MDT 2019
+Date: Nov 1 06:30:00 MDT 2019
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
-Subject: Welcome to OpenBSD 6.5!
+Subject: Welcome to OpenBSD 6.6!
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
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index b93e5426a46..22ce114c716 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.85 2019/02/26 22:24:41 deraadt Exp $
+# $OpenBSD: sys.mk,v 1.86 2019/08/10 03:56:02 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= 5
+OSMINOR= 6
OSREV= $(OSMAJOR).$(OSMINOR)
OSrev= $(OSMAJOR)$(OSMINOR)
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi
index 65e85c955db..60583fe9b05 100644
--- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi
+++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi
@@ -1,6 +1,6 @@
<CHRP-BOOT>
<LICENSE>
-/* $OpenBSD: bsd.tbxi,v 1.42 2019/02/26 22:24:41 deraadt Exp $ */
+/* $OpenBSD: bsd.tbxi,v 1.43 2019/08/10 03:56:02 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.5/macppc/bsd.rd
+boot cd:,ofwboot /6.6/macppc/bsd.rd
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
201B
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4423f75cebb..f2fc236b37d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.168 2019/04/13 17:35:07 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.169 2019/08/10 03:56:02 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -71,10 +71,10 @@ ost="OpenBSD"
osr="6.5"
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}";
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 136a4e48575..7e12b16abb9 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.128 2019/02/26 22:24:41 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.129 2019/08/10 03:56:02 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 201905 /* OpenBSD version (year & month). */
-#define OpenBSD6_5 1 /* OpenBSD 6.5 */
+#define OpenBSD 201911 /* OpenBSD version (year & month). */
+#define OpenBSD6_6 1 /* OpenBSD 6.6 */
#include <sys/_null.h>
diff --git a/usr.bin/signify/signify.1 b/usr.bin/signify/signify.1
index 4db0de21d81..fc76fa55646 100644
--- a/usr.bin/signify/signify.1
+++ b/usr.bin/signify/signify.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signify.1,v 1.47 2019/05/08 17:55:41 tedu Exp $
+.\" $OpenBSD: signify.1,v 1.48 2019/08/10 03:56:02 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: May 8 2019 $
+.Dd $Mdocdate: August 10 2019 $
.Dt SIGNIFY 1
.Os
.Sh NAME
@@ -170,12 +170,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-66-base.pub -x SHA256.sig
+$ signify -C -p /etc/signify/openbsd-67-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-66-base.pub -x SHA256.sig bsd.rd
+$ signify -C -p /etc/signify/openbsd-67-base.pub -x SHA256.sig bsd.rd
.Ed
.Pp
Sign a gzip archive: