OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   23-Dec-2008 10:12:42
  Branch: HEAD                             Handle: 2008122309124100

  Modified files:
    openpkg-src/openssh     openssh.spec ssh_config sshd_config

  Log:
    allow protocol 2 only on the server-side (client-side still allows
    protocol 1) and add CTR based ciphers

  Summary:
    Revision    Changes     Path
    1.218       +1  -1      openpkg-src/openssh/openssh.spec
    1.7         +1  -1      openpkg-src/openssh/ssh_config
    1.14        +2  -1      openpkg-src/openssh/sshd_config
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  ============================================================================
  $ cvs diff -u -r1.217 -r1.218 openssh.spec
  --- openpkg-src/openssh/openssh.spec  22 Nov 2008 08:25:55 -0000      1.217
  +++ openpkg-src/openssh/openssh.spec  23 Dec 2008 09:12:41 -0000      1.218
  @@ -38,7 +38,7 @@
   Group:        SSH
   License:      BSD
   Version:      %{V_base}%{V_portable}
  -Release:      20081122
  +Release:      20081223
   
   #   package options
   %option       with_fsl          yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/ssh_config
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 ssh_config
  --- openpkg-src/openssh/ssh_config    19 Aug 2004 08:25:37 -0000      1.6
  +++ openpkg-src/openssh/ssh_config    23 Dec 2008 09:12:41 -0000      1.7
  @@ -17,7 +17,7 @@
       HostKeyAlgorithms                  ssh-rsa,ssh-dss
       PreferredAuthentications           
hostbased,publickey,keyboard-interactive,password
       Cipher                             3des
  -    Ciphers                            
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
  +    Ciphers                            
aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,arcfour256,arcfour128,arcfour,3des-cbc,blowfish-cbc,cast128-cbc
       MACs                               
hmac-sha1,hmac-md5,hmac-ripemd160,hmac-sha1-96,hmac-md5-96
       Compression                        yes
       CompressionLevel                   4
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/sshd_config
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 sshd_config
  --- openpkg-src/openssh/sshd_config   1 Jan 2004 13:06:48 -0000       1.13
  +++ openpkg-src/openssh/sshd_config   23 Dec 2008 09:12:41 -0000      1.14
  @@ -7,7 +7,8 @@
   
   Subsystem                sftp @l_prefix@/libexec/openssh/sftp-server
   
  -Protocol                 2,1
  +Protocol                 2
  +Ciphers                  
aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,arcfour256,arcfour128,arcfour,3des-cbc,blowfish-cbc,cast128-cbc
   HostKey                  @l_prefix@/etc/openssh/ssh_host_key
   HostKey                  @l_prefix@/etc/openssh/ssh_host_rsa_key
   HostKey                  @l_prefix@/etc/openssh/ssh_host_dsa_key
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to