From owner-svn-src-all@freebsd.org Wed Jul 20 03:55:32 2016 Return-Path: Delivered-To: svn-src-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 DAA52B9E3B4 for ; Wed, 20 Jul 2016 03:55:32 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm28.bullet.mail.bf1.yahoo.com (nm28.bullet.mail.bf1.yahoo.com [98.139.212.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9473A13A6 for ; Wed, 20 Jul 2016 03:55:32 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1468986931; bh=92z0aOcrKdYbPK0anLyxfrtft7woSolB0w7KRwZt7FQ=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=hWFtUT1rzYqzlXzxqKvgjOMHXR5uYFvej2khcRB2uIaAkLkst58wEMhwvydDAU9uPjr6KrSJ0kb7cc6pUcxCite0Fs4oLJgFMN2mSHcScH5ssy4QrGseJpXnGcFKmz7L8Zt+q6l0r81AVAQ9ZSeXft9nx3POY7UxmU4j1zfyW/IwzLnnAgna0GUUZ5D9c/5LqBoH47idSBVfO9DJlsZEKJfmj8Cwc/CuD4LZCK/qGyTanpITBviAfp/UmvNMJf9zAb2Fj4M29ujQ6ZGL/dpG8Sro3FHOHAc1YDlAEKaNk/byaF/bZ/ppOk6sKnddJdLS0IedTxS73WKKXO8Pv6tKLg== Received: from [98.139.215.143] by nm28.bullet.mail.bf1.yahoo.com with NNFMP; 20 Jul 2016 03:55:31 -0000 Received: from [98.139.211.196] by tm14.bullet.mail.bf1.yahoo.com with NNFMP; 20 Jul 2016 03:55:31 -0000 Received: from [127.0.0.1] by smtp205.mail.bf1.yahoo.com with NNFMP; 20 Jul 2016 03:55:31 -0000 X-Yahoo-Newman-Id: 205918.21047.bm@smtp205.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: cdTdtzMVM1lpQpKtZQ8QxGC1GDbHQHBkPG7lKINz.b5MZg4 SrP1tU9Gki08AabhqVPdE2zoILHNa4HzjFZAq2hjf.gTcWvxHqTZsYP57rvB dNGFEM8mkkHn3O2UrcJdQVoB8G0eatVH3uPFjj59g2Mi4WactjYZixpf_LJ. loUa26uIOlAbFuSxGFr4fK6YyNo6JVNzUj8bJwaHleGem9EAakKSm7TNzIIV vsfSS1DJdE61H5pnn7l25bU6Kz4Z2Iko_CP0H2YwcnYjRx9EK9cZ3Y0fivln 0qY4xAbuI4PSZpw8YAbQJ6RR45voHNNr.0C4HBk.7CSA7NMhKPKOdDMo39pX Tpv_EA1yofnjM6wcL7zRQF9HqdMMDACoayyBKpc1DXINHtM3FECIYKwyS50T kmD7__nhOdXDTZZo1UW.IFs6Fs2iRx29blVoWJnGuBq_rCsxROkAdx0m0g3M k44xuwem5WCl.skzo85MhjwoyRGEWHSgmHPK3Fp_pVqfZXA.DuuOrtA_zMq4 XZcwnUc8lU3E2eYCaF_kwtSpyjzly4DNhcfOIWk3gus_9MA-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: svn commit: r303062 - head/contrib/openresolv To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201607200352.u6K3q4I3015185@repo.freebsd.org> From: Pedro Giffuni Message-ID: <1c75b9d0-d70b-7e23-709c-f4ed1c5bfe3b@FreeBSD.org> Date: Tue, 19 Jul 2016 22:55:34 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201607200352.u6K3q4I3015185@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 03:55:32 -0000 On 07/19/16 22:52, Pedro F. Giffuni wrote: > Author: pfg > Date: Wed Jul 20 03:52:04 2016 > New Revision: 303062 > URL: https://svnweb.freebsd.org/changeset/base/303062 > > Log: > MFV r298167, r300962, r303048: > openresolv: update to version 3.8.1. > > Among the new features it attempts to support alternative init systems. > > MFC after: 1 month > In case it's not clear ... While I am running this and I don't see any issue, I don't have sufficient confidence yet to merge it into a release. Pedro.