[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2009-05-14 Thread Ralf S. Engelschall
  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:   15-May-2009 08:33:04
  Branch: HEAD Handle: 2009051507330400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-5.2p1 20090225 -> 20090515

  Summary:
RevisionChanges Path
1.221   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.220 -r1.221 openssh.spec
  --- openpkg-src/openssh/openssh.spec  18 Apr 2009 13:13:32 -  1.220
  +++ openpkg-src/openssh/openssh.spec  15 May 2009 06:33:04 -  1.221
  @@ -25,7 +25,7 @@
   %define   V_base5.2
   %define   V_portablep1
   %define   V_connect 100
  -%define   V_hpn 5.1p1-hpn13v5
  +%define   V_hpn 5.2p1-hpn13v6
   
   #   package information
   Name: openssh
  @@ -38,7 +38,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20090225
  +Release:  20090515
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec ssh_config sshd_confi...

2008-12-23 Thread Ralf S. Engelschall
  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:
RevisionChanges 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 -  1.217
  +++ openpkg-src/openssh/openssh.spec  23 Dec 2008 09:12:41 -  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_config19 Aug 2004 08:25:37 -  1.6
  +++ openpkg-src/openssh/ssh_config23 Dec 2008 09:12:41 -  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
   Compressionyes
   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 -   1.13
  +++ openpkg-src/openssh/sshd_config   23 Dec 2008 09:12:41 -  1.14
  @@ -7,7 +7,8 @@
   
   Subsystemsftp @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


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2008-07-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jul-2008 09:42:42
  Branch: HEAD Handle: 2008073008424200

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-5.1p1 20080722 -> 20080730

  Summary:
RevisionChanges Path
1.213   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.212 -r1.213 openssh.spec
  --- openpkg-src/openssh/openssh.spec  22 Jul 2008 06:40:11 -  1.212
  +++ openpkg-src/openssh/openssh.spec  30 Jul 2008 07:42:42 -  1.213
  @@ -28,7 +28,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 100
  -%define   V_hpn 5.0p1-hpn13v3
  +%define   V_hpn 5.1p1-hpn13v5
   
   #   package information
   Name: openssh
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080722
  +Release:  20080730
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2008-04-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Apr-2008 08:37:39
  Branch: HEAD Handle: 2008040807373900

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-5.0p1 20080403 -> 20080408

  Summary:
RevisionChanges Path
1.210   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.209 -r1.210 openssh.spec
  --- openpkg-src/openssh/openssh.spec  3 Apr 2008 18:43:06 -   1.209
  +++ openpkg-src/openssh/openssh.spec  8 Apr 2008 06:37:39 -   1.210
  @@ -28,7 +28,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 100
  -%define   V_hpn 4.9p1-hpn13v2
  +%define   V_hpn 5.0p1-hpn13v3
   
   #   package information
   Name: openssh
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080403
  +Release:  20080408
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2008-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Apr-2008 20:43:07
  Branch: HEAD Handle: 2008040319430600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
upgrading package: openssh 4.9p1 -> 5.0p1

  Summary:
RevisionChanges Path
1.209   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.208 -r1.209 openssh.spec
  --- openpkg-src/openssh/openssh.spec  2 Apr 2008 07:08:00 -   1.208
  +++ openpkg-src/openssh/openssh.spec  3 Apr 2008 18:43:06 -   1.209
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_base4.9
  +%define   V_base5.0
   %define   V_portablep1
   %define   V_watchdog4.4p1
   %define   V_ldap_base   4.6p1
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080402
  +Release:  20080403
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2008-04-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Apr-2008 09:08:01
  Branch: HEAD Handle: 200804020808

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.9p1 20080331 -> 20080402

  Summary:
RevisionChanges Path
1.208   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.207 -r1.208 openssh.spec
  --- openpkg-src/openssh/openssh.spec  31 Mar 2008 07:00:50 -  1.207
  +++ openpkg-src/openssh/openssh.spec  2 Apr 2008 07:08:00 -   1.208
  @@ -28,7 +28,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 100
  -%define   V_hpn 4.7p1-hpn13v1
  +%define   V_hpn 4.9p1-hpn13v2
   
   #   package information
   Name: openssh
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080331
  +Release:  20080402
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2008-02-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Feb-2008 07:48:08
  Branch: HEAD Handle: 2008020806480500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.7p1 20080101 -> 20080208

  Summary:
RevisionChanges Path
1.206   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.205 -r1.206 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Jan 2008 15:00:46 -   1.205
  +++ openpkg-src/openssh/openssh.spec  8 Feb 2008 06:48:05 -   1.206
  @@ -28,7 +28,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 100
  -%define   V_hpn 4.7p1-hpn12v20
  +%define   V_hpn 4.7p1-hpn13v1
   
   #   package information
   Name: openssh
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080101
  +Release:  20080208
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-12-01 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Dec-2007 10:17:34
  Branch: HEAD Handle: 2007120109173400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.7p1 20071027 -> 20071201

  Summary:
RevisionChanges Path
1.204   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.203 -r1.204 openssh.spec
  --- openpkg-src/openssh/openssh.spec  27 Oct 2007 11:59:44 -  1.203
  +++ openpkg-src/openssh/openssh.spec  1 Dec 2007 09:17:34 -   1.204
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 100
  -%define   V_hpn 4.7p1-hpn12v19
  +%define   V_hpn 4.7p1-hpn12v20
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20071027
  +Release:  20071201
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-10-09 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   09-Oct-2007 20:46:04
  Branch: HEAD Handle: 2007100919460300

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
build just fine against both MIT and Heimdal Kerberos

  Summary:
RevisionChanges Path
1.202   +3  -3  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.201 -r1.202 openssh.spec
  --- openpkg-src/openssh/openssh.spec  4 Oct 2007 06:23:25 -   1.201
  +++ openpkg-src/openssh/openssh.spec  9 Oct 2007 18:46:03 -   1.202
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20071004
  +Release:  20071009
   
   #   package options
   %option   with_fsl  yes
  @@ -93,8 +93,8 @@
   PreReq:   PAM
   %endif
   %if "%{with_kerberos}" == "yes"
  -BuildPreReq:  kerberos
  -PreReq:   kerberos
  +BuildPreReq:  KERBEROS
  +PreReq:   KERBEROS
   %endif
   %if "%{with_fsl}" == "yes"
   BuildPreReq:  fsl >= 1.2.0
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-10-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Oct-2007 08:23:25
  Branch: HEAD Handle: 2007100407232500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.7p1 20070929 -> 20071004

  Summary:
RevisionChanges Path
1.201   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.200 -r1.201 openssh.spec
  --- openpkg-src/openssh/openssh.spec  29 Sep 2007 10:08:34 -  1.200
  +++ openpkg-src/openssh/openssh.spec  4 Oct 2007 06:23:25 -   1.201
  @@ -28,7 +28,7 @@
   %define   V_watchdog4.4p1
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
  -%define   V_connect 1.96
  +%define   V_connect 100
   %define   V_hpn 4.7p1-hpn12v19
   
   #   package information
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070929
  +Release:  20071004
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-09-29 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Sep-2007 12:08:34
  Branch: HEAD Handle: 2007092911083400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.7p1 20070907 -> 20070929

  Summary:
RevisionChanges Path
1.200   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.199 -r1.200 openssh.spec
  --- openpkg-src/openssh/openssh.spec  7 Sep 2007 09:30:46 -   1.199
  +++ openpkg-src/openssh/openssh.spec  29 Sep 2007 10:08:34 -  1.200
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 1.96
  -%define   V_hpn 4.7p1-hpn12v18
  +%define   V_hpn 4.7p1-hpn12v19
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070907
  +Release:  20070929
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-09-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Sep-2007 11:30:46
  Branch: HEAD Handle: 2007090710304600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.7p1 20070905 -> 20070907

  Summary:
RevisionChanges Path
1.199   +2  -4  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.198 -r1.199 openssh.spec
  --- openpkg-src/openssh/openssh.spec  5 Sep 2007 06:48:40 -   1.198
  +++ openpkg-src/openssh/openssh.spec  7 Sep 2007 09:30:46 -   1.199
  @@ -22,8 +22,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: with_hpn=yes still broken after upgrade
  -
   #   package versions
   %define   V_base4.7
   %define   V_portablep1
  @@ -31,7 +29,7 @@
   %define   V_ldap_base   4.6p1
   %define   V_ldap_vers   0.3.9
   %define   V_connect 1.96
  -%define   V_hpn 4.6p1-hpn12v17
  +%define   V_hpn 4.7p1-hpn12v18
   
   #   package information
   Name: openssh
  @@ -44,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070905
  +Release:  20070907
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-08-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Aug-2007 10:22:45
  Branch: HEAD Handle: 2007080309224500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.6p1 20070720 -> 20070803

  Summary:
RevisionChanges Path
1.196   +4  -4  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.195 -r1.196 openssh.spec
  --- openpkg-src/openssh/openssh.spec  20 Jul 2007 20:17:43 -  1.195
  +++ openpkg-src/openssh/openssh.spec  3 Aug 2007 08:22:45 -   1.196
  @@ -26,8 +26,8 @@
   %define   V_base4.6
   %define   V_portablep1
   %define   V_watchdog4.4p1
  -%define   V_ldap_base   4.5p1
  -%define   V_ldap_vers   0.3.8
  +%define   V_ldap_base   4.6p1
  +%define   V_ldap_vers   0.3.9
   %define   V_connect 1.96
   %define   V_hpn 4.6p1-hpn12v17
   
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070720
  +Release:  20070803
   
   #   package options
   %option   with_fsl  yes
  @@ -177,7 +177,7 @@
   %{l_patch} -p0 -b )/$1\n#include 
/' ldapauth.c
   %endif
   %if "%{with_sftplogging}" == "yes"
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-05-22 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-May-2007 21:09:13
  Branch: HEAD Handle: 2007052220091200

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
if *empty* host key files exist allow them to be replaced, please

  Summary:
RevisionChanges Path
1.194   +4  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.193 -r1.194 openssh.spec
  --- openpkg-src/openssh/openssh.spec  28 Mar 2007 09:09:19 -  1.193
  +++ openpkg-src/openssh/openssh.spec  22 May 2007 19:09:12 -  1.194
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070328
  +Release:  20070522
   
   #   package options
   %option   with_fsl  yes
  @@ -376,6 +376,7 @@
   #   generate server RSA1 (SSH1) key
   if [ ! -f "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key" -o \
! -s "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key" ]; then
  +rm -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key 2>/dev/null || 
true
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t rsa1 -b 2048 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key \
   -N '' -C `hostname` 1>&2
  @@ -384,6 +385,7 @@
   #   generate server RSA (SSH2) key
   if [ ! -f "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key" -o \
! -s "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key" ]; then
  +rm -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key 2>/dev/null 
|| true
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t rsa -b 2048 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key \
   -N '' -C `hostname` 1>&2
  @@ -392,6 +394,7 @@
   #   generate server DSA (SSH2) key
   if [ ! -f "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key" -o \
! -s "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key" ]; then
  +rm -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key 2>/dev/null 
|| true
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t dsa -b 1024 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key \
   -N '' -C `hostname` 1>&2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-03-28 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Mar-2007 11:09:19
  Branch: HEAD Handle: 2007032810091900

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.6p1 20070313 -> 20070328

  Summary:
RevisionChanges Path
1.193   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.192 -r1.193 openssh.spec
  --- openpkg-src/openssh/openssh.spec  13 Mar 2007 07:14:26 -  1.192
  +++ openpkg-src/openssh/openssh.spec  28 Mar 2007 09:09:19 -  1.193
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.5p1
   %define   V_ldap_vers   0.3.8
   %define   V_connect 1.96
  -%define   V_hpn 4.6p1-hpn12v16
  +%define   V_hpn 4.6p1-hpn12v17
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070313
  +Release:  20070328
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-03-12 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Mar-2007 08:14:26
  Branch: HEAD Handle: 2007031307142600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.6p1 20070310 -> 20070313

  Summary:
RevisionChanges Path
1.192   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.191 -r1.192 openssh.spec
  --- openpkg-src/openssh/openssh.spec  10 Mar 2007 08:35:34 -  1.191
  +++ openpkg-src/openssh/openssh.spec  13 Mar 2007 07:14:26 -  1.192
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.5p1
   %define   V_ldap_vers   0.3.8
   %define   V_connect 1.96
  -%define   V_hpn 4.5p1-hpn12v15
  +%define   V_hpn 4.6p1-hpn12v16
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070310
  +Release:  20070313
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-02-26 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   26-Feb-2007 19:22:29
  Branch: HEAD Handle: 2007022618222900

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20070221 -> 20070226

  Summary:
RevisionChanges Path
1.190   +3  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.189 -r1.190 openssh.spec
  --- openpkg-src/openssh/openssh.spec  21 Feb 2007 16:49:50 -  1.189
  +++ openpkg-src/openssh/openssh.spec  26 Feb 2007 18:22:29 -  1.190
  @@ -27,7 +27,7 @@
   %define   V_portablep1
   %define   V_watchdog4.4p1
   %define   V_ldap_base   4.5p1
  -%define   V_ldap_vers   0.3.8rc3
  +%define   V_ldap_vers   0.3.8
   %define   V_connect 1.96
   %define   V_hpn 4.5p1-hpn12v15
   
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070221
  +Release:  20070226
   
   #   package options
   %option   with_fsl  yes
  @@ -178,6 +178,7 @@
   %endif
   %if "%{with_ldap}" == "yes"
   %{l_patch} -p1 -b <%{SOURCE 
openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch}
  +%{l_prefix}/bin/perl -pi -e 's/(#include )/$1\n#include 
/' ldapauth.c
   %endif
   %if "%{with_sftplogging}" == "yes"
   %patch -p0 -P 5
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-02-21 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   21-Feb-2007 17:49:50
  Branch: HEAD Handle: 2007022116495000

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20070114 -> 20070221

  Summary:
RevisionChanges Path
1.189   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.188 -r1.189 openssh.spec
  --- openpkg-src/openssh/openssh.spec  14 Jan 2007 12:08:33 -  1.188
  +++ openpkg-src/openssh/openssh.spec  21 Feb 2007 16:49:50 -  1.189
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.5p1
   %define   V_ldap_vers   0.3.8rc3
   %define   V_connect 1.96
  -%define   V_hpn 4.5p1-hpn12v14
  +%define   V_hpn 4.5p1-hpn12v15
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070114
  +Release:  20070221
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2007-01-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Jan-2007 13:08:34
  Branch: HEAD Handle: 2007011412083300

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
remove no longer existing options and add optional Kerberos support

  Summary:
RevisionChanges Path
1.188   +11 -6  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.187 -r1.188 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Jan 2007 17:40:27 -   1.187
  +++ openpkg-src/openssh/openssh.spec  14 Jan 2007 12:08:33 -  1.188
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061222
  +Release:  20070114
   
   #   package options
   %option   with_fsl  yes
  @@ -51,6 +51,7 @@
   %option   with_chroot   no
   %option   with_ldap no
   %option   with_pam  no
  +%option   with_kerberos no
   %option   with_sftplogging  no
   %option   with_skey no
   %option   with_watchdog no
  @@ -91,6 +92,10 @@
   BuildPreReq:  PAM
   PreReq:   PAM
   %endif
  +%if "%{with_kerberos}" == "yes"
  +BuildPreReq:  kerberos
  +PreReq:   kerberos
  +%endif
   %if "%{with_fsl}" == "yes"
   BuildPreReq:  fsl >= 1.2.0
   PreReq:   fsl >= 1.2.0
  @@ -247,11 +252,11 @@
   %endif
   --with-md5-passwords \
   --with-zlib=%{l_prefix} \
  ---with-ipv4-default \
  ---without-smartcard \
  ---without-kerberos4 \
  ---disable-suid-ssh \
  ---without-rsh \
  +%if "%{with_kerberos}" == "yes"
  +--with-kerberos5=%{l_prefix} \
  +%else
  +--without-kerberos5 \
  +%endif
   --with-mantype=man \
   %if "%{with_trysetpath}" == "yes"
   --enable-etc-default-login \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-12-22 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Dec-2006 20:47:16
  Branch: HEAD Handle: 2006122219471500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20061120 -> 20061222

  Summary:
RevisionChanges Path
1.186   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.185 -r1.186 openssh.spec
  --- openpkg-src/openssh/openssh.spec  20 Nov 2006 16:05:35 -  1.185
  +++ openpkg-src/openssh/openssh.spec  22 Dec 2006 19:47:15 -  1.186
  @@ -27,7 +27,7 @@
   %define   V_portablep1
   %define   V_watchdog4.4p1
   %define   V_ldap_base   4.5p1
  -%define   V_ldap_vers   0.3.7
  +%define   V_ldap_vers   0.3.8rc3
   %define   V_connect 1.96
   %define   V_hpn 4.5p1-hpn12v14
   
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061120
  +Release:  20061222
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-11-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Nov-2006 21:44:43
  Branch: HEAD Handle: 2006111520444300

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
fix DSA host key generation: the DSA key has to be exactly 1024 bits
or ssh-keygen will fail. The background is that FIPS 186-2 requires
DSA keys to be exactly of size 1024 bits.

  Summary:
RevisionChanges Path
1.184   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.183 -r1.184 openssh.spec
  --- openpkg-src/openssh/openssh.spec  15 Nov 2006 12:20:31 -  1.183
  +++ openpkg-src/openssh/openssh.spec  15 Nov 2006 20:44:43 -  1.184
  @@ -386,7 +386,7 @@
   #   generate server DSA (SSH2) key
   if [ ! -f "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key" -o \
! -s "$RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key" ]; then
  -$RPM_INSTALL_PREFIX/bin/ssh-keygen -t dsa -b 2048 \
  +$RPM_INSTALL_PREFIX/bin/ssh-keygen -t dsa -b 1024 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key \
   -N '' -C `hostname` 1>&2
   fi
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-11-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Nov-2006 13:20:31
  Branch: HEAD Handle: 2006111512203100

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20061114 -> 20061115

  Summary:
RevisionChanges Path
1.183   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.182 -r1.183 openssh.spec
  --- openpkg-src/openssh/openssh.spec  14 Nov 2006 07:37:15 -  1.182
  +++ openpkg-src/openssh/openssh.spec  15 Nov 2006 12:20:31 -  1.183
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12v14
  +%define   V_hpn 4.5p1-hpn12v14
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061114
  +Release:  20061115
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-11-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Nov-2006 08:37:16
  Branch: HEAD Handle: 2006111407371500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20061109 -> 20061114

  Summary:
RevisionChanges Path
1.182   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.181 -r1.182 openssh.spec
  --- openpkg-src/openssh/openssh.spec  9 Nov 2006 21:41:57 -   1.181
  +++ openpkg-src/openssh/openssh.spec  14 Nov 2006 07:37:15 -  1.182
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12v13
  +%define   V_hpn 4.4p1-hpn12v14
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061109
  +Release:  20061114
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-11-08 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Nov-2006 09:56:38
  Branch: HEAD Handle: 2006110808563800

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
fix HPN patch applying

  Summary:
RevisionChanges Path
1.180   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.179 -r1.180 openssh.spec
  --- openpkg-src/openssh/openssh.spec  8 Nov 2006 08:03:37 -   1.179
  +++ openpkg-src/openssh/openssh.spec  8 Nov 2006 08:56:38 -   1.180
  @@ -178,7 +178,7 @@
   %patch -p0 -P 5
   %endif
   %if "%{with_hpn}" == "yes"
  -%{l_gzip} -d -c %{SOURCE openssh-%{version}-hpn%{V_hpn}.diff.gz} |\
  +%{l_gzip} -d -c %{SOURCE openssh-%{V_hpn}.diff.gz} |\
   sed -e '/^diff.*\/version\.h/,$d' | %{l_patch} -p1 -b
   %{l_shtool} subst -e 's;\(SSH_VERSION SSH_PORTABLE\);\1 "-hpn";' 
version.h
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-23 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Oct-2006 07:46:58
  Branch: HEAD Handle: 2006102406465700

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.4p1 20061013 -> 20061024

  Summary:
RevisionChanges Path
1.176   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.175 -r1.176 openssh.spec
  --- openpkg-src/openssh/openssh.spec  13 Oct 2006 17:31:00 -  1.175
  +++ openpkg-src/openssh/openssh.spec  24 Oct 2006 05:46:57 -  1.176
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12v11
  +%define   V_hpn 4.4p1-hpn12v12
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061013
  +Release:  20061024
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-12 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Oct-2006 08:27:27
  Branch: HEAD Handle: 2006101307272700

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
upgrade HPN patch

  Summary:
RevisionChanges Path
1.174   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.173 -r1.174 openssh.spec
  --- openpkg-src/openssh/openssh.spec  8 Oct 2006 08:55:30 -   1.173
  +++ openpkg-src/openssh/openssh.spec  13 Oct 2006 06:27:27 -  1.174
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12
  +%define   V_hpn 4.4p1-hpn12v11
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061008
  +Release:  20061013
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-08 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Oct-2006 10:55:30
  Branch: HEAD Handle: 2006100809553000

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
upgrade HPN patchset

  Summary:
RevisionChanges Path
1.173   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.172 -r1.173 openssh.spec
  --- openpkg-src/openssh/openssh.spec  4 Oct 2006 06:22:15 -   1.172
  +++ openpkg-src/openssh/openssh.spec  8 Oct 2006 08:55:30 -   1.173
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.3p2-hpn12
  +%define   V_hpn 4.4p1-hpn12
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061004
  +Release:  20061008
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Oct-2006 08:22:15
  Branch: HEAD Handle: 2006100407221500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
upgrade LDAP patch (project moved on the net, so we've not detected
that a newer version already existed)

  Summary:
RevisionChanges Path
1.172   +4  -4  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.171 -r1.172 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Oct 2006 15:02:24 -   1.171
  +++ openpkg-src/openssh/openssh.spec  4 Oct 2006 06:22:15 -   1.172
  @@ -26,7 +26,7 @@
   %define   V_base4.4
   %define   V_portablep1
   %define   V_watchdog4.4p1
  -%define   V_ldap_base   4.3p1
  +%define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
   %define   V_hpn 4.3p2-hpn12
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061001
  +Release:  20061004
   
   #   package options
   %option   with_fsl  yes
  @@ -75,7 +75,7 @@
   Patch1:   openssh.patch.chroot
   Patch2:   openssh.patch.alias
   Patch3:   
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-%{V_watchdog}-watchdog.patch.tgz
  -Patch4:   
http://www.opendarwin.org/projects/openssh-lpk/files/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
  +Patch4:   
http://dev.inversepath.com/openssh-lpk/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
   Patch5:   openssh.patch.sftplogging
   Patch6:   openssh.patch.scpbindir
   Patch7:   
http://www.psc.edu/networking/projects/hpn-ssh/openssh-%{V_hpn}.diff.gz
  @@ -142,7 +142,7 @@
   }
   prog openssh:ldap = {
   version   = %{V_ldap_base}-%{V_ldap_vers}
  -url   = http://www.opendarwin.org/projects/openssh-lpk/
  +url   = http://dev.inversepath.com/openssh-lpk/
   regex = openssh-lpk-(__VER__)\.patch
   }
   prog openssh:hpn = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-01 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Oct-2006 17:02:24
  Branch: HEAD Handle: 2006100116022400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
update watchdog patch

  Summary:
RevisionChanges Path
1.171   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.170 -r1.171 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Oct 2006 09:07:00 -   1.170
  +++ openpkg-src/openssh/openssh.spec  1 Oct 2006 15:02:24 -   1.171
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_base4.4
   %define   V_portablep1
  -%define   V_watchdog4.0p1
  +%define   V_watchdog4.4p1
   %define   V_ldap_base   4.3p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-10-01 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Oct-2006 11:07:00
  Branch: HEAD Handle: 200610011007

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
Solaris and grep again

  Summary:
RevisionChanges Path
1.170   +2  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.169 -r1.170 openssh.spec
  --- openpkg-src/openssh/openssh.spec  28 Sep 2006 06:26:21 -  1.169
  +++ openpkg-src/openssh/openssh.spec  1 Oct 2006 09:07:00 -   1.170
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060928
  +Release:  20061001
   
   #   package options
   %option   with_fsl  yes
  @@ -214,6 +214,7 @@
   CFLAGS="%{l_cflags -O} %{l_cppflags} $cflags" \
   LDFLAGS="%{l_ldflags} %{l_fsl_ldflags} $ldflags" \
   LIBS="%{l_fsl_libs}" \
  +GREP="grep" \
   ./configure \
   --prefix=%{l_prefix} \
   --sbindir=%{l_prefix}/bin \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec openpkg-src/scanssh/ ...

2006-09-23 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Sep-2006 15:14:35
  Branch: HEAD Handle: 2006092314143401

  Modified files:
openpkg-src/openssh openssh.spec
openpkg-src/scanssh scanssh.spec
openpkg-src/x11-ssh-askpass
x11-ssh-askpass.spec

  Log:
adjust Group header

  Summary:
RevisionChanges Path
1.167   +2  -2  openpkg-src/openssh/openssh.spec
1.35+2  -2  openpkg-src/scanssh/scanssh.spec
1.24+2  -2  openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.166 -r1.167 openssh.spec
  --- openpkg-src/openssh/openssh.spec  25 Aug 2006 19:17:58 -  1.166
  +++ openpkg-src/openssh/openssh.spec  23 Sep 2006 13:14:34 -  1.167
  @@ -39,10 +39,10 @@
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:CORE
  -Group:Security
  +Group:Network
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060825
  +Release:  20060923
   
   #   package options
   %option   with_fsl  yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/scanssh/scanssh.spec
  
  $ cvs diff -u -r1.34 -r1.35 scanssh.spec
  --- openpkg-src/scanssh/scanssh.spec  1 Jan 2006 13:21:48 -   1.34
  +++ openpkg-src/scanssh/scanssh.spec  23 Sep 2006 13:14:35 -  1.35
  @@ -30,10 +30,10 @@
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:PLUS
  -Group:Security
  +Group:Network
   License:  BSD
   Version:  2.1
  -Release:  20050306
  +Release:  20060923
   
   #   list of sources
   Source0:  http://www.monkey.org/~provos/scanssh-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec
  
  $ cvs diff -u -r1.23 -r1.24 x11-ssh-askpass.spec
  --- openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec  1 Jan 2006 13:24:11 
-   1.23
  +++ openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec  23 Sep 2006 13:14:35 
-  1.24
  @@ -30,10 +30,10 @@
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:PLUS
  -Group:Security
  +Group:Network
   License:  GPL
   Version:  1.2.4.1
  -Release:  20040920
  +Release:  20060923
   
   #   list of sources
   Source0:  
http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-07-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Jul-2006 19:19:59
  Branch: HEAD Handle: 2006071518195900

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
add experimental High Performance Networking (HPN) patches which
mainly make the network buffers dynamically sizeable and this way
should increase the scp(1) throughput dramatically on high-speed
networks

  Summary:
RevisionChanges Path
1.165   +14 -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.164 -r1.165 openssh.spec
  --- openpkg-src/openssh/openssh.spec  27 Jun 2006 17:46:44 -  1.164
  +++ openpkg-src/openssh/openssh.spec  15 Jul 2006 17:19:59 -  1.165
  @@ -29,6 +29,7 @@
   %define   V_ldap_base   4.3p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  +%define   V_hpn 12
   
   #   package information
   Name: openssh
  @@ -41,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060627
  +Release:  20060715
   
   #   package options
   %option   with_fsl  yes
  @@ -57,6 +58,7 @@
   %option   with_x11  no
   %option   with_trysetpath   no
   %option   with_libedit  no
  +%option   with_hpn  no
   
   #   list of sources
   Source0:  
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
  @@ -76,6 +78,7 @@
   Patch4:   
http://www.opendarwin.org/projects/openssh-lpk/files/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
   Patch5:   openssh.patch.sftplogging
   Patch6:   openssh.patch.scpbindir
  +Patch7:   
http://www.psc.edu/networking/projects/hpn-ssh/openssh-%{version}-hpn%{V_hpn}.diff.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -142,6 +145,11 @@
   url   = http://www.opendarwin.org/projects/openssh-lpk/
   regex = openssh-lpk-(__VER__)\.patch
   }
  +prog openssh:hpn = {
  +version   = %{V_hpn}
  +url   = http://www.psc.edu/networking/projects/hpn-ssh/
  +regex = openssh-%{version}-hpn(__VER__)\.diff\.gz
  +}
   
   %prep
   #   unpack and patch distribution
  @@ -169,6 +177,11 @@
   %if "%{with_sftplogging}" == "yes"
   %patch -p0 -P 5
   %endif
  +%if "%{with_hpn}" == "yes"
  +%{l_gzip} -d -c %{SOURCE openssh-%{version}-hpn%{V_hpn}.diff.gz} |\
  +sed -e '/^diff.*\/version\.h/,$d' | %{l_patch} -p1 -b
  +%{l_shtool} subst -e 's;\(SSH_VERSION SSH_PORTABLE\);\1 "-hpn";' 
version.h
  +%endif
   sed -e 's;@l_prefix@;%{l_prefix};g' %{SOURCE openssh.patch.scpbindir} | 
%{l_patch} -p0 -b
   case "%{l_platform -t}" in
   *-darwin* )
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-06-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Jun-2006 19:46:45
  Branch: HEAD Handle: 2006062718464400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
add /sbin also to the super-user path

  Summary:
RevisionChanges Path
1.164   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.163 -r1.164 openssh.spec
  --- openpkg-src/openssh/openssh.spec  27 Jun 2006 16:45:42 -  1.163
  +++ openpkg-src/openssh/openssh.spec  27 Jun 2006 17:46:44 -  1.164
  @@ -242,7 +242,7 @@
   %if "%{with_trysetpath}" == "yes"
   --enable-etc-default-login \
   --with-default-path=%{l_prefix}/bin:/bin:/usr/bin \
  ---with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:/sbin:/usr/sbin \
  +
--with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:%{l_prefix}/sbin:/sbin:/usr/sbin
 \
   %else
   --disable-etc-default-login \
   --with-default-path=/bin:/usr/bin \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-06-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Jun-2006 18:45:42
  Branch: HEAD Handle: 2006062717454200

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
remove the too extreme /usr/local/bin from default path and instead
add the missing /bin to the superuser path

  Summary:
RevisionChanges Path
1.163   +3  -3  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.162 -r1.163 openssh.spec
  --- openpkg-src/openssh/openssh.spec  22 Jun 2006 08:51:13 -  1.162
  +++ openpkg-src/openssh/openssh.spec  27 Jun 2006 16:45:42 -  1.163
  @@ -41,7 +41,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060622
  +Release:  20060627
   
   #   package options
   %option   with_fsl  yes
  @@ -241,8 +241,8 @@
   --with-mantype=man \
   %if "%{with_trysetpath}" == "yes"
   --enable-etc-default-login \
  ---with-default-path=%{l_prefix}/bin:/bin:/usr/bin:/usr/local/bin \
  ---with-superuser-path=%{l_prefix}/bin:/usr/bin:/sbin:/usr/sbin \
  +--with-default-path=%{l_prefix}/bin:/bin:/usr/bin \
  +--with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:/sbin:/usr/sbin \
   %else
   --disable-etc-default-login \
   --with-default-path=/bin:/usr/bin \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-06-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Jun-2006 22:08:06
  Branch: HEAD Handle: 2006060321080600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.3p2 20060305 -> 20060603

  Summary:
RevisionChanges Path
1.161   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.160 -r1.161 openssh.spec
  --- openpkg-src/openssh/openssh.spec  5 Mar 2006 08:56:52 -   1.160
  +++ openpkg-src/openssh/openssh.spec  3 Jun 2006 20:08:06 -   1.161
  @@ -28,7 +28,7 @@
   %define   V_watchdog4.0p1
   %define   V_ldap_base   4.3p1
   %define   V_ldap_vers   0.3.7
  -%define   V_connect 1.95
  +%define   V_connect 1.96
   
   #   package information
   Name: openssh
  @@ -41,7 +41,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060305
  +Release:  20060603
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-03-05 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   05-Mar-2006 09:56:52
  Branch: HEAD Handle: 2006030508565200

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
fix LDAP support by upgrading the patch

  Summary:
RevisionChanges Path
1.160   +3  -5  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.159 -r1.160 openssh.spec
  --- openpkg-src/openssh/openssh.spec  21 Feb 2006 18:57:29 -  1.159
  +++ openpkg-src/openssh/openssh.spec  5 Mar 2006 08:56:52 -   1.160
  @@ -22,14 +22,12 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: rse: with_ldap broken after upgrade to OpenSSH 4.3p1
  -
   #   package versions
   %define   V_base4.3
   %define   V_portablep2
   %define   V_watchdog4.0p1
  -%define   V_ldap_base   4.1p1
  -%define   V_ldap_vers   0.3.6
  +%define   V_ldap_base   4.3p1
  +%define   V_ldap_vers   0.3.7
   %define   V_connect 1.95
   
   #   package information
  @@ -43,7 +41,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060221
  +Release:  20060305
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-02-21 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   21-Feb-2006 19:57:30
  Branch: HEAD Handle: 2006022118572900

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.159   +3  -3  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.158 -r1.159 openssh.spec
  --- openpkg-src/openssh/openssh.spec  11 Feb 2006 08:29:38 -  1.158
  +++ openpkg-src/openssh/openssh.spec  21 Feb 2006 18:57:29 -  1.159
  @@ -43,7 +43,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060211
  +Release:  20060221
   
   #   package options
   %option   with_fsl  yes
  @@ -75,7 +75,7 @@
   Patch1:   openssh.patch.chroot
   Patch2:   openssh.patch.alias
   Patch3:   
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-%{V_watchdog}-watchdog.patch.tgz
  -Patch4:   
http://www.opendarwin.org/en/projects/openssh-lpk/files/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
  +Patch4:   
http://www.opendarwin.org/projects/openssh-lpk/files/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
   Patch5:   openssh.patch.sftplogging
   Patch6:   openssh.patch.scpbindir
   
  @@ -141,7 +141,7 @@
   }
   prog openssh:ldap = {
   version   = %{V_ldap_base}-%{V_ldap_vers}
  -url   = http://www.opendarwin.org/en/projects/openssh-lpk/
  +url   = http://www.opendarwin.org/projects/openssh-lpk/
   regex = openssh-lpk-(__VER__)\.patch
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2006-02-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Feb-2006 08:30:54
  Branch: HEAD Handle: 2006020807305400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
add optional libedit support (for SFTP line editing)

  Summary:
RevisionChanges Path
1.157   +9  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.156 -r1.157 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Feb 2006 18:49:18 -   1.156
  +++ openpkg-src/openssh/openssh.spec  8 Feb 2006 07:30:54 -   1.157
  @@ -43,7 +43,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20060201
  +Release:  20060208
   
   #   package options
   %option   with_fsl  yes
  @@ -58,6 +58,7 @@
   %option   with_wrap no
   %option   with_x11  no
   %option   with_trysetpath   no
  +%option   with_libedit  no
   
   #   list of sources
   Source0:  
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
  @@ -109,6 +110,10 @@
   BuildPreReq:  tcpwrappers
   PreReq:   tcpwrappers
   %endif
  +%if "%{with_libedit}" == "yes"
  +BuildPreReq:  libedit
  +PreReq:   libedit
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -225,6 +230,9 @@
   %if "%{with_ldap}" == "yes"
   --with-ldap=%{l_prefix} \
   %endif
  +%if "%{with_libedit}" == "yes"
  +--with-libedit=%{l_prefix} \
  +%endif
   --with-md5-passwords \
   --with-zlib=%{l_prefix} \
   --with-ipv4-default \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2005-12-26 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   26-Dec-2005 10:18:27
  Branch: HEAD Handle: 2005122609182700

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
fix LDAP support by upgrading to a more modern version of the patch

  Summary:
RevisionChanges Path
1.154   +14 -9  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.153 -r1.154 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Sep 2005 18:21:40 -   1.153
  +++ openpkg-src/openssh/openssh.spec  26 Dec 2005 09:18:27 -  1.154
  @@ -22,15 +22,12 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: rse: with_ldap currently broken due to upgrades
  -
   #   package versions
   %define   V_base4.2
   %define   V_portablep1
   %define   V_watchdog4.0p1
  -%define   V_ldap_base   3.7.1p2
  -%define   V_ldap_vers1  v2.01
  -%define   V_ldap_vers2  v201
  +%define   V_ldap_base   4.1p1
  +%define   V_ldap_vers   0.3.6
   %define   V_connect 1.95
   
   #   package information
  @@ -44,7 +41,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20050901
  +Release:  20051226
   
   #   package options
   %option   with_fsl  yes
  @@ -75,7 +72,7 @@
   Patch1:   openssh.patch.chroot
   Patch2:   openssh.patch.alias
   Patch3:   
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-%{V_watchdog}-watchdog.patch.tgz
  -Patch4:   
http://ldappubkey.gcu-squad.org/%{V_ldap_vers1}/ldappubkey-ossh%{V_ldap_base}-%{V_ldap_vers2}.patch
  +Patch4:   
http://www.opendarwin.org/en/projects/openssh-lpk/files/openssh-lpk-%{V_ldap_base}-%{V_ldap_vers}.patch
   Patch5:   openssh.patch.sftplogging
   Patch6:   openssh.patch.scpbindir
   
  @@ -135,6 +132,11 @@
   url   = 
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
   regex = HREF=.openssh-(__VER__)-watchdog\.patch\.tgz
   }
  +prog openssh:ldap = {
  +version   = %{V_ldap_base}-%{V_ldap_vers}
  +url   = http://www.opendarwin.org/en/projects/openssh-lpk/
  +regex = openssh-lpk-(__VER__)\.patch
  +}
   
   %prep
   #   unpack and patch distribution
  @@ -157,7 +159,7 @@
   %{l_patch} -p0 -b 

[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2005-08-12 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Aug-2005 13:56:11
  Branch: HEAD Handle: 2005081212561100

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
remove dependency to binutils tool strip(1)

  Summary:
RevisionChanges Path
1.152   +7  -4  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.151 -r1.152 openssh.spec
  --- openpkg-src/openssh/openssh.spec  10 Aug 2005 09:46:06 -  1.151
  +++ openpkg-src/openssh/openssh.spec  12 Aug 2005 11:56:11 -  1.152
  @@ -44,7 +44,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20050810
  +Release:  20050812
   
   #   package options
   %option   with_fsl  yes
  @@ -189,6 +189,7 @@
   cflags="$cflags -DWITH_LDAP_PUBKEY"
   ldflags="$ldflags -lldap -llber -lcrypto -lssl"
   %endif
  +strip="--enable-strip"; %{l_shtool} path strip || strip="--disable-strip"
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O} %{l_cppflags} $cflags" \
   LDFLAGS="%{l_ldflags} %{l_fsl_ldflags} $ldflags" \
  @@ -235,7 +236,8 @@
   --with-superuser-path=/bin:/usr/bin:/sbin:/usr/sbin \
   %endif
   --with-privsep-user=%{l_nusr} \
  ---with-privsep-path=%{l_prefix}/var/openssh/empty
  +--with-privsep-path=%{l_prefix}/var/openssh/empty \
  +$strip
   
   #   build package
   %{l_make} %{l_mflags -O}
  @@ -269,8 +271,9 @@
   %if "%{with_connect}" == "yes"
   #   install proxy connect utility
   ( cd openssh-connect
  -  %{l_shtool} install -c -s -m 755 \
  -  connect $RPM_BUILD_ROOT%{l_prefix}/bin/ssh-connect
  +  strip connect 2>/dev/null || true
  +  %{l_shtool} install -c -m 755 connect \
  + $RPM_BUILD_ROOT%{l_prefix}/bin/ssh-connect
   ) || exit $?
   %endif
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2005-08-10 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Aug-2005 11:46:07
  Branch: HEAD Handle: 2005081010460600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
Add option for sshd to try setting PATH

Without this option only the system default mechanism
to set the PATH is used. This is the OpenPKG default.

Setting with_trysetpath=yes has no effect on some
platforms. The following tests have been performed:

 o  PATH has system default, option has no effect

amd64-freebsd5.4
ia64-freebsd5.4
ix86-freebsd4.11
ix86-freebsd5.4
ix86-freebsd6.0
ix86-freebsd7.0
ix86-netbsd2.0.2
sparc64-solaris8
sparc64-solaris9

 o  PATH set for users but not for root

ix86-gentoo1.6.12
ix86-mandriva10.2
ix86-rhel3

 o  PATH set for users and root

ix86-debian3.1
ix86-fedora4
ix86-solaris10
ix86-solaris9
ix86-suse9.3
sparc64-solaris10

  Summary:
RevisionChanges Path
1.151   +21 -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.150 -r1.151 openssh.spec
  --- openpkg-src/openssh/openssh.spec  24 Jul 2005 17:59:36 -  1.150
  +++ openpkg-src/openssh/openssh.spec  10 Aug 2005 09:46:06 -  1.151
  @@ -44,7 +44,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20050724
  +Release:  20050810
   
   #   package options
   %option   with_fsl  yes
  @@ -58,6 +58,7 @@
   %option   with_watchdog no
   %option   with_wrap no
   %option   with_x11  no
  +%option   with_trysetpath   no
   
   #   list of sources
   Source0:  
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
  @@ -224,9 +225,15 @@
   --disable-suid-ssh \
   --without-rsh \
   --with-mantype=man \
  +%if "%{with_trysetpath}" == "yes"
  +--enable-etc-default-login \
  +--with-default-path=%{l_prefix}/bin:/bin:/usr/bin:/usr/local/bin \
  +--with-superuser-path=%{l_prefix}/bin:/usr/bin:/sbin:/usr/sbin \
  +%else
   --disable-etc-default-login \
   --with-default-path=/bin:/usr/bin \
   --with-superuser-path=/bin:/usr/bin:/sbin:/usr/sbin \
  +%endif
   --with-privsep-user=%{l_nusr} \
   --with-privsep-path=%{l_prefix}/var/openssh/empty
   
  @@ -361,6 +368,19 @@
   fi
   %endif
   
  +#   on install, warn about PATH issues
  +if [ $1 -eq 1 ]; then
  +( echo "Make sure sshd users have the proper PATH set to find"
  +  echo "utilities like scp, sftp-server, rsync, cvs, svn etc."
  +%if "%{with_trysetpath}" == "yes"
  +  echo "This package tries to set the PATH for users and"
  +  echo "root properly. The success of this attempt is platform"
  +  echo "specific and out of OpenPKG scope. Please verify"
  +  echo "whether it works as expected."
  +%endif
  +) | %{l_rpmtool} msg -b -t warn
  +fi
  +
   #   after upgrade, restart service
   [ $1 -eq 2 ] || exit 0
   eval `%{l_rc} openssh status 2>/dev/null`
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2005-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Jul-2005 19:59:36
  Branch: HEAD Handle: 2005072418593600

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
sort connect before the patching options

  Summary:
RevisionChanges Path
1.150   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.149 -r1.150 openssh.spec
  --- openpkg-src/openssh/openssh.spec  24 Jul 2005 17:58:30 -  1.149
  +++ openpkg-src/openssh/openssh.spec  24 Jul 2005 17:59:36 -  1.150
  @@ -48,6 +48,7 @@
   
   #   package options
   %option   with_fsl  yes
  +%option   with_connect  no
   %option   with_aliasno
   %option   with_chroot   no
   %option   with_ldap no
  @@ -57,7 +58,6 @@
   %option   with_watchdog no
   %option   with_wrap no
   %option   with_x11  no
  -%option   with_connect  no
   
   #   list of sources
   Source0:  
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2005-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Jul-2005 19:58:30
  Branch: HEAD Handle: 2005072418583000

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
optionally add connect utility which is a simple relaying command (for
use with the ProxyCommand directory in ~/ssh/config) to make outgoing
network connections via SOCKS or HTTP/HTTPS proxies

  Summary:
RevisionChanges Path
1.149   +28 -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.148 -r1.149 openssh.spec
  --- openpkg-src/openssh/openssh.spec  29 May 2005 08:10:06 -  1.148
  +++ openpkg-src/openssh/openssh.spec  24 Jul 2005 17:58:30 -  1.149
  @@ -31,6 +31,7 @@
   %define   V_ldap_base   3.7.1p2
   %define   V_ldap_vers1  v2.01
   %define   V_ldap_vers2  v201
  +%define   V_connect 1.95
   
   #   package information
   Name: openssh
  @@ -43,7 +44,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20050529
  +Release:  20050724
   
   #   package options
   %option   with_fsl  yes
  @@ -56,6 +57,7 @@
   %option   with_watchdog no
   %option   with_wrap no
   %option   with_x11  no
  +%option   with_connect  no
   
   #   list of sources
   Source0:  
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
  @@ -67,6 +69,7 @@
   Source6:  ssh-keyman
   Source7:  ssh-keyman.1
   Source8:  ssh-keyman.pod
  +Source9:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/openssh-connect/openssh-connect-%{V_connect}.tar.gz
   Patch0:   openssh.patch
   Patch1:   openssh.patch.chroot
   Patch2:   openssh.patch.alias
  @@ -135,6 +138,9 @@
   %prep
   #   unpack and patch distribution
   %setup -q
  +%if "%{with_connect}" == "yes"
  +%setup -q -D -T -a 9
  +%endif
   %patch -p0 -P 0
   %{l_shtool} subst \
   -e 's;@l_openpkg_release@;%{l_openpkg_release -F "OpenPKG-%s"};' \
  @@ -227,6 +233,19 @@
   #   build package
   %{l_make} %{l_mflags -O}
   
  +%if "%{with_connect}" == "yes"
  +#   build proxy connect utility
  +( cd openssh-connect
  +  CC="%{l_cc}" \
  +  CFLAGS="%{l_cflags -O}" \
  +  CPPFLAGS="%{l_cppflags}" \
  +  LDFLAGS="%{l_ldflags}" \
  +  ./configure \
  +  --prefix=%{l_prefix}
  +  %{l_make} %{l_mflags}
  +) || exit $?
  +%endif
  +
   %install
   rm -rf $RPM_BUILD_ROOT
   
  @@ -240,6 +259,14 @@
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
   strip $RPM_BUILD_ROOT%{l_prefix}/libexec/openssh/* 2>/dev/null || true
   
  +%if "%{with_connect}" == "yes"
  +#   install proxy connect utility
  +( cd openssh-connect
  +  %{l_shtool} install -c -s -m 755 \
  +  connect $RPM_BUILD_ROOT%{l_prefix}/bin/ssh-connect
  +) || exit $?
  +%endif
  +
   #   install ssh-askpass wrapper
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/libexec/openssh
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2004-12-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Dec-2004 10:51:58
  Branch: HEAD Handle: 2004123009515800

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
workaround a subtle -V (verify) bug in RPM: if the sgrp is used, RPM
always reports that the group was changed although it is definetely
not the case. Instead now use mgrp which is equally good here but
doesn't trigger this problem in RPM

  Summary:
RevisionChanges Path
1.142   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.141 -r1.142 openssh.spec
  --- openpkg-src/openssh/openssh.spec  27 Dec 2004 16:12:55 -  1.141
  +++ openpkg-src/openssh/openssh.spec  30 Dec 2004 09:51:58 -  1.142
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20041227
  +Release:  20041230
   
   #   package options
   %option   with_fsl  yes
  @@ -294,7 +294,7 @@
   '%config %{l_prefix}/etc/fsl/fsl.openssh' \
   '%config %{l_prefix}/etc/openssh/*' \
   '%attr(4711,%{l_susr},%{l_mgrp}) 
%{l_prefix}/libexec/openssh/ssh-keysign' \
  -'%dir %attr(700,%{l_susr},%{l_sgrp}) %{l_prefix}/var/openssh/empty'
  +'%dir %attr(700,%{l_susr},%{l_mgrp}) %{l_prefix}/var/openssh/empty'
   
   %files -f files
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2004-12-27 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Dec-2004 17:12:55
  Branch: HEAD Handle: 2004122716125500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
small whitespace correction

  Summary:
RevisionChanges Path
1.141   +1  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.140 -r1.141 openssh.spec
  --- openpkg-src/openssh/openssh.spec  27 Dec 2004 13:59:20 -  1.140
  +++ openpkg-src/openssh/openssh.spec  27 Dec 2004 16:12:55 -  1.141
  @@ -159,7 +159,7 @@
   *-darwin* )
   %{l_shtool} subst \
   -e 's;LIBS="-lcrypto 
$LIBS";LIBS="%{l_prefix}/lib/libcrypto.a $LIBS";' \
  -   configure
  +configure
   ;;
   esac
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2004-12-27 Thread Herbert Schmid
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Herbert Schmid
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Dec-2004 14:59:21
  Branch: HEAD Handle: 2004122713592000

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
hack to make openssh guess right ssllibversion on darwin

  Summary:
RevisionChanges Path
1.140   +8  -1  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.139 -r1.140 openssh.spec
  --- openpkg-src/openssh/openssh.spec  18 Oct 2004 08:20:34 -  1.139
  +++ openpkg-src/openssh/openssh.spec  27 Dec 2004 13:59:20 -  1.140
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20041018
  +Release:  20041227
   
   #   package options
   %option   with_fsl  yes
  @@ -155,6 +155,13 @@
   %patch -p0 -P 5
   %endif
   sed -e 's;@l_prefix@;%{l_prefix};g' %{SOURCE openssh.patch.scpbindir} | 
%{l_patch} -p0 -b
  +case "%{l_platform -t}" in
  +*-darwin* )
  +%{l_shtool} subst \
  +-e 's;LIBS="-lcrypto 
$LIBS";LIBS="%{l_prefix}/lib/libcrypto.a $LIBS";' \
  +   configure
  +;;
  +esac
   
   %build
   #   configure package
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2004-10-18 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   18-Oct-2004 10:20:34
  Branch: HEAD Handle: 2004101809203400

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
do not add /bin to PATH (for 'scp' we still have the special
case workaround)

  Summary:
RevisionChanges Path
1.139   +4  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.138 -r1.139 openssh.spec
  --- openpkg-src/openssh/openssh.spec  20 Sep 2004 16:17:33 -  1.138
  +++ openpkg-src/openssh/openssh.spec  18 Oct 2004 08:20:34 -  1.139
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20040920
  +Release:  20041018
   
   #   package options
   %option   with_fsl  yes
  @@ -210,7 +210,9 @@
   --disable-suid-ssh \
   --without-rsh \
   --with-mantype=man \
  ---with-default-path=%{l_prefix}/bin:/bin:/usr/bin:/usr/local/bin \
  +--disable-etc-default-login \
  +--with-default-path=/bin:/usr/bin \
  +--with-superuser-path=/bin:/usr/bin:/sbin:/usr/sbin \
   --with-privsep-user=%{l_nusr} \
   --with-privsep-path=%{l_prefix}/var/openssh/empty
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec

2004-09-12 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Sep-2004 10:56:55
  Branch: HEAD Handle: 2004091209565500

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-3.9p1 20040830 -> 20040912

  Summary:
RevisionChanges Path
1.137   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.136 -r1.137 openssh.spec
  --- openpkg-src/openssh/openssh.spec  30 Aug 2004 08:00:33 -  1.136
  +++ openpkg-src/openssh/openssh.spec  12 Sep 2004 08:56:55 -  1.137
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_base3.9
   %define   V_portablep1
  -%define   V_watchdog3.8p1
  +%define   V_watchdog3.9p1
   %define   V_ldap_base   3.7.1p2
   %define   V_ldap_vers1  v2.01
   %define   V_ldap_vers2  v201
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20040830
  +Release:  20040912
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openssh/ openssh.spec ssh_config

2004-08-19 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   19-Aug-2004 10:25:37
  Branch: HEAD Handle: 2004081909253601

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

  Log:
document the new important option by entering it into the default
config (but with default value)

  Summary:
RevisionChanges Path
1.135   +1  -1  openpkg-src/openssh/openssh.spec
1.6 +1  -0  openpkg-src/openssh/ssh_config
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.134 -r1.135 openssh.spec
  --- openpkg-src/openssh/openssh.spec  17 Aug 2004 18:01:27 -  1.134
  +++ openpkg-src/openssh/openssh.spec  19 Aug 2004 08:25:36 -  1.135
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20040817
  +Release:  20040819
   
   #   package options
   %option   with_fsl  yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/ssh_config
  
  $ cvs diff -u -r1.5 -r1.6 ssh_config
  --- openpkg-src/openssh/ssh_config1 Jan 2004 13:06:48 -   1.5
  +++ openpkg-src/openssh/ssh_config19 Aug 2004 08:25:37 -  1.6
  @@ -36,6 +36,7 @@
   EscapeChar ~
   ForwardAgent   yes
   ForwardX11 no
  +ForwardX11Trusted  no
   GatewayPorts   no
   KeepAlive  no
   LogLevel   INFO
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]