From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web09.8590.1578653928077261742 for ; Fri, 10 Jan 2020 02:58:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=bqZ0h/GG; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578653927; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZcLcYttWdxmHtN8OXvHM36xsmKNl+yy3KHLefsX4ksM=; b=bqZ0h/GGhyEt7dnyJ9qe6eOOELFE3g28ShiN2YYs0zOmZm/k86Za+Y7OqWYYoGQia9FNaO P8hsoHKD1Cyp7kJUgoSe6baJbVpeMX+r5kLI6dDkox06G+JExfnhCPFeoV8UwtYUcgt4h/ tkSwv1gpovyk9/chN78PaYprVQE8eV4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-335-IfuHKSWnO3KPA90zx7222w-1; Fri, 10 Jan 2020 05:58:45 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4C628107ACFC; Fri, 10 Jan 2020 10:58:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-179.ams2.redhat.com [10.36.116.179]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7C47B60E3E; Fri, 10 Jan 2020 10:58:43 +0000 (UTC) Subject: Re: [edk2-devel] [ANNOUNCE] sbsigntools version 0.9.3 available To: devel@edk2.groups.io, James.Bottomley@HansenPartnership.com, sbsigntools@groups.io References: <1578594255.3526.11.camel@HansenPartnership.com> From: "Laszlo Ersek" Message-ID: <88179398-8d8d-83f7-ff19-3853721ebdc3@redhat.com> Date: Fri, 10 Jan 2020 11:58:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1578594255.3526.11.camel@HansenPartnership.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: IfuHKSWnO3KPA90zx7222w-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 01/09/20 19:24, James Bottomley wrote: > The fixes since 0.9.2 are > > James Bottomley (1): > README: update git location and add mailing list information > > Laszlo Ersek (1): > sbvarsign: fix "EFI_VARIABLE_AUTHENTICATION_2.TimeStamp.Year" assignment > > Steve McIntyre (1): > Fix PE/COFF checksum calculation > > The git repository is > > https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git > > The tarball release is > > https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.3.tar.gz > > And the openSUSE build service build of various distributions is here: > > https://build.opensuse.org/package/show/home:jejb1:UEFI/sbsigntools Awesome, thank you -- the README update is very welcome. It felt strange that the latest commit in Jeremy's repo was from 2012 (IIRC), an that I had to consult a Debian bug report for finding your repo :) Cheers, Laszlo