summaryrefslogtreecommitdiffstats
path: root/devel/perl/HISTORY
blob: 8722aa387a20243ce804c9c4713ff145b667147f (plain) (blame)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
2011-05-20 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 5.14.0
	  new url

2011-01-22 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 5.12.3

2010-09-12 Eric Sandall <sandalle@sourcemage.org>
	* CONFLICTS: Auto-conflict with archive-{zip,tar} as they are now
	  included in perl 5.12+

2010-09-08 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 5.12.2

2010-08-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* CONFLICTS: conflicts archive-tar, archive-zip since these modules
	  are part of perl 5.12

2010-05-18 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 5.12.1

2009-08-24 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 5.10.1; quoting paths
	* UP_TRIGGERS: fixed triggering for the binaries linked against libperl.so

2009-07-19 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* CONFLICTS: added for module-build (deprecated) #15248

2008-09-08 Arjan Bouter <abouter@sourcemage.org>
	* INSTALL: create Dynaloader destination dirs before installing files into them

2008-01-06 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 5.10.0, hash => gpg
	* DEPENDS, INSTALL, UP_TRIGGERS: cleaned up
	* PRE_BUILD: no more needed
	* INSTALL: added DynaLoader.a for the backward compatibility (only
	  1 app affected -- irssi), but DynaLoader is compiled into libperl.so
	* SUB_DEPENDS, PRE_SUB_DEPENDS: made THREADED perl as sub dep

2007-06-19 Elisamuel Resto <ryuji@mages.ath.cx>
	* PRE_BUILD: Added a patch to fix build with gcc-4.2.0 (Bug #13847)

2007-03-15 Thomas Orgis <sobukus@sourcemage.org>
	* CONFIGURE: ensure that NEW_CUSTOM==n if OLD_CUSTOM==y, else the next cast after
	  doing a new config which now wants to use the old config will fail, becasue
	  both settings will be "y" and this breaks the build

2007-02-13 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Use make_single (Bug #10392)
	  Do not check for OLD_CUSTOM != 'y' when checking NEW_CUSTOM != 'y',
	  on a 'clean' build OLD_CUSTOM will be unset or 'y', so no point.
	  Rename CONFIG to PERL_CONFIG
	  Make PERL_CONFIG and CONFIG_OPTS local
	  NEW_CUSTOM missing $ for variable (Bug #10493)
	* CONFIGURE: Set OLD_CUSTOM locally just for the NEW_CUSTOM check
	  Moved the RM_OLD_CUSTOM query inside the check for CONFIG_FILE
	  Do not use old config if building a different version of perl
	  and remove the old config (Bug #10731)

2006-10-06 Juuso Alasuutari <iuso@sourcemage.org>
	* perl.sh: Removed bashism.

2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
	* DETAILS: [automated] Removed BUILD_API=2.

2006-06-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug #12665

2006-04-28 Arwed v. Merkatz <v.merkatz@gmx.net>
	* UP_TRIGGERS: replaced 'gaze depends' call with
	  fast_up_depends, bug #10661

2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
	* DETAILS: (automated) Add KEYWORDS

2006-02-02 Sergey Lipnevich <sergey@sourcemage.org>
	* DETAILS: upgrade to 5.8.8; change source location according to
	  http://www.cpan.org/src/README.html.

2005-11-29 Seth Woolley <seth@tautology.org>
	* DETAILS: MD5 -> SHA512

2005-09-23 Arwed v. Merkatz <v.merkatz@gmx.net>
	* UP_TRIGGERS: added to cleanly recast all perl modules on a version
	  upgrade, meant to replace the rebuild_modules hack when sorcery 1.13
	  gets released
	* BUILD, CONFIGURE, TRIGGERS: only do the whole rebuild_modules logic
	  if the 'up_trigger' function isn't defined (sorcery <= 1.12.x)

2005-08-01 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* Updated UPDATED, so that everyboy gets the previous fix

2005-07-11 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* perl.sh: do not stomp on manpath; removed useless ${INSTALL_ROOT}
		(bug #9131)

2005-06-29 Sergey Lipnevich <sergey@sourcemage.org>
	* DETAILS: upgrade to 5.8.7;
	* PRE_BUILD,CAN-2005-155-156.patch: patch is now integrated;
	* PRE_BUILD,installperl.patch,perl-Configure-amd64.patch,perl_INC.patch:
	  remove these three patches and replace them with the one below;
	* PRE_BUILD,configuration.diff: consolidated patch that accomplished this:
	  a) Configure properly handles lib64 (ex-perl-Configure-amd64.patch);
	  b) installperl always does certain site operations (ex-installperl.patch);
	  c) perl.c uses INC order where ARCHLIB and PRIVLIB are last, not first
	     (ex-perl_INC.patch);
	  I decided to integrate them because these are customizations, not fixes,
	  and all three are likely to persist.

2005-06-04 Seth Woolley <seth@tautology.org>
	* DETAILS: Updated UPDATED so that everybody gets the libperl.so intead of .a

2005-05-26 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* BUILD: Use -Duseshrplib (bug #8960) in configure options
	* BUILD: Add -lpthread to $LDFLAGS when glibc_is_nptl (this should fix bug #8970)
		 
2005-05-12 Andrew Stitt <astitt@sourcemage.org>
	* INSTALL: Update to install into a chroot correctly, bug 8853.

2005-05-11 Seth Woolley <seth@tautology.org>
	* BUILD: respect cflags now -- works on multiple arches.

2005-04-23 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* PRE_BUILD: added perl-Configure-amd64.patch (bug #8622)
 
2005-04-14 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* BUILD: Rewrote BUILD, added site config, modified vendor config
	* INSTALL: now installs perl.sh in /etc/profile.d (vendor and site man path)

2005-04-12 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* BUILD: Added vendorman1dir and vendorman3dir

2005-04-05 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* TRIGGERS: Modified after fix on bug 8557

2005-04-05 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* FINAL: Moved rebuilding all perl modules in CONFIGURE (question) and in TRIGGERS

2005-03-17 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* perl_INC.patch added
	* BUILD: Added vendorprefix
	  The goal of these changes is to have site_perl, vendor_perl and perl core modules 
	  parsed in that order ; SMGL will install all modules in vendor_perl, and user in 
	  site_perl (which is the default for several modules) : fix bug #8386

2005-02-18 Thomas Houssin <Thomas.Houssin@sourcemage.org>
	* CONFIGURE: modified configure file (related to bug #8226)

2005-02-07 Seth Woolley <seth@tautology.org>
	* DETAILS: Updated UPDATED
	* PRE_BUILD: applied patch file below (remove on version updates)
	* CAN-2005-155-156.patch: SECURITY FIX for perlio debugging
	  allows exploit of setuid scripts that use perlio (most setuid scripts)
	  http://www.digitalmunition.com/DMA%5B2005-0131a%5D.txt
	  http://www.digitalmunition.com/DMA%5B2005-0131b%5D.txt

2004-11-30 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 5.8.6
	* installperl.patch: Updated to 5.8.6
	* BUILD,PRE_BUILD: Moved patching to PRE_BUILD

2004-09-06 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Converted to config_query
	  Prompt for threaded perl (default 'n' as threading breaks some apps)
	* BUILD: Use config_query responses
	  Check for threading response

2004-07-21 Jose Bernardo <jbernardo@sourcemage.org>
	* BUILD: added missing ';'

2004-07-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 5.8.5
	  BUILD_API=2
	  Shortened SHORT
	* BUILD: Converted to BUILD_API 2
	  Removed TABs
	* INSTALL: Added
	* POST_INSTALL: Renamed to FINAL for BUILD_API 2

2004-04-26 Seth Woolley <seth@tautology.org>
	* installperl.patch: fix s/true/1/g (strict subs requires this)
	* DETAILS: Updated to 5.8.4

2004-02-06 hgg <hgreig@bigpond.net.au>
	* BUILD: install_root fixes

2004-01-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 5.8.3
	  Removed MAINTAINER

2003-11-30 Eric Sandall <sandalle@sourcemage.org>
	* BUILD,POST_INSTALL: Use INSTALL_ROOT

2003-11-06 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 5.8.2

2003-10-12 Lyon Lemmens <llemmens@sourcemage.org>
	* BUILD, POST_INSTALL: added code to check previous version and offer
	  full rebuild. Also changed cast to cast -c on the full rebuild (bug# 5468)

2003-10-12 hgg <hgreig@bigpond.net.au>
	* DETAILS: turn off distcc and ccache

2003-10-02 Eric Sandall <sandalle@sourcemage.org>
	* installperl.patch: Updated for 5.8.1

2003-10-01 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Update to 5.8.1

2003-09-24 Lyon Lemmens <llemmens@sourcemage.org>
	* installperl.patch: Added patch for installperl to get rid of aliens (Bug# 4415)

2003-09-13 Eric Sandall <sandalle@sourcemage.org>
	* CONFLICTS: Removed CONFLICTS (Bug #4345)

2003-08-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Changed LICENSE to LICENSE[0]

2003-04-07 Lyon Lemmens <llemmens@sourcemage.org>
	* BUILD: Disabled DB_File building to accomodate db version update.
	* BUILD: DB_File is a separate spell and now has triggers on db.

2002-10-17 Lyon Lemmens <llemmens@sourcemage.org>
	* CONFIGURE,BUILD: fixed BUILD and CONFIGURE
	  so that rebuilding works correctly (Bug# 1436)

2002-10-17 Lyon Lemmens <llemmens@sourcemage.org>
	* BUILD: fixed so that config info is also in the compile log.

2002-09-01 Lyon Lemmens <llemmens@sourcemage.org>
	* BUILD: now unsets LANG (bug 674)
	* POST_INSTALL: added to rebuild all installed spells (bug 687)

2002-08-08 Eric Schabell <eric@schabell.com>
	* DETAILS: Updated new release 5.8.0, fixes two bugs

2002-06-20 Lyon Lemmens <llemmens@sourcemage.org>
	* BUILD: added gcc3 support

2002-06-18 Lyon Lemmens <llemmens@sourcemage.org>
	* DETAILS: added MD5 signature
	  added LICENSE

2002-06-02 Harley J Pig <harleypig@harleypig.com>
	* BUILD: Altered so that custom configuration is saved between builds

2002-03-22 Lyon Lemmens <llemmens@sourcemage.org>
	* DETAILS: Fixed WEB_SITE and SOURCE_URL

2002-03-15 Lyon Lemmens <llemmens@sourcemage.org>
	* HISTORY: New history