From: "Junling Zheng" <zhengjunling@huawei.com>
To: <openembedded-core@lists.openembedded.org>
Cc: <zhengjunling@huawei.com>
Subject: [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI
Date: Tue, 19 Jan 2021 14:25:44 +0800 [thread overview]
Message-ID: <20210119062545.625-1-zhengjunling@huawei.com> (raw)
Commit a11edd68b2 (Change ftp:// URIs to http(s)://) changed the URI
from ftp to http without updating tarball's checksum, which is different
between them unfortunately.
Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
---
meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
index e903b9db14..f769a9d229 100644
--- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -52,8 +52,8 @@ SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
file://0001-Remove-fgets-extern-declaration.patch \
"
-SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a"
-SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d"
+SRC_URI[md5sum] = "5da85a422a30045a62da165404575d8e"
+SRC_URI[sha256sum] = "98c38ba2469a4873a0d85bbead180c0d23c2989a946c16c6f1fe04fbac6c1dd3"
S = "${WORKDIR}/tcp_wrappers_${PV}"
--
2.30.0
next reply other threads:[~2021-01-19 6:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-19 6:25 Junling Zheng [this message]
2021-01-19 6:25 ` [OE-core] [PATCH 2/2] libxml2: Update checksum for testtar Junling Zheng
2021-01-19 12:39 ` Richard Purdie
2021-01-19 12:50 ` Junling Zheng
2021-01-19 12:37 ` [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI Richard Purdie
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=20210119062545.625-1-zhengjunling@huawei.com \
--to=zhengjunling@huawei.com \
--cc=openembedded-core@lists.openembedded.org \
/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.