blob: fb1423e3ae4eb751de5948da086d7d32efbc4385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# ChangeLog for dev-libs/openssl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.16 2002/12/09 04:21:04 manson Exp $
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*openssl-0.9.6g-r1 (04 Nov 2002)
25 Nov 2002; Nick Hadaway <raker@gentoo.org> openssl-0.9.6g-r1.ebuild :
Updated ebuild so the certs directory is created.
04 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
Changed openssldir to /etc as suggested by Corporate Gadfly <corporate_gadfly@hotmail.com> in #9315.
*opessl-0.9.6g (29 Aug 2002)
06 Oct 2002; Jack Morgan <jmorgan@gentoo.org> :
Added sparc/sparc64 keywords
27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
Cleaned out files/.
Made OpenSSL use native crypt() instead of built-in. Thanks to Jason Jeremias
<jason@penguinsolutions.com> in #8438.
17 Sep 2002; Mark Guertin <gerk@gentoo.org> openssl-0.9.6g.ebuild :
Added ppc to keywords
29 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6g.ebuild :
Version bump, closes #6290. Ebuild contributed by hannes@mehnert.org.
*openssl-0.9.6e (30 Jul 2002)
2 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> openssl-0.9.6e.ebuild :
Added ppc to KEYWORDS.
30 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.6e.ebuild :
New version to fix security, http://www.openssl.org/news/secadv_20020730.txt
*openssl-0.9.6d-r1 (10 Jul 2002)
10 Jul 2002; Josh Tegart <jtegart@gentoo.org> :
Fixed problem that prevented openssl-0.9.6d from building on sparc. The
Configure script incorrectly set the SHARED_LDFLAGS in the Makefile. The new
ebuild simply removes the incorrect value if ARCH="sparc".
*openssl-0.9.6d (13 May 2002)
13 May 2002; Donny Davies <woodchip@gentoo.org> :
Update to latest. Added LICENSE, SLOT. Use make vs. emake.
*openssl-0.9.6c-r1 (3 Apr 2002)
patch from src_unpack; it was redundant. Remove the manpage sed stuff
and pass MANDIR to make install instead. Fix a longstanding annoyance
with the support scripts getting installed into /usr/ssl and install
them in the proper place: /usr/lib/ssl. Add a patch for compiling with
gcc-3. Fix a glitch with the html docs getting installed into a redundant
'doc' subdirectory. Remove all old patches, digests and ebuilds.
21 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Fixed 0.9.6c ebuild so
that it doesn't do 'sed -e "foo" | cat > Makefile', which breaks often. Now
it is a standard 2-liner.
21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> openssl-0.9.6c.ebuild :
Fixed so that html documentation is no longer gzipped. Small enough to not
warrant a revision bump on the ebuild.
*openssl-0.9.6c (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|