summaryrefslogtreecommitdiff
blob: 41ceb0be4266845cc14549a71d8261767e2c3b0b (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# ChangeLog for dev-libs/openssl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.25 2003/02/12 06:08:39 vapier Exp $

  09 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
  Added hppa to keywords.

  07 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> openssl-0.9.7.ebuild :
  Added warning message and some info on how to successfully emerge new version.

*openssl-0.9.7 (05 Jan 2003)

  05 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.7 :
  Version bump. Found by jochem prins <j.prins@gmx.net> in #12973. Masked.

  05 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.6h :
  Removed masking in packages.mask and marked it unstable.

  19 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> files/digest-openssl-0.9.6h :
  Re-made digest. The new md5 sum is the same as the md5sum in the announcement
  mail. I must have made the old digest against a bad archive.

*openssl-0.9.6h (16 Dec 2002)

  16 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> :
  Version bump. Masked in packages.mask. NOT binary compatible with g so it will break things
  unless you re-emerge does packages failing.

  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)

  09 Feb 2003; Jan Seidel <tuxus@gentoo.org> :
  Added a patch for mips (apache2 with openssl) 

  19 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
  Added mips to keywords

  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.