All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] lsscsi: bump to version 0.30
@ 2018-09-09 11:58 Fabrice Fontaine
  2018-09-09 13:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-09-09 11:58 UTC (permalink / raw
  To: buildroot

- Add hash for license file
- Fix build with glibc 2.28: <sys/sysmacros.h> is no longer included
  from <sys/types.h>, and therefore <sys/sysmacros.h> must be included
  explicitly when major()/minor() are used

Fixes:
 - http://autobuild.buildroot.org/results/60ec736ec524dcffedcef8f92d98aa29fb8987aa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lsscsi/lsscsi.hash | 3 ++-
 package/lsscsi/lsscsi.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/lsscsi/lsscsi.hash b/package/lsscsi/lsscsi.hash
index d39da9bc80..fe1bc5d8b4 100644
--- a/package/lsscsi/lsscsi.hash
+++ b/package/lsscsi/lsscsi.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50  lsscsi-0.28.tgz
+sha256 619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15  lsscsi-0.30.tgz
+sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa  COPYING
diff --git a/package/lsscsi/lsscsi.mk b/package/lsscsi/lsscsi.mk
index 649aad9a38..70c5226d9b 100644
--- a/package/lsscsi/lsscsi.mk
+++ b/package/lsscsi/lsscsi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LSSCSI_VERSION = 0.28
+LSSCSI_VERSION = 0.30
 LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
 LSSCSI_SITE = http://sg.danny.cz/scsi
 LSSCSI_LICENSE = GPL-2.0+
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] lsscsi: bump to version 0.30
  2018-09-09 11:58 [Buildroot] [PATCH 1/1] lsscsi: bump to version 0.30 Fabrice Fontaine
@ 2018-09-09 13:21 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-09-09 13:21 UTC (permalink / raw
  To: buildroot

Hello,

On Sun,  9 Sep 2018 13:58:48 +0200, Fabrice Fontaine wrote:
> - Add hash for license file
> - Fix build with glibc 2.28: <sys/sysmacros.h> is no longer included
>   from <sys/types.h>, and therefore <sys/sysmacros.h> must be included
>   explicitly when major()/minor() are used
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/60ec736ec524dcffedcef8f92d98aa29fb8987aa
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/lsscsi/lsscsi.hash | 3 ++-
>  package/lsscsi/lsscsi.mk   | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-09-09 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 11:58 [Buildroot] [PATCH 1/1] lsscsi: bump to version 0.30 Fabrice Fontaine
2018-09-09 13:21 ` Thomas Petazzoni

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.