[Lunar-commits] <moonbase> openssh: version bump to 5.1p1

Zachary McGrew zmcgrew at lunar-linux.org
Fri Jan 30 05:00:45 CET 2009


commit 857b025988437966015c298ddf7ed764521e81a2
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Thu Jan 29 20:00:45 2009 -0800

    openssh: version bump to 5.1p1
    
    also removed kex patch. They didn't release one for this version, and it breaks the build.
---
 crypto/openssh/BUILD     |   12 ++++++------
 crypto/openssh/CONFIGURE |    2 +-
 crypto/openssh/DETAILS   |   20 ++++++++++----------
 3 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/crypto/openssh/BUILD b/crypto/openssh/BUILD
index 0b0de3a..6ae5943 100644
--- a/crypto/openssh/BUILD
+++ b/crypto/openssh/BUILD
@@ -11,12 +11,12 @@
 
   add_priv_user sshd:sshd                                                &&
 
-  if echo $OPTS | grep -q -- "--with-kerberos5="; then
-    patch_it $SOURCE2 1
-    if [[ "$KEX" == "y" ]]; then 
-        patch_it $SOURCE3 0
-    fi
-  fi &&
+#  if echo $OPTS | grep -q -- "--with-kerberos5="; then
+#    patch_it $SOURCE2 1
+#    if [[ "$KEX" == "y" ]]; then 
+#        patch_it $SOURCE3 0
+#    fi
+#  fi &&
 
   OPTS=$OPTS" --sysconfdir=/etc/ssh --with-md5-passwords"                &&
   default_build                                                          &&
diff --git a/crypto/openssh/CONFIGURE b/crypto/openssh/CONFIGURE
index 8c5a8a3..d93c089 100644
--- a/crypto/openssh/CONFIGURE
+++ b/crypto/openssh/CONFIGURE
@@ -1 +1 @@
-mquery KEX "Patch openssh with kex patch (NOT RECOMMENDED)?" n
+#mquery KEX "Patch openssh with kex patch (NOT RECOMMENDED)?" n
diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS
index b1b0401..c40b59a 100644
--- a/crypto/openssh/DETAILS
+++ b/crypto/openssh/DETAILS
@@ -1,21 +1,21 @@
           MODULE=openssh
-         VERSION=5.0p1
+         VERSION=5.1p1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=openssh-heimdal_no_des.patch.gz
-         SOURCE3=openssh-$VERSION-gsskex-20080404.patch
+#         SOURCE2=openssh-heimdal_no_des.patch.gz
+#         SOURCE3=openssh-$VERSION-gsskex-20080404.patch
    SOURCE_URL[0]=ftp://reflection.ncsa.uiuc.edu/pub/OpenBSD/OpenSSH/portable
    SOURCE_URL[1]=ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable
    SOURCE_URL[2]=ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable
    SOURCE_URL[3]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
-      SOURCE_VFY=sha1:121cea3a730c0b0353334b6f46f438de30ab4928
-     SOURCE2_URL=$PATCH_URL
-     SOURCE2_VFY=sha1:0e2228ba4564980fe0f60235559090ea7ba8c8f8
-  SOURCE3_URL[0]=http://www.sxw.org.uk/computing/patches
-  SOURCE3_URL[1]=$PATCH_URL
-     SOURCE3_VFY=sha1:41dfe293b3a3c08163cd43926fefabd321f0c37f
+      SOURCE_VFY=sha1:877ea5b283060fe0160e376ea645e8e168047ff5
+#     SOURCE2_URL=$PATCH_URL
+#     SOURCE2_VFY=sha1:0e2228ba4564980fe0f60235559090ea7ba8c8f8
+#  SOURCE3_URL[0]=http://www.sxw.org.uk/computing/patches
+#  SOURCE3_URL[1]=$PATCH_URL
+#     SOURCE3_VFY=sha1:41dfe293b3a3c08163cd43926fefabd321f0c37f
         WEB_SITE=http://www.openssh.com
          ENTERED=20010922
-         UPDATED=20080601
+         UPDATED=20090129
            SHORT="Client and server for encrypted remote logins and file transfers"
 
 cat << EOF


More information about the Lunar-commits mailing list