All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: zhengjunling@huawei.com, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 1/2] tcp-wrappers: Update checksum for SRC_URI
Date: Tue, 19 Jan 2021 12:37:14 +0000	[thread overview]
Message-ID: <926f9b256f3f8700caf9d4e31f49e68044c0cc64.camel@linuxfoundation.org> (raw)
In-Reply-To: <20210119062545.625-1-zhengjunling@huawei.com>

On Tue, 2021-01-19 at 14:25 +0800, Junling Zheng via lists.openembedded.org wrote:
> 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.

That seems strange. I tried to reproduce:

$ wget http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
--2021-01-19 12:33:34--  http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
Resolving ftp.porcupine.org (ftp.porcupine.org)... 168.100.185.123
Connecting to ftp.porcupine.org (ftp.porcupine.org)|168.100.185.123|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 99438 (97K) [application/x-tar]
Saving to: ‘tcp_wrappers_7.6.tar.gz’

tcp_wrappers_7.6.tar.gz               100%[=======================================================================>]  97.11K   295KB/s    in 0.3s    

2021-01-19 12:33:35 (295 KB/s) - ‘tcp_wrappers_7.6.tar.gz’ saved [99438/99438]

$ wget ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
--2021-01-19 12:33:46--  ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
           => ‘tcp_wrappers_7.6.tar.gz.1’
Resolving ftp.porcupine.org (ftp.porcupine.org)... 168.100.185.123
Connecting to ftp.porcupine.org (ftp.porcupine.org)|168.100.185.123|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/security ... done.
==> SIZE tcp_wrappers_7.6.tar.gz ... 99438
==> PASV ... done.    ==> RETR tcp_wrappers_7.6.tar.gz ... done.
Length: 99438 (97K) (unauthoritative)

tcp_wrappers_7.6.tar.gz.1             100%[=======================================================================>]  97.11K   295KB/s    in 0.3s    

2021-01-19 12:33:47 (295 KB/s) - ‘tcp_wrappers_7.6.tar.gz.1’ saved [99438]

$ md5sum tcp_wrappers_7.6.tar.gz*
e6fa25f71226d090f34de3f6b122fb5a  tcp_wrappers_7.6.tar.gz
e6fa25f71226d090f34de3f6b122fb5a  tcp_wrappers_7.6.tar.gz.1

So the checksums seem the same to me and match the recipe?

Cheers,

Richard


      parent reply	other threads:[~2021-01-19 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Richard Purdie [this message]

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=926f9b256f3f8700caf9d4e31f49e68044c0cc64.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=zhengjunling@huawei.com \
    /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.