Change History (31)
comment:1 by , 24 years ago
comment:2 by , 24 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 24 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
FINALLY got around to finishing this ;-)
comment:4 by , 24 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
All bugs marked as CLOSED | FIXED are being reopened for QA purposes.
comment:5 by , 24 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 by , 24 years ago
Keywords: | VERIFIED added |
---|
Completed QA. Installed on LFS version cvs-20010907. Checked to see that man pages were accessible. Installed Links and accessed an SSL enabled web site successfully.
comment:8 by , 23 years ago
Keywords: | VERIFIED removed |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | openssl-0.9.6b → openssl-0.9.6c |
I'm holding off updating the book to openssl-0.9.6c until I can confirm that a report I saw somewhere on kde.org about it having a symbol clash (or something) with glibc can be refuted.
comment:9 by , 23 years ago
Milestone: | → 1.0 |
---|
comment:10 by , 23 years ago
When I make this library, I got a warning on every line (gcc 3.04).
To prevent the warnings, I edited Configure, line 301 to change -m486 to -march=i686
Consider adding this optimization/warning elimination as a note.
comment:11 by , 23 years ago
Summary: | openssl-0.9.6c → openssl-0.9.6d |
---|
comment:12 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Updated version. Note that gcc 3.1 kinda breaks the config script. Well not really, but it emits two (harmless) errors. This is because gcc --version has changed format in gcc 3.x. config only calls Configure anyway so I added linux-elf to the Configure parameters and called that.
comment:13 by , 23 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.6d → openssl-0.9.6e |
Version update - Security
comment:14 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:15 by , 23 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.6e → openssl-0.9.6g |
Version increment.
comment:16 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
Hope you don't mind if I steal this Mark, but it really should be updated.
comment:17 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:18 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.6g → openssl-0.9.6h |
Version increment (0.9.6h)
comment:19 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:20 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.6h → openssl-0.9.7 |
Version increment (0.9.7)
comment:21 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:22 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.7 → openssl-0.9.7a |
Version increment (0.9.7a)
comment:23 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:24 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | openssl-0.9.7a → openssl-0.9.7b |
Version increment (0.9.7b); security and bugfix release
http://marc.theaimsgroup.com/?l=openssl-announce&m=105001034114713&w=2 http://www.openssl.org/source/exp/CHANGES
comment:25 by , 22 years ago
Milestone: | 1.0 → post-1.0 |
---|
comment:26 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:27 by , 21 years ago
bug_file_loc: | → http://www.openssl.org/ |
---|---|
Priority: | normal → highest |
Resolution: | fixed |
Status: | closed → reopened |
Summary: | openssl-0.9.7b → openssl-0.9.7c |
Version increment (0.9.7c)
comment:28 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:29 by , 21 years ago
Status: | new → assigned |
---|
comment:30 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
tar zxvf openssl-0.9.6b.tar.gz && cd openssl-0.9.6b && ./config --prefix=/usr/local shared && make && make install && ldconfig
I am aware that these instructions are not FHS-Compliant, so if someone could please post the fixes for that again, I'd greatly appreciate it!