]> andersk Git - gssapi-openssh.git/commitdiff
prepare for 3.9 release
authorjbasney <jbasney>
Fri, 16 Feb 2007 19:32:39 +0000 (19:32 +0000)
committerjbasney <jbasney>
Fri, 16 Feb 2007 19:32:39 +0000 (19:32 +0000)
openssh/Announcement.txt
openssh/make_gpt_dist
openssh/pkg_data_src.gpt
openssh/version.h

index d18178b889695d17c0f326aae684b3e41064fdbe..d16b3fcdf7617cfd47fb44c6e97c26d19b69d35b 100644 (file)
@@ -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:
 
   <http://grid.ncsa.uiuc.edu/ssh/download.html>
 
@@ -11,34 +11,22 @@ use our bugzilla system to report GSI-OpenSSH bugs:
 
   <http://bugzilla.ncsa.uiuc.edu/enter_bug.cgi?product=GSI-enabled%20OpenSSH>
 
-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
         <http://www.psc.edu/networking/projects/hpn-ssh/>.
 
-      * 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 <http://www.zlib.net/> 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
index 4d2ca4e99f59b6d959fef92743d9985fb2d25337..3139d3fc9cbc5577971de36227fa68f738144e00 100755 (executable)
@@ -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;
 
 #
index bbab20fa3ffd6740f0c0f249286eefd3f4fd18c2..0fe2a8e5a0368eb62fff3af6e057efaefb142394 100644 (file)
@@ -3,7 +3,7 @@
 
 <gpt_package_metadata Format_Version="0.02" Name="gsi_openssh" >
 
-  <Aging_Version Major="3" Minor="8" Age="0" />
+  <Aging_Version Major="3" Minor="9" Age="0" />
   <Description>GSI-Enabled OpenSSH package</Description>
   <Functional_Group >gsi_openssh</Functional_Group>
   <Version_Stability Release="stable" />
@@ -12,7 +12,7 @@
 
     <With_Flavors build="yes" />
 
-    <Version_Label>GSI-OpenSSH 3.8 / OpenSSH 4.3p2</Version_Label>
+    <Version_Label>GSI-OpenSSH 3.9 / OpenSSH 4.5p1</Version_Label>
 
     <Source_Dependencies Type="compile">
       <Dependency Name="globus_openssl">
@@ -52,7 +52,7 @@
       </Setup_Dependency>
       <Setup_Dependency Name="gsi_openssh_setup">
         <Version>
-          <Version_Range Upper_Major="3" Upper_Minor="8" Lower_Major="3" Lower_Minor="8" />
+          <Version_Range Upper_Major="3" Upper_Minor="9" Lower_Major="3" Lower_Minor="9" />
         </Version>
       </Setup_Dependency>
     </Source_Setup_Dependency>
index 45db4a625a764cd44497dc66f9531fa5bea77624..938cee0ed485811346dcedac1ef6e74b446fb5b0 100644 (file)
@@ -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"
 
This page took 0.384508 seconds and 5 git commands to generate.