1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

crank to 6.5-beta

This commit is contained in:
deraadt 2019-02-26 22:24:41 +00:00
parent 7f72be8c17
commit 167fd516a1
7 changed files with 20 additions and 20 deletions

View File

@ -1,9 +1,9 @@
From deraadt@do-not-reply.openbsd.org Sun Nov 1 06:30:00 MDT 2018
From deraadt@do-not-reply.openbsd.org Wed May 1 06:30:00 MDT 2019
Return-Path: root
Date: Nov 1 06:30:00 MDT 2018
Date: May 1 06:30:00 MDT 2019
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
Subject: Welcome to OpenBSD 6.4!
Subject: Welcome to OpenBSD 6.5!
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.84 2018/08/10 20:27:01 deraadt Exp $
# $OpenBSD: sys.mk,v 1.85 2019/02/26 22:24:41 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= 4
OSMINOR= 5
OSREV= $(OSMAJOR).$(OSMINOR)
OSrev= $(OSMAJOR)$(OSMINOR)

View File

@ -1,6 +1,6 @@
<CHRP-BOOT>
<LICENSE>
/* $OpenBSD: bsd.tbxi,v 1.41 2018/08/10 20:27:01 deraadt Exp $ */
/* $OpenBSD: bsd.tbxi,v 1.42 2019/02/26 22:24:41 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.4/macppc/bsd.rd
boot cd:,ofwboot /6.5/macppc/bsd.rd
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
201B

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: newvers.sh,v 1.165 2018/10/13 15:16:29 deraadt Exp $
# $OpenBSD: newvers.sh,v 1.166 2019/02/26 22:24:41 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,12 +68,12 @@ id=`basename "${d}"`
# and disable POOL_DEBUG in sys/conf/GENERIC
ost="OpenBSD"
osr="6.4"
osr="6.5"
cat >vers.c <<eof
#define STATUS "-current" /* just after a release */
#if 0
#define STATUS "-beta" /* just before a release */
#if 0
#define STATUS "-current" /* just after a release */
#define STATUS "" /* release */
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ktrace.h,v 1.37 2018/11/05 17:05:50 anton Exp $ */
/* $OpenBSD: ktrace.h,v 1.38 2019/02/26 22:24:41 deraadt Exp $ */
/* $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $ */
/*
@ -181,7 +181,7 @@ struct ktr_pledge {
/*
* trace flags (also in p_traceflags)
*/
#define KTRFAC_ROOT 0x80000000 /* root set this trace */
#define KTRFAC_ROOT 0x80000000U /* root set this trace */
#define KTRFAC_INHERIT 0x40000000 /* pass trace flags to children */
#ifndef _KERNEL

View File

@ -1,4 +1,4 @@
/* $OpenBSD: param.h,v 1.127 2018/08/10 20:27:01 deraadt Exp $ */
/* $OpenBSD: param.h,v 1.128 2019/02/26 22:24:41 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define OpenBSD 201811 /* OpenBSD version (year & month). */
#define OpenBSD6_4 1 /* OpenBSD 6.4 */
#define OpenBSD 201905 /* OpenBSD version (year & month). */
#define OpenBSD6_5 1 /* OpenBSD 6.5 */
#include <sys/_null.h>

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: signify.1,v 1.44 2018/08/10 20:27:01 deraadt Exp $
.\" $OpenBSD: signify.1,v 1.45 2019/02/26 22:24:41 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: August 10 2018 $
.Dd $Mdocdate: February 26 2019 $
.Dt SIGNIFY 1
.Os
.Sh NAME
@ -165,12 +165,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-65-base.pub -x SHA256.sig
$ signify -C -p /etc/signify/openbsd-66-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-65-base.pub -x SHA256.sig bsd.rd
$ signify -C -p /etc/signify/openbsd-66-base.pub -x SHA256.sig bsd.rd
.Ed
.Pp
Sign a gzip archive: