Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329845 - net-irc/quassel-9999 gives truncated SSL hint in pkg_postinst
Summary: net-irc/quassel-9999 gives truncated SSL hint in pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-07-26 01:24 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2010-07-26 13:59 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ai Locke Shinseiko (Wizzleby) 2010-07-26 01:24:46 UTC
when USE contains both server and ssl, quassel-9999 prints the following line, which is truncated and will not function in its truncated state:
# openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${QUASSEL_DIR}/quasselCert.pem -ou

According to upstream (http://quassel-irc.org/faq/cert) this line should have read:
# openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${QUASSEL_DIR}/quasselCert.pem -out ${QUASSEL_DIR}/quasselCert.pem
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2010-07-26 13:59:09 UTC
Fixed thanks.