From unknown Fri Mar 29 11:36:21 2024 Received: (at 75) by bugs.devuan.org; 19 Jul 2017 23:40:06 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from mail.dyne.org [178.62.188.7] by fulcanelli with IMAP (fetchmail-6.3.26) for (single-drop); Thu, 20 Jul 2017 01:40:06 +0200 (CEST) Received: from gunkai.ascient.net (gunkai.ascient.net [74.50.51.254]) by tupac2.dyne.org (Postfix) with ESMTP id 81AE618F422 for <75@bugs.devuan.org>; Wed, 19 Jul 2017 23:31:45 +0000 (UTC) Received: from mus.wv.cc.cmu.edu (MUS.WV.CC.CMU.EDU [128.237.248.53]) by gunkai.ascient.net (Postfix) with ESMTPSA id 253816C3CA for <75@bugs.devuan.org>; Wed, 19 Jul 2017 19:31:09 -0400 (EDT) Message-ID: <596FEBDB.3050904@cmu.edu> Date: Wed, 19 Jul 2017 19:31:39 -0400 From: Michael Stroucken User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: 75@bugs.devuan.org Subject: InRelease formatting errors Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tupac2 The InRelease file for jessie-security is a bit better; it has a newline after the Components field, an additional Description field, but each hash is still prefixed with two spaces: Components: main contrib non-free Description: Devuan 1.0 Jessie Security Updates MD5Sum: a39e73f232d88ed23a6821d1ede10d39 32 non-free/binary-hppa/Packages.xz What are these files being generated by? The standard InRelease file generator, apt-ftparchive, uses only one space: strprintf(out, " %s %16llu %s\n", hs->HashValue().c_str(), (*I).second.size, (*I).first.c_str()); Output.Write(out.c_str(), out.length());