Bug #1025
closedupdate openssl to 0.9.8h
0%
Description
Hi,
http://frugalware.org/~voroskoi/dfly/openssl-0.9.8h.diff
This patch updates openssl to version 0.9.8h, CHANGES in the top of
the diff, so I do not copy them here.
I had to add
CFLAGS+= -DOPENSSL_NO_GMP
CFLAGS+= -DOPENSSL_NO_CMS
to Makefile.inc, but it was the old behaviour anyway.
So nothing thrilling at all, buildworld/ssh works here.
Updated by corecode over 16 years ago
Thanks for your submission! Could you please send diffs excluding upstream sources, as this makes the diffs really large and they can be obtained from upstream anyways.
What do you mean with "was the old behaviour"? Is this new functionality in openssl? Do we want that?
cheers
simon
Updated by voroskoi over 16 years ago
On Fri, May 30, 2008 at 7:23 PM, Simon 'corecode' Schubert
<corecode@fs.ei.tum.de> wrote:
Thanks for your submission! Could you please send diffs excluding upstream
sources, as this makes the diffs really large and they can be obtained from
upstream anyways.
http://frugalware.org/~voroskoi/dfly/openssl-0.9.8h-secure.diff
Here it is. It contains only the the diff to secure/ dir. It's quite
big too, but that's because of the manpage changes.
For the Makefile{,inc} changes see:
http://frugalware.org/~voroskoi/dfly/openssl-0.9.8h-min.diff
GMP was disabled and it is disabled now too. It's also disabled in
opensslconf-i386.h and opensslconf-amd64.h, but openssl seems to
ignore it.
It's disabled on a default openssl install.
CMS is new code as you can see in CHANGES. It's also disabled by
default in openssl, i've added the source files to Makefile, but i've
commented them.
That's all i think.