From cf94b63d9ad84782bc8f227c541e0911fdbee87d Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Sun, 1 Feb 2015 07:52:26 +0700 Subject: [PATCH] development/chicken: Updated for version 4.9.0.1. Signed-off-by: Willy Sudiarto Raharjo --- development/chicken/README | 5 ----- development/chicken/chicken.SlackBuild | 10 +++++----- development/chicken/chicken.info | 6 +++--- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/development/chicken/README b/development/chicken/README index 82fd2e3253..48910f01c1 100644 --- a/development/chicken/README +++ b/development/chicken/README @@ -3,8 +3,3 @@ which in turn can be fed to a C compiler to generate a standalone executable. An interpreter is also available and can be used as a scripting environment or for test programs before compilation. Scheme is a member of the Lisp family of languages. - -This SlackBuild includes patches to fix the following vulnerabilities: - CVE-2013-1874 - CVE-2013-2024 - CVE-2013-2075 diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild index d706176b38..f87653340e 100644 --- a/development/chicken/chicken.SlackBuild +++ b/development/chicken/chicken.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for Chicken Scheme +# Slackware build script for CHICKEN Scheme -# Written by Erik Falor (ewfalor@gmail.com) 2014 +# Written by Erik Falor (ewfalor@gmail.com) 2015 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chicken -VERSION=${VERSION:-4.9.0} +VERSION=${VERSION:-4.9.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Don't let chicken use $ARCH as a variable. +# Don't let CHICKEN use $ARCH as a variable. for f in defaults.make Makefile.linux rules.make do sed "s,ARCH,zARCH," -i ${f} @@ -93,7 +93,7 @@ make install \ DESTDIR=$PKG # should be a symbolic link not a copy otherwise ldconfig will cry -( cd $PKG/usr/lib${LIBDIRSUFFIX} ; rm -f *.so ; ln -s libchicken.so{.6,} ) +( cd $PKG/usr/lib${LIBDIRSUFFIX} ; rm -f *.so ; ln -s libchicken.so{.7,} ) find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/development/chicken/chicken.info b/development/chicken/chicken.info index 938b2ed5bc..2c5bda1e20 100644 --- a/development/chicken/chicken.info +++ b/development/chicken/chicken.info @@ -1,8 +1,8 @@ PRGNAM="chicken" -VERSION="4.9.0" +VERSION="4.9.0.1" HOMEPAGE="http://wiki.call-cc.org" -DOWNLOAD="http://code.call-cc.org/releases/4.9.0/chicken-4.9.0.tar.gz" -MD5SUM="be20b9735be86ab557cc8bf0887699dc" +DOWNLOAD="http://code.call-cc.org/releases/4.9.0/chicken-4.9.0.1.tar.gz" +MD5SUM="f45e282c64714127309ae45119b4d306" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""