mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] lighttpd version bump 1.4.53
@ 2019-02-25  6:38 webmaster
  2019-02-25  7:50 ` Alexander Dahl
  2019-02-25 12:29 ` webmaster
  0 siblings, 2 replies; 5+ messages in thread
From: webmaster @ 2019-02-25  6:38 UTC (permalink / raw)
  To: ptxdist

[-- Attachment #1: Type: text/plain, Size: 28 bytes --]

lighttpd version bump 1.4.53

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Version-bump-1.4.53.patch --]
[-- Type: text/x-diff; name=0001-Version-bump-1.4.53.patch, Size: 872 bytes --]

From 4014ce984086ee27f1c3f38a6396db58b08982d5 Mon Sep 17 00:00:00 2001
From: Simon <webmaster@zutroll.de>
Date: Fri, 22 Feb 2019 14:11:07 +0100
Subject: [PATCH 094/100] Version bump 1.4.53

Version bump 1.4.53
---
 rules/lighttpd.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 02e74b3f7..69fa69a22 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
 #
 # Paths and names
 #
-LIGHTTPD_VERSION	:= 1.4.51
-LIGHTTPD_MD5		:= 6e68c19601af332fa3c5f174245f59bf
+LIGHTTPD_VERSION	:= 1.4.53
+LIGHTTPD_MD5		:= f93436d8d400b2b0e26ee4bcc60b9ac7
 LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
 LIGHTTPD_SUFFIX		:= tar.xz
 LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
-- 
2.14.1.windows.1


[-- Attachment #3: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] lighttpd version bump 1.4.53
  2019-02-25  6:38 [ptxdist] lighttpd version bump 1.4.53 webmaster
@ 2019-02-25  7:50 ` Alexander Dahl
  2019-02-25 12:29 ` webmaster
  1 sibling, 0 replies; 5+ messages in thread
From: Alexander Dahl @ 2019-02-25  7:50 UTC (permalink / raw)
  To: ptxdist; +Cc: webmaster

Hello Simon (?),

Am Montag, 25. Februar 2019, 07:38:09 CET schrieb webmaster@zutroll.de:
> lighttpd version bump 1.4.53

That works, thanks for your effort. :-)

However, your patch is missing the Signed-off-by line, it probably won't get 
applied without that. See https://www.ptxdist.org/doc/contributing.html 

And if it's possible for you, please send your patches inline, not as 
attachment. git send-email is nice. Contributing to ptxdist is quite similar 
to the process in the Linux kernel, so reading their docs might help, too:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html
https://www.kernel.org/doc/html/latest/process/email-clients.html

Greets
Alex


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] lighttpd version bump 1.4.53
  2019-02-25  6:38 [ptxdist] lighttpd version bump 1.4.53 webmaster
  2019-02-25  7:50 ` Alexander Dahl
@ 2019-02-25 12:29 ` webmaster
  2019-03-01 11:05   ` Michael Olbrich
  1 sibling, 1 reply; 5+ messages in thread
From: webmaster @ 2019-02-25 12:29 UTC (permalink / raw)
  To: ptxdist

 From 4014ce984086ee27f1c3f38a6396db58b08982d5 Mon Sep 17 00:00:00 2001
 From: Simon <webmaster@zutroll.de>
Date: Fri, 22 Feb 2019 14:11:07 +0100
Version bump 1.4.53


Signed-off-by: Simon Agostini <webmaster@zutroll.de>
---
  rules/lighttpd.make | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 02e74b3f7..69fa69a22 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
  #
  # Paths and names
  #
-LIGHTTPD_VERSION	:= 1.4.51
-LIGHTTPD_MD5		:= 6e68c19601af332fa3c5f174245f59bf
+LIGHTTPD_VERSION	:= 1.4.53
+LIGHTTPD_MD5		:= f93436d8d400b2b0e26ee4bcc60b9ac7
  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
  LIGHTTPD_SUFFIX		:= tar.xz
  LIGHTTPD_URL		:= 
http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
-- 
2.14.1.windows.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] lighttpd version bump 1.4.53
  2019-02-25 12:29 ` webmaster
@ 2019-03-01 11:05   ` Michael Olbrich
  2019-03-01 11:06     ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2019-03-01 11:05 UTC (permalink / raw)
  To: ptxdist

On Mon, Feb 25, 2019 at 01:29:11PM +0100, webmaster@zutroll.de wrote:
> From 4014ce984086ee27f1c3f38a6396db58b08982d5 Mon Sep 17 00:00:00 2001
> From: Simon <webmaster@zutroll.de>
> Date: Fri, 22 Feb 2019 14:11:07 +0100
> Version bump 1.4.53

This is not a proper inline patch. If you cannot use git send-email, then I
prefer an attachment generated by git format-patch.

Michael

> 
> Signed-off-by: Simon Agostini <webmaster@zutroll.de>
> ---
>  rules/lighttpd.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 02e74b3f7..69fa69a22 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION	:= 1.4.51
> -LIGHTTPD_MD5		:= 6e68c19601af332fa3c5f174245f59bf
> +LIGHTTPD_VERSION	:= 1.4.53
> +LIGHTTPD_MD5		:= f93436d8d400b2b0e26ee4bcc60b9ac7
>  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX		:= tar.xz
>  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> -- 
> 2.14.1.windows.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] lighttpd version bump 1.4.53
  2019-03-01 11:05   ` Michael Olbrich
@ 2019-03-01 11:06     ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2019-03-01 11:06 UTC (permalink / raw)
  To: ptxdist

On Fri, Mar 01, 2019 at 12:05:40PM +0100, Michael Olbrich wrote:
> On Mon, Feb 25, 2019 at 01:29:11PM +0100, webmaster@zutroll.de wrote:
> > From 4014ce984086ee27f1c3f38a6396db58b08982d5 Mon Sep 17 00:00:00 2001
> > From: Simon <webmaster@zutroll.de>
> > Date: Fri, 22 Feb 2019 14:11:07 +0100
> > Version bump 1.4.53
> 
> This is not a proper inline patch. If you cannot use git send-email, then I
> prefer an attachment generated by git format-patch.

This applies to all other patches as well.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-03-01 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25  6:38 [ptxdist] lighttpd version bump 1.4.53 webmaster
2019-02-25  7:50 ` Alexander Dahl
2019-02-25 12:29 ` webmaster
2019-03-01 11:05   ` Michael Olbrich
2019-03-01 11:06     ` Michael Olbrich

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