1 |
gbevin |
1.1 |
# ChangeLog for dev-libs/openssl |
2 |
|
|
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
3 |
aliz |
1.8 |
# $Header: /home/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.7 2002/07/11 06:06:32 jtegart Exp $ |
4 |
|
|
|
5 |
|
|
*openssl-0.9.6e (30 Jul 2002) |
6 |
|
|
|
7 |
|
|
30 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6e.ebuild : |
8 |
|
|
|
9 |
|
|
New version to fix security, http://www.openssl.org/news/secadv_20020730.txt |
10 |
woodchip |
1.5 |
|
11 |
jtegart |
1.7 |
*openssl-0.9.6d-r1 (10 Jul 2002) |
12 |
|
|
|
13 |
|
|
10 Jul 2002; Josh Tegart <jtegart@gentoo.org> : |
14 |
|
|
|
15 |
|
|
Fixed problem that prevented openssl-0.9.6d from building on sparc. The |
16 |
|
|
Configure script incorrectly set the SHARED_LDFLAGS in the Makefile. The new |
17 |
|
|
ebuild simply removes the incorrect value if ARCH="sparc". |
18 |
|
|
|
19 |
woodchip |
1.5 |
*openssl-0.9.6d (13 May 2002) |
20 |
|
|
|
21 |
|
|
13 May 2002; Donny Davies <woodchip@gentoo.org> : |
22 |
|
|
|
23 |
woodchip |
1.6 |
Update to latest. Added LICENSE, SLOT. Use make vs. emake. |
24 |
woodchip |
1.4 |
|
25 |
|
|
*openssl-0.9.6c-r1 (3 Apr 2002) |
26 |
|
|
|
27 |
|
|
patch from src_unpack; it was redundant. Remove the manpage sed stuff |
28 |
|
|
and pass MANDIR to make install instead. Fix a longstanding annoyance |
29 |
|
|
with the support scripts getting installed into /usr/ssl and install |
30 |
|
|
them in the proper place: /usr/lib/ssl. Add a patch for compiling with |
31 |
|
|
gcc-3. Fix a glitch with the html docs getting installed into a redundant |
32 |
|
|
'doc' subdirectory. Remove all old patches, digests and ebuilds. |
33 |
seemant |
1.2 |
|
34 |
drobbins |
1.3 |
21 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Fixed 0.9.6c ebuild so |
35 |
|
|
that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now |
36 |
|
|
it is a standard 2-liner. |
37 |
seemant |
1.2 |
|
38 |
|
|
21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> openssl-0.9.6c.ebuild : |
39 |
drobbins |
1.3 |
Fixed so that html documentation is no longer gzipped. Small enough to not |
40 |
|
|
warrant a revision bump on the ebuild. |
41 |
gbevin |
1.1 |
|
42 |
|
|
*openssl-0.9.6c (1 Feb 2002) |
43 |
|
|
|
44 |
|
|
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : |
45 |
|
|
|
46 |
|
|
Added initial ChangeLog which should be updated whenever the package is |
47 |
|
|
updated in any way. This changelog is targetted to users. This means that the |
48 |
|
|
comments should well explained and written in clean English. The details about |
49 |
|
|
writing correct changelogs are explained in the skel.ChangeLog file which you |
50 |
|
|
can find in the root directory of the portage repository. |