pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/dmidecode
Module Name: pkgsrc
Committed By: msaitoh
Date: Fri Jan 18 02:52:09 UTC 2019
Modified Files:
pkgsrc/sysutils/dmidecode: Makefile distinfo
Log Message:
Add an officially recommended patch to sysutils/dmidecode:
2019-01-16: Add "Logical non-volatile device" to the memory device types
When adding support for non-volative memory, we forgot to add
"Logical non-volatile device" to the list of memory types. This causes
NVDIMM modules to show up as <OUT OF SPEC>. Fix the problem by adding
the missing enumerated value.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/dmidecode/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/dmidecode/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/dmidecode/Makefile
diff -u pkgsrc/sysutils/dmidecode/Makefile:1.25 pkgsrc/sysutils/dmidecode/Makefile:1.26
--- pkgsrc/sysutils/dmidecode/Makefile:1.25 Tue Oct 23 10:16:12 2018
+++ pkgsrc/sysutils/dmidecode/Makefile Fri Jan 18 02:52:09 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2018/10/23 10:16:12 jmcneill Exp $
+# $NetBSD: Makefile,v 1.26 2019/01/18 02:52:09 msaitoh Exp $
#
DISTNAME= dmidecode-3.2
-PKGREVISION= 2
+PKGREVISION= 3
EXTRACT_SUFX= .tar.xz
CATEGORIES= sysutils
MASTER_SITES= http://download.savannah.gnu.org/releases/dmidecode/
@@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2
PATCH_SITES= http://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=
DIST_SUBDIR= dmidecode-patches
PATCHFILES= fde47bb227b8fa817c88d7e10a8eb771c46de1df
+PATCHFILES+= 74dfb854b8199ddb0a27e89296fa565f4706cb9d
PATCH_DIST_STRIP= -p1
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
Index: pkgsrc/sysutils/dmidecode/distinfo
diff -u pkgsrc/sysutils/dmidecode/distinfo:1.22 pkgsrc/sysutils/dmidecode/distinfo:1.23
--- pkgsrc/sysutils/dmidecode/distinfo:1.22 Tue Oct 23 10:16:12 2018
+++ pkgsrc/sysutils/dmidecode/distinfo Fri Jan 18 02:52:09 2019
@@ -1,5 +1,9 @@
-$NetBSD: distinfo,v 1.22 2018/10/23 10:16:12 jmcneill Exp $
+$NetBSD: distinfo,v 1.23 2019/01/18 02:52:09 msaitoh Exp $
+SHA1 (dmidecode-patches/74dfb854b8199ddb0a27e89296fa565f4706cb9d) = f294c7b183f79983e2b3d949b56a1c550e491624
+RMD160 (dmidecode-patches/74dfb854b8199ddb0a27e89296fa565f4706cb9d) = 2d58539bb81b97f6b69760aaa8d65badeeb5aee3
+SHA512 (dmidecode-patches/74dfb854b8199ddb0a27e89296fa565f4706cb9d) = 1b7646a02d559b091084fa35054e2da99e7e9f6f922e1ccc40eeadaa70ca44dc19b55adfadae0c329bead2e7288e9f82083e6f5076124cc1d8f6e6e118dc86a9
+Size (dmidecode-patches/74dfb854b8199ddb0a27e89296fa565f4706cb9d) = 1094 bytes
SHA1 (dmidecode-patches/dmidecode-3.2.tar.xz) = acf4b5c6e757066453fd06aa9060fceb257849bf
RMD160 (dmidecode-patches/dmidecode-3.2.tar.xz) = 29c7718c1c149798a0f7d7b8830532ca2186c9d6
SHA512 (dmidecode-patches/dmidecode-3.2.tar.xz) = b080c73fbda756109f0f29935c641e0b32ea9ffe90f0a8254164c9c1ff5617d042347298e6bac31e5463e94fa56efe2b2743238156d878254fc77120e6dc1a18
Home |
Main Index |
Thread Index |
Old Index