Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions system/chkrootkit/chkrootkit.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
# Copyright 2020-2026 Emmanuel N. Millan, Mendoza, Argentina
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
Expand All @@ -22,12 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Updated by Emmanuel N. Millan 2020-2021

cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=chkrootkit
VERSION=${VERSION:-0.58b}
VERSION=${VERSION:-0.59}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions system/chkrootkit/chkrootkit.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="chkrootkit"
VERSION="0.58b"
VERSION="0.59"
HOMEPAGE="http://www.chkrootkit.org"
DOWNLOAD="ftp://ftp.chkrootkit.org/pub/seg/pac/chkrootkit-0.58b.tar.gz"
MD5SUM="de110f07f37b1b5caff2e90cc6172dd8"
DOWNLOAD="ftp://ftp.chkrootkit.org/pub/seg/pac/chkrootkit-0.59.tar.gz"
MD5SUM="0f7412875e5f7e22ee99007700516f3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down