From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 3 15:15:31 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D41C205 for ; Fri, 3 Jan 2014 15:15:31 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40FE015B3 for ; Fri, 3 Jan 2014 15:15:31 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id uz6so15577561obc.37 for ; Fri, 03 Jan 2014 07:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=xLZgPsSLT6SM4vaBNj/DAyXR2lrtkwy7W66Y8QglZss=; b=Q6n0GLMTZpnWRbnZu+yuHFZxiirYT5GH59/d62Vho3pXRDMPmYm4kFs+OEolbX1R6M zJKm5luwrsJu4VsjpxHJ53j+QeDwid6ATKExTUw+Gr11h/MSzoPelZ3uNlRMyWTEFhGe mTvHMK3hnI1fFP8wyNjAcVa0j9D84Y2wsG/Jk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=xLZgPsSLT6SM4vaBNj/DAyXR2lrtkwy7W66Y8QglZss=; b=nGekYIISS9UeZYQOpHTUIIf9fHlmFZUYl0HvsTZEGILevCfaGKVLTAKEMItqhPiycM gg1zmjUGcq5sKaMGWstyt8WW/pYtq/6DKzswIEXjrCSbyYjOvbKSU14yW1OaxlvaCbT1 BKzylCYRGj+781vgbmPdnN0ybVwVpQ6rftykNI8UwLAhT4gKfZdtSD8kEec5N68f9Qmx 7TTymTPhqlgVaKvlBTz8fdcDKtXxHHLQk+nrEfTXf6fwsv0nUthf5+H2bFkSVhqCwIV9 oQ1RUcUNUWTeW+v7T3nVS3Unrj46AIDTpLAfpro/gLVbDvYbsIQriU2pgPH+Da3Y9jGC fifA== X-Gm-Message-State: ALoCoQkhJiF2IUnWe81QU0yzgu6an4BBoTcUjGf/0bDoAwHekyOG3beYBBKqfqo3xAMV/QA/8v/K MIME-Version: 1.0 X-Received: by 10.60.80.137 with SMTP id r9mr27224028oex.30.1388762130423; Fri, 03 Jan 2014 07:15:30 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.154.2 with HTTP; Fri, 3 Jan 2014 07:15:30 -0800 (PST) X-Originating-IP: [80.123.233.199] Date: Fri, 3 Jan 2014 16:15:30 +0100 X-Google-Sender-Auth: GggBdp1Gj9OoRGeDqC-kd43CnOI Message-ID: Subject: [Call for Testers] VirtualBox 4.3.6 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 15:15:31 -0000 Hi virtualbox users! Almost 10 weeks have passed since the last cft with 4.3.0 and we have made a lot of improvements since then so here we are to see what they are worth! I have already killed VirtualBox 4.1.x and prepared the tree for the upcoming commit of 4.3 which will happen hopefully very soon. The mess with FreeBSD 10.0 has also significantly improved and all relevant patches were committed to the official portstree. We have also pushed a lot of patches upstream already so the number of ports patches for 4.3 has decreased a bit. This release would not have been possible without the awesome feedback and help on emulation@ and all people that did send patches: Mikhail Tsatsenko, Peter Jeremy, David Morgan, Mario Lobo, Jung-uk Kim, Daniel Lorch, William Grzybowski, Volodymyr Kostyrko. If you are interested in helping with virtualbox maintenance and development or have noticed a bug you can easily find us on IRC. Changes in the Port: - Update to 4.3.6 - Update phpvirtualbox to 4.3-1 - Fix pulseaudio option - Adopt USES=kmod - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes - Add USE_PYTHON_BUILD=yes because if PYTHON option is disabled we could - Fix startup order of vboxnet and move NETWORKING to BEFORE section - Fix building with GCC from ports on 10 to correctly use libstdc++ from GCC and not from base. - Add missing file to fix undefined symbol in kernel modules kernel: link_elf_obj: symbol RTThreadCtxHooksAreRegistered undefined - Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries - kBuild: Replace hardcoded freebsd strings with KBUILD_TARGET in do-install Changes in VirtualBox 4.3: https://www.virtualbox.org/wiki/Changelog VirtualBox 4.3.6 Ports: http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz IRC: #freebsd-vbox on Freenode Bernhard on behalf of the VirtualBox on FreeBSD Team! -- Bernhard Froehlich http://www.bluelife.at/