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 BBE421F461 for ; Sat, 7 Sep 2019 10:22:59 +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:subject:from:to:cc:references:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=kE9E k5ZDLvTMFXW64SIMx91G43iSxqpa0ez8rCzPnA4z+bbLhy2MDYjdn0rKPmaTVvXf UMlqqSASjgH3iVmp/BJc4aDnHc49Fv3iLrqQ3odQIHlO2WqBfZCD5Bq98BWUH7QT cz1WA9NQdUkDkdC3qy50UdU8Xeclc5x4QpdPas4= 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:subject:from:to:cc:references:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=JFYpUh5hGZ UbJPk2qBvIZMmtAN8=; b=VfgbbYiIt/01NSdicOpsICk1goO74gblwC1SEnvl5T ITUX3G599FrIXtbshq+DiURS1XVtXObXgbMPa7ydNPSxvfsgv+Lbaur5XD/Wy3rw OPpb6LASBevtTlFI+uCRNb5HrMn9ClBqrTMxa1R9E72agCgH0VyjeptXD/7bbe4s w= Received: (qmail 101161 invoked by alias); 7 Sep 2019 10:22:57 -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 101151 invoked by uid 89); 7 Sep 2019 10:22:56 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH] Prefer https: for GNU and FSF URLs From: Paul Eggert To: Joseph Myers Cc: GNU C Library References: <18cce39e-4a5a-27d8-a1ca-5ec45973088e@cs.ucla.edu> <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> Message-ID: <1c22e434-1091-dba1-7604-c1e909ecef8a@cs.ucla.edu> Date: Sat, 7 Sep 2019 03:22:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> Content-Type: multipart/mixed; boundary="------------55E23585FBD1F361073A2F1E" This is a multi-part message in MIME format. --------------55E23585FBD1F361073A2F1E Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 9/7/19 3:06 AM, Paul Eggert wrote: > I assume that to install this patch I would need to fix the pre-commit hooks on > the sourceware.org side Scratch that: it's easier to pacify the pre-commit hooks than to change them, so I installed the attached patch instead. I was puzzled because you patched these three files when updating copyright dates in January, whereas I couldn't patch them today without fixing their trailing-newline style. I guess the pre-commit hooks have changed since January, but I don't know where they're kept. --------------55E23585FBD1F361073A2F1E Content-Type: text/x-patch; name="0001-Fix-three-GNU-license-URLs-along-with-trailing-newli.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-Fix-three-GNU-license-URLs-along-with-trailing-newli.pa"; filename*1="tch" >From 5cb226d7e4e710939cff7288bf9970cb52ec0dfa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Sep 2019 02:54:48 -0700 Subject: [PATCH] Fix three GNU license URLs, along with trailing-newline issues. --- sysdeps/powerpc/powerpc64/ppc-mcount.S | 3 +-- sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S | 4 ++-- sysdeps/unix/sysv/linux/s390/s390-64/syscall.S | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sysdeps/powerpc/powerpc64/ppc-mcount.S b/sysdeps/powerpc/powerpc64/ppc-mcount.S index fb301a77be..36299dac2b 100644 --- a/sysdeps/powerpc/powerpc64/ppc-mcount.S +++ b/sysdeps/powerpc/powerpc64/ppc-mcount.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include /* We don't need to save the parameter-passing registers as gcc takes @@ -38,4 +38,3 @@ ENTRY(_mcount) addi r1,r1,FRAME_MIN_SIZE blr END(_mcount) - diff --git a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S index 17f5f26391..99bf82d435 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include @@ -322,4 +322,4 @@ small_copy_unaligned: END(__memcpy_ultra3) -#endif \ No newline at end of file +#endif diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S index b51aa2fc50..bbe4d79848 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include @@ -59,4 +59,3 @@ ENTRY (syscall) jgnl SYSCALL_ERROR_LABEL br %r14 /* Return to caller. */ PSEUDO_END (syscall) - -- 2.17.1 --------------55E23585FBD1F361073A2F1E--