pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dmidecode Add an officially recommended patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01c4390d2857
branches:  trunk
changeset: 317980:01c4390d2857
user:      msaitoh <msaitoh%pkgsrc.org@localhost>
date:      Fri Jan 18 02:52:09 2019 +0000

description:
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.

diffstat:

 sysutils/dmidecode/Makefile |  5 +++--
 sysutils/dmidecode/distinfo |  6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 45566d27de90 -r 01c4390d2857 sysutils/dmidecode/Makefile
--- a/sysutils/dmidecode/Makefile       Fri Jan 18 02:05:50 2019 +0000
+++ b/sysutils/dmidecode/Makefile       Fri Jan 18 02:52:09 2019 +0000
@@ -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 @@
 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}
diff -r 45566d27de90 -r 01c4390d2857 sysutils/dmidecode/distinfo
--- a/sysutils/dmidecode/distinfo       Fri Jan 18 02:05:50 2019 +0000
+++ b/sysutils/dmidecode/distinfo       Fri Jan 18 02:52:09 2019 +0000
@@ -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