| 1 | # ChangeLog for dev-libs/openssl |
1 | # ChangeLog for dev-libs/openssl |
| 2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.3 2002/03/21 14:47:57 drobbins Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.4 2002/04/03 09:52:00 woodchip Exp $ |
|
|
4 | |
|
|
5 | *openssl-0.9.6c-r1 (3 Apr 2002) |
|
|
6 | |
|
|
7 | 3 Apr 2002; Donny Davies <woodchip@gentoo.org> openssl-0.9.6c-r1.ebuild, |
|
|
8 | openssl-0.9.6c-gcc3.patch, openssl-0.9.6c-Makefile.org-gentoo.diff: |
|
|
9 | |
|
|
10 | Stop overwriting the passwd.1 and rand.3 manpages! Remove the |
|
|
11 | patch from src_unpack; it was redundant. Remove the manpage sed stuff |
|
|
12 | and pass MANDIR to make install instead. Fix a longstanding annoyance |
|
|
13 | with the support scripts getting installed into /usr/ssl and install |
|
|
14 | them in the proper place: /usr/lib/ssl. Add a patch for compiling with |
|
|
15 | gcc-3. Fix a glitch with the html docs getting installed into a redundant |
|
|
16 | 'doc' subdirectory. Remove all old patches, digests and ebuilds. |
| 4 | |
17 | |
| 5 | 21 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Fixed 0.9.6c ebuild so |
18 | 21 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Fixed 0.9.6c ebuild so |
| 6 | that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now |
19 | that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now |
| 7 | it is a standard 2-liner. |
20 | it is a standard 2-liner. |
| 8 | |
21 | |