5debe19e0c
Version 8.1.6 ------------- * Bug fixes Version 8.1.5 ------------- * Bug fixes Version 8.1.4 ------------- Milestone version: over 1000 patches since the last from Sun * Bug fixes * Enhancements * qacct: print category information; support -A like -P ; make -u a synonym for -o; -E selects on job end times read from standard input with -f * Move manager/operator setup in startup scripts * Installation creates an environment modules file * Add monitor_qmaster.sh script * Write shepherd panic messages to syslog, not into /tmp * Add .desktop file for qmon * rpm/dpkg packaging allows building against motif (recent Debian/Fedora) * Accounting reports qmaster-enforced resource limits (only on master PE task if accounting_summary is false) * Add "smp" to the default queue PE list * install_execd doesn't check the presence of (mostly irrelevant) binaries * Add configuration for logcheck * Potentially incompatible changes * renew_all_certs.ksh re-named to renew_all_certs.sh * Expand $ja_task_id to 0 for non-array jobs * Move manager/operator setup in startup scripts * For security reasons, installation defaults for min_uid, min_gid in sge_conf(5) are now 100 without CSP. See <http://arc.liv.ac.uk/SGE/howto/sge-security.html> * RPM layout changed to put relevant ones under noarch (on RHEL6 and recent Fedora), with a separate guiinst package * Memory values can be input and output in TB or tB (possible incompatibility parsing output) * Reduce execd CPU time reading large smaps files from Linux /proc and provide USE_SMAPS in execd_params to turn it on (default now off because huge smaps are generated by some programs) * Remove redundant -verify option from qsh, qlogin (per doc) Version 8.1.3 ------------- * Bug fixes * Enhancements * Document Interix building explicitly * qstat reports array task maximum concurrency * qstatus removes [] suffix for non-array jobs if -t was requested * Read /etc/default/{sgeexecd,sgemaster} to allow customizing rc scripts * Location of daemon pid files can be specified with SGE_QMASTER_PIDFILE, SGE_EXECD_PIDFILE * Debian packaging (as an add-on, installing into /opt/sge) * Expand $sge_root and $sge_cell in the definitions of prolog and similar methods * Check in init script that shepherd will load * Add lx-armhf architecture * On Linux and NetBSD, report jobs' virtual memory usage as accurately as possible * Add -nobincheck installation option to avoid checking binaries * Add some build hooks, useful for Debian particularly. * Potentially incompatible changes * qacct prints units (might affect parsing the output) * Correct spelling of "comunication_error" in qstat XML error output * Fix problems submitting to ARs (printing times now doesn't use a days field in qstat etc.) * Java version >= 1.5 required * Lower default MAX_DYN_EC somewhat to avoid warning on typical Linux configurations * Other changes * Don't install the ckpt directory (contents obsolete) Version 8.1.2 ------------- * Bug fixes * Enhancements * Use cpusets for process containment on fairly recent Linux-based systems (see USE_CGROUPS in sge_conf(5)) * Add bootstrap build script * Make SGE template an RPM conf file * Incompatible changes * Make CRL and certificate expiry consistent Version 8.1.1 ------------- * Bug fixes * Security * Don't pass any user environment to remote startup daemons -- better fix for half of CVE-2012-0208 * Enhancements * SGE_BINDING is set in the environment for all types of binding * New jobstats(1) provides historical job summary * Berkeleydb spools can optionally be opened "private" to allow operation on NFS3 filesystems. Currently no installer support, but see bootstrap(5) and the health warning * Environment variable SGE_DRMAA_ALLOW_JOB_ERROR_STATE allows DRMAA jobs to enter the error state; see drmaa_submit(3) * Define SGE_JOBEXIT_STAT environment variable in epilog; see submit(1) * The user from which mail is sent can be configured in sge_conf(5) * Topology items are now static load values; see load_parameters(5) * qstat now prints array job dependency info * Default to support for qsort_args in sge_pe(5) * Include an example of logrotate usage * Install an "smp" PE * Distribute/document sge_share_mon(1) to print share tree * Improve install template defaults * GPU load sensor (dist/util/resources/loadsensors/gpu-loadsensor.c) * Allow building Kerberos/GSSAPI security modules against Heimdal (but GSS is still not properly usable) * Support arm and mipsel on GNU/Linux, completing the set of official Debian Linux-based ports * Support for OpenBSD (untested) * Preliminary support for Cygwin: everything builds, clients work (lightly tested), daemons need fixing * Add ja_task_id to expandable variables in ckpt_command and similar methods * distinst supports installation with install(1) for use with -local * Incompatible changes * The CA directory is now /var/lib/sgeCA instead of /var/sgeCA but installation will offer to move it [fixme] * Drop (any pretence at) support for Cray/Unicos, NEC SX, Darwin 6 * The spool format for parallel job tasks has changed from any previous version built with qsort_args (as above), which will make live upgrades from such a version fail on nodes running parallel jobs * Other changes * Extensive internal changes to improve robustness, e.g. of string-handling against buffer overruns -- somewhat error-prone and may have caused regressions; more required * Install script allows rsh et al to be omitted from binary distribution in favour of ssh Version 8.1.0 ------------- * Security fix * Prevent users other than root deleting entries with sgepasswd * Version numbering * Switch to a more logical numbering scheme now that the Univa baseline is irrelevant * Bug fixes * Other changes * Hadoop support now for a more recent Hadoop distribution (see README.BUILD) Version 8.0.0e -------------- Mostly build and security issues * Bug fixes * Security fixes The first fix is for a trivial remote root by a valid user. The others, including fixes for potential buffer overruns in daemon and setuid programs, may or may not be exploitable. * Sanitize the environment before executing remote startup programs etc. Somewhat incompatible: LD_LIBRARY_PATH etc. may need to be set differently. See the security notes in remote_startup(5) and sge_conf(5). (CVE-2012-0208, thanks to William Hay) * Don't write initial log messages in /tmp. Somewhat incompatible: initial messages now in syslog. * Avoid using mktemp. (Probably not a significant problem.) * Control core dumps under setuid etc. with SGE_ENABLE_COREDUMP. (Not normally a security issue.) * Bounds checking in replace_params * Avoid execd crash and possible overruns * Fixes for buffer overrun and other improvements for (setuid program) sgepasswd
89 lines
4 KiB
Text
89 lines
4 KiB
Text
$NetBSD: patch-bd,v 1.6 2014/01/14 10:21:39 markd Exp $
|
|
|
|
Exclude Java files.
|
|
DESTDIR support.
|
|
|
|
--- source/scripts/distinst.orig 2013-10-28 16:22:54.000000000 +0000
|
|
+++ source/scripts/distinst
|
|
@@ -85,13 +85,13 @@ DRMAA_SHARED_LIBRARIES="libdrmaa"
|
|
# The last number listed here will be the verson linked from libdrmaa.so
|
|
DRMAA_SHARED_LIB_VERSIONS="1.0"
|
|
DRMAA_HEADER_FILES="libs/japi/drmaa.h"
|
|
-DRMAAJ_FILES="CLASSES/jdrmaa/drmaa"
|
|
+#DRMAAJ_FILES="CLASSES/jdrmaa/drmaa"
|
|
|
|
JNI_SHARED_LIBRARIES="libdrmaa libjuti libjgdi"
|
|
|
|
-JUTIJ_FILES="CLASSES/juti/juti"
|
|
-JGDIJ_FILES="libs/jgdi/build/jgdi"
|
|
-JJSV_FILES="CLASSES/jjsv/JSV"
|
|
+#JUTIJ_FILES="CLASSES/juti/juti"
|
|
+#JGDIJ_FILES="libs/jgdi/build/jgdi"
|
|
+#JJSV_FILES="CLASSES/jjsv/JSV"
|
|
JAVA_LIBRARIES="${DRMAAJ_FILES} ${JUTIJ_FILES} ${JGDIJ_FILES} ${JJSV_FILES}"
|
|
|
|
PVMSOURCES="start_pvm.c stop_pvm.c slave.c master.c spmd.c Makefile"
|
|
@@ -550,11 +550,11 @@ while [ $# -ge 1 ]; do
|
|
echo Please set variable SGE_ROOT. Installation failed.
|
|
exit 1
|
|
fi
|
|
- if [ ! -d $SGE_ROOT ]; then
|
|
- echo Please create directory \"$SGE_ROOT\" first. Installation failed.
|
|
+ if [ ! -d "$DESTDIR$SGE_ROOT" ]; then
|
|
+ echo Please create directory \"$DESTDIR$SGE_ROOT\" first. Installation failed.
|
|
exit 1
|
|
fi
|
|
- DEST_SGE_ROOT=$SGE_ROOT
|
|
+ DEST_SGE_ROOT=$DESTDIR$SGE_ROOT
|
|
localinst=true
|
|
;;
|
|
-mansrc)
|
|
@@ -934,7 +934,6 @@ if [ $instcommon = true ]; then
|
|
$DEST_SGE_ROOT/util/sgeCA/*.cnf \
|
|
$DEST_SGE_ROOT/util/sgeSMF/*.xml \
|
|
$DEST_SGE_ROOT/util/sgeSMF/sge_smf_support.sh \
|
|
- $DEST_SGE_ROOT/util/DetectJvmLibrary.jar \
|
|
$DEST_SGE_ROOT/util/resources/calendars/* \
|
|
$DEST_SGE_ROOT/util/resources/centry/* \
|
|
$DEST_SGE_ROOT/util/resources/pe/* \
|
|
@@ -942,6 +941,10 @@ if [ $instcommon = true ]; then
|
|
$DEST_SGE_ROOT/util/resources/usersets/* \
|
|
$DEST_SGE_ROOT/util/resources/jsv/jsv_include*
|
|
fi
|
|
+
|
|
+ if test -f $DEST_SGE_ROOT/util/DetectJvmLibrary.jar; then
|
|
+ Execute chmod 644 $DEST_SGE_ROOT/util/DetectJvmLibrary.jar;
|
|
+ fi
|
|
|
|
if [ $instexamples = true ]; then
|
|
echo Installing \"examples\"
|
|
@@ -954,8 +957,7 @@ if [ $instcommon = true ]; then
|
|
Execute cp libs/japi/example.c $DEST_SGE_ROOT/examples/drmaa
|
|
Execute cp libs/japi/howto/*.c $DEST_SGE_ROOT/examples/drmaa
|
|
MakeDir examples/drmaa/ruby
|
|
- Execute mv $DEST_SGE_ROOT/util/resources/drmaa4ruby/samples/* $DEST_SGE_ROOT/examples/drmaa/ruby
|
|
- Execute rmdir $DEST_SGE_ROOT/util/resources/drmaa4ruby/samples
|
|
+ Execute cp -r dist/util/resources/drmaa4ruby/samples/* $DEST_SGE_ROOT/examples/drmaa/ruby
|
|
Execute chmod 755 $DEST_SGE_ROOT/examples/drmaa/ruby/*.rb \
|
|
$DEST_SGE_ROOT/examples/drmaa/ruby/flow/*.rb
|
|
Cleanup examples
|
|
@@ -1123,9 +1125,6 @@ if [ $instcommon = true ]; then
|
|
|
|
if [ -f CLASSES/herd/herd.jar ]; then
|
|
Execute cp CLASSES/herd/herd.jar $DEST_SGE_ROOT/lib/herd.jar
|
|
- elif [ $exit_on_error = true ]; then
|
|
- echo "\"CLASSES/herd/herd.jar\" not found. Installation failed."
|
|
- exit 1
|
|
fi
|
|
fi
|
|
|
|
@@ -1318,7 +1317,9 @@ if [ $instguiinst = true ]; then
|
|
echo "Installing \"start_gui_installer\" and \"/util/gui-installer\""
|
|
Execute mkdir -p $DEST_SGE_ROOT/util/gui-installer/html/en/help
|
|
Execute mkdir -p $DEST_SGE_ROOT/util/gui-installer/templates
|
|
+ if [ -f "$GUI_DIR/dist/installer.jar" ]; then
|
|
Execute cp $GUI_DIR/dist/installer.jar $DEST_SGE_ROOT/util/gui-installer
|
|
+ fi
|
|
Execute cp $GUI_DIR/templates/start_gui_installer.sh $DEST_SGE_ROOT/start_gui_installer
|
|
Execute cp -r $GUI_DIR/html $DEST_SGE_ROOT/util/gui-installer
|
|
Execute cp $GUI_DIR/templates/install_component $GUI_DIR/templates/gui_inst_template.conf $GUI_DIR/templates/readme_template.html $GUI_DIR/templates/check_host $DEST_SGE_ROOT/util/gui-installer/templates
|