Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate
@ 2022-01-22 22:49 Fabrice Fontaine
  2022-01-23  8:39 ` Yann E. MORIN
  2022-01-28 20:38 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-01-22 22:49 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Fabrice Fontaine

mod_compress has been subsumed by mod_deflate since version 1.4.56 and
https://github.com/lighttpd/lighttpd1.4/commit/dab212b5f5ee468b632f40f28699efc810f27210

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lighttpd/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index ed674a9227..99a09e9766 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -38,13 +38,13 @@ config BR2_PACKAGE_LIGHTTPD_ZLIB
 	bool "zlib support"
 	select BR2_PACKAGE_ZLIB
 	help
-	  Enable zlib support for lighttpd mod_compress.
+	  Enable zlib support for lighttpd mod_deflate.
 
 config BR2_PACKAGE_LIGHTTPD_BZIP2
 	bool "bzip2 support"
 	select BR2_PACKAGE_BZIP2
 	help
-	  Enable bzip2 support for lighttpd mod_compress.
+	  Enable bzip2 support for lighttpd mod_deflate.
 
 config BR2_PACKAGE_LIGHTTPD_PCRE
 	bool "pcre support"
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate
  2022-01-22 22:49 [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate Fabrice Fontaine
@ 2022-01-23  8:39 ` Yann E. MORIN
  2022-01-28 20:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-01-23  8:39 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Matt Weber, buildroot

Fabrice, All,

On 2022-01-22 23:49 +0100, Fabrice Fontaine spake thusly:
> mod_compress has been subsumed by mod_deflate since version 1.4.56 and
> https://github.com/lighttpd/lighttpd1.4/commit/dab212b5f5ee468b632f40f28699efc810f27210
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lighttpd/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
> index ed674a9227..99a09e9766 100644
> --- a/package/lighttpd/Config.in
> +++ b/package/lighttpd/Config.in
> @@ -38,13 +38,13 @@ config BR2_PACKAGE_LIGHTTPD_ZLIB
>  	bool "zlib support"
>  	select BR2_PACKAGE_ZLIB
>  	help
> -	  Enable zlib support for lighttpd mod_compress.
> +	  Enable zlib support for lighttpd mod_deflate.
>  
>  config BR2_PACKAGE_LIGHTTPD_BZIP2
>  	bool "bzip2 support"
>  	select BR2_PACKAGE_BZIP2
>  	help
> -	  Enable bzip2 support for lighttpd mod_compress.
> +	  Enable bzip2 support for lighttpd mod_deflate.
>  
>  config BR2_PACKAGE_LIGHTTPD_PCRE
>  	bool "pcre support"
> -- 
> 2.34.1
> 
> _______________________________________________
> 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

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

* Re: [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate
  2022-01-22 22:49 [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate Fabrice Fontaine
  2022-01-23  8:39 ` Yann E. MORIN
@ 2022-01-28 20:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-28 20:38 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Matt Weber, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > mod_compress has been subsumed by mod_deflate since version 1.4.56 and
 > https://github.com/lighttpd/lighttpd1.4/commit/dab212b5f5ee468b632f40f28699efc810f27210

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-28 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-22 22:49 [Buildroot] [PATCH 1/1] package/lighttpd: replace mod_compress by mod_deflate Fabrice Fontaine
2022-01-23  8:39 ` Yann E. MORIN
2022-01-28 20:38 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox