blob: 60a06e2876e628997aa21f9165e7f106024ab6ff (
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
|
# ChangeLog for dev-libs/beecrypt
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.19 2004/04/16 08:33:26 cretin Exp $
*beecrypt-3.1.0-r2 (13 Apr 2004)
16 Apr 2004; Stefan Jones <cretin@gentoo.org>
beecrypt-3.1.0-r2.ebuild:
Now bump to stable AFTER testing!
15 Apr 2004; Stefan Jones <cretin@gentoo.org>
beecrypt-3.1.0-r2.ebuild file/beecrypt-3.1.0-athlon.diff:
Patch configure not configure.ac and remove autogen.sh
Fixes bugs 47868 and 47852
13 Apr 2004; Stefan Jones <cretin@gentoo.org> beecrypt-3.1.0-r2.ebuild:
New version which will work!
( fix the inline assembly functions nit linking)
12 Apr 2004; Stefan Jones <cretin@gentoo.org> beecrypt-3.1.0-r1.ebuild:
Fix athlon in mcpu or march, #47592
11 Apr 2004; Stefan Jones <cretin@gentoo.org> beecrypt-3.1.0-r1.ebuild:
Mark as stable for the rest of the archs
Also add scanning of CFLAGS to set optimisations
25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> beecrypt-3.1.0-r1.ebuild:
Stable on amd64.
24 Jan 2004; Alastair Tse <liquidx@gentoo.org> beecrypt-3.1.0-r1.ebuild,
files/beecrypt-3.1.0-python2.3.patch:
added patch for python2.3, thanks to Vaclav Slavik <vaclav.slavik@matfyz.cz>
(#39282)
15 Jan 2004; <agriffis@gentoo.org> beecrypt-3.1.0-r1.ebuild:
stable on alpha and ia64
13 Jan 2004; Jon Portnoy <avenj@gentoo.org> beecrypt-3.1.0-r1.ebuild :
AMD64 keywords.
14 Nov 2003; <tuxus@gentoo.org> beecrypt-3.1.0.ebuild:
changed mips in ~mips
13 Nov 2003; <tuxus@gentoo.org> beecrypt-3.1.0.ebuild:
added mips to KEYWORDS
12 Nov 2003; Aron Griffis <agriffis@gentoo.org> beecrypt-3.1.0-r1.ebuild,
files/beecrypt-3.1.0-alpha.patch:
This library's makefiles are way too smart for its own good. If you update
configure.ac, then the makefiles notice and insist on rebuilding half a dozen
other things (even after you run autoconf). The end result is that mpopt.s is
emptied and undefined symbols appear in the library.
Modified the patch to affect configure instead of configure.ac so that
autoconf isn't required and the build system doesn't screw up.
11 Nov 2003; Aron Griffis <agriffis@gentoo.org> beecrypt-3.1.0-r1.ebuild:
Fix autoconf whoops which caused mpopt.s to fail to build because the
makefiles are too smart...
*beecrypt-3.1.0-r1 (11 Nov 2003)
11 Nov 2003; Aron Griffis <agriffis@gentoo.org> beecrypt-3.1.0-r1.ebuild,
files/beecrypt-3.1.0-alpha.patch:
Fix installation on alpha to usr /usr/lib instead of /usr/lib64
28 Oct 2003; Stefan Jones <cretin@gentoo.org> :
block <app-arch/rpm-4.2.1 as both provide beecrypt
Accident waiting to happen, see #32100
23 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> beecrypt-3.1.0.ebuild:
tidy; use use_with; more error checking/messages
*beecrypt-3.1.0 (21 Oct 2003)
22 Oct 2003; Stefan Jones <cretin@gentoo.org> :
Removed making docs; a lot of bother for no payoff!
21 Oct 2003; Stefan Jones <cretin@gentoo.org> :
New ebuild, required for app-arch/rpm-4.2.1
|