All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI
@ 2021-01-19  6:25 Junling Zheng
  2021-01-19  6:25 ` [OE-core] [PATCH 2/2] libxml2: Update checksum for testtar Junling Zheng
  2021-01-19 12:37 ` [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Junling Zheng @ 2021-01-19  6:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: zhengjunling

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-19 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19  6:25 [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI Junling Zheng
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

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.