From issues-return-72540-archive-asf-public=cust-asf.ponee.io@commons.apache.org Mon Mar 11 14:05:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EE8D1180657 for ; Mon, 11 Mar 2019 15:05:05 +0100 (CET) Received: (qmail 12751 invoked by uid 500); 11 Mar 2019 14:05:05 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 12739 invoked by uid 99); 11 Mar 2019 14:05:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Mar 2019 14:05:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A1034C5BF8 for ; Mon, 11 Mar 2019 14:05:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id s6_Xof8rYvFS for ; Mon, 11 Mar 2019 14:05:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 73A715F4EC for ; Mon, 11 Mar 2019 14:05:02 +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 203E4E2590 for ; Mon, 11 Mar 2019 14:05:01 +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 62A332580F for ; Mon, 11 Mar 2019 14:05:00 +0000 (UTC) Date: Mon, 11 Mar 2019 14:05:00 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIGESTER-191) md5 checksum: 404 Not Found 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/DIGESTER-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789604#comment-16789604 ] Gary Gregory commented on DIGESTER-191: --------------------------------------- Hi [~olafkock], Since MD5 is no longer safe, you should only use SHA256 or SHA512. A lot of components that have not had released in a while have not been updated to reflect this. Gary > md5 checksum: 404 Not Found > --------------------------- > > Key: DIGESTER-191 > URL: https://issues.apache.org/jira/browse/DIGESTER-191 > Project: Commons Digester > Issue Type: Bug > Affects Versions: 3.2 > Reporter: Olaf Kock > Priority: Minor > > [http://commons.apache.org/proper/commons-digester/download_digester.cgi] states: > {quote}It is essential that you [verify the integrity|https://www.apache.org/info/verification.html] of downloaded files, preferably using the {{PGP}} signature ({{*.asc}} files); failing that using the {{MD5}} hash ({{*.md5}} checksum files). > {quote} > However, if you access the MD5 checksums for 3.2 downloads, they all result in (for example) > {quote} > h1. Not Found > The requested URL /dist/commons/digester/binaries/commons-digester3-3.2-bin.tar.gz.md5 was not found on this server. > {quote} > Full URL for the message above: [https://www.apache.org/dist/commons/digester/binaries/commons-digester3-3.2-bin.tar.gz.md5] > PGP signature validation works (but naturally is more of a hassle) -- This message was sent by Atlassian JIRA (v7.6.3#76005)