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
|
# ChangeLog for dev-libs/crypto++
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.13 2005/04/22 09:24:09 blubb Exp $
22 Apr 2005; Simon Stelling <blubb@gentoo.org> crypto++-5.2.1.ebuild:
stable on amd64
17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> crypto++-5.2-r1.ebuild,
crypto++-5.2.1.ebuild:
Bug #69831: Ensure unzip is in DEPEND.
07 Dec 2004; Daniel Black <dragonheart@gentoo.org> -crypto++-5.1-r1.ebuild,
-crypto++-5.1.ebuild, crypto++-5.2-r1.ebuild, crypto++-5.2.1.ebuild,
-crypto++-5.2.ebuild:
Removed sse2 optimisations due to gcc problems. Bug #64646 and #63922 refer.
Cleaned out old versions. Thanks to Krzysiek Pawlik
<krzysiek.pawlik@people.pl> for the sse2 flag removal ebuild patch
04 Nov 2004; Daniel Black <dragonheart@gentoo.org> crypto++-5.1-r1.ebuild,
crypto++-5.1.ebuild, crypto++-5.2-r1.ebuild, crypto++-5.2.1.ebuild,
crypto++-5.2.ebuild:
added app-arch/zip dependancy as per bug #69831
*crypto++-5.2.1 (22 Sep 2004)
22 Sep 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml,
+crypto++-5.2-r1.ebuild, +crypto++-5.2.1.ebuild:
version bump. modified filter -fomit-frame-pointer. Reintroduced amd64 keyword
as it has been fixed in 5.2+ according to their changelog. Changed maintaince
to crypto herd. All thanks to hoffmajs@gmx.de and others in bug #62376.
5.2.1 has having some self test issues: i.e. CryptoPP::Exception caught:
Unexpected error during validation test
02 Aug 2004; Mike Frysinger <vapier@gentoo.org> crypto++-5.2.ebuild:
Use user specified CXXFLAGS #57846 by Aard Keimpema.
*crypto++-5.2 (13 Jul 2004)
13 Jul 2004; <rphillips@gentoo.org> crypto++-5.2.ebuild:
version bump
01 May 2004; Aron Griffis <agriffis@gentoo.org> crypto++-5.1-r1.ebuild:
Add inherit eutils
30 Apr 2004; Ryan Phillips <rphillips@gentoo.org> crypto++-5.1-r1.ebuild,
files/crypto++-5.1-amd64.diff:
Added Thomas Weidner's patches for amd64, and gcc 3.4. Fixes #49034 and 49449
29 Mar 2004; David Holm <dholm@gentoo.org> crypto++-5.1-r1.ebuild:
Added to ~ppc.
*crypto++-5.1-r1 (28 Mar 2004)
28 Mar 2004; Ryan Phillips <rphillips@gentoo.org> crypto++-5.1-r1.ebuild:
Added fixes from Jernej Simoncic (bug #45821) to execute the crypto tests
after compilation and force cflags from -O3 to -O2
*crypto++-5.1 (24 Nov 2003)
24 Nov 2003; Ryan Phillips <rphillips@gentoo.org> crypto++-5.1.ebuild:
Initial Import. Thanks to Marc Bevand. Fixes #33685
|