pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/decode-dimms



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Fri Jun 21 15:42:19 UTC 2019

Modified Files:
        pkgsrc/sysutils/decode-dimms: Makefile distinfo
        pkgsrc/sysutils/decode-dimms/patches: patch-decode-dimms

Log Message:
Update sysutils/decode-dimms to 0.0.20190619

Upstream change long:
        decode-dimms: Add MAC abbreviation for DDR4
        decode-dimms: display MAC from DDR3 SPD


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/decode-dimms/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/decode-dimms/distinfo
cvs rdiff -u -r1.13 -r1.14 \
    pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/decode-dimms/Makefile
diff -u pkgsrc/sysutils/decode-dimms/Makefile:1.15 pkgsrc/sysutils/decode-dimms/Makefile:1.16
--- pkgsrc/sysutils/decode-dimms/Makefile:1.15  Mon Jun 17 21:03:50 2019
+++ pkgsrc/sysutils/decode-dimms/Makefile       Fri Jun 21 15:42:19 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/06/17 21:03:50 pgoyette Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/21 15:42:19 pgoyette Exp $
 
 # no Release yet
-_DATE=         20190405
-PKGREVISION=   2
-GIT_COMMIT=    cea0000657a2dde506df91ecce6b18ac2d7224db
+_DATE=         20190619
+GIT_COMMIT=    3ec23ced30f80e365c60cacf620a5847231c3ceb
 DISTNAME=      i2c-tools-${GIT_COMMIT}
 PKGNAME=       decode-dimms-0.0.${_DATE}
 CATEGORIES=    sysutils

Index: pkgsrc/sysutils/decode-dimms/distinfo
diff -u pkgsrc/sysutils/decode-dimms/distinfo:1.14 pkgsrc/sysutils/decode-dimms/distinfo:1.15
--- pkgsrc/sysutils/decode-dimms/distinfo:1.14  Mon Jun 17 21:03:50 2019
+++ pkgsrc/sysutils/decode-dimms/distinfo       Fri Jun 21 15:42:19 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2019/06/17 21:03:50 pgoyette Exp $
+$NetBSD: distinfo,v 1.15 2019/06/21 15:42:19 pgoyette Exp $
 
-SHA1 (i2c-tools-cea0000657a2dde506df91ecce6b18ac2d7224db.tar.gz) = bcca6f8b031bd3797eb9db1cf241063b5e885cd4
-RMD160 (i2c-tools-cea0000657a2dde506df91ecce6b18ac2d7224db.tar.gz) = b5b837bd277138ba334003c7143c9eacc41aae8f
-SHA512 (i2c-tools-cea0000657a2dde506df91ecce6b18ac2d7224db.tar.gz) = 90f7af2521ee2984b5e107f1fedd12238e6d8fef66d15c9a21d422d40d530cf4f8993570251c40ff1f5bcd262f85cb188d63a7b70ab48d54dc5fc431b6784421
-Size (i2c-tools-cea0000657a2dde506df91ecce6b18ac2d7224db.tar.gz) = 98243 bytes
-SHA1 (patch-decode-dimms) = c586b20a7d29e6785043409c1599bfc94771f26d
+SHA1 (i2c-tools-3ec23ced30f80e365c60cacf620a5847231c3ceb.tar.gz) = 7117d8737ac8f599bc00ca4de524e6a4e72b5c65
+RMD160 (i2c-tools-3ec23ced30f80e365c60cacf620a5847231c3ceb.tar.gz) = d32f9fe1217c403e711cbfbc61b9ab65af332562
+SHA512 (i2c-tools-3ec23ced30f80e365c60cacf620a5847231c3ceb.tar.gz) = 1d6c6524cd2c4bc5b3813c672fa6f37b9b377968f36f3ad00bebb72a3cd430bc88707f8601fef379ce37f71433e404cca2f632e2411f97668551705735a6f79c
+Size (i2c-tools-3ec23ced30f80e365c60cacf620a5847231c3ceb.tar.gz) = 98311 bytes
+SHA1 (patch-decode-dimms) = 1e1bd3d26a40e3596f189a73109949ef636c5d94
 SHA1 (patch-decode-dimms.1) = c1c1444a73fa848eda0223e2c176819d4ded6641

Index: pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms
diff -u pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms:1.13 pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms:1.14
--- pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms:1.13        Mon Jun 17 21:03:51 2019
+++ pkgsrc/sysutils/decode-dimms/patches/patch-decode-dimms     Fri Jun 21 15:42:19 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-decode-dimms,v 1.13 2019/06/17 21:03:51 pgoyette Exp $
+$NetBSD: patch-decode-dimms,v 1.14 2019/06/21 15:42:19 pgoyette Exp $
 
 Add NetBSD-specific ability to use spdmem(4)'s sysctl values as
 input.  Remove attempts to use linux-specific data sources.
@@ -25,7 +25,7 @@ input.  Remove attempts to use linux-spe
  
  # We consider that no data was written to this area of the SPD EEPROM if
  # all bytes read 0x00 or all bytes read 0xff
-@@ -2337,6 +2339,26 @@
+@@ -2343,6 +2345,26 @@
        }
  }
  
@@ -52,7 +52,7 @@ input.  Remove attempts to use linux-spe
  # Read bytes from SPD-EEPROM
  # Note: offset must be a multiple of 16!
  sub readspd($$$)
-@@ -2346,6 +2368,9 @@
+@@ -2352,6 +2374,9 @@
        if ($use_hexdump) {
                @bytes = read_hexdump($dimm_i);
                return @bytes[$offset..($offset + $size - 1)];
@@ -62,7 +62,7 @@ input.  Remove attempts to use linux-spe
        } elsif ($use_sysfs) {
                # Kernel 2.6 with sysfs
                sysopen(HANDLE, "$dimm_i/eeprom", O_RDONLY)
-@@ -2422,7 +2447,7 @@
+@@ -2428,7 +2453,7 @@
  # Parse command-line
  foreach (@ARGV) {
        if ($_ eq '-h' || $_ eq '--help') {
@@ -71,7 +71,7 @@ input.  Remove attempts to use linux-spe
                        "       $0 -h\n\n",
                        "  -f, --format            Print nice html output\n",
                        "  -b, --bodyonly          Don't print html header\n",
-@@ -2436,6 +2461,8 @@
+@@ -2442,6 +2467,8 @@
                        "  -x,                     Read data from hexdump files\n",
                        "  -X,                     Same as -x except treat multibyte hex\n",
                        "                          data as little endian\n",
@@ -80,7 +80,7 @@ input.  Remove attempts to use linux-spe
                        "  -h, --help              Display this usage summary\n";
                print <<"EOF";
  
-@@ -2480,13 +2507,20 @@
+@@ -2486,13 +2513,20 @@
                $use_hexdump = LITTLEENDIAN;
                next;
        }
@@ -102,7 +102,7 @@ input.  Remove attempts to use linux-spe
  }
  
  # Default values
-@@ -2564,7 +2598,6 @@
+@@ -2570,7 +2604,6 @@
  #  * chk_spd: The checksum or CRC value found in the EEPROM
  #  * chk_calc: The checksum or CRC computed from the EEPROM data
  # Keys are added over time.
@@ -110,7 +110,7 @@ input.  Remove attempts to use linux-spe
  
  for my $i (0 .. $#dimm) {
        my @bytes = readspd(0, 128, $dimm[$i]->{file});
-@@ -2616,7 +2649,7 @@
+@@ -2622,7 +2655,7 @@
                printl("Decoding EEPROM", $dimm[$current]->{eeprom});
        }
  



Home | Main Index | Thread Index | Old Index