diff mbox series

package/pciutils: bump to version 3.6.2

Message ID 20190830184034.26771-2-chrismcc@gmail.com
State Changes Requested
Headers show
Series package/pciutils: bump to version 3.6.2 | expand

Commit Message

Christopher McCrory Aug. 30, 2019, 6:40 p.m. UTC
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 package/pciutils/pciutils.hash | 4 ++--
 package/pciutils/pciutils.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Sept. 6, 2019, 8:33 a.m. UTC | #1
On Fri, Aug 30, 2019 at 8:41 PM Christopher McCrory <chrismcc@gmail.com> wrote:
>
> Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
> ---
>  package/pciutils/pciutils.hash | 4 ++--
>  package/pciutils/pciutils.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash
> index da0358cacd..2393643e53 100644
> --- a/package/pciutils/pciutils.hash
> +++ b/package/pciutils/pciutils.hash
> @@ -1,3 +1,3 @@
>  # From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc
> -sha256 1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5        pciutils-3.5.5.tar.xz
> -sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6        COPYING
> +sha256 db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 pciutils-3.6.2.tar.xz
> +sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING

A silent change to the license file is no good. Please describe what
changed in the file (and update the license details if needed).
Christopher McCrory Sept. 6, 2019, 3:52 p.m. UTC | #2
On Fri, Sep 6, 2019 at 1:34 AM Peter Korsgaard <peter@korsgaard.com> wrote:

> On Fri, Aug 30, 2019 at 8:41 PM Christopher McCrory <chrismcc@gmail.com>
> wrote:
> >
> > Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
> > ---
> >  package/pciutils/pciutils.hash | 4 ++--
> >  package/pciutils/pciutils.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/package/pciutils/pciutils.hash
> b/package/pciutils/pciutils.hash
> > index da0358cacd..2393643e53 100644
> > --- a/package/pciutils/pciutils.hash
> > +++ b/package/pciutils/pciutils.hash
> > @@ -1,3 +1,3 @@
> >  # From
> https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc
> > -sha256
> 1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5
> pciutils-3.5.5.tar.xz
> > -sha256
> ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> COPYING
> > +sha256 db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3
> pciutils-3.6.2.tar.xz
> > +sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
> COPYING
>
> A silent change to the license file is no good. Please describe what
> changed in the file (and update the license details if needed).
>
> --
> Bye, Peter Korsgaard
>


The COPYING file did not change, the hash did not change. The extra spaces
were trimmed
diff mbox series

Patch

diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash
index da0358cacd..2393643e53 100644
--- a/package/pciutils/pciutils.hash
+++ b/package/pciutils/pciutils.hash
@@ -1,3 +1,3 @@ 
 # From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc
-sha256	1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5	pciutils-3.5.5.tar.xz
-sha256	ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6	COPYING
+sha256	db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3 pciutils-3.6.2.tar.xz
+sha256	ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 30d429e75a..aa19211cd0 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PCIUTILS_VERSION = 3.5.5
+PCIUTILS_VERSION = 3.6.2
 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils
 PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz
 PCIUTILS_INSTALL_STAGING = YES