From patchwork Mon Apr 2 14:46:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 894273 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-91322-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="nBxzaUhy"; 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 40FFR0654Fz9s29 for ; Tue, 3 Apr 2018 00:46:20 +1000 (AEST) 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:cc:subject:date:message-id; q=dns; s= default; b=CdqqNO4AwSP1M/GK31dVDhfqVKgj977DTvkrfrvs9oy222cxln9h/ Z5BdKZM4qPoivaobStWmklZEdF84rBpOoBIApkKKkWZ0pwbRqDHI8EbyZAeoVuTp kJaOeGwrEUjBMNgKvLdrvpcj2Pj8jYyE9fQ2b1Prj7qc1FnX+v2N5k= 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:cc:subject:date:message-id; s=default; bh=nsoFnO3NonZDlp5uIYJ9s6rVDKQ=; b=nBxzaUhyCWJvKPwh/lFQ/OhYmJAy mtmnQ7/m+cAD+hL4Xq2LBwn/BUYAscWBdQTb7I30B2DwxdBkviIdaquIjVjMGtx2 NPZNXBE64tp/hiOmBQNZ2DOqzhVg/3QSSNMu57urlO1jbd9E8WJQ6u7akxt+5h7R 4tM4DdOjmINpCHo= Received: (qmail 13349 invoked by alias); 2 Apr 2018 14:46:15 -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 13228 invoked by uid 89); 2 Apr 2018 14:46:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=czech, Czech, incorporated, affecting X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Announce that glibc now builds unpatched Date: Mon, 2 Apr 2018 16:46:10 +0200 Message-Id: <20180402144610.31410-1-samuel.thibault@ens-lyon.org> * NEWS: Announce that glibc now builds unpatched on GNU/Hurd. * README: Remove the mention of out-of-tree patches needed for GNU/Hurd. --- ChangeLog | 4 ++++ NEWS | 3 +++ README | 4 +--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1581f6cf6..ff6787cc7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -219,6 +219,10 @@ * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise. * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise. + * NEWS: Announce that glibc now builds unpatched on GNU/Hurd. + * README: Remove the mention of out-of-tree patches needed for + GNU/Hurd. + 2018-04-02 Agustina Arzille Amos Jeffries David Michael diff --git a/NEWS b/NEWS index 9fb4c7a3f6..92c9b14220 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ Major new features: Czech languages. The Catalan and Greek languages now support abbreviated alternative month names. +* Building and running on GNU/Hurd systems now works without out-of-tree + patches. + Deprecated and removed features, and other changes affecting compatibility: * The nonstandard header files and <_G_config.h> are no longer diff --git a/README b/README index d763393f3c..2874505f45 100644 --- a/README +++ b/README @@ -12,9 +12,7 @@ implement the operating system behavior seen by user applications. In GNU/Hurd systems, it works with a microkernel and Hurd servers. The GNU C Library implements much of the POSIX.1 functionality in the -GNU/Hurd system, using configurations i[4567]86-*-gnu. The current -GNU/Hurd support requires out-of-tree patches that will eventually be -incorporated into an official GNU C Library release. +GNU/Hurd system, using configurations i[4567]86-*-gnu. When working with Linux kernels, this version of the GNU C Library requires Linux kernel version 3.2 or later.