Bug 121438 - Update port: security/openssh-portable Add X509 support to openssh-portable
Summary: Update port: security/openssh-portable Add X509 support to openssh-portable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 20:00 UTC by dirkx
Modified: 2009-03-24 17:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.49 KB, patch)
2008-03-06 20:00 UTC, dirkx
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirkx 2008-03-06 20:00:00 UTC
	
	Add x509 support to openssh http://www.roumenpetrov.info/openssh/.

How-To-Repeat: 
	n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-06 20:00:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dirkx 2008-03-06 20:27:16 UTC
Updated patch. The above patch has two accidental debug lines left in  
it.

Dw.
--------------------


diff -c -r openssh-portable.org/Makefile openssh-portable/Makefile
*** openssh-portable.org/Makefile	Thu Mar  6 17:14:00 2008
--- openssh-portable/Makefile	Thu Mar  6 20:46:09 2008
***************
*** 65,70 ****
--- 65,71 ----
   		OPENSCPINPATCH	"Enable OpenSC PIN patch"			off \
   		HPN		"Enable HPN-SSH patch"				off \
   		LPK		"Enable LDAP Public Key (LPK) patch"		off \
+ 		X509		"Enable x509 certificate patch"			off \
   		OVERWRITE_BASE	"OpenSSH overwrite base"			off

   .include <bsd.port.pre.mk>
***************
*** 154,159 ****
--- 155,167 ----
   			--with-cppflags='-I/usr/local/include -DWITH_LDAP_PUBKEY'
   .endif

+ # See http://www.roumenpetrov.info/openssh/
+ .if defined(WITH_X509)
+ PATCH_DIST_STRIP=	-p1
+ PATCH_SITES+=		http://www.roumenpetrov.info/openssh/x509-6.1/
+ PATCHFILES+=		openssh-4.7p1+x509-6.1.diff.gz
+ .endif
+
   .if defined(WITH_OVERWRITE_BASE)
   WITH_OPENSSL_BASE=	yes
   BASE_SUFFIX=		-overwrite-base
diff -c -r openssh-portable.org/distinfo openssh-portable/distinfo
*** openssh-portable.org/distinfo	Thu Mar  6 17:14:00 2008
--- openssh-portable/distinfo	Thu Mar  6 20:14:49 2008
***************
*** 10,12 ****
--- 10,15 ----
   MD5 (openssh-lpk-4.6p1-0.3.9.patch) =  
f43a8aae7d69e72f0ec07bc96e46b328
   SHA256 (openssh-lpk-4.6p1-0.3.9.patch) =  
e12335e8bf020508ea3866db07b306f4c965e3f9de262c06f62fad494e93107e
   SIZE (openssh-lpk-4.6p1-0.3.9.patch) = 61605
+ MD5 (openssh-4.7p1+x509-6.1.diff.gz) =  
4a67030d64ef907e0139e9b40d806e9f
+ SHA256 (openssh-4.7p1+x509-6.1.diff.gz) =  
0d4a19809309f520033a6ae11d5bfb068f002c31bfb1031449f3eab9c5f20d57
+ SIZE (openssh-4.7p1+x509-6.1.diff.gz) = 178405
diff -c -r openssh-portable.org/pkg-descr openssh-portable/pkg-descr
*** openssh-portable.org/pkg-descr	Thu Mar  6 17:14:00 2008
--- openssh-portable/pkg-descr	Thu Mar  6 20:29:25 2008
***************
*** 12,15 ****
--- 12,19 ----
   The official OpenBSD source will never use the 'p' suffix, but will  
instead
   increment the version number when they hit 'stable spots' in their  
development.

+ Several options allow for the addition of pam(3), tcp wrappers,  
readline
+ support for sftp, kerberos, suid, gssapi, chroot, smartcards  
(opensc), HPN,
+ ldap (LPK) and X509.
+
   WWW:	http://www.openssh.org/portable.html
Only in openssh-portable: work
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2009-03-24 17:35:51 UTC
State Changed
From-To: open->closed

Committed (6.1.1 for 5.1p1)
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-03-24 17:41:43 UTC
pav         2009-03-24 17:41:06 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh-portable Makefile distinfo 
  Log:
  - Integrate x509 certificate patch (optional, default off) from http://www.roumenpetrov.info/openssh/
  
  PR:             ports/121438
  Submitted by:   Dirk-Willem van Gulik <dirkx@webweaving.org>
  Approved by:    maintainer timeout (mnag; 1 year)
  
  Revision  Changes    Path
  1.131     +8 -0      ports/security/openssh-portable/Makefile
  1.49      +3 -0      ports/security/openssh-portable/distinfo
_______________________________________________
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"