| Summary: | Fix for TLS SNI in www/lighttpd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Grzegorz Blach <magik> | ||||
| Component: | Individual Port(s) | Assignee: | Martin Matuska <mm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Grzegorz Blach
2010-08-10 21:20:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool) Grzegorz Blach schrieb:, > .if !defined(WITHOUT_OPENSSL) > .include "${PORTSDIR}/Mk/bsd.openssl.mk" > +WITH_OPENSSL_PORT= yes > CONFIGURE_ARGS+= --with-openssl \ > --with-openssl-includes=${OPENSSLINC} \ > --with-openssl-libs=${OPENSSLLIB} This has not the desired effect. WITH_OPENSSL_PORT needs to be set before including bsd.openssl.mk. Your patch works only if the openssl port is already installed. using the sequence: WITH_OPENSSL_PORT= yes .include "${PORTSDIR}/Mk/bsd.openssl.mk" will force the lightpd build with opeens from port. I see some regressions in lightpd, as curl and fetch can no longer send post requests with recent lightpd over ssl, which might be related. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] I am not experiencing the problems with fetch and curl as of today. WITH_OPENSSL_PORT is user-selectable (/etc/make.conf) and should not be enforced in the port. Any more information on this or can I close this pr? State Changed From-To: open->closed Closed on inactivity timeout. |