#10626: make-ca broken by openssl-1.1.0h
--------------------+------------------------
 Reporter:  ken@…   |       Owner:  blfs-book
     Type:  defect  |      Status:  new
 Priority:  high    |   Milestone:  8.3
Component:  BOOK    |     Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+------------------------

Comment (by bdubbs):

 According to the c_rehash man page, c_rehash is the same as openssl
 rehash.  What we have now is one line:

 /usr/bin/c_rehash "${DESTDIR}${CERTDIR}" 2>&1>/dev/null

 so if we change 'c_' with 'openssl ' we should be good.

 -----

 For the sed, which we should also do, I suggest a minor change:

 {{{
 sed -e 's%= /etc/ssl;%= "/etc/ssl";%' \
     -e 's%= /usr;%= "/usr";%'         \
     -i /usr/bin/c_rehash
 }}}

 And if run a second time will do nothing because the " inserted the first
 time will prevent a match on subsequent applications.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10626#comment:1>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to