blob: f246eb76f561ec66bb0c0cf9fb0df4bb2a9af8bf (
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
2.25 Sun Mar 7 2010
- More security fixes by Nick Cleaton
2.24 Sat Mar 6 2010
- Clean the stashes from the Safe compartment after evaluation of code.
(Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez)
- Add methods wrap_code_ref and wrap_code_refs_within (Tim Bunce)
- Share SWASHGET in perls < 5.10 (R.G-S)
- Add more version::vxs routines to the default share (Tatsuhiko Miyagawa)
2.23 Mon Feb 22 2010
- Install Safe in "site" instead of "perl" for perls > 5.10
- [perl #72942] Can't perform unicode operations in Safe compartment
(Tim Bunce)
- Add some symbols from version::vxs to the default share
2.22 Thu Feb 11 2010
fix [perl #72700]: An exception thrown from a closure was getting lost.
(Tim Bunce)
2.21 Thu Jan 14 2010
fix [perl #72068]: An anonymous sub created by the Safe container will have
bogus arguments passed to it.
2.20 Tue Dec 1 2009
fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
-Dusethreads (Tim Bunce)
2.19 Tue Aug 25 2009
t/safeuniversal.t failure under 5.8.9 (Jerry D. Hedden)
2.18 released with perl 5.10.1
[perl #68530] "version::CLASS" warning in Safe.pm (Dave Mitchell)
2.17 Sun Jun 28 2009
Sync with code reorganisation in bleadperl
Plus new tests
2.16 Thu Mar 13 2008
Fix a few backcompat issues:
Change 33503 on 2008/03/13 by rgs@stcosmo
Regexp::DESTROY was only added in 5.8.1
Change 33278 on 2008/02/11 by rgs@stcosmo
Fix test to pass en 5.6.2 (unpack is needed by version.pm there)
2.15 Wed Feb 6 2008
Change 33238 on 2008/02/05 by rgs@stcosmo
Adapt Safe innards to older (XS) versions of version.pm
Change 33237 on 2008/02/05 by rgs@stcosmo
Add a new test for Safe
Change 33236 on 2008/02/05 by rgs@stcosmo
Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
Change 33170 on 2008/02/01 by nicholas@nicholas-bouvard
Break apart the list of functions defined in universal.c by perl
version (from 5.8.8 upwards)
2.14 Mon Jan 30 2008
- Make Safe work with Perl 5.6 (changes 33102 and 33105 to perl)
2.13 Mon Jan 28 2008
- Backport the bleadperl version to CPAN. Changes:
Change 33096 on 2008/01/28 by rgs@stcosmo
Bump the version of Safe
Change 33093 on 2008/01/28 by rgs@stcosmo
In Safe, load Carp::Heavy only if it exists (to remain
compatible with older perls)
Change 32597 on 2007/12/08 by rgs@counterfly
Change maintainer address for Safe.
Change 32103 on 2007/10/12 by rgs@counterfly
Funny symbol table names can be shared, too
Change 32102 on 2007/10/12 by rgs@counterfly
Share the internal XS functions defined in universal.c
to Safe compartments
Change 31610 on 2007/07/13 by rgs@stcosmo
Use new style L<> links in POD
Change 26814 on 2006/01/13 by rgs@stencil
Add a link to the Opcode doc in Safe.
(see RT CPAN ticket #8579)
2.11 Fri Jul 2 2004
- Backport the bleadperl version to CPAN. Changes:
Change 22898 by rgs@valis on 2004/06/03 09:02:31
Carp was mostly unusable with Safe because it may require
Carp::Heavy at run-time (while require() is forbidden.)
Have Safe load Carp::Heavy.
Change 21063 by rgs@rgs-home on 2003/09/07 18:25:23
Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
From: Dave Mitchell <davem@fdgroup.com>
Date: Sun, 7 Sep 2003 19:14:44 +0100
Message-ID: <20030907181444.GA7058@fdgroup.com>
2.09 Sun Oct 6 14:12:40 CEST 2002
- Upgraded the Makefile.PL to install Safe.pm to the correct place.
- Made it work on 5.6 atleast, maybe even on 5.005?
2.08 Sat Oct 5 18:05:32 CEST 2002
- First CPAN release, prompted by bug number 17744 on rt.perl.org.
http://bugs6.perl.org/rt2/Ticket/Display.html?id=17744
- Change 17977 by rgs@rgs-home on 2002/10/04 20:01:54
Complement to change #17976 :
there was a similar bug on rdo().
Increment $Safe::VERSION.
- Change 17976 by rgs@rgs-home on 2002/10/04 19:44:48
Fix bug #17744, suggested by Andreas Jurenda,
tweaked by rgs (security hole in Safe).
- Change 17973 by rgs@rgs-home on 2002/10/03 20:34:13
Change the warning message "%s trapped by operation mask"
to include '' around the op name. Document it in perldiag.
- Change 17729 by hv@hv-star.knots.net on 2002/08/17 02:33:15
Subject: [PATCH] Safe.pm documentation
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
|