1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update sysutil/memtest to 4.0.7, which includes the following bugfix:

- fix a bug in the align-to-page logic which may have prevented memtester
  from mlock()ing the memory it was trying to test on some systems.
  Thanks: Baif Chen.

PR:		ports/113660
Submitted by:	maintainer (Linh Pham)
This commit is contained in:
Cheng-Lung Sung 2007-06-20 06:08:23 +00:00
parent a2ff37c66d
commit 0505bd6d08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193924
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= memtest
PORTVERSION= 4.0.6
PORTVERSION= 4.0.7
CATEGORIES= sysutils
MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/old-versions/ \
http://mirrors.closedsrc.org/memtester/

View File

@ -1,3 +1,3 @@
MD5 (memtester-4.0.6.tar.gz) = 0e6f7335075443ed0863a0df75689359
SHA256 (memtester-4.0.6.tar.gz) = 2a4bf8bdac96d6498e323b93954099fb13a9d92ddd5704aa6553940b86a071bb
SIZE (memtester-4.0.6.tar.gz) = 16694
MD5 (memtester-4.0.7.tar.gz) = 1e83e08b6874294c85edf12de69d50bb
SHA256 (memtester-4.0.7.tar.gz) = b1b0998299625717857793ee8cbc9875030f69e394df093f3643fe2fa9a5fef8
SIZE (memtester-4.0.7.tar.gz) = 16818