pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/memtester



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Nov 29 18:34:50 UTC 2024

Modified Files:
        pkgsrc/sysutils/memtester: Makefile distinfo

Log Message:
memtester: update to 4.7.0. Changes:

- fix alignment issue causing crash when specifying a memory amount to
  test that is more than the minimum 1 page of memory, but less than 2
  full pages.
- add `-u` option to allow uncached memory semantics on some systems
  when using the -p option.
- fix manpage highlighting of args.
- add missing option documentation to man page.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/memtester/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/memtester/distinfo

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

Modified files:

Index: pkgsrc/sysutils/memtester/Makefile
diff -u pkgsrc/sysutils/memtester/Makefile:1.32 pkgsrc/sysutils/memtester/Makefile:1.33
--- pkgsrc/sysutils/memtester/Makefile:1.32     Sat Dec 23 10:10:11 2023
+++ pkgsrc/sysutils/memtester/Makefile  Fri Nov 29 18:34:50 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/12/23 10:10:11 zafer Exp $
-#
+# $NetBSD: Makefile,v 1.33 2024/11/29 18:34:50 schmonz Exp $
 
-DISTNAME=              memtester-4.6.0
+DISTNAME=              memtester-4.7.0
 CATEGORIES=            sysutils
 MASTER_SITES=          ${HOMEPAGE}old-versions/
 

Index: pkgsrc/sysutils/memtester/distinfo
diff -u pkgsrc/sysutils/memtester/distinfo:1.22 pkgsrc/sysutils/memtester/distinfo:1.23
--- pkgsrc/sysutils/memtester/distinfo:1.22     Tue Dec 20 20:56:11 2022
+++ pkgsrc/sysutils/memtester/distinfo  Fri Nov 29 18:34:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/12/20 20:56:11 schmonz Exp $
+$NetBSD: distinfo,v 1.23 2024/11/29 18:34:50 schmonz Exp $
 
-BLAKE2s (memtester-4.6.0.tar.gz) = fd8e7648c5ff3b2d3298f3751887d4b2f9c81a3955b7553b7c801d50d9301605
-SHA512 (memtester-4.6.0.tar.gz) = d60dd46a5d4ecb2ab35a5acdb99b714584cdf601b81454e3f7fa9dd224555b7a48cef666538b43c5dd7b2870bb74284e0cae6fb2eed19cf706818c7a955ab161
-Size (memtester-4.6.0.tar.gz) = 24229 bytes
+BLAKE2s (memtester-4.7.0.tar.gz) = 0a812860a96d5de5e991da6df96310562f91a9d36b70ab2876e5dbf50860ef92
+SHA512 (memtester-4.7.0.tar.gz) = b89d2fb0ec1ee7f063e537ba53e69b85937ed9ed9ad6efbadfdb1631bd8c1d7746a19571d4c4e9aab12817166984ae622bbfc59c7d5f6ded3ff436dc48da8147
+Size (memtester-4.7.0.tar.gz) = 24536 bytes



Home | Main Index | Thread Index | Old Index