Opened 19 years ago
Closed 19 years ago
#3890 closed defect (fixed)
BUG: apache2 not yet updated for OpenSSL 0.9.8
Reported by: | ecronin (Eric Cronin) | Owned by: | james@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mww@…, markd@… | |
Port: |
Description
openssl 0.9.8 contains a number of API changes, and apache2 has not been updated yet. Compilation will fail due to missing symbols currently. No openssl 0.9.7* port exists, so it is impossible to patch the apache2 port to use darwinports' openssl, although it compiles fine against the system openssl on both 10.3 and 10.4.
Change History (9)
comment:1 Changed 19 years ago by mww@…
Cc: | mww@… added |
---|
comment:2 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to james@… |
---|
comment:3 Changed 19 years ago by mww@…
added the patches for
modules-ssl-ssl_toolkit_compat.h modules-ssl-ssl_engine_vars.c
to fix openssl 0.9.8 compat. and make apache2 build again;
Docs. etc. still missing;
comment:4 Changed 19 years ago by james@…
Status: | new → assigned |
---|
comment:5 Changed 19 years ago by mww@…
Summary: | apache2 not yet updated for OpenSSL 0.9.8 → BUG: apache2 not yet updated for OpenSSL 0.9.8 |
---|
comment:6 Changed 19 years ago by rajiv@…
Cc: | rajiv@… added |
---|
comment:7 Changed 19 years ago by rajiv@…
Cc: | rajiv@… removed |
---|
comment:8 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|
(In reply to comment #2)
added the patches for
modules-ssl-ssl_toolkit_compat.h modules-ssl-ssl_engine_vars.c
to fix openssl 0.9.8 compat. and make apache2 build again;
Docs. etc. still missing;
Is this bug obsolete now that Apache and openssl has been updated?
comment:9 Changed 19 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Openssl is supported in the current Apache2 port. Closing bug.
seems like
http://mail-archives.apache.org/mod_mbox/httpd-dev/200507.mbox/% 3c20050705123248.GE23007@…%3e
is the way to go; perhps someone finds the time to create some nice diff files from that post...?