ports/121438: Update port: security/openssh-portable Add X509 support to openssh-portable

Dirk-Willem van Gulik dirkx at webweaving.org
Thu Mar 6 21:03:30 UTC 2008


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




More information about the freebsd-ports-bugs mailing list