From owner-svn-ports-all@freebsd.org Wed Jul 27 19:36:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A5A3BA6471; Wed, 27 Jul 2016 19:36:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC501D6C; Wed, 27 Jul 2016 19:36:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RJagCq067739; Wed, 27 Jul 2016 19:36:42 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RJag2Z067738; Wed, 27 Jul 2016 19:36:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201607271936.u6RJag2Z067738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 27 Jul 2016 19:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419194 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 19:36:43 -0000 Author: jkim Date: Wed Jul 27 19:36:42 2016 New Revision: 419194 URL: https://svnweb.freebsd.org/changeset/ports/419194 Log: Belatedly add a note about emulators/virtualbox-ose upgrade. Requested by: Kevin Oberman (rkoberman at gmail dot com) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jul 27 19:26:16 2016 (r419193) +++ head/UPDATING Wed Jul 27 19:36:42 2016 (r419194) @@ -6,6 +6,16 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20160722: + AFFECTS: users of emulators/virtualbox-ose + AUTHOR: jkim@FreeBSD.org + + VirtualBox has been updated to 5.0.26 and it is incompatible with old + kernel modules. You should upgrade emulators/virtualbox-ose-kmod and + load new kernel modules before starting new version, e.g., + + # service vboxnet restart + +20160722: AFFECTS: users of games/stonesoup-* AUTHOR: lifanov@mail.lifanov.com