diff options
Diffstat (limited to 'system/arj/arj.SlackBuild')
-rw-r--r-- | system/arj/arj.SlackBuild | 10 |
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 |