From: Dan Scott Date: Mon, 9 Apr 2012 20:29:46 +0000 (-0400) Subject: Prereqs: update to latest available versions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0a679685a20e4d5c31bb49fd328a7a4b386fc764;p=contrib%2FConifer.git Prereqs: update to latest available versions * JavaScript-SpiderMonkey: from 0.20 to 0.21 * libjs: from 1.7.0 to 185-1.0.0 * yaz: from 4.2.17 to 4.2.32 Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index f501fb0e90..27d197dd7a 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -21,8 +21,8 @@ # Make any assumptions about the shell being used explicit SHELL=/bin/bash -LIBJS=js-1.7.0 -LIBJS_PERL=JavaScript-SpiderMonkey-0.20 +LIBJS=js185-1.0.0 +LIBJS_PERL=JavaScript-SpiderMonkey-0.21 LIBJS_URL=http://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz LIBJS_PERL_URL=http://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz # used for installing libjs lib and header files @@ -39,7 +39,7 @@ LIBDBI_HOST=http://open-ils.org/~denials/evergreen # We need a recent version of Yaz # Debian Lenny and Ubuntu 8.10 come with 3.0.34 -YAZ=yaz-4.2.17 +YAZ=yaz-4.2.32 YAZ_HOST=http://ftp.indexdata.dk/pub/yaz APT_TOOL=aptitude -yq