* [Buildroot] [PATCH 1/1] package/libuhttpd: bump to version 3.8.0
@ 2021-01-17 11:18 Fabrice Fontaine
2021-01-17 14:45 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-01-17 11:18 UTC (permalink / raw)
To: buildroot
BUILD_TEST_PLUGIN has been dropped since version 3.5.0 and
https://github.com/zhaojh329/libuhttpd/commit/0b2c2f4a3bdc192fffcec6fb6fd297068b6ff873
https://github.com/zhaojh329/libuhttpd/releases/tag/v3.7.0
https://github.com/zhaojh329/libuhttpd/releases/tag/v3.8.0
Fixes:
- http://autobuild.buildroot.org/results/0d53b561ba02db018ca90dce29e9064b12c1276b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libuhttpd/libuhttpd.hash | 2 +-
package/libuhttpd/libuhttpd.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
index 6053df6593..98ae64bf70 100644
--- a/package/libuhttpd/libuhttpd.hash
+++ b/package/libuhttpd/libuhttpd.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 5cdbff570430530b46ed071363c52cc655bbb349943008b57f63061481586391 libuhttpd-3.6.0.tar.gz
+sha256 cdf97020be8ef73e74f12e0703e0f871ebd26c641ce2cb31f67c90a79483c372 libuhttpd-3.8.0.tar.gz
sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
index f665b27969..60f0455ddd 100644
--- a/package/libuhttpd/libuhttpd.mk
+++ b/package/libuhttpd/libuhttpd.mk
@@ -4,13 +4,12 @@
#
################################################################################
-LIBUHTTPD_VERSION = 3.6.0
+LIBUHTTPD_VERSION = 3.8.0
LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION)
LIBUHTTPD_LICENSE = MIT
LIBUHTTPD_LICENSE_FILES = LICENSE
LIBUHTTPD_INSTALL_STAGING = YES
LIBUHTTPD_DEPENDENCIES = libev
-LIBUHTTPD_CONF_OPTS = -DBUILD_TEST_PLUGIN=OFF
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBUHTTPD_DEPENDENCIES += openssl
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libuhttpd: bump to version 3.8.0
2021-01-17 11:18 [Buildroot] [PATCH 1/1] package/libuhttpd: bump to version 3.8.0 Fabrice Fontaine
@ 2021-01-17 14:45 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-01-17 14:45 UTC (permalink / raw)
To: buildroot
Fabrice, All,
On 2021-01-17 12:18 +0100, Fabrice Fontaine spake thusly:
> BUILD_TEST_PLUGIN has been dropped since version 3.5.0 and
> https://github.com/zhaojh329/libuhttpd/commit/0b2c2f4a3bdc192fffcec6fb6fd297068b6ff873
>
> https://github.com/zhaojh329/libuhttpd/releases/tag/v3.7.0
> https://github.com/zhaojh329/libuhttpd/releases/tag/v3.8.0
>
> Fixes:
> - http://autobuild.buildroot.org/results/0d53b561ba02db018ca90dce29e9064b12c1276b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libuhttpd/libuhttpd.hash | 2 +-
> package/libuhttpd/libuhttpd.mk | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
> index 6053df6593..98ae64bf70 100644
> --- a/package/libuhttpd/libuhttpd.hash
> +++ b/package/libuhttpd/libuhttpd.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 5cdbff570430530b46ed071363c52cc655bbb349943008b57f63061481586391 libuhttpd-3.6.0.tar.gz
> +sha256 cdf97020be8ef73e74f12e0703e0f871ebd26c641ce2cb31f67c90a79483c372 libuhttpd-3.8.0.tar.gz
> sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
> diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
> index f665b27969..60f0455ddd 100644
> --- a/package/libuhttpd/libuhttpd.mk
> +++ b/package/libuhttpd/libuhttpd.mk
> @@ -4,13 +4,12 @@
> #
> ################################################################################
>
> -LIBUHTTPD_VERSION = 3.6.0
> +LIBUHTTPD_VERSION = 3.8.0
> LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION)
> LIBUHTTPD_LICENSE = MIT
> LIBUHTTPD_LICENSE_FILES = LICENSE
> LIBUHTTPD_INSTALL_STAGING = YES
> LIBUHTTPD_DEPENDENCIES = libev
> -LIBUHTTPD_CONF_OPTS = -DBUILD_TEST_PLUGIN=OFF
>
> ifeq ($(BR2_PACKAGE_OPENSSL),y)
> LIBUHTTPD_DEPENDENCIES += openssl
> --
> 2.29.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-17 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-17 11:18 [Buildroot] [PATCH 1/1] package/libuhttpd: bump to version 3.8.0 Fabrice Fontaine
2021-01-17 14:45 ` Yann E. MORIN
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.