From patchwork Fri Jan 12 12:33:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 859853 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-89144-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="qbGSBRGl"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 3zJ2HK0yC5z9sNr for ; Fri, 12 Jan 2018 23:34:04 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= VdwR+pJZgKmZrz+Vho3TdF7CCt8+ly8nl7/uVipTkGdtvQxtQujNOteMxT3RJfdA TJzEQ9SZr7oKYavVmuz0f6HHsAejscS9DjxObDRDLb04P9KHdV/bSqkZ5s1xIkLs N8KJKI3zm5dHS67JoIwd2nCqgfxQy2SOJY2C9DSoKHU= 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:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=Pb7Yx7 Nceu2dyuHhxhWc72QsRLA=; b=qbGSBRGluZsfIFHdMXZj8/iJgRcF1N8HvGG3BN 2UO1e0KVZmdxYL+4yflVbBw6Dq7/kNMUEbXlz3kb+TlNm/VfRZ9kj/061+ccXlSU tVnhTicZs0wvQU/c+nc9hZIur9QAZJ8aiutBjKIh6MAxs1s3BmE3hE5yDKfOuodH Ju8Uo= Received: (qmail 121354 invoked by alias); 12 Jan 2018 12:33:59 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 121344 invoked by uid 89); 12 Jan 2018 12:33:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Date: Fri, 12 Jan 2018 13:33:55 +0100 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Add missing reference to bug 20532 User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20180112123355.6838140374883@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) commit 63b52889c35b367cf20896442203bbe5d123058c Author: Florian Weimer Date: Fri Jan 12 12:15:38 2018 +0100 Add missing reference to bug 20532 diff --git a/ChangeLog b/ChangeLog index eb739177fa..baba58a5b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11658,6 +11658,7 @@ 2017-09-01 Florian Weimer + [BZ #20532] * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS function lookup failures more reliable.