Thu Jun 21 21:08:11 2012 UTC ()
Update to 4.3.0. From the changelog:

- add ability to mmap a device other than /dev/mem, enabling easier
  testing of memory for hardware engineers et al if their system's
  kernel exports the memory they're interested in via /dev/mydevice
  or similar. Thanks: Jean-Noel Avila.

- add ability to run only specified tests by setting the environment
  variable MEMTESTER_TEST_MASK to a bitmask of the indexes of the
  tests to be run. Thanks: Ian Alexander.

Updating this during the freeze as it's a leaf package and the
changes should be low-impact.


(schmonz)
diff -r1.21 -r1.22 pkgsrc/sysutils/memtester/Makefile
diff -r1.14 -r1.15 pkgsrc/sysutils/memtester/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/sysutils/memtester/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/memtester/Makefile 2012/01/11 17:01:17 1.21
+++ pkgsrc/sysutils/memtester/Makefile 2012/06/21 21:08:11 1.22
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2012/01/11 17:01:17 schmonz Exp $ 1# $NetBSD: Makefile,v 1.22 2012/06/21 21:08:11 schmonz Exp $
2# 2#
3 3
4DISTNAME= memtester-4.2.2 4DISTNAME= memtester-4.3.0
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ${HOMEPAGE}old-versions/ 6MASTER_SITES= ${HOMEPAGE}old-versions/
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= http://pyropus.ca/software/memtester/ 9HOMEPAGE= http://pyropus.ca/software/memtester/
10COMMENT= Utility for testing the memory subsystem for faults 10COMMENT= Utility for testing the memory subsystem for faults
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13NOT_FOR_PLATFORM= Interix-*-* # no m[un]lock(2), so not useful anyway 13NOT_FOR_PLATFORM= Interix-*-* # no m[un]lock(2), so not useful anyway
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17 17

cvs diff -r1.14 -r1.15 pkgsrc/sysutils/memtester/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/memtester/distinfo 2012/01/11 17:01:17 1.14
+++ pkgsrc/sysutils/memtester/distinfo 2012/06/21 21:08:11 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2012/01/11 17:01:17 schmonz Exp $ 1$NetBSD: distinfo,v 1.15 2012/06/21 21:08:11 schmonz Exp $
2 2
3SHA1 (memtester-4.2.2.tar.gz) = 22d3a6da7e1d1d4ecf4e15a91e50dc1e0f6ea692 3SHA1 (memtester-4.3.0.tar.gz) = eff0e3020a7750bd5452b051526ad6439e92b9cd
4RMD160 (memtester-4.2.2.tar.gz) = 9aae7bec1408224348baa02556a5c9c484c7a7a7 4RMD160 (memtester-4.3.0.tar.gz) = 0fd3148d76f65516601e4d656dc239a164a190a8
5Size (memtester-4.2.2.tar.gz) = 20952 bytes 5Size (memtester-4.3.0.tar.gz) = 22113 bytes