All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/pcre: fix broken URL
Date: Fri, 19 Nov 2021 11:11:40 +0100	[thread overview]
Message-ID: <20211119101140.GN247986@scaer> (raw)
In-Reply-To: <20211119085902.14877-1-sebastien.szymanski@armadeus.com>

Sébastien, All,

On 2021-11-19 09:59 +0100, Sébastien Szymanski spake thusly:
> As stated on www.pcre.org:
> "Note that the former ftp.pcre.org FTP site is no longer available."
> 
> Update _SITE URL to Sourceforge.

The homepage states that the official release channel is github, and
that sourceforge is unoficial:

    http://www.pcre.org/

    You can download the current release of the PCRE2 library from its
    official home on GitHub:

    https://github.com/PhilipHazel/pcre2/releases

    You can also download PCRE2 or the older, unmaintained PCRE library
    from an unofficial mirror at SourceForge:

    https://sourceforge.net/projects/pcre/files/

So could you respin using the release from github, pleasE?

Regards,
Yann E. MORIN.

> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
>  package/pcre/pcre.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
> index 264eaa10c7..c85f6717db 100644
> --- a/package/pcre/pcre.mk
> +++ b/package/pcre/pcre.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  PCRE_VERSION = 8.45
> -PCRE_SITE = https://ftp.pcre.org/pub/pcre
> +PCRE_SITE = http://downloads.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION)
>  PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
>  PCRE_LICENSE = BSD-3-Clause
>  PCRE_LICENSE_FILES = LICENCE
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-11-19 10:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19  8:59 [Buildroot] [PATCH 1/1] package/pcre: fix broken URL Sébastien Szymanski
2021-11-19 10:11 ` Yann E. MORIN [this message]
2021-11-19 10:36   ` Sébastien Szymanski
2021-11-19 16:05     ` Yann E. MORIN
2021-12-06 22:11 ` Peter Korsgaard

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=20211119101140.GN247986@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=sebastien.szymanski@armadeus.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.