diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 15:20:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:39 +0700 |
commit | 02671e8ade033c6466b74f01f4658cbcaef3452c (patch) | |
tree | c2fb69daff0d7f7a49350c2fe28808eee1317db8 /system/memtester | |
parent | 38f5e13bd18401d8e160feca2f693d3f1618474e (diff) | |
download | slackbuilds-02671e8ade033c6466b74f01f4658cbcaef3452c.tar.gz |
system/memtester: Updated for version 4.5.1_1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memtester')
-rw-r--r-- | system/memtester/README | 8 | ||||
-rw-r--r-- | system/memtester/memtester.SlackBuild | 5 | ||||
-rw-r--r-- | system/memtester/memtester.info | 10 |
3 files changed, 10 insertions, 13 deletions
diff --git a/system/memtester/README b/system/memtester/README index df134f1b2e..18ddf3a81e 100644 --- a/system/memtester/README +++ b/system/memtester/README @@ -1,9 +1,9 @@ memtester (memory test utility) -memtester is a userspace utility for testing the memory subsystem for -faults. Unlike memtest86, it runs as a process on a running Linux system, -meaning it can't test all of memory the way memtest86 is able to... but -you don't have to reboot to use it. +memtester is a userspace utility for testing the memory subsystem +for faults. Unlike memtest86, it runs as a process on a running Linux +system, meaning it can't test all of memory the way memtest86 is able +to... but you don't have to reboot to use it. Note that, by definition, memtester counts as a denial-of-service (resource exhaustion) attack against the local machine. Be cautious diff --git a/system/memtester/memtester.SlackBuild b/system/memtester/memtester.SlackBuild index 3b144c10bc..0cb6a473cd 100644 --- a/system/memtester/memtester.SlackBuild +++ b/system/memtester/memtester.SlackBuild @@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=memtester -VERSION=${VERSION:-4.5.0_1} +VERSION=${VERSION:-4.5.1_1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -27,9 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/memtester/memtester.info b/system/memtester/memtester.info index 083ffb958c..90c1ca14cf 100644 --- a/system/memtester/memtester.info +++ b/system/memtester/memtester.info @@ -1,10 +1,10 @@ PRGNAM="memtester" -VERSION="4.5.0_1" +VERSION="4.5.1_1" HOMEPAGE="http://pyropus.ca/software/memtester/" -DOWNLOAD="http://pyropus.ca/software/memtester/old-versions/memtester-4.5.0.tar.gz \ - http://deb.debian.org/debian/pool/main/m/memtester/memtester_4.5.0-1.debian.tar.xz" -MD5SUM="674a8a88ff54bdb229ca4148218a41f1 \ - c4c05a502aedeef0d06d7ebd62b73040" +DOWNLOAD="http://pyropus.ca/software/memtester/old-versions/memtester-4.5.1.tar.gz \ + https://deb.debian.org/debian/pool/main/m/memtester/memtester_4.5.1-1.debian.tar.xz" +MD5SUM="1bc22c01e987d6a67fac39dc5656a4d3 \ + b4b723bc75d159416ef8ceee128de7b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |