DragonFly BSD
 

Issue1025

Title update openssl to 0.9.8h
Priority Status chatting
Superseder Nosy List voroskoi
Assigned To Topics

Created on 2008-05-30.17:00:05 by voroskoi, last changed 2008-05-30.19:21:01 by voroskoi.

Messages
msg4734 (view) Author: voroskoi Date: 2008-05-30.19:21:00
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.
msg4733 (view) Author: corecode Date: 2008-05-30.17:27:01
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
msg4732 (view) Author: voroskoi Date: 2008-05-30.17:00:02
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.
History
Date User Action Args
2008-05-30 19:21:01voroskoisetmessages: + msg4734
2008-05-30 17:27:01corecodesetstatus: unread -> chatting
messages: + msg4733
2008-05-30 17:00:05voroskoicreate