From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] 0001-UNZIP_VERSION-bump-6.00.patch
Date: Fri, 1 Mar 2019 12:00:51 +0100 [thread overview]
Message-ID: <20190301110051.rafypr7gf5btg3cc@pengutronix.de> (raw)
In-Reply-To: <d999217eae98a74bccd650319b5aa9b8@zutroll.de>
Hi,
Please use a proper subject.
On Mon, Feb 25, 2019 at 01:26:08PM +0100, webmaster@zutroll.de wrote:
> HI,
>
> I hope this matches your expectations:
Comments like this belong below the '---' line. That means, that they will
be dropped when I apply the patch.
Also, you did not address my other review comments.
Michael
>
> Signed-off-by: Simon Agostini <webmaster@zutroll.de>
>
> ---
> rules/unzip.make | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/rules/unzip.make b/rules/unzip.make
> index 47380ba31..f6c5f4ef0 100644
> --- a/rules/unzip.make
> +++ b/rules/unzip.make
> @@ -17,16 +17,16 @@ PACKAGES-$(PTXCONF_UNZIP) += unzip
> # Paths and names
> # (unzip is packaged a bit unusual way, that's why two version variables
> exist)
> #
> -UNZIP_VERSION := 5.52
> -UNZIP_MD5 := 9d23919999d6eac9217d1f41472034a9
> -UNZIP_AVERSION := 552
> +UNZIP_VERSION := 6.00
> +UNZIP_MD5 := 62b490407489521db863b523a7f86375
> +UNZIP_AVERSION := 60
> UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tar.gz
> UNZIP := unzip-$(UNZIP_VERSION)
> UNZIP_URL := $(call ptx/mirror, SF, infozip/$(UNZIP_ARCHIVE))
> UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
> UNZIP_DIR := $(BUILDDIR)/$(UNZIP)
> -UNZIP_LICENSE := Info-ZIP
> -UNZIP_LICENSE_FILES := file://LICENSE;md5=28dcc51d0d279f531e4be676efb0071f
> +UNZIP_LICENSE := Info-ZIP, BSD-like
> +UNZIP_LICENSE_FILES := file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29
>
> #
> ----------------------------------------------------------------------------
> # Compile
> --
> 2.14.1.windows.1
>
>
>
> Am 2019-02-25 11:02, schrieb Michael Olbrich:
> > On Mon, Feb 25, 2019 at 07:39:32AM +0100, webmaster@zutroll.de wrote:
> > > UNZIP_VERSION-bump-6.00
> >
> > > From c56effd00f8f9292ba4d8271692463280838ba62 Mon Sep 17 00:00:00 2001
> > > From: Simon <webmaster@zutroll.de>
> > > Date: Fri, 22 Feb 2019 14:41:40 +0100
> > > Subject: [PATCH 098/100] UNZIP_VERSION bump 6.00
> > >
> >
> > As Alex noted, The SOB is missing. And while text attachments are
> > acceptable, I prefer the patches inline. And less work for me means,
> > that
> > your patch is applied faster.
> >
> > > ---
> > > rules/unzip.make | 10 +++++-----
> > > 1 file changed, 5 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/rules/unzip.make b/rules/unzip.make
> > > index 47380ba31..f6c5f4ef0 100644
> > > --- a/rules/unzip.make
> > > +++ b/rules/unzip.make
> > > @@ -17,16 +17,16 @@ PACKAGES-$(PTXCONF_UNZIP) += unzip
> > > # Paths and names
> > > # (unzip is packaged a bit unusual way, that's why two version
> > > variables exist)
> > > #
> > > -UNZIP_VERSION := 5.52
> > > -UNZIP_MD5 := 9d23919999d6eac9217d1f41472034a9
> > > -UNZIP_AVERSION := 552
> > > +UNZIP_VERSION := 6.00
> > > +UNZIP_MD5 := 62b490407489521db863b523a7f86375
> > > +UNZIP_AVERSION := 60
> > > UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tar.gz
> > > UNZIP := unzip-$(UNZIP_VERSION)
> > > UNZIP_URL := $(call ptx/mirror, SF, infozip/$(UNZIP_ARCHIVE))
> > > UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
> > > UNZIP_DIR := $(BUILDDIR)/$(UNZIP)
> > > -UNZIP_LICENSE := Info-ZIP
> > > -UNZIP_LICENSE_FILES :=
> > > file://LICENSE;md5=28dcc51d0d279f531e4be676efb0071f
> > > +UNZIP_LICENSE := Info-ZIP, BSD-like
> > > +UNZIP_LICENSE_FILES :=
> > > file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29
> >
> > For license changes like this, I'd like a comment in the commit message.
> > Also, BSD-like is not a proper SPDX identifier and the ',' is not
> > acceptable either: You need to choose the correct operator. 'AND' if
> > both
> > licenses apply at the same time, 'OR' if the user can pick on of the
> > two.
> >
> > Michael
> >
> > >
> > > # ----------------------------------------------------------------------------
> > > # Compile
> > > --
> > > 2.14.1.windows.1
> > >
> >
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
>
> _______________________________________________
> 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
prev parent reply other threads:[~2019-03-01 11:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 6:39 webmaster
2019-02-25 10:02 ` Michael Olbrich
2019-02-25 12:26 ` webmaster
2019-03-01 11:00 ` Michael Olbrich [this message]
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=20190301110051.rafypr7gf5btg3cc@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox