lsscsi: bump to version 0.30
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 9 Sep 2018 11:58:48 +0000 (13:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Sep 2018 13:20:25 +0000 (15:20 +0200)
- 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lsscsi/lsscsi.hash
package/lsscsi/lsscsi.mk

index d39da9bc8015c6b7a5bf50088cd2ae34f413333d..fe1bc5d8b4f4a5c193bf347c07c11a58a4b8fb4c 100644 (file)
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50  lsscsi-0.28.tgz
+sha256 619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15  lsscsi-0.30.tgz
+sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa  COPYING
index 649aad9a382084ca966bd82158f4a15acb73920b..70c5226d9bf95b5e1198c43cc8c973f479d31422 100644 (file)
@@ -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+