From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#14890: Wrong hash for tzdata Date: Wed, 17 Jul 2013 14:23:55 +0200 Message-ID: <87d2qhtlwk.fsf@gnu.org> References: <201307171018.20213.andreas@enge.fr> <87ppuhtrhd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQn5-0008Ip-EM for bug-guix@gnu.org; Wed, 17 Jul 2013 08:25:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzQn3-00069p-Kt for bug-guix@gnu.org; Wed, 17 Jul 2013 08:25:07 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:37841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQn3-00069d-FY for bug-guix@gnu.org; Wed, 17 Jul 2013 08:25:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UzQn2-0001rb-RR for bug-guix@gnu.org; Wed, 17 Jul 2013 08:25:05 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87ppuhtrhd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 17 Jul 2013 12:23:26 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 14890-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: >> The file stored on hydra is >> gryg2h8lp3s8cc4zgxw14yn7d0wgc9lq-tzdata2013d.tar.gz >> which has been decompressed before storage and is in fact not a .tar.gz,= =20 >> but a .tar. It is identical to the decompressed file from the iana websi= te. [...] > $ guile -c '(use-modules (guix nar)) (call-with-input-file "nar" (lambda = (p) (restore-file p ",,out")))' > > $ file ,,out > ,,out: POSIX tar archive (GNU) Oh I see what you meant now. Sorry for being sleepy. ;-) I just checked and the new tzdata is bit-for-bit the previous .tar, but gzipped. Commit 1855577 updates the hash. Thanks! Ludo=E2=80=99.