Bug 91991 - 'make cert' in stunnel-4.14 fails
Summary: 'make cert' in stunnel-4.14 fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 09:00 UTC by Jiri Pridal
Modified: 2006-01-31 09:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Pridal 2006-01-19 09:00:15 UTC
I found bug in port stunnel-4.14. 'make install' is correct, but 'make cert'
fails (tested on fbsd 4.11 & 5.4):

ns:/usr/ports/security/stunnel# make cert
 
**************************************************************************
The new certificate will be saved into /usr/local/etc/stunnel.pem
**************************************************************************

make: don't know how to make stunnel.pem. Stop
*** Error code 2

Stop in /usr/ports/security/stunnel.
ns:/usr/ports/security/stunnel# ls -al /usr/local/etc/stunnel.pem
ls: /usr/local/etc/stunnel.pem: No such file or directory
ns:/usr/ports/security/stunnel#

Fix: 

fix port?
How-To-Repeat: ns:/usr/ports/security/stunnel# make cert
 
**************************************************************************
The new certificate will be saved into /usr/local/etc/stunnel.pem
**************************************************************************

make: don't know how to make stunnel.pem. Stop
*** Error code 2

Stop in /usr/ports/security/stunnel.
ns:/usr/ports/security/stunnel# ls -al /usr/local/etc/stunnel.pem
ls: /usr/local/etc/stunnel.pem: No such file or directory
ns:/usr/ports/security/stunnel#
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-19 11:07:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2006-01-31 09:10:30 UTC
State Changed
From-To: open->closed

I just committed an update to the stunnel port that makes "make cert" 
work again, but the generated stunnel.pem certificate is now installed 
into /usr/local/etc/stunnel/, not /usr/local/etc/ any more. 
Thanks for noticing this!