* [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3
@ 2020-04-05 12:05 Jianhui Zhao
2020-04-05 14:27 ` Thomas Petazzoni
2020-04-05 14:35 ` Peter Seiderer
0 siblings, 2 replies; 4+ messages in thread
From: Jianhui Zhao @ 2020-04-05 12:05 UTC (permalink / raw)
To: buildroot
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
---
package/libuhttpd/libuhttpd.hash | 2 +-
package/libuhttpd/libuhttpd.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
index 65014cacf5..5c3359fdd3 100644
--- a/package/libuhttpd/libuhttpd.hash
+++ b/package/libuhttpd/libuhttpd.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 9f938b75074f812375c5079189f8299c328e94801117ab1190a29fae0806f1a8 libuhttpd-3.1.2.tar.gz
+sha256 272e64fab9932039366270efa49dd4df98f5ebe8c76e51ae578594b37bf6eef4 libuhttpd-3.1.3.tar.gz
sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
index ce805e8f08..0d75176d41 100644
--- a/package/libuhttpd/libuhttpd.mk
+++ b/package/libuhttpd/libuhttpd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBUHTTPD_VERSION = 3.1.2
+LIBUHTTPD_VERSION = 3.1.3
LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION)
LIBUHTTPD_LICENSE = MIT
LIBUHTTPD_LICENSE_FILES = LICENSE
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3
2020-04-05 12:05 [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3 Jianhui Zhao
@ 2020-04-05 14:27 ` Thomas Petazzoni
2020-04-05 14:35 ` Peter Seiderer
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-04-05 14:27 UTC (permalink / raw)
To: buildroot
On Sun, 5 Apr 2020 20:05:05 +0800
Jianhui Zhao <zhaojh329@gmail.com> wrote:
> Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
> ---
> package/libuhttpd/libuhttpd.hash | 2 +-
> package/libuhttpd/libuhttpd.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, 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: bump version to 3.1.3
2020-04-05 12:05 [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3 Jianhui Zhao
2020-04-05 14:27 ` Thomas Petazzoni
@ 2020-04-05 14:35 ` Peter Seiderer
2020-04-05 20:49 ` Peter Seiderer
1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2020-04-05 14:35 UTC (permalink / raw)
To: buildroot
Hello Jianhui,
On Sun, 5 Apr 2020 20:05:05 +0800, Jianhui Zhao <zhaojh329@gmail.com> wrote:
> Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
> ---
> package/libuhttpd/libuhttpd.hash | 2 +-
> package/libuhttpd/libuhttpd.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
> index 65014cacf5..5c3359fdd3 100644
> --- a/package/libuhttpd/libuhttpd.hash
> +++ b/package/libuhttpd/libuhttpd.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 9f938b75074f812375c5079189f8299c328e94801117ab1190a29fae0806f1a8 libuhttpd-3.1.2.tar.gz
> +sha256 272e64fab9932039366270efa49dd4df98f5ebe8c76e51ae578594b37bf6eef4 libuhttpd-3.1.3.tar.gz
> sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
> diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
> index ce805e8f08..0d75176d41 100644
> --- a/package/libuhttpd/libuhttpd.mk
> +++ b/package/libuhttpd/libuhttpd.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBUHTTPD_VERSION = 3.1.2
> +LIBUHTTPD_VERSION = 3.1.3
> LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION)
> LIBUHTTPD_LICENSE = MIT
> LIBUHTTPD_LICENSE_FILES = LICENSE
Thanks for the update, one question:
From [1]:
+ check_library_exists(dl dlopenx "" HAVE_DLOPEN)
Would have expected dlopen (not dlopenx)?
Regards,
Peter
[1] https://github.com/zhaojh329/libuhttpd/commit/44b35fd253d9557c5c61beab80c8086042fc09df
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3
2020-04-05 14:35 ` Peter Seiderer
@ 2020-04-05 20:49 ` Peter Seiderer
0 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-04-05 20:49 UTC (permalink / raw)
To: buildroot
Hello Jianhui,
On Sun, 5 Apr 2020 16:35:12 +0200, Peter Seiderer <ps.report@gmx.net> wrote:
> Hello Jianhui,
>
> On Sun, 5 Apr 2020 20:05:05 +0800, Jianhui Zhao <zhaojh329@gmail.com> wrote:
>
> > Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
> > ---
> > package/libuhttpd/libuhttpd.hash | 2 +-
> > package/libuhttpd/libuhttpd.mk | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
> > index 65014cacf5..5c3359fdd3 100644
> > --- a/package/libuhttpd/libuhttpd.hash
> > +++ b/package/libuhttpd/libuhttpd.hash
> > @@ -1,3 +1,3 @@
> > # Locally calculated
> > -sha256 9f938b75074f812375c5079189f8299c328e94801117ab1190a29fae0806f1a8 libuhttpd-3.1.2.tar.gz
> > +sha256 272e64fab9932039366270efa49dd4df98f5ebe8c76e51ae578594b37bf6eef4 libuhttpd-3.1.3.tar.gz
> > sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
> > diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
> > index ce805e8f08..0d75176d41 100644
> > --- a/package/libuhttpd/libuhttpd.mk
> > +++ b/package/libuhttpd/libuhttpd.mk
> > @@ -4,7 +4,7 @@
> > #
> > ################################################################################
> >
> > -LIBUHTTPD_VERSION = 3.1.2
> > +LIBUHTTPD_VERSION = 3.1.3
> > LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION)
> > LIBUHTTPD_LICENSE = MIT
> > LIBUHTTPD_LICENSE_FILES = LICENSE
>
> Thanks for the update, one question:
>
> From [1]:
>
> + check_library_exists(dl dlopenx "" HAVE_DLOPEN)
>
> Would have expected dlopen (not dlopenx)?
And still a problem with br-arm-cortex-m4-full:
[ 81%] Linking C shared library libuhttpd.so
ld (ld-elf2flt): -shared used without passing a shared library ID
collect2: error: ld returned 1 exit status
Regards,
Peter
>
> Regards,
> Peter
>
> [1] https://github.com/zhaojh329/libuhttpd/commit/44b35fd253d9557c5c61beab80c8086042fc09df
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-05 20:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-05 12:05 [Buildroot] [PATCH 1/1] package/libuhttpd: bump version to 3.1.3 Jianhui Zhao
2020-04-05 14:27 ` Thomas Petazzoni
2020-04-05 14:35 ` Peter Seiderer
2020-04-05 20:49 ` Peter Seiderer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox