diff mbox series

[1/2] liba52: update SRC_URI

Message ID 20240417222826.3549176-1-jdmason@kudzu.us
State New
Headers show
Series [1/2] liba52: update SRC_URI | expand

Commit Message

Jon Mason April 17, 2024, 10:28 p.m. UTC
The former SRC_URI was no longer working.  Update to one that is.  This
required updating the md5sum and sha256sum.  NOTE: SOURCEFORGE_MIRROR
(https://downloads.sourceforge.net) does not appear to be working for
liba52.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Martin Jansa April 18, 2024, 5:57 a.m. UTC | #1
What is the difference between the tarballs that it requires checksum update?

On Thu, Apr 18, 2024 at 12:28 AM Jon Mason via lists.openembedded.org
<jdmason=kudzu.us@lists.openembedded.org> wrote:
>
> The former SRC_URI was no longer working.  Update to one that is.  This
> required updating the md5sum and sha256sum.  NOTE: SOURCEFORGE_MIRROR
> (https://downloads.sourceforge.net) does not appear to be working for
> liba52.
>
> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
>  meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> index 7a3b4a43c8d4..684dd590ca15 100644
> --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> @@ -10,11 +10,11 @@ SECTION = "libs"
>
>  inherit autotools
>
> -SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
> +SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
>             file://buildcleanup.patch"
>
> -SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
> -SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
> +SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
> +SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
>
>  UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
>
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#198488): https://lists.openembedded.org/g/openembedded-core/message/198488
> Mute This Topic: https://lists.openembedded.org/mt/105587757/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jon Mason April 18, 2024, 1:34 p.m. UTC | #2
On Thu, Apr 18, 2024 at 1:57 AM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> What is the difference between the tarballs that it requires checksum update?

No idea, since I could not get the original tarballs because the
previous link doesn't work.  But given the comment on the other patch,
this recipe is being dropped anyway.  So..<shrug>

Thanks,
Jon

>
> On Thu, Apr 18, 2024 at 12:28 AM Jon Mason via lists.openembedded.org
> <jdmason=kudzu.us@lists.openembedded.org> wrote:
> >
> > The former SRC_URI was no longer working.  Update to one that is.  This
> > required updating the md5sum and sha256sum.  NOTE: SOURCEFORGE_MIRROR
> > (https://downloads.sourceforge.net) does not appear to be working for
> > liba52.
> >
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> >  meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > index 7a3b4a43c8d4..684dd590ca15 100644
> > --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > @@ -10,11 +10,11 @@ SECTION = "libs"
> >
> >  inherit autotools
> >
> > -SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
> > +SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
> >             file://buildcleanup.patch"
> >
> > -SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
> > -SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
> > +SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
> > +SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
> >
> >  UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
> >
> > --
> > 2.30.2
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#198488): https://lists.openembedded.org/g/openembedded-core/message/198488
> > Mute This Topic: https://lists.openembedded.org/mt/105587757/3617156
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Martin Jansa April 18, 2024, 4:45 p.m. UTC | #3
Have you tried:
https://sources.yoctoproject.org/mirror/sources/a52dec-0.7.4.tar.gz
that has the old caa9f5bc44232dc8aeea773fea56be80
?

https://sourceforge.net/projects/liba52/files/a52dec-0.7.4.tar.gz
returns just HTML to me with md5sum c9fe0eb75b290358b3948b58e9f10baa:

$ head a52dec-0.7.4.tar.gz
<!doctype html>

<html class="no-js" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=no" />
<script src="//a.fsdn.com/con/js/min/sf.sandiego-cmp-top.js?1713452475"></script>
<link rel="stylesheet"
href="//a.fsdn.com/con/css/sftheme/sandiego/cmp.css?1713452475">
<script>
        window.bizx.cmp.init({


Which might pass do_fetch task, but won't work well in do_unpack :).

On Thu, Apr 18, 2024 at 3:35 PM Jon Mason <jdmason@kudzu.us> wrote:
>
> On Thu, Apr 18, 2024 at 1:57 AM Martin Jansa <martin.jansa@gmail.com> wrote:
> >
> > What is the difference between the tarballs that it requires checksum update?
>
> No idea, since I could not get the original tarballs because the
> previous link doesn't work.  But given the comment on the other patch,
> this recipe is being dropped anyway.  So..<shrug>
>
> Thanks,
> Jon
>
> >
> > On Thu, Apr 18, 2024 at 12:28 AM Jon Mason via lists.openembedded.org
> > <jdmason=kudzu.us@lists.openembedded.org> wrote:
> > >
> > > The former SRC_URI was no longer working.  Update to one that is.  This
> > > required updating the md5sum and sha256sum.  NOTE: SOURCEFORGE_MIRROR
> > > (https://downloads.sourceforge.net) does not appear to be working for
> > > liba52.
> > >
> > > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > > ---
> > >  meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 6 +++---
> > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > >
> > > diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > > index 7a3b4a43c8d4..684dd590ca15 100644
> > > --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > > +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > > @@ -10,11 +10,11 @@ SECTION = "libs"
> > >
> > >  inherit autotools
> > >
> > > -SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
> > > +SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
> > >             file://buildcleanup.patch"
> > >
> > > -SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
> > > -SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
> > > +SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
> > > +SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
> > >
> > >  UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
> > >
> > > --
> > > 2.30.2
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#198488): https://lists.openembedded.org/g/openembedded-core/message/198488
> > > Mute This Topic: https://lists.openembedded.org/mt/105587757/3617156
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
index 7a3b4a43c8d4..684dd590ca15 100644
--- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
+++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
@@ -10,11 +10,11 @@  SECTION = "libs"
 
 inherit autotools
 
-SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
+SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
            file://buildcleanup.patch"
 
-SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
-SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
+SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
+SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
 
 UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"