diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
commit | d4f0e47bbacc1309768228cde9fe76b4b71e5dff (patch) | |
tree | e399ae045d98698e79d71a8706b1e4c850cc7a21 | |
parent | f565f0697af0e83e4c172e5a3f0a9eaa2abf8805 (diff) |
move to 4.4-beta
-rw-r--r-- | distrib/miniroot/install.sub | 4 | ||||
-rw-r--r-- | etc/root/root.mail | 12 | ||||
-rw-r--r-- | share/mk/sys.mk | 4 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 | ||||
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/bsd.tbxi | 4 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 8 | ||||
-rw-r--r-- | sys/sys/param.h | 6 |
7 files changed, 22 insertions, 21 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index fa22fe16db4..a88300106e7 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.433 2008/06/26 05:42:03 ray Exp $ +# $OpenBSD: install.sub,v 1.434 2008/07/02 00:13:32 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -1633,7 +1633,7 @@ __EOT ROOTDISK= ROOTDEV= -VERSION=43 +VERSION=44 VNAME="$(( $VERSION / 10 )).$(( $VERSION % 10 ))" SETDIR="$VNAME/$ARCH" diff --git a/etc/root/root.mail b/etc/root/root.mail index f3b206eeca9..7cef255191b 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -1,9 +1,9 @@ -From deraadt@do-not-reply.openbsd.org Thu May 1 03:43:43 MST 2008 +From deraadt@do-not-reply.openbsd.org Sat Nov 1 03:43:43 MDT 2008 Return-Path: root -Date: May 1 03:43:43 MST 2008 +Date: Nov 1 03:43:43 MDT 2008 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) To: root -Subject: Welcome to OpenBSD 4.3! Secure by Default! +Subject: Welcome to OpenBSD 4.4! Secure by Default! 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 @@ -27,13 +27,13 @@ further information regarding configuration in the file /usr/X11R6/README. Several popular binary packages (pre-compiled applications) are available for most architectures. If you installed from a CD-ROM the packages -are on the same CD-ROM you installed from in the directory 4.3/packages. +are on the same CD-ROM you installed from in the directory 4.4/packages. CD-ROM space permitted us to include a subset of the full FTP packages for the most common architectures. Please see the FTP sites to see a full list of packages for each architecture: - ftp://ftp.openbsd.org/pub/OpenBSD/4.3/packages/ + ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/ If you do not find a package you want on the CD, please go look at your nearest FTP mirror site. @@ -43,7 +43,7 @@ to install the emacs package for i386, execute: # mount /dev/cd0a /cdrom # pkg_add -v /cdrom/4.3/packages/i386/emacs-21.4p5.tgz or alternatively install them via FTP this way: - # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.3/packages/i386/emacs-21.4p5.tgz + # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/emacs-21.4p5.tgz You are STRONGLY urged to use ssh instead of telnet, rlogin, or rsh! ssh is included in all OpenBSD systems. The implementation is OpenSSH, which we are diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 867da751474..722bed73b08 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.54 2008/02/20 17:46:51 miod Exp $ +# $OpenBSD: sys.mk,v 1.55 2008/07/02 00:13:32 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= 4 -OSMINOR= 3 +OSMINOR= 4 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 3fa1b69dfe2..d761a9fd5c8 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.58 2008/05/14 20:55:11 miod Exp $ +.\" $OpenBSD: doc-common,v 1.59 2008/07/02 00:13:32 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -203,7 +203,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 4.3 +. ds oS OpenBSD 4.4 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -284,6 +284,7 @@ . if "\\$2"4.1" .as oS \04.1 . if "\\$2"4.2" .as oS \04.2 . if "\\$2"4.3" .as oS \04.3 +. if "\\$2"4.4" .as oS \04.4 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi index 1144d77b645..5072cde1b97 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.20 2008/02/20 17:46:51 miod Exp $ */ +/* $OpenBSD: bsd.tbxi,v 1.21 2008/07/02 00:13:32 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 /4.3/macppc/bsd.rd +boot cd:,ofwboot /4.4/macppc/bsd.rd </BOOT-SCRIPT> <OS-BADGE-ICONS> 201B diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index c9914b3f8a1..4b8cc67a123 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.89 2008/03/08 00:00:17 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.90 2008/07/02 00:13:32 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -64,12 +64,12 @@ id=`basename ${d}` # A month or so before release, select STATUS "-beta" ost="OpenBSD" -osr="4.3" +osr="4.4" 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 diff --git a/sys/sys/param.h b/sys/sys/param.h index bf4b90c0b0d..aa41220abf7 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.74 2008/03/10 17:15:33 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.75 2008/07/02 00:13:32 deraadt Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -41,8 +41,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 200805 /* OpenBSD version (year & month). */ -#define OpenBSD4_3 1 /* OpenBSD 4.3 */ +#define OpenBSD 200811 /* OpenBSD version (year & month). */ +#define OpenBSD4_4 1 /* OpenBSD 4.4 */ #ifndef NULL #ifdef __GNUG__ |