ports/121438: Update port: security/openssh-portable Add X509 support to openssh-portable
Dirk-Willem van Gulik
dirkx at webweaving.org
Thu Mar 6 20:00:01 UTC 2008
>Number: 121438
>Category: ports
>Synopsis: Update port: security/openssh-portable Add X509 support to openssh-portable
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 06 20:00:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Dirk-Willem van Gulik <dirkx at webweaving.org>
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD builld-jv.anywi.com 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Sun Jul 15 18:05:41 UTC 2007 root at builld-jv.anywi.com:/usr/obj/usr/src/sys/NEWTANTE i386
FreeBSD 7
>Description:
Add x509 support to openssh http://www.roumenpetrov.info/openssh/.
>How-To-Repeat:
n/a
>Fix:
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:20:12 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
***************
*** 192,197 ****
--- 200,207 ----
.endif
post-patch:
+ echo GOt ${PATCH_DIST_STRIP} and ${PATCH_SITES} ${PATCHFILES}
+ exit
@${REINPLACE_CMD} -e 's|-ldes|-lcrypto|g' ${WRKSRC}/configure
.if defined(WITH_OVERWRITE_BASE)
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' \
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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list