diff options
author | B. Watson <yalhcru@gmail.com> | 2015-04-07 19:58:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-07 19:58:35 +0700 |
commit | 51604f30957277f0f1cdecd4fcc2d8e1040a5859 (patch) | |
tree | fd53149b90a1950415cd0daedf13915aa38ecbef /system/arj/arj.SlackBuild | |
parent | f62f19ede487f36a8a3604f3ad843ee241b9284d (diff) | |
download | slackbuilds-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.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 |