summaryrefslogtreecommitdiffstats
path: root/system/wipe
diff options
context:
space:
mode:
Diffstat (limited to 'system/wipe')
-rw-r--r--system/wipe/README4
-rw-r--r--system/wipe/slack-desc4
-rw-r--r--system/wipe/wipe.SlackBuild10
-rw-r--r--system/wipe/wipe.info4
4 files changed, 11 insertions, 11 deletions
diff --git a/system/wipe/README b/system/wipe/README
index 3a0a6a99ef..a9185491fc 100644
--- a/system/wipe/README
+++ b/system/wipe/README
@@ -1,4 +1,4 @@
wipe (Secure data destruction).
-Wipe is a file and block device wiping utility. It is based on work by
-Peter Gutmann.
+Wipe is a file and block device wiping utility. It is based on work
+by Peter Gutmann.
diff --git a/system/wipe/slack-desc b/system/wipe/slack-desc
index ad9cfa7453..09ce1bbae7 100644
--- a/system/wipe/slack-desc
+++ b/system/wipe/slack-desc
@@ -8,10 +8,10 @@
|-----handy-ruler------------------------------------------------------|
wipe: wipe (Secure data destruction)
wipe:
-wipe: Wipe is a file and block device wiping utility. It is based on work
+wipe: Wipe is a file and block device wiping utility. It is based on work
wipe: by Peter Gutmann.
wipe:
-wipe: Home page: http://sourceforge.net/projects/wipe/
+wipe: Home page: https://sourceforge.net/projects/wipe/
wipe:
wipe:
wipe:
diff --git a/system/wipe/wipe.SlackBuild b/system/wipe/wipe.SlackBuild
index 68895363e9..c9f3bf90de 100644
--- a/system/wipe/wipe.SlackBuild
+++ b/system/wipe/wipe.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for wipe.
#
-# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,12 +24,12 @@
PRGNAM=wipe
VERSION=${VERSION:-2.3.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/wipe/wipe.info b/system/wipe/wipe.info
index c0d04d97b3..e2d2bef2a1 100644
--- a/system/wipe/wipe.info
+++ b/system/wipe/wipe.info
@@ -1,7 +1,7 @@
PRGNAM="wipe"
VERSION="2.3.1"
-HOMEPAGE="http://sourceforge.net/projects/wipe/"
-DOWNLOAD="http://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2"
+HOMEPAGE="https://sourceforge.net/projects/wipe/"
+DOWNLOAD="https://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2"
MD5SUM="3aed00711e0490edbec115bc283b8544"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""