diff mbox series

[1/2] libxslt: use HTTP instead of FTP in SRC_URI

Message ID 20171206145928.5497-1-ross.burton@intel.com
State Accepted
Commit 52263f5f6caeaf215ab96d58218fb5f9a2ed4264
Headers show
Series [1/2] libxslt: use HTTP instead of FTP in SRC_URI | expand

Commit Message

Ross Burton Dec. 6, 2017, 2:59 p.m. UTC
FTP isn't as reliable as HTTP.

[ YOCTO #12398 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/recipes-support/libxslt/libxslt_1.1.32.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Leonardo Sandoval Dec. 6, 2017, 4 p.m. UTC | #1
On Wed, 06 Dec 2017 15:02:57 -0000
Patchwork <patchwork@patchwork.openembedded.org> wrote:

> == Series Details ==

> 

> Series: "libxslt: use HTTP instead of F..." and 1 more

> Revision: 1

> URL   : https://patchwork.openembedded.org/series/10099/

> State : failure

> 

> == Summary ==

> 

> 

> Thank you for submitting this patch series to OpenEmbedded Core. This is

> an automated response. Several tests have been executed on the proposed

> series by patchtest resulting in the following failures:

> 

> 

> 

> * Issue             SRC_URI changed but checksums are the same [test_src_uri_checksums_not_changed] 

>   Suggested fix    Include the SRC_URI's checksums changes into your patch



I believe we need to improve this check. checksums do not necessary change if URL changes.

> 

> 

> 

> If you believe any of these test results are incorrect, please reply to the

> mailing list (openembedded-core@lists.openembedded.org) raising your concerns.

> Otherwise we would appreciate you correcting the issues and submitting a new

> version of the patchset if applicable. Please ensure you add/increment the

> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->

> [PATCH v3] -> ...).

> 

> ---

> Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest

> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe

> 

> -- 

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Ross Burton Dec. 6, 2017, 4:03 p.m. UTC | #2
On 6 December 2017 at 16:00, Leonardo Sandoval <
leonardo.sandoval.gonzalez@linux.intel.com> wrote:

> On Wed, 06 Dec 2017 15:02:57 -0000

> Patchwork <patchwork@patchwork.openembedded.org> wrote:

>

> > == Series Details ==

> >

> > Series: "libxslt: use HTTP instead of F..." and 1 more

> > Revision: 1

> > URL   : https://patchwork.openembedded.org/series/10099/

> > State : failure

> >

> > == Summary ==

> >

> >

> > Thank you for submitting this patch series to OpenEmbedded Core. This is

> > an automated response. Several tests have been executed on the proposed

> > series by patchtest resulting in the following failures:

> >

> >

> >

> > * Issue             SRC_URI changed but checksums are the same

> [test_src_uri_checksums_not_changed]

> >   Suggested fix    Include the SRC_URI's checksums changes into your

> patch

>

>

> I believe we need to improve this check. checksums do not necessary change

> if URL changes.

>


Not sure how to improve it.  Maybe making the wording vague, as that is a
common mistake and the URL changing but checksums not changing is  not
common.

Ross
<div dir="ltr">On 6 December 2017 at 16:00, Leonardo Sandoval <span dir="ltr">&lt;<a href="mailto:leonardo.sandoval.gonzalez@linux.intel.com" target="_blank">leonardo.sandoval.gonzalez@linux.intel.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 06 Dec 2017 15:02:57 -0000<br>
Patchwork &lt;<a href="mailto:patchwork@patchwork.openembedded.org">patchwork@patchwork.<wbr>openembedded.org</a>&gt; wrote:<br>
<br>
&gt; == Series Details ==<br>
&gt;<br>
&gt; Series: &quot;libxslt: use HTTP instead of F...&quot; and 1 more<br>
&gt; Revision: 1<br>
&gt; URL   : <a href="https://patchwork.openembedded.org/series/10099/" rel="noreferrer" target="_blank">https://patchwork.<wbr>openembedded.org/series/10099/</a><br>
&gt; State : failure<br>
&gt;<br>
&gt; == Summary ==<br>
&gt;<br>
&gt;<br>
&gt; Thank you for submitting this patch series to OpenEmbedded Core. This is<br>
&gt; an automated response. Several tests have been executed on the proposed<br>
&gt; series by patchtest resulting in the following failures:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; * Issue             SRC_URI changed but checksums are the same [test_src_uri_checksums_not_<wbr>changed]<br>
&gt;   Suggested fix    Include the SRC_URI&#39;s checksums changes into your patch<br>
<br>
<br>
I believe we need to improve this check. checksums do not necessary change if URL changes.<br></blockquote><div><br></div><div>Not sure how to improve it.  Maybe making the wording vague, as that is a common mistake and the URL changing but checksums not changing is  not common.</div><div><br></div><div>Ross </div></div></div></div>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Leonardo Sandoval Dec. 6, 2017, 4:31 p.m. UTC | #3
On Wed, 6 Dec 2017 16:03:13 +0000
"Burton, Ross" <ross.burton@intel.com> wrote:

> On 6 December 2017 at 16:00, Leonardo Sandoval <

> leonardo.sandoval.gonzalez@linux.intel.com> wrote:  

> 

> > On Wed, 06 Dec 2017 15:02:57 -0000

> > Patchwork <patchwork@patchwork.openembedded.org> wrote:

> >  

> > > == Series Details ==

> > >

> > > Series: "libxslt: use HTTP instead of F..." and 1 more

> > > Revision: 1

> > > URL   : https://patchwork.openembedded.org/series/10099/

> > > State : failure

> > >

> > > == Summary ==

> > >

> > >

> > > Thank you for submitting this patch series to OpenEmbedded Core. This is

> > > an automated response. Several tests have been executed on the proposed

> > > series by patchtest resulting in the following failures:

> > >

> > >

> > >

> > > * Issue             SRC_URI changed but checksums are the same  

> > [test_src_uri_checksums_not_changed]  

> > >   Suggested fix    Include the SRC_URI's checksums changes into your  

> > patch

> >

> >

> > I believe we need to improve this check. checksums do not necessary change

> > if URL changes.

> >  

> 

> Not sure how to improve it.  Maybe making the wording vague, as that is a

> common mistake and the URL changing but checksums not changing is  not

> common.


Rigth. Also bitbake fails if downloaded tarball does not match its checksums with the ones defined on recipe. Time to disable this check.

> 

> Ross

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.32.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb
index e8b1409d79b..b8951ab3a8b 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.32.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.32.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
 SECTION = "libs"
 DEPENDS = "libxml2"
 
-SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \
+SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch \
            "