Path to this page:
./
sysutils/memtestplus,
Thorough, stand alone memory test for x86 arch
Branch: CURRENT,
Version: 5.01nb6,
Package name: memtestplus-5.01nb6,
Maintainer: pkgsrc-usersMemtest86+ is a thorough, stand alone memory test for i386 architecture
systems. BIOS-based memory tests are only a quick check and often miss
failures that are detected by Memtest86+.
Memtest86+ is a descendant of Memtest86. Some people have found it
more comprehensive.
Required to build:[
sysutils/cdrtools] [
pkgtools/cwrappers]
Package options: iso
Master sites:
Filesize: 209.841 KB
Version history: (Expand)
- (2019-02-09) Updated to version: memtestplus-5.01nb6
- (2018-02-07) Updated to version: memtestplus-5.01nb5
- (2018-01-29) Updated to version: memtestplus-5.01nb4
- (2018-01-29) Updated to version: memtestplus-5.01nb3
- (2014-06-06) Updated to version: memtestplus-5.01nb1
- (2013-12-08) Updated to version: memtestplus-5.01
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174) |
Log message:
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
|
2019-11-04 18:47:31 by Roland Illig | Files touched by this commit (14) |
Log message:
mk: make BROKEN a list of lines, like PKG_FAIL_REASON
Packages defined the variable BROKEN inconsistently. Some added quotes,
like they are required in PKG_FAIL_REASON, some omitted them.
Now all packages behave the same, and pkglint will flag future mistakes.
|
2019-02-09 12:39:25 by Maya Rashish | Files touched by this commit (2) |
Log message:
memtestplus: describe patch. nfc
|
2019-02-09 10:13:24 by Maya Rashish | Files touched by this commit (5) |
Log message:
memtestplus: make room for headers
(Fixes linker issue,
ld: memtest_shared: not enough room for program headers)
Don't create multiple definitions.
Remove workarounds for old GCC/NetBSD.
boots in QEMU, but reboots (crashes) very quickly.
Bump PKGREVISION
|