]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- updated to 4.1p1 auto/ac/openssh-4_1p1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 29 May 2005 12:14:49 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-chroot.patch -> 1.6
    openssh-heimdal.patch -> 1.7
    openssh.spec -> 1.229

openssh-chroot.patch
openssh-heimdal.patch
openssh.spec

index b913bba11c1187d929a5d5d89d366b81e5b8f00e..881f87c26e627d80cb6aebafcf0880e5e2237808 100644 (file)
 --- openssh-3.7.1p2/sshd_config.0      2003-09-23 11:55:19.000000000 +0200
 +++ openssh-3.7.1p2.pius/sshd_config.0 2003-10-07 20:49:08.000000000 +0200
 @@ -349,6 +349,16 @@
-              CAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.  The de-
-              fault is AUTH.
+              To disable TCP keepalive messages, the value should be set to
+              ``no''.
  
 +     UseChroot
 +             Specifies whether to use chroot-jail environment with ssh/sftp,
 +             For this to work properly you have to create special chroot-jail
 +             environment in a /path/to/chroot directory.
 +
-      UseDNS  Specifies whether sshd should lookup the remote host name and
+      UseDNS  Specifies whether sshd should look up the remote host name and
               check that the resolved host name for the remote IP address maps
               back to the very same IP address.  The default is ``yes''.
 --- openssh-3.8p1/sshd_config.5.orig   2004-02-18 04:31:24.000000000 +0100
index fb856cc5528a03bcb82469972d89219dffc30364..b0881ef5352fc22bf96716f9040247afac353d79 100644 (file)
@@ -9,7 +9,7 @@ diff -urN openssh-3.9p1.org/configure.ac openssh-3.9p1/configure.ac
 -                                       K5LIBS="$K5LIBS -lcom_err -lasn1"
 +                                       K5LIBS="-lkrb5"
 +                                       K5LIBS="$K5LIBS -lasn1"
-                                        AC_CHECK_LIB(roken, net_write, 
+                                        AC_CHECK_LIB(roken, net_write,
                                           [K5LIBS="$K5LIBS -lroken"])
                                       ],
                                       [ AC_MSG_RESULT(no)
index e1945f22a7e7df1c2811246b48f6222fe36cfb7e..831ee44885f4a4e79c321e1a3ab2a382a07905e8 100644 (file)
@@ -22,13 +22,13 @@ Summary(pt_BR):     Implementa
 Summary(ru):   OpenSSH - Ó×ÏÂÏÄÎÁÑ ÒÅÁÌÉÚÁÃÉÑ ÐÒÏÔÏËÏÌÁ Secure Shell (SSH)
 Summary(uk):   OpenSSH - ×¦ÌØÎÁ ÒÅÁ̦ÚÁæѠÐÒÏÔÏËÏÌÕ Secure Shell (SSH)
 Name:          openssh
-Version:       4.0p1
-Release:       5
+Version:       4.1p1
+Release:       1
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
 Source0:       ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
-# Source0-md5: 7b36f28fc16e1b7f4ba3c1dca191ac92
+# Source0-md5: 959c663e709c981f07a3315bfd64f3d0
 Source1:       %{name}d.conf
 Source2:       %{name}.conf
 Source3:       %{name}d.init
This page took 0.038398 seconds and 4 git commands to generate.