From: jbasney Date: Fri, 16 Feb 2007 19:32:39 +0000 (+0000) Subject: prepare for 3.9 release X-Git-Tag: OPENSSH_4_5P1_20070218_GPT-premerge~8 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/f1eb6bc58a25a1e0b0420d1b39603b89d9cda3f8 prepare for 3.9 release --- diff --git a/openssh/Announcement.txt b/openssh/Announcement.txt index d18178b..d16b3fc 100644 --- a/openssh/Announcement.txt +++ b/openssh/Announcement.txt @@ -1,4 +1,4 @@ -GSI-OpenSSH 3.8, based on OpenSSH 4.3p2, is now available from: +GSI-OpenSSH 3.9, based on OpenSSH 4.5p1, is now available from: @@ -11,34 +11,22 @@ use our bugzilla system to report GSI-OpenSSH bugs: -GSI-OpenSSH 3.8 Major changes +GSI-OpenSSH 3.9 Major changes New features - * Upgraded to OpenSSH 4.3p2. + * Upgraded to OpenSSH 4.5p1. - * Upgraded to HPN12 patch from + * Upgraded to HPN12v14 patch from . - * Added support for Globus Authorization Callouts using service - name "ssh" - (http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4592). + * Added sshd_config GssapiCredentialsPath option + (http://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=348). Bugs fixed * None. -Please note that the configure script included in OpenSSH 4.3p2 checks -ZLIB_VERSION in zlib.h for zlib versions with known vulnerabilities. -See for details on zlib vulnerabilities. The -current acceptable versions of zlib are 1.1.4 and 1.2.3. In cases -where your vendor has not provided a secure version of zlib, please -install the latest version of zlib in an alternate path and set the ---with-zlib GSI_OPENSSH_GPTMACRO option. For example: - - gpt-build -verbose gsi_openssh_bundle-3.8-src.tar.gz gcc32dbg \ - GSI_OPENSSH_GPTMACRO="--with-zlib=/usr/local/zlib-1.2.3" - MD5 checksums: 126f907d2a02954743ff9141712fe812 gsi_openssh-3.8-src.tar.gz 3a86e18fe34f4239dacd89f02e7bdf0b gsi_openssh_bundle-3.8-src.tar.gz diff --git a/openssh/make_gpt_dist b/openssh/make_gpt_dist index 4d2ca4e..3139d3f 100755 --- a/openssh/make_gpt_dist +++ b/openssh/make_gpt_dist @@ -15,7 +15,7 @@ # to the name gpt-bundle gives in its 'packaging_list'. # -$srcdirname = "gsi_openssh-3.8-src"; +$srcdirname = "gsi_openssh-3.9-src"; $srcpkgname = $srcdirname; # diff --git a/openssh/pkg_data_src.gpt b/openssh/pkg_data_src.gpt index bbab20f..0fe2a8e 100644 --- a/openssh/pkg_data_src.gpt +++ b/openssh/pkg_data_src.gpt @@ -3,7 +3,7 @@ - + GSI-Enabled OpenSSH package gsi_openssh @@ -12,7 +12,7 @@ - GSI-OpenSSH 3.8 / OpenSSH 4.3p2 + GSI-OpenSSH 3.9 / OpenSSH 4.5p1 @@ -52,7 +52,7 @@ - + diff --git a/openssh/version.h b/openssh/version.h index 45db4a6..938cee0 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -18,7 +18,7 @@ #define MGLUE_VERSION "" #endif -#define NCSA_VERSION " NCSA_GSSAPI_GPT_3.8" +#define NCSA_VERSION " NCSA_GSSAPI_GPT_3.9" #define SSH_VERSION "OpenSSH_4.5"