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 BEA501F453 for ; Mon, 18 Feb 2019 15:42:37 +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=D8+Uz N7R4m2+7ZVJNqfqdGbrB5WwY5AEhkJwFBeBDycWuk6aB303n1OQLNsBQ60H7x8xx nrDajzvhcduVIxq9ZXjMjoLgZW6MdvQY7QDTjl/BVEB7O8uBMkC/vszGBbwyjGjQ lN9M0kkhD9HCz2dgzfbFK31GPfG2EteELdm/90= 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=qdOVtG7N1q3 7nHtCbgt346CCN3Y=; b=pYF2Wlfan+DwH6c6hnM2nyxvxDu451QTicXqUmgUwko ejZrcNlbttfpsLE5vJbgVIKb8R1TKlPoeAF7ruHMxE3Mq4cDB2oowKoxlucFSQ+n nX8PETucSgNWoi6zvvECYcYGTtAsIz6BBt+Ay1aOTx17NMDI24bYyWpy1U+n0zoU = Received: (qmail 64176 invoked by alias); 18 Feb 2019 15:42:35 -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 64166 invoked by uid 89); 18 Feb 2019 15:42:34 -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: Mon, 18 Feb 2019 16:42:24 +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: <875zthcdcv.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. > > 2018-12-01 Florian Weimer > > resolv: Remove support for RES_USE_INET6 and the inet6 option. This patch is too large. I missed some cleanups in the NIS and nss_files code, so it is getting even larger. I will post some of the changes separately, as smaller patches. Thanks, Florian