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
|
# ChangeLog for sys-fs/cloop
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v 1.6 2005/01/12 18:11:53 genstef Exp $
*cloop-2.01.5-r1 (12 Jan 2005)
12 Jan 2005; Stefan Schweizer <genstef@gentoo.org>
+files/cloop.fix-7z-syntax-for-gcc-3.4.patch,
+files/cloop.fix-Makefile-for-kernel-2.6-and-amd64.patch,
+files/cloop.fix-create_compressed_fs-segfault-on-amd64.patch,
+files/cloop.fix-incompatible-kernel-2.6.7-and-later.patch,
+cloop-2.01.5-r1.ebuild:
New revision, patches rename, conversion to linux-mod, correct linux-headers
2.4 check
11 Dec 2004; Daniel Drake <dsd@gentoo.org> cloop-2.01.5.ebuild:
Fix 2.4 compilation
24 Nov 2004; Stefan Schweizer <genstef@gentoo.org>
+files/cloop.zlib-amd64.patch, cloop-2.01.5.ebuild:
Adding zlib-amd64 patch from bug 57912 to avoid segfault on amd64
*cloop-2.01.5 (23 Nov 2004)
23 Nov 2004; Stefan Schweizer <genstef@gentoo.org> metadata.xml,
+files/cloop.fix.patch, +files/kernel-2.6.8-fs_h-fix.patch,
+files/kernel26_amd64.patch, +cloop-2.01.5.ebuild:
Version bump. Adding patches thanks to Billy Holmes <billy@gonoph.net> in
bug 57912
*cloop-1.0 (23 Nov 2004)
23 Nov 2004; Stefan Schweizer <genstef@gentoo.org> +metadata.xml,
+cloop-0.68.ebuild, +cloop-1.0.ebuild, +cloop-1.02.ebuild,
+cloop-2.00.ebuild:
Moved from sys-apps/cloop to sys-fs/cloop.
29 Dec 2003; Stuart Herbert <stuart@gentoo.org> cloop-0.68.ebuild:
New digest (original tarball no longer available; made a new one from source
code on my local machine); also fixed compilation failures due to make -jN
*cloop-2.00 (29 Dec 2003)
29 Dec 2003; Stuart Herbert <stuart@gentoo.org> cloop-2.00.ebuild:
Version bumped. Closes #36696
*cloop-1.02 (13 Oct 2003)
13 Oct 2003; Martin Holzer <mholzer@gentoo.org> cloop-1.02.ebuild:
Version bumped. Closes #30792.
04 Sep 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild:
Fix for bug #27882
cloop needs to be *sure* that the zlib code is linked into the kernel.
Simply enabling the zlib config options isn't enough; the code needs
to be called from elsewhere in the kernel.
The kernel-mod eclass now provides a function to test for this, and
I've updated the cloop-0.68 ebuild to use it.
26 Aug 2003; stuart <stuart@gentoo.org> cloop-1.0.ebuild:
Added test to catch cause of bug #27343
26 Aug 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild:
Added test to abort if Linux kernel != 2.4.x
*cloop-1.0 (25 Aug 2003)
*cloop-0.68 (25 Aug 2003)
25 Aug 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild, cloop-1.0.ebuild:
Initial import
|