wok-next view memtest-bin/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents fc15bece1af6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="memtest-bin"
4 VERSION="5.01"
5 CATEGORY="base-system"
6 SHORT_DESC="Memory failures detection tool (pre-compiled bootable binary)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.memtest.org/"
10 REPOLOGY="memtest86+"
12 TARBALL="memtest86+-$VERSION.bin.gz"
13 WGET_URL="http://www.memtest.org/download/$VERSION/$TARBALL"
15 compile_rules() {
16 gzip -d $TARBALL
17 install -Dm644 memtest86+-$VERSION.bin $install/boot/memtest
18 }
20 genpkg_rules() {
21 copy @std
22 }