All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo
@ 2020-04-06  4:38 Jianhui Zhao
  2020-04-06 18:45 ` Peter Seiderer
  0 siblings, 1 reply; 4+ messages in thread
From: Jianhui Zhao @ 2020-04-06  4:38 UTC (permalink / raw)
  To: buildroot

dlopenx -> dlopen

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
---
 package/libuhttpd/libuhttpd.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
index 5c3359fdd3..2ec19144b7 100644
--- a/package/libuhttpd/libuhttpd.hash
+++ b/package/libuhttpd/libuhttpd.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 272e64fab9932039366270efa49dd4df98f5ebe8c76e51ae578594b37bf6eef4  libuhttpd-3.1.3.tar.gz
+sha256 f1b79a9cee1dcfec0f693768687999062ed95c2307ec597fc3f32bc23f082531  libuhttpd-3.1.3.tar.gz
 sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55  LICENSE
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo
  2020-04-06  4:38 [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo Jianhui Zhao
@ 2020-04-06 18:45 ` Peter Seiderer
  2020-04-06 19:49   ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2020-04-06 18:45 UTC (permalink / raw)
  To: buildroot

Hello Jianhui,

On Mon,  6 Apr 2020 12:38:26 +0800, Jianhui Zhao <zhaojh329@gmail.com> wrote:

> dlopenx -> dlopen

Thanks for fixing..., but changing a already published release is not
a favored solution (gives problems with already downloaded/cached source
files)...

Regards,
Peter

>
> Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
> ---
>  package/libuhttpd/libuhttpd.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
> index 5c3359fdd3..2ec19144b7 100644
> --- a/package/libuhttpd/libuhttpd.hash
> +++ b/package/libuhttpd/libuhttpd.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 272e64fab9932039366270efa49dd4df98f5ebe8c76e51ae578594b37bf6eef4  libuhttpd-3.1.3.tar.gz
> +sha256 f1b79a9cee1dcfec0f693768687999062ed95c2307ec597fc3f32bc23f082531  libuhttpd-3.1.3.tar.gz
>  sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55  LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo
  2020-04-06 18:45 ` Peter Seiderer
@ 2020-04-06 19:49   ` Thomas Petazzoni
  2020-04-07  3:16     ` Jianhui zhao
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2020-04-06 19:49 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 6 Apr 2020 20:45:52 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Hello Jianhui,
> 
> On Mon,  6 Apr 2020 12:38:26 +0800, Jianhui Zhao <zhaojh329@gmail.com> wrote:
> 
> > dlopenx -> dlopen  
> 
> Thanks for fixing..., but changing a already published release is not
> a favored solution (gives problems with already downloaded/cached source
> files)...

Agreed. Could you please do a new release with the fix, and never
modify existing releases in the future ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo
  2020-04-06 19:49   ` Thomas Petazzoni
@ 2020-04-07  3:16     ` Jianhui zhao
  0 siblings, 0 replies; 4+ messages in thread
From: Jianhui zhao @ 2020-04-07  3:16 UTC (permalink / raw)
  To: buildroot

Yes, will do.

Thomas Petazzoni <thomas.petazzoni@bootlin.com> ?2020?4?7??? ??3:49???
>
> Hello,
>
> On Mon, 6 Apr 2020 20:45:52 +0200
> Peter Seiderer <ps.report@gmx.net> wrote:
>
> > Hello Jianhui,
> >
> > On Mon,  6 Apr 2020 12:38:26 +0800, Jianhui Zhao <zhaojh329@gmail.com> wrote:
> >
> > > dlopenx -> dlopen
> >
> > Thanks for fixing..., but changing a already published release is not
> > a favored solution (gives problems with already downloaded/cached source
> > files)...
>
> Agreed. Could you please do a new release with the fix, and never
> modify existing releases in the future ?
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-07  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06  4:38 [Buildroot] [PATCH 1/1] package/libuhttpd: fix typo Jianhui Zhao
2020-04-06 18:45 ` Peter Seiderer
2020-04-06 19:49   ` Thomas Petazzoni
2020-04-07  3:16     ` Jianhui zhao

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.