From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1660F20248 for ; Mon, 8 Apr 2019 09:00:04 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=jzelO 82BH8H+LdHieGIECqk3wUnND3drcSJR157Dq+jc+yLL/Q0Pe1sqV+/gE2jDt353t /9gMFoVz1WVJvLpyWHsqqN8ISTLQEyGfBDi7MF15pEbaibP0GLHtzNPY/c9egIYh FICTrAqCFbXs22i5Iekp67dPA3iJj9DuafPAjs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=yAGZKpC6yMy 61s6w10jU4eMZE8k=; b=sVXehjdhzWqsdgeF3PxpZqfIcleec8aQWCrEApL9H4N gG5NtcsFf+AHq3s9nejGf1Lg/aPo1IRIWMGYHJwGv6OE0Hx6Mir5CQMw0v3YfO8U 94S2zS8isAOThztHF5SH2MlLkpE0U3seWeOsDL8kFZmYUTEaRxs9cPrQvSQUK9fc = Received: (qmail 79794 invoked by alias); 8 Apr 2019 09:00:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 79786 invoked by uid 89); 8 Apr 2019 09:00:00 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: libc-alpha@sourceware.org Subject: Re: [PATCH] resolv: Remove support for RES_USE_INET6 and the inet6 option References: <20190312171958.451BD83089A1@oldenburg2.str.redhat.com> Date: Mon, 08 Apr 2019 10:59:55 +0200 In-Reply-To: <20190312171958.451BD83089A1@oldenburg2.str.redhat.com> (Florian Weimer's message of "Tue, 12 Mar 2019 18:19:58 +0100") Message-ID: <87o95gswhg.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain * Florian Weimer: > This functionality was deprecated in glibc 2.25. > > This commit only includes the core changes to remove the > functionality. It does not remove the RES_USE_INET6 handling in the > individual NSS service modules and the res_use_inet6 function. > These changes will happen in future commits. I have committed this. Thanks, Florian