From owner-freebsd-current@freebsd.org Thu Feb 8 13:24:45 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F31F03814 for ; Thu, 8 Feb 2018 13:24:45 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14B1587EF9; Thu, 8 Feb 2018 13:24:45 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id t78so3455616oih.4; Thu, 08 Feb 2018 05:24:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=hBBbJSBRkfbSYssMSbXW/WhnN/Pv6DO+QfglXrcbIRs=; b=jth58CmfqANJgcMX/kE/utesF+ZFxX66mdGy/cItF5KLTYBuV4W53tlTUQbFINhPH1 fVWKJG2PB39zEbSxtq0YiI7zyJkqswC6qVUYW7BejE2hduLIGkrLbt+Fmg/Ae1DmCj5U R/l7g8mqv4yMsJe/7RmKnsuhRejkBpSxm4/8sCShnVBqoycMRHysbS/LifYsMuVxBG4S 5J1yEbKMR1zOrlnGO/ROZLYPuChebIWFYOPn9D0NQMzfwwQduKIsB74/C/51WtOaQxhF 5ThCb3RkKQB07qlUB4uSIqPlF93USzD526C/cCN3UItgPtnTDSEsjbpG4ZyGbDU3lJRJ QRAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=hBBbJSBRkfbSYssMSbXW/WhnN/Pv6DO+QfglXrcbIRs=; b=CDigjqvTK2ldLX/IxUQEQxMqifXF+7SwLnCfIm4Wep/c8Fpv6RjSx4UZw0Al0nztRY 4IScGOCL5SWJuWXDs4NG3nTJX0v3oG+tiOCEDqP/hgSKKulfMpjAyt3XnlS5h9EqNUNJ SNUROopSDUq/Y+x4zjSHn8BVg3cWX/2v/YeJ8yg9xZDAw+s3aNf0xxbKeS1OuNk09np7 rH9TTCwPLtysSeyUDZel4KmweXpNXKkiZ8ic+PSDdcfNiGPl6triZxcw9cgetW8KYTUP Nl5KYVZT40/fJO8w0EF1e0FeWYvhbShfwC9Zp8QxfMfRClmCG6qjI0yc2WgUO4RyAKkG 32CQ== X-Gm-Message-State: APf1xPCMAFBQmQ6IbCfigVfSB43zMPy29rX7Uq3y12iH/ik0zmIwXhRG lrvdCYSZkQMkroIhMnSJsHE03gy+SFGX0WETGziQr0Kr X-Google-Smtp-Source: AH8x227dV1YEky+OnPQhzn8J/CaBgplBLL6aqeJd4KO9kDAjmQwzFU9jEWdjBcFI0Z2aBMC1nMZcUbAMbYrIfct7ePM= X-Received: by 10.202.91.84 with SMTP id p81mr449470oib.232.1518096284261; Thu, 08 Feb 2018 05:24:44 -0800 (PST) MIME-Version: 1.0 Sender: uspoerlein@gmail.com Received: by 10.157.39.3 with HTTP; Thu, 8 Feb 2018 05:24:43 -0800 (PST) From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Thu, 8 Feb 2018 14:24:43 +0100 X-Google-Sender-Auth: JZmmHk2jHv1XCqxka_fWP-BIsGY Message-ID: Subject: openssl in base should install c_rehash To: freebsd-current@freebsd.org, Jung-uk Kim Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 13:24:45 -0000 Hey, c_rehash has somehow disappeared from the base system. We still install the manpage it seems, but the tool itself is missing. Can we have that back? root@acme:/etc/ssl# locate c_rehash ... /usr/share/openssl/man/man1/c_rehash.1.gz /usr/src/crypto/openssl/doc/apps/c_rehash.pod /usr/src/secure/usr.bin/openssl/man/c_rehash.1 The port seems to install it just fine: root@acme:/etc/ssl# grep -r c_rehash /usr/ports/ /usr/ports/security/openssl/pkg-plist:bin/c_rehash /usr/ports/security/openssl/pkg-plist:man/man1/c_rehash.1.gz It looks like the merge of OpenSSL 1.0.1c got rid of it (if I'm reading the history with git pickaxe right). Cheers, Uli