($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Randy MacLeod <randy.macleod@windriver.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [PATCH 5/5] libmad: switch links/SRC_URI to https sites
Date: Tue, 9 Apr 2024 17:40:46 -0400	[thread overview]
Message-ID: <fa4ef16e-c5ae-48dc-bcfc-e01183492630@windriver.com> (raw)
In-Reply-To: <17C4B66C43D81498.18064@lists.openembedded.org>

[-- Attachment #1: Type: text/plain, Size: 2737 bytes --]

On 2024-04-09 4:25 p.m., Randy MacLeod via lists.openembedded.org wrote:
> From: Randy MacLeod<Randy.MacLeod@windriver.com>
>
> Switch to the sourceforge SRC_URI since the mars.org site only supports ftp.
> Also switch the HOMEPAGE and BUGTRACKER links over to https.
> and drop the obsolete SRC_URI[md5sum].


For "future me" or anyone else interested, there's a well-maintained (?) 
fork of libmad here:

https://codeberg.org/tenacityteam/libmad

I don't have time to do the update this week so I just made the changes 
submitted here.

../Randy


>
> Signed-off-by: Randy MacLeod<Randy.MacLeod@windriver.com>
> ---
>   meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb
> index d0171f3b9..e70c8e3ed 100644
> --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb
> +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb
> @@ -1,6 +1,6 @@
>   SUMMARY = "MPEG Audio Decoder library"
> -HOMEPAGE ="http://sourceforge.net/projects/mad/"
> -BUGTRACKER ="http://sourceforge.net/tracker/?group_id=12349&atid=112349"
> +HOMEPAGE ="https://sourceforge.net/projects/mad/"
> +BUGTRACKER ="https://sourceforge.net/tracker/?group_id=12349&atid=112349"
>   LICENSE = "GPL-2.0-or-later"
>   LICENSE_FLAGS = "commercial"
>   LIC_FILES_CHKSUM ="file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ @@ -9,7 +9,7 @@ 
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>   SECTION = "libs"
>   DEPENDS = "libid3tag"
>   
> -SRC_URI ="ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ +SRC_URI = "https://downloads.sourceforge.net/mad/libmad-${PV}.tar.gz \
>       file://no-force-mem.patch \
>       file://add-pkgconfig.patch \
>       file://fix_for_mips_with_gcc-4.5.0.patch \
> @@ -19,7 +19,6 @@ SRC_URI ="ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ "
>   SRC_URI:append:toolchain-clang =" file://0004-Remove-clang-unsupported-compiler-flags.patch "
>   
> -SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c"
>   SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690"
>   
>   S = "${WORKDIR}/libmad-${PV}"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109885):https://lists.openembedded.org/g/openembedded-devel/message/109885
> Mute This Topic:https://lists.openembedded.org/mt/105429777/3616765
> Group Owner:openembedded-devel+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub  [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 5159 bytes --]

      parent reply	other threads:[~2024-04-09 21:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-09 20:25 [PATCH 0/5] convert remaining ftp SRC_URIs to https/http Randy.MacLeod
2024-04-09 20:25 ` [PATCH 1/5] ncftp: Upgrade to 3.2.7 Randy.MacLeod
2024-04-09 20:25 ` [PATCH 2/5] pimd: switch SRC_URI to https Randy.MacLeod
2024-04-09 20:25 ` [PATCH 3/5] tnftp: switch the " Randy.MacLeod
2024-04-09 20:25 ` [PATCH 4/5] postfix: switch SRC_URI to http Randy.MacLeod
2024-04-09 20:25 ` [PATCH 5/5] libmad: switch links/SRC_URI to https sites Randy.MacLeod
     [not found] ` <17C4B66C43D81498.18064@lists.openembedded.org>
2024-04-09 21:40   ` Randy MacLeod [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=fa4ef16e-c5ae-48dc-bcfc-e01183492630@windriver.com \
    --to=randy.macleod@windriver.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).