From: cphillip Date: Thu, 31 Jul 2003 19:15:16 +0000 (+0000) Subject: o Move to version 2.6. X-Git-Tag: OPENSSH_GSI_GPT_2_6~14 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/ced962394876a7c10a09dd263c3ce047f0d7681b o Move to version 2.6. o Remove the globus packages from the source bundle. o Remove utilities to make a binary bundle. --- diff --git a/bundle/gsi_openssh_bundle-bin.xml b/bundle/gsi_openssh_bundle-bin.xml deleted file mode 100644 index 8cc9a77..0000000 --- a/bundle/gsi_openssh_bundle-bin.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - -EMPTY - - - - - - -EMPTY - - - - - - - - - - - - - - - diff --git a/bundle/gsi_openssh_bundle-src.xml b/bundle/gsi_openssh_bundle-src.xml index 58a03dd..91c940d 100644 --- a/bundle/gsi_openssh_bundle-src.xml +++ b/bundle/gsi_openssh_bundle-src.xml @@ -14,8 +14,6 @@ - - diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle deleted file mode 100755 index ed91f75..0000000 --- a/bundle/make-bin-bundle +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# Usage: -# -# 1) Verify that your GLOBUS_LOCATION is set to the installation from which you -# wish to create a binary bundle. -# -# 2) Run the bin-bundle creation script, passing the platform name to it: -# -# ./make-bin-bundle -# - -if [ "x$GLOBUS_LOCATION" = "x" ]; then - echo "Please set GLOBUS_LOCATION to the location from which you wish to make the binary bundle." - exit; -fi - -if [ "x$1" = "x" ]; then - echo "Usage: make-bin-bundle " - echo "Example platforms:" - echo " i686-pc-linux-gnu-gcc32" - echo " sparc-sun-solaris2.8-vendorcc32" - echo " ia64-unknown-linux-gnu-gcc64" - echo " mips-sgi-irix6.5-vendorcc32" - echo " powerpc-ibm-aix5.1.0.0-vendorcc32" - exit; -fi - -source version.sh - -NAME="gsi_openssh_bundle-$VERSION-$1.tar.gz" -XML="gsi_openssh_bundle-bin.xml" - -if [ ! -e output/$NAME ]; then - if [ ! -e output/ ]; then - mkdir -p output/ - fi - - if [ ! -e work/ ]; then - WORK_SCRIPTCREATED="1" - mkdir -p work/ - cp $XML work/ - fi - - if [ ! -e work/sources/ ]; then - cp -a sources work/sources - fi - - cd work/ - $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -bv=$VERSION -xml=$XML - mv $NAME ../output/ - cd ../ - - if [ "x$WORK_SCRIPTCREATED" != "x" ]; then - rm -rf work/ - fi -else - echo "Please remove output/$NAME before running this script." - exit; -fi diff --git a/bundle/make-src-bundle b/bundle/make-src-bundle index ef56ebd..c5a9936 100755 --- a/bundle/make-src-bundle +++ b/bundle/make-src-bundle @@ -28,7 +28,7 @@ if [ ! -e output/$NAME ]; then fi cd work/ - $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=$XML + $GPT_LOCATION/sbin/gpt-bundle -nodeps -nosetups -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=$XML mv $NAME ../output/ cd ../ diff --git a/bundle/sources/globus_common-3.9.tar.gz b/bundle/sources/globus_common-3.9.tar.gz deleted file mode 100644 index 903da4b..0000000 Binary files a/bundle/sources/globus_common-3.9.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_common_setup-2.1.tar.gz b/bundle/sources/globus_common_setup-2.1.tar.gz deleted file mode 100644 index a157814..0000000 Binary files a/bundle/sources/globus_common_setup-2.1.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_callback-0.6.tar.gz b/bundle/sources/globus_gsi_callback-0.6.tar.gz deleted file mode 100644 index 869242f..0000000 Binary files a/bundle/sources/globus_gsi_callback-0.6.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_cert_utils-0.8.tar.gz b/bundle/sources/globus_gsi_cert_utils-0.8.tar.gz deleted file mode 100644 index 5b6072d..0000000 Binary files a/bundle/sources/globus_gsi_cert_utils-0.8.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_credential-0.7.tar.gz b/bundle/sources/globus_gsi_credential-0.7.tar.gz deleted file mode 100644 index c449291..0000000 Binary files a/bundle/sources/globus_gsi_credential-0.7.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_openssl_error-0.2.tar.gz b/bundle/sources/globus_gsi_openssl_error-0.2.tar.gz deleted file mode 100644 index 64a7f5e..0000000 Binary files a/bundle/sources/globus_gsi_openssl_error-0.2.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_proxy_core-0.4.tar.gz b/bundle/sources/globus_gsi_proxy_core-0.4.tar.gz deleted file mode 100644 index 735024e..0000000 Binary files a/bundle/sources/globus_gsi_proxy_core-0.4.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_proxy_ssl-0.1.tar.gz b/bundle/sources/globus_gsi_proxy_ssl-0.1.tar.gz deleted file mode 100644 index c3e47db..0000000 Binary files a/bundle/sources/globus_gsi_proxy_ssl-0.1.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gsi_sysconfig-0.4.tar.gz b/bundle/sources/globus_gsi_sysconfig-0.4.tar.gz deleted file mode 100644 index e29a31d..0000000 Binary files a/bundle/sources/globus_gsi_sysconfig-0.4.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gss_assist-3.4.tar.gz b/bundle/sources/globus_gss_assist-3.4.tar.gz deleted file mode 100644 index e443c5a..0000000 Binary files a/bundle/sources/globus_gss_assist-3.4.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_gssapi_gsi-3.9.tar.gz b/bundle/sources/globus_gssapi_gsi-3.9.tar.gz deleted file mode 100644 index f4d1a84..0000000 Binary files a/bundle/sources/globus_gssapi_gsi-3.9.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_openssl-0.14.tar.gz b/bundle/sources/globus_openssl-0.14.tar.gz deleted file mode 100644 index b397456..0000000 Binary files a/bundle/sources/globus_openssl-0.14.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_openssl_module-0.2.tar.gz b/bundle/sources/globus_openssl_module-0.2.tar.gz deleted file mode 100644 index e7b3463..0000000 Binary files a/bundle/sources/globus_openssl_module-0.2.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_proxy_utils-0.6.tar.gz b/bundle/sources/globus_proxy_utils-0.6.tar.gz deleted file mode 100644 index d57e004..0000000 Binary files a/bundle/sources/globus_proxy_utils-0.6.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_trusted_ca_42864e48_setup-0.5.tar.gz b/bundle/sources/globus_trusted_ca_42864e48_setup-0.5.tar.gz deleted file mode 100644 index 17ed50a..0000000 Binary files a/bundle/sources/globus_trusted_ca_42864e48_setup-0.5.tar.gz and /dev/null differ diff --git a/bundle/sources/globus_user_env-2.2.tar.gz b/bundle/sources/globus_user_env-2.2.tar.gz deleted file mode 100644 index 39b4804..0000000 Binary files a/bundle/sources/globus_user_env-2.2.tar.gz and /dev/null differ diff --git a/bundle/sources/gsi_openssh-2.6-src.tar.gz b/bundle/sources/gsi_openssh-2.6-src.tar.gz index 6b261b5..6348b2a 100644 Binary files a/bundle/sources/gsi_openssh-2.6-src.tar.gz and b/bundle/sources/gsi_openssh-2.6-src.tar.gz differ diff --git a/bundle/sources/gsi_openssh_setup-2.6-src.tar.gz b/bundle/sources/gsi_openssh_setup-2.6-src.tar.gz index db2e6bb..75ce0be 100644 Binary files a/bundle/sources/gsi_openssh_setup-2.6-src.tar.gz and b/bundle/sources/gsi_openssh_setup-2.6-src.tar.gz differ diff --git a/bundle/version.sh b/bundle/version.sh index 4fb3e76..ff26fbf 100644 --- a/bundle/version.sh +++ b/bundle/version.sh @@ -1 +1 @@ -VERSION="2.5" +VERSION="2.6"