From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/tpm2-totp: bump version to 0.2.1
Date: Mon, 13 Jan 2020 08:43:51 +0100 [thread overview]
Message-ID: <20200113074352.20992-1-peter@korsgaard.com> (raw)
And drop patch now upstream.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
...-src-libtpm2-totp.c-include-endian.h.patch | 34 -------------------
package/tpm2-totp/tpm2-totp.hash | 2 +-
package/tpm2-totp/tpm2-totp.mk | 2 +-
3 files changed, 2 insertions(+), 36 deletions(-)
delete mode 100644 package/tpm2-totp/0001-src-libtpm2-totp.c-include-endian.h.patch
diff --git a/package/tpm2-totp/0001-src-libtpm2-totp.c-include-endian.h.patch b/package/tpm2-totp/0001-src-libtpm2-totp.c-include-endian.h.patch
deleted file mode 100644
index 5887af36b6..0000000000
--- a/package/tpm2-totp/0001-src-libtpm2-totp.c-include-endian.h.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a69c50fc2b8c35814e195eacb01f0d60feb54dd1 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sat, 14 Dec 2019 19:26:32 +0100
-Subject: [PATCH] src/libtpm2-totp.c: include <endian.h>
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fix the following build failure with musl:
-
-src/libtpm2-totp.c: In function ?tpm2totp_calculate?:
-src/libtpm2-totp.c:826:11: warning: implicit declaration of function ?htobe64? [-Wimplicit-function-declaration]
- tmp = htobe64(tmp);
- ^~~~~~~
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Retrieved from:
-https://github.com/tpm2-software/tpm2-totp/commit/a69c50fc2b8c35814e195eacb01f0d60feb54dd1]
----
- src/libtpm2-totp.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libtpm2-totp.c b/src/libtpm2-totp.c
-index a364b7a..2d3f00d 100644
---- a/src/libtpm2-totp.c
-+++ b/src/libtpm2-totp.c
-@@ -8,6 +8,7 @@
-
- #include <tpm2-totp.h>
-
-+#include <endian.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
diff --git a/package/tpm2-totp/tpm2-totp.hash b/package/tpm2-totp/tpm2-totp.hash
index 417b583b17..a3fcb394cf 100644
--- a/package/tpm2-totp/tpm2-totp.hash
+++ b/package/tpm2-totp/tpm2-totp.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 4bcb8b8ff320727f707841d839c242149649ad07edbced94f2984ade26a69d6c tpm2-totp-0.2.0.tar.gz
+sha256 0b2b63cc7ea74f5a6952f2cd689896c08f6b94ee6865f48af609f9a8ac247dc1 tpm2-totp-0.2.1.tar.gz
sha256 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed LICENSE
diff --git a/package/tpm2-totp/tpm2-totp.mk b/package/tpm2-totp/tpm2-totp.mk
index a41f899a71..250a016a50 100644
--- a/package/tpm2-totp/tpm2-totp.mk
+++ b/package/tpm2-totp/tpm2-totp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TPM2_TOTP_VERSION = 0.2.0
+TPM2_TOTP_VERSION = 0.2.1
TPM2_TOTP_SITE = https://github.com/tpm2-software/tpm2-totp/releases/download/v$(TPM2_TOTP_VERSION)
TPM2_TOTP_LICENSE = BSD-3-Clause
TPM2_TOTP_LICENSE_FILES = LICENSE
--
2.20.1
next reply other threads:[~2020-01-13 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-13 7:43 Peter Korsgaard [this message]
2020-01-13 12:53 ` [Buildroot] [PATCH] package/tpm2-totp: bump version to 0.2.1 Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200113074352.20992-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.