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.0 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 9F892211B4 for ; Wed, 5 Dec 2018 13:22:26 +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=WOPIa vQ1Z1zJyeHUfeSQiE+VdryQzdkuDGAWRNSwOzOLaCniMG1XJAfsQRz9kG0orb8Vj hp+3uvBn1mr3QkgTs7m1jMwxcxBp5gzowRl8suuR+uaMSmgdYKUM77ThLegv/uGT QqkpVY6a7mF/6QCbqFWqc9FZ41YQrGl6zjsEPQ= 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=FV8gAs6r0MJ +TdIZCN3xfh1NgKU=; b=wm8CEaFrIgVthsG0mkXIns1XSOfk0UtqUjurP8xmalR bf6JTwHWvBuDPJIqHOeFIbgmKWkulqR+fwIyoGqHPtTrFkg8HKZIZxXOjUnIFVoD 2bZ5djIgpLxlM8jDir9D1UDnbZ9l/Cc7erStULGhAYByXRjAdk/LCF41bv/n8cUQ = Received: (qmail 60794 invoked by alias); 5 Dec 2018 13:22:24 -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 60779 invoked by uid 89); 5 Dec 2018 13:22:23 -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: <87tvjxknpk.fsf@oldenburg.str.redhat.com> Date: Wed, 05 Dec 2018 14:22:19 +0100 In-Reply-To: <87tvjxknpk.fsf@oldenburg.str.redhat.com> (Florian Weimer's message of "Sat, 01 Dec 2018 21:15:51 +0100") Message-ID: <875zw8hzw4.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. Do you think we can remove the functionality, or should we wait some more time? Thanks, Florian