All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ignacy Gawędzki" <ignacy.gawedzki@green-communications.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] nginx: Bump to version 1.15.0
Date: Fri, 29 Jun 2018 08:39:20 +0200	[thread overview]
Message-ID: <20180629063920.pjiubdnv2u5zcojv@zenon.in.qult.net> (raw)
In-Reply-To: <20180629024933.zvlna6ikrhrige5b@tarshish>

On Fri, Jun 29, 2018 at 05:49:33AM +0300, thus spake Baruch Siach:
> Hi Ignacy,

Hi,

> On Wed, Jun 27, 2018 at 03:51:46PM +0200, Ignacy Gaw?dzki wrote:
> > Signed-off-by: Ignacy Gaw?dzki <ignacy.gawedzki@green-communications.fr>
> > ---
> >  ...-rework-autotest-to-be-cross-compila.patch |   6 +-
> >  ...-mechanism-allowing-to-force-feature.patch |   8 +-
> >  ...ture_run_force_result-for-each-featu.patch |  56 ++--
> >  ...auto-lib-libxslt-conf-use-pkg-config.patch |  10 +-
> >  ...ake-sys_nerr-guessing-cross-friendly.patch |  16 +-
> >  ...auto-lib-openssl-conf-use-pkg-config.patch | 249 ++++++++++++++++--
> >  ...7-auto-lib-libgd-conf-use-pkg-config.patch |   6 +-
> >  ...linux_config.h-only-include-dlfcn.h-.patch |   6 +-
> >  ...x-PCRE-condition-WRT-the-http-and-ht.patch |  33 ---
> >  package/nginx/nginx.hash                      |   4 +-
> >  package/nginx/nginx.mk                        |   2 +-
> >  11 files changed, 291 insertions(+), 105 deletions(-)
> >  delete mode 100644 package/nginx/0009-auto-lib-conf-fix-PCRE-condition-WRT-the-http-and-ht.patch
> > 
> > diff --git a/package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch b/package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
> > index 5b1a50b264..52c8da38c0 100644
> > --- a/package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
> > +++ b/package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
> > @@ -1,4 +1,4 @@
> > -From fb158af083e72c9aa0a8dfd4c6965f950192a230 Mon Sep 17 00:00:00 2001
> > +From 218eab509628bffd494516803fdef9585b2e30d8 Mon Sep 17 00:00:00 2001
> >  From: Samuel Martin <s.martin49@gmail.com>
> >  Date: Tue, 4 Jul 2017 11:09:20 -0400
> >  Subject: [PATCH] auto/type/sizeof: rework autotest to be cross-compilation
> > @@ -22,7 +22,7 @@ Refresh for 1.12.0
> >   1 file changed, 28 insertions(+), 9 deletions(-)
> >  
> >  diff --git a/auto/types/sizeof b/auto/types/sizeof
> > -index 480d8cf..61dcd2d 100644
> > +index 480d8cfa..61dcd2de 100644
> >  --- a/auto/types/sizeof
> >  +++ b/auto/types/sizeof
> >  @@ -14,7 +14,7 @@ END
> > @@ -85,5 +85,5 @@ index 480d8cf..61dcd2d 100644
> >   fi
> >   
> >  -- 
> > -2.9.4
> > +2.17.1
> 
> No need to touch patches that have not changed like this one.

Yes, indeed.  I did this in a batch, that's why I didn't notice that
some of them are not changed at all.

> [...]
> 
> > diff --git a/package/nginx/nginx.hash b/package/nginx/nginx.hash
> > index 9936ca1dfa..51284aefbe 100644
> > --- a/package/nginx/nginx.hash
> > +++ b/package/nginx/nginx.hash
> > @@ -1,4 +1,4 @@
> >  # Locally calculated after checking pgp signature
> > -sha256	305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416	nginx-1.12.2.tar.gz
> > +sha256	b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516	nginx-1.15.0.tar.gz
> >  # License files, locally calculated
> > -sha256	75820469c890db641e54078df018e497fde0542211aa704e15320316a2175780	LICENSE
> > +sha256	e18f05bcaad47528f8b21861d4a0fb9815ca1bbb4be946c51a51d36623758bcc	LICENSE
> 
> What are the changes in the LICENSE file? Please explain in the commit log.

Only the dates in the copyright lines.  Is that worth mentioning in
the commit log, really?

> 
> > diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
> > index e5652af6df..23cf2b46d5 100644
> > --- a/package/nginx/nginx.mk
> > +++ b/package/nginx/nginx.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >  
> > -NGINX_VERSION = 1.12.2
> > +NGINX_VERSION = 1.15.0
> >  NGINX_SITE = http://nginx.org/download
> >  NGINX_LICENSE = BSD-2-Clause
> >  NGINX_LICENSE_FILES = LICENSE
> 
> baruch
> 
> -- 
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
> 

Cheers,

Ignacy

-- 
Ignacy Gaw?dzki
R&D Engineer
Green Communications

  reply	other threads:[~2018-06-29  6:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-27 13:51 [Buildroot] [PATCH 1/1] nginx: Bump to version 1.15.0 Ignacy Gawędzki
2018-06-28 19:13 ` Thomas Petazzoni
2018-06-28 22:45   ` Ignacy Gawędzki
2018-06-29  2:49 ` Baruch Siach
2018-06-29  6:39   ` Ignacy Gawędzki [this message]
2018-06-30 20:09     ` Thomas Petazzoni
2018-06-30 20:22 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180629063920.pjiubdnv2u5zcojv@zenon.in.qult.net \
    --to=ignacy.gawedzki@green-communications.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.