From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 6 21:03:30 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD92106566B for ; Thu, 6 Mar 2008 21:03:30 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.freebsd.org (Postfix) with ESMTP id 775A38FC18 for ; Thu, 6 Mar 2008 21:03:30 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from dyn-210.leiden.webweaving.org (5356CA0A.cable.casema.nl [83.86.202.10]) (authenticated bits=0) by skutsje.san.webweaving.org (8.12.9/8.12.9) with ESMTP id m26KRE2Q049526 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 6 Mar 2008 12:27:16 -0800 (PST) (envelope-from dirkx@webweaving.org) Message-Id: <5983BCC8-93FF-4229-9ABD-ABEDE388C939@webweaving.org> From: Dirk-Willem van Gulik To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200803062000.m26K00D2019569@freefall.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 6 Mar 2008 21:27:16 +0100 References: <200803062000.m26K00D2019569@freefall.freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: Subject: Re: ports/121438: Update port: security/openssh-portable Add X509 support to openssh-portable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 21:03:30 -0000 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 *************** *** 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