From dev-return-41208-apmail-uima-dev-archive=uima.apache.org@uima.apache.org Thu Sep 27 14:38:02 2018 Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C19A21D553 for ; Thu, 27 Sep 2018 14:38:02 +0000 (UTC) Received: (qmail 81827 invoked by uid 500); 27 Sep 2018 14:38:02 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 81785 invoked by uid 500); 27 Sep 2018 14:38:02 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 81762 invoked by uid 99); 27 Sep 2018 14:38:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2018 14:38:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8FAF11805D3 for ; Thu, 27 Sep 2018 14:38:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.581 X-Spam-Level: X-Spam-Status: No, score=-0.581 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MWd9K883lhEi for ; Thu, 27 Sep 2018 14:38:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C5E1E5F230 for ; Thu, 27 Sep 2018 14:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 73DFBE00A5 for ; Thu, 27 Sep 2018 14:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2023423F99 for ; Thu, 27 Sep 2018 14:38:00 +0000 (UTC) Date: Thu, 27 Sep 2018 14:38:00 +0000 (UTC) From: "Richard Eckart de Castilho (JIRA)" To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (UIMA-5856) Use modern checksum algorithms during release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-5856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630533#comment-16630533 ] Richard Eckart de Castilho commented on UIMA-5856: -------------------------------------------------- This also affects the website generator which needs to updated to offer links to the new hashes. > Use modern checksum algorithms during release > --------------------------------------------- > > Key: UIMA-5856 > URL: https://issues.apache.org/jira/browse/UIMA-5856 > Project: UIMA > Issue Type: Improvement > Components: Build, Packaging and Test, Website > Reporter: Richard Eckart de Castilho > Priority: Major > Fix For: 12 > > > Apache policy requires that we drop generating MD5 / SHA1 checksums and switch: > -- for new releases : > -- you MUST supply a SHA-256 and/or SHA-512 file > -- you SHOULD NOT supply MD5 or SHA-1 files > Best place to do this would be the parent-pom. > Its a bit of a blocker for producing any new releases unless sub-projects override all the code-signing provisions in the UIMA parent pom. -- This message was sent by Atlassian JIRA (v7.6.3#76005)