summaryrefslogtreecommitdiffstats
path: root/system/arj/arj.SlackBuild
diff options
context:
space:
mode:
author B. Watson2015-04-07 14:58:35 +0200
committer Willy Sudiarto Raharjo2015-04-07 14:58:35 +0200
commit51604f30957277f0f1cdecd4fcc2d8e1040a5859 (patch)
treefd53149b90a1950415cd0daedf13915aa38ecbef /system/arj/arj.SlackBuild
parentf62f19ede487f36a8a3604f3ad843ee241b9284d (diff)
downloadslackbuilds-51604f30957277f0f1cdecd4fcc2d8e1040a5859.tar.gz
system/arj: Security fixes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/arj/arj.SlackBuild')
-rw-r--r--system/arj/arj.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/system/arj/arj.SlackBuild b/system/arj/arj.SlackBuild
index 49e052d924..19b37ae319 100644
--- a/system/arj/arj.SlackBuild
+++ b/system/arj/arj.SlackBuild
@@ -6,9 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20150406 bkw: security vulns in arj!
+# http://www.securityfocus.com/archive/1/535190
+# Already patched in debian, add their patches here.
+
PRGNAM=arj
VERSION=${VERSION:-3.10.22}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -55,9 +59,7 @@ find -L . \
# Use Debian's patches. See https://packages.debian.org/sid/arj. These are
# needed to get the source to build on modern systems, and work correctly
-# on 64-bit systems. The SBo_integrity_64bit.patch is my own, it fixes
-# "arj i" on 64-bit (and I've sent it to the debian maintainer as well).
-
+# on 64-bit systems.
for i in $( cat $CWD/patches/series ); do
patch -p1 < $CWD/patches/$i
done