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
|
# ChangeLog for dev-perl/CGI
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.22 2003/10/15 20:33:21 mcummings Exp $
15 Oct 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.99.ebuild:
No changes in 73 days, marked stable
*CGI-3.00 (20 Aug 2003)
20 Aug 2003; Michael Cummings <mcummings@gentoo.org> CGI-3.00.ebuild:
SECURITY UPDATE. fix bug introduced by cross-site scripting vulnerability
"fix."
13 Aug 2003; <rac@gentoo.org> CGI-2.97.ebuild, CGI-2.98.ebuild,
CGI-2.99.ebuild:
Add mips keywords, allow >=perl-5.8.0-r12 to fulfill file-spec dep in 2.97
*CGI-2.99 (01 Aug 2003)
01 Aug 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.99.ebuild:
CPAN Version bump
*CGI-2.98 (23 Jul 2003)
23 Jul 2003; <rac@gentoo.org> CGI-2.98.ebuild:
Upstream version bump, install into vendordir
23 Jul 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.97.ebuild:
Had confirmation from arch's that this is fine to release. See
http://www.securityfocus.com/bid/8231 for security bulletin
regarding bug in
cross-site scripting vulnerability in CGI.pm
23 Jul 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.97.ebuild:
Unmasking for x86. There is a security fix for cross site scripting included.
*CGI-2.97 (16 Jul 2003)
16 Jul 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.97.ebuild:
CPAN Version bump
31 May 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.81.ebuild,
CGI-2.93.ebuild:
Added missing DEPEND for File-Spec
*CGI-2.93 (01 May 2003)
01 May 2003; <rac@gentoo.org> CGI-2.91.ebuild, CGI-2.91.ebuild,
CGI-2.93.ebuild:
Upstream version bump, required to enable make test in mod_perl
*CGI-2.81 (26 Mar 2003)
26 Mar 2003; <rac@gentoo.org> CGI-2.81.ebuild, CGI-2.91.ebuild:
We had a situation (bug #18150) where the version of dev-perl/CGI was
between that in the perl 5.6.1 and the 5.8.0 core. After discussions
with dragon, avenj, carpaski, and lostlogic, it seemed most prudent to
bring the stable standalone CGI.pm version to 2.81 (same as in the
5.8.0 core).
*CGI-2.78-r3 (26 Mar 2003)
26 Mar 2003; <rac@gentoo.org> CGI-2.78-r3.ebuild:
temporary back out #18150 fix until can fix properly
26 Mar 2003; <rac@gentoo.org> CGI-2.78-r3.ebuild:
Change perl dependency to <=5.6.1, so as not to overwrite the newer version in
5.8.0. Due to some technical problems with that, currently using =5.6.1*.
Thanks to Michael Cummings <mcummings@gentoo.org> in bug #18150.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*CGI-2.78-r2 (5 May 2002)
30 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> CGI-2.78-r2.ebuild :
Added ppc to KEYWORDS.
5 May 2002; Seemant Kulleen <seemant@gentoo.org> CGI-2.78-r2.ebuild
files/digest-CGI-2.78-r2 :
Changed to using the perl-module.eclass
*CGI-2.78-r1 (3 May 2002)
3 May 2002; Donny Davies <woodchip@gentoo.org> :
Added LICENSE, SLOT.
*CGI-2.78 (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.
|