package/dmidecode: bump to version 3.3
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 25 Oct 2020 14:49:34 +0000 (15:49 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Oct 2020 14:54:48 +0000 (15:54 +0100)
- Drop patch (not needed since
  http://git.savannah.nongnu.org/cgit/dmidecode.git/commit?id=5b3c8e9950262fc941bb5b3b3a1275720d47d62d)
- Update indentation in hash file (two spaces)

http://git.savannah.gnu.org/cgit/dmidecode.git/plain/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dmidecode/0001-build-system-fixes.patch [deleted file]
package/dmidecode/dmidecode.hash
package/dmidecode/dmidecode.mk

diff --git a/package/dmidecode/0001-build-system-fixes.patch b/package/dmidecode/0001-build-system-fixes.patch
deleted file mode 100644 (file)
index 00897f8..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-Minor build system fixes
-
-Usual build system fixes to allow CC/CFLAGS/LDFLAGS to be overriden
-from the command line, and completed by additional flags from the
-Makefile.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/Makefile
-===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -12,9 +12,10 @@
- #   (at your option) any later version.
- #
--CC      = gcc
--CFLAGS  = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
--          -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
-+CC      ?= gcc
-+override CFLAGS  += \
-+      -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-+        -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
- # Let lseek and mmap support 64-bit wide offsets
- CFLAGS += -D_FILE_OFFSET_BITS=64
-@@ -27,7 +28,7 @@ CFLAGS += -O2
- #CFLAGS += -g
- # Pass linker flags here
--LDFLAGS =
-+override LDFLAGS +=
- DESTDIR =
- prefix  = /usr/local
index c6edf4bcac33ec699c56b1603a6f44c92a19f9d0..ba72295caedbf65c151018a28b567eabed2ff1d2 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd  dmidecode-3.2.tar.xz
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
+sha256  82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455  dmidecode-3.3.tar.xz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
index 811565d8e450ea4560fedb11d98ca6e4c0c93487..89d9155f953fad4501feff73c1dc5e711d7fd4ce 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DMIDECODE_VERSION = 3.2
+DMIDECODE_VERSION = 3.3
 DMIDECODE_SOURCE = dmidecode-$(DMIDECODE_VERSION).tar.xz
 DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
 DMIDECODE_LICENSE = GPL-2.0+