From nobody@FreeBSD.org  Tue Mar  9 20:23:34 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 651A6106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Mar 2010 20:23:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 530D48FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Mar 2010 20:23:34 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o29KNYJT048100
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Mar 2010 20:23:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o29KNYvI048099;
	Tue, 9 Mar 2010 20:23:34 GMT
	(envelope-from nobody)
Message-Id: <201003092023.o29KNYvI048099@www.freebsd.org>
Date: Tue, 9 Mar 2010 20:23:34 GMT
From: Jonathan <lordsith49@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port/openssh-portable fails to compile with KERBEROS enabled
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: magik@roorback.net

>Number:         144597
>Category:       ports
>Synopsis:       security/openssh-portable fails to compile with KERBEROS enabled
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    stephen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 20:30:01 UTC 2010
>Closed-Date:    Fri Oct 21 16:24:28 UTC 2011
>Last-Modified:  Fri Oct 21 16:24:28 UTC 2011
>Originator:     Jonathan
>Release:        FreeBSD 7.2-p7
>Organization:
>Environment:
FreeBSD ns1.xx.myserver.net 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Tue Mar  2 18:47:44 UTC 2010     root@master1.xx.myserver.net:/usr/obj/usr/src/sys/ENG0  i386

>Description:
From make all install:


cc -O2 -fno-strict-aliasing -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -Wformat-security -fno-builtin-memset -fstack-protector-all -I. -I.  -I/include -DSSHDIR=\"/usr/local/etc/ssh\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"  -D_PATH_SSH_PIDDIR=\"/var/run\"  -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"  -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sftp-common.c
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o  sshpty.o sshlogin.o servconf.o serverloop.o  auth.o auth1.o auth2.o auth-options.o session.o  auth-chall.o auth2-chall.o groupaccess.o  auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o  auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-jpake.o  monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o  auth-krb5.o  auth2-gss.o gss-serv.o gss-serv-krb5.o kexgsss.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o  audit.o audit-bsm.o platform.o sftp-server.o sftp-common.o -L. -Lopenbsd-compat/  -fstack-protector-all -L/lib -lssh -lopenbsd-compat -lwrap -lpam -lcrypto -lutil -lz  -lcrypt -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
gss-serv-krb5.o(.text+0x4f0): In function `ssh_gssapi_krb5_updatecreds':
: undefined reference to `krb5_free_unparsed_name'
gss-serv-krb5.o(.text+0x508): In function `ssh_gssapi_krb5_updatecreds':
: undefined reference to `krb5_free_unparsed_name'
*** Error code 1

Stop in /usr/ports/security/openssh-portable/work/openssh-5.2p1.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.

>How-To-Repeat:
I have tested this on two servers:

cd /usr/ports/security/openssh-portable
make all install clean
Select the following options:
WITH_GSSAPI=true
WITH_KERB_GSSAPI=true

compile will error out with the above message.
>Fix:


>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dindin@dindin.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144597: security/openssh-portable fails to compile with KERBEROS enabled
Date: Mon, 15 Mar 2010 06:34:16 UT

 Maintainer of security/openssh-portable,
 
 Please note that PR ports/144597 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144597
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Mar 15 06:43:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dindin@dindin.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144597: security/openssh-portable fails to compile with KERBEROS enabled
Date: Mon, 15 Mar 2010 06:43:10 UT

 Maintainer of security/openssh-portable,
 
 Please note that PR ports/144597 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144597
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Aug 22 23:21:26 UTC 2010 
State-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 
State-Changed-From-To: open->feedback 
State-Changed-By: stephen 
State-Changed-When: Thu Jul 14 04:03:40 UTC 2011 
State-Changed-Why:  
Need to ask if submitter is still interested in fixing the port. 


Responsible-Changed-From-To: freebsd-ports-bugs->stephen 
Responsible-Changed-By: stephen 
Responsible-Changed-When: Thu Jul 14 04:03:40 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 

From: Stephen Montgomery-Smith <stephen@missouri.edu>
To: bug-followup@FreeBSD.org, lordsith49@hotmail.com
Cc:  
Subject: Re: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Wed, 13 Jul 2011 23:15:08 -0500

 Are you still interested in fixing the port?
 
 I think I see how to work a fix.  You can try it yourself.  You run it with
 
 make KRB5_HOME=/usr/local
 
 This will install krb5 as the dependency.
 
 There is also the possibility to install heimdal as the dependency, but 
 I haven't made that work yet.
 
 It should be fairly easy to fix it up so that krb5 works, and probably 
 not too much work to make heimdal work as well.  I can make it build. 
 But I wouldn't have any idea how to test it.  So I'll need your 
 cooperation to test the fixes.
 
 Get back to me if you are still interested.
 
 stephen@FreeBSD.org

From: Mark Linimon <linimon@lonesome.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Thu, 14 Jul 2011 00:22:49 -0500

 ----- Forwarded message from Stephen Montgomery-Smith <stephen@missouri.edu> -----
 
 Date: Wed, 13 Jul 2011 23:39:01 -0500
 From: Stephen Montgomery-Smith <stephen@missouri.edu>
 To: FreeBSD Ports <freebsd-ports@FreeBSD.org>,
 	Stephen Montgomery-Smith <stephen@FreeBSD.org>
 Subject: ports/144597: security/openssh-portable fails to compile with
 	KERBEROS enabled
 
 Hey people,
 
 I was looking over old unresolved PR's.  I came across this one:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144597
 
 When I sent a message to the submitter of the PR, the email bounced
 back suggesting that the submitter no longer uses that email address.
 
 I don't think it would be too hard to make the port build under the
 circumstances he describes.  But is ANYONE interested?  Would it be
 worth investing effort to make this work?
 
 Note that the port has ports@ as its maintainer, so it doesn't look
 like there is a lot of interest.
 
 Thanks, Stephen
 
 P.S. This one is related:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57498
 
 Is this a big bag of worms?
 
 I can see that seems to be fixed, for example, in mail/fetchmail.
 
 ----- End forwarded message -----
State-Changed-From-To: feedback->open 
State-Changed-By: stephen 
State-Changed-When: Fri Jul 15 23:30:09 UTC 2011 
State-Changed-Why:  
The submitter's email address no longer is active. 


Responsible-Changed-From-To: stephen->freebsd-bugs-ports 
Responsible-Changed-By: stephen 
Responsible-Changed-When: Fri Jul 15 23:30:09 UTC 2011 
Responsible-Changed-Why:  
I am not willing to work on this PR without the cooperation of the submitter, or someone who uses the software. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 

From: Stephen Montgomery-Smith <stephen@missouri.edu>
To: Jonathan Call <lordsith49@hotmail.com>
Cc: "bug-followup@freebsd.org" <bug-followup@freebsd.org>
Subject: Re: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Mon, 18 Jul 2011 12:29:16 -0500

 On 07/18/2011 12:21 PM, Jonathan Call wrote:
 > Let me see if I can set up a test box in the next couple of days.
 >
 > Jonathan
 
 openssh-portable is going to get a new maintainer soon, and he is 
 planning to update to version 5.8.  So it might be wise to wait until he 
 submits his new patch.
 
 Is you "lordsith49" email address active?

From: Jonathan Call <lordsith49@hotmail.com>
To: <stephen@missouri.edu>, <bug-followup@freebsd.org>
Cc:  
Subject: RE: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Mon, 18 Jul 2011 11:21:32 -0600

 --_43153b41-4d04-47eb-8edc-6ff18807f702_
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 
 Let me see if I can set up a test box in the next couple of days.
 Jonathan
 
 > Date: Wed=2C 13 Jul 2011 23:15:08 -0500
 > From: stephen@missouri.edu
 > To: bug-followup@FreeBSD.org=3B lordsith49@hotmail.com
 > Subject: Re: ports/144597: security/openssh-portable fails to compile wit=
 h KERBEROS enabled
 >=20
 > Are you still interested in fixing the port?
 >=20
 > I think I see how to work a fix.  You can try it yourself.  You run it wi=
 th
 >=20
 > make KRB5_HOME=3D/usr/local
 >=20
 > This will install krb5 as the dependency.
 >=20
 > There is also the possibility to install heimdal as the dependency=2C but=
 =20
 > I haven't made that work yet.
 >=20
 > It should be fairly easy to fix it up so that krb5 works=2C and probably=
 =20
 > not too much work to make heimdal work as well.  I can make it build.=20
 > But I wouldn't have any idea how to test it.  So I'll need your=20
 > cooperation to test the fixes.
 >=20
 > Get back to me if you are still interested.
 >=20
 > stephen@FreeBSD.org
  		 	   		  =
 
 --_43153b41-4d04-47eb-8edc-6ff18807f702_
 Content-Type: text/html; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <html>
 <head>
 <style><!--
 .hmmessage P
 {
 margin:0px=3B
 padding:0px
 }
 body.hmmessage
 {
 font-size: 10pt=3B
 font-family:Tahoma
 }
 --></style>
 </head>
 <body class=3D'hmmessage'><div dir=3D'ltr'>
 Let me see if I can set up a test box in the next couple of days.<div><br><=
 /div><div>Jonathan<br><br><div>&gt=3B Date: Wed=2C 13 Jul 2011 23:15:08 -05=
 00<br>&gt=3B From: stephen@missouri.edu<br>&gt=3B To: bug-followup@FreeBSD.=
 org=3B lordsith49@hotmail.com<br>&gt=3B Subject: Re: ports/144597: security=
 /openssh-portable fails to compile with KERBEROS enabled<br>&gt=3B <br>&gt=
 =3B Are you still interested in fixing the port?<br>&gt=3B <br>&gt=3B I thi=
 nk I see how to work a fix.  You can try it yourself.  You run it with<br>&=
 gt=3B <br>&gt=3B make KRB5_HOME=3D/usr/local<br>&gt=3B <br>&gt=3B This will=
  install krb5 as the dependency.<br>&gt=3B <br>&gt=3B There is also the pos=
 sibility to install heimdal as the dependency=2C but <br>&gt=3B I haven't m=
 ade that work yet.<br>&gt=3B <br>&gt=3B It should be fairly easy to fix it =
 up so that krb5 works=2C and probably <br>&gt=3B not too much work to make =
 heimdal work as well.  I can make it build. <br>&gt=3B But I wouldn't have =
 any idea how to test it.  So I'll need your <br>&gt=3B cooperation to test =
 the fixes.<br>&gt=3B <br>&gt=3B Get back to me if you are still interested.=
 <br>&gt=3B <br>&gt=3B stephen@FreeBSD.org<br></div></div> 		 	   		  </div>=
 </body>
 </html>=
 
 --_43153b41-4d04-47eb-8edc-6ff18807f702_--

From: Jonathan Call <lordsith49@hotmail.com>
To: <stephen@missouri.edu>
Cc: <bug-followup@freebsd.org>
Subject: RE: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Mon, 18 Jul 2011 11:53:35 -0600

 --_0df359ec-468d-47c8-bd0d-d5a8113d03b6_
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 
 Yes=2C this is an active email address.
 
 
 > Date: Mon=2C 18 Jul 2011 12:29:16 -0500
 > From: stephen@missouri.edu
 > To: lordsith49@hotmail.com
 > CC: bug-followup@freebsd.org
 > Subject: Re: ports/144597: security/openssh-portable fails to compile wit=
 h KERBEROS enabled
 >=20
 > On 07/18/2011 12:21 PM=2C Jonathan Call wrote:
 > > Let me see if I can set up a test box in the next couple of days.
 > >
 > > Jonathan
 >=20
 > openssh-portable is going to get a new maintainer soon=2C and he is=20
 > planning to update to version 5.8.  So it might be wise to wait until he=
 =20
 > submits his new patch.
 >=20
 > Is you "lordsith49" email address active?
  		 	   		  =
 
 --_0df359ec-468d-47c8-bd0d-d5a8113d03b6_
 Content-Type: text/html; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <html>
 <head>
 <style><!--
 .hmmessage P
 {
 margin:0px=3B
 padding:0px
 }
 body.hmmessage
 {
 font-size: 10pt=3B
 font-family:Tahoma
 }
 --></style>
 </head>
 <body class=3D'hmmessage'><div dir=3D'ltr'>
 Yes=2C this is an active email address.<div><br></div><div><br><br><div>&gt=
 =3B Date: Mon=2C 18 Jul 2011 12:29:16 -0500<br>&gt=3B From: stephen@missour=
 i.edu<br>&gt=3B To: lordsith49@hotmail.com<br>&gt=3B CC: bug-followup@freeb=
 sd.org<br>&gt=3B Subject: Re: ports/144597: security/openssh-portable fails=
  to compile with KERBEROS enabled<br>&gt=3B <br>&gt=3B On 07/18/2011 12:21 =
 PM=2C Jonathan Call wrote:<br>&gt=3B &gt=3B Let me see if I can set up a te=
 st box in the next couple of days.<br>&gt=3B &gt=3B<br>&gt=3B &gt=3B Jonath=
 an<br>&gt=3B <br>&gt=3B openssh-portable is going to get a new maintainer s=
 oon=2C and he is <br>&gt=3B planning to update to version 5.8.  So it might=
  be wise to wait until he <br>&gt=3B submits his new patch.<br>&gt=3B <br>&=
 gt=3B Is you "lordsith49" email address active?<br></div></div> 		 	   		  =
 </div></body>
 </html>=
 
 --_0df359ec-468d-47c8-bd0d-d5a8113d03b6_--
State-Changed-From-To: open->feedback 
State-Changed-By: stephen 
State-Changed-When: Tue Jul 19 02:09:08 UTC 2011 
State-Changed-Why:  
This port now has a maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 
Responsible-Changed-From-To: freebsd-bugs-ports->stephen 
Responsible-Changed-By: stephen 
Responsible-Changed-When: Tue Jul 19 02:10:35 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 

From: Stephen Montgomery-Smith <stephen@missouri.edu>
To: bug-followup@FreeBSD.org, lordsith49@hotmail.com, magik@roorback.net
Cc:  
Subject: Re: ports/144597: security/openssh-portable fails to compile with
 KERBEROS enabled
Date: Mon, 18 Jul 2011 21:18:28 -0500

 Dear new maintainer of security/openssh-portable,
 
 The PR ports/144597 was filed, and pertains to this port.
 
 Thanks, Stephen

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144597: commit references a PR
Date: Fri, 21 Oct 2011 16:19:12 +0000 (UTC)

 flo         2011-10-21 16:18:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/openssh-portable Makefile distinfo pkg-plist 
     security/openssh-portable/files openssh.in patch-Makefile.in 
                                     patch-auth.c patch-auth1.c 
                                     patch-auth2.c patch-loginrec.c 
                                     patch-readconf.c 
                                     patch-servconf.c 
                                     patch-session.c 
                                     patch-ssh-agent.c patch-ssh.c 
                                     patch-ssh_config 
                                     patch-ssh_config.5 
                                     patch-sshd.8 patch-sshd.c 
                                     patch-sshd_config 
                                     patch-sshd_config.5 
   Added files:
     security/openssh-portable/files extra-patch-configure 
                                     openssh-lpk-5.8p2.patch 
   Removed files:
     security/openssh-portable/files VersionAddendum-ssh.1.patch 
                                     VersionAddendum-ssh_config.5.patch 
                                     VersionAddendum-sshd_config.5.patch 
                                     contrib-openssh-5.1_p1-lpk-64bit.patch 
                                     contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch 
                                     contrib-openssh-lpk-5.1p1-0.3.10.patch 
                                     gss-serv.c.patch 
                                     lpk+hpn-servconf.c.patch 
                                     openssh-5.2p1-hpn13v6-servconf.c.diff 
                                     openssh-5.2p1-hpn13v6.diff 
                                     openssh-5.2p1.sftpfilecontrol-v1.3.patch 
                                     patch-version.c 
                                     patch-version.h 
   Log:
   - update to 5.8p2 [1]
   - fix Kerberos knob [2]
   - fix build on 9.0 [3]
   - fix deinstall with various knobs [4]
   - fix LPK knob [5]
   
   PR:             ports/161818 [1], ports/144597 [2], ports/160389 [3]
                   ports/150493, ports/156926 [4], ports/155456 [5]
   
   Submitted by:   "Grzegorz Blach" <magik@roorback.net> [1], [2], [4], [5]
                   pluknet [3]
   Reported by:    Jonathan <lordsith49@hotmail.com> [2]
                   Kevin Thompson <antiduh@csh.rit.edu> [4]
                   Alexey Remizov <alexey@remizov.org> [5]
   
   Revision  Changes    Path
   1.155     +48 -86    ports/security/openssh-portable/Makefile
   1.53      +8 -6      ports/security/openssh-portable/distinfo
   1.2       +0 -10     ports/security/openssh-portable/files/VersionAddendum-ssh.1.patch (dead)
   1.2       +0 -14     ports/security/openssh-portable/files/VersionAddendum-ssh_config.5.patch (dead)
   1.2       +0 -14     ports/security/openssh-portable/files/VersionAddendum-sshd_config.5.patch (dead)
   1.2       +0 -44     ports/security/openssh-portable/files/contrib-openssh-5.1_p1-lpk-64bit.patch (dead)
   1.2       +0 -213    ports/security/openssh-portable/files/contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch (dead)
   1.2       +0 -1682   ports/security/openssh-portable/files/contrib-openssh-lpk-5.1p1-0.3.10.patch (dead)
   1.1       +10 -0     ports/security/openssh-portable/files/extra-patch-configure (new)
   1.3       +0 -19     ports/security/openssh-portable/files/gss-serv.c.patch (dead)
   1.2       +0 -307    ports/security/openssh-portable/files/lpk+hpn-servconf.c.patch (dead)
   1.2       +0 -117    ports/security/openssh-portable/files/openssh-5.2p1-hpn13v6-servconf.c.diff (dead)
   1.3       +0 -3566   ports/security/openssh-portable/files/openssh-5.2p1-hpn13v6.diff (dead)
   1.2       +0 -488    ports/security/openssh-portable/files/openssh-5.2p1.sftpfilecontrol-v1.3.patch (dead)
   1.1       +1880 -0   ports/security/openssh-portable/files/openssh-lpk-5.8p2.patch (new)
   1.5       +11 -2     ports/security/openssh-portable/files/openssh.in
   1.7       +4 -13     ports/security/openssh-portable/files/patch-Makefile.in
   1.9       +3 -3      ports/security/openssh-portable/files/patch-auth.c
   1.8       +8 -8      ports/security/openssh-portable/files/patch-auth1.c
   1.8       +6 -6      ports/security/openssh-portable/files/patch-auth2.c
   1.7       +8 -8      ports/security/openssh-portable/files/patch-loginrec.c
   1.3       +3 -41     ports/security/openssh-portable/files/patch-readconf.c
   1.3       +6 -36     ports/security/openssh-portable/files/patch-servconf.c
   1.26      +35 -35    ports/security/openssh-portable/files/patch-session.c
   1.4       +3 -3      ports/security/openssh-portable/files/patch-ssh-agent.c
   1.2       +12 -8     ports/security/openssh-portable/files/patch-ssh.c
   1.3       +2 -7      ports/security/openssh-portable/files/patch-ssh_config
   1.2       +3 -3      ports/security/openssh-portable/files/patch-ssh_config.5
   1.2       +6 -6      ports/security/openssh-portable/files/patch-sshd.8
   1.4       +7 -7      ports/security/openssh-portable/files/patch-sshd.c
   1.8       +6 -15     ports/security/openssh-portable/files/patch-sshd_config
   1.2       +17 -26    ports/security/openssh-portable/files/patch-sshd_config.5
   1.2       +0 -65     ports/security/openssh-portable/files/patch-version.c (dead)
   1.2       +0 -19     ports/security/openssh-portable/files/patch-version.h (dead)
   1.18      +1 -1      ports/security/openssh-portable/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: flo 
State-Changed-When: Fri Oct 21 16:24:27 UTC 2011 
State-Changed-Why:  
Should be fixed in the latest version of the port 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144597 
>Unformatted:
