Date: Thu, 6 Mar 2008 21:27:16 +0100 From: Dirk-Willem van Gulik <dirkx@webweaving.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/121438: Update port: security/openssh-portable Add X509 support to openssh-portable Message-ID: <5983BCC8-93FF-4229-9ABD-ABEDE388C939@webweaving.org> In-Reply-To: <200803062000.m26K00D2019569@freefall.freebsd.org> References: <200803062000.m26K00D2019569@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5983BCC8-93FF-4229-9ABD-ABEDE388C939>