File: Changes

package info (click to toggle)
libdevel-patchperl-perl 0.72-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: perl: 2,963; ansic: 45; makefile: 2
file content (547 lines) | stat: -rw-r--r-- 16,482 bytes parent folder | download
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
==============================
2012-06-05 00:44:17 +0100 0.72
==============================

  commit fcfe67838eea00f8108f80ce0cecacd014df6407
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 5 00:44:17 2012 +0100
  
    Clarify in the POD, we only facilitate building not testing 

==============================
2012-05-15 08:37:48 +0100 0.70
==============================

  commit 1e16483dc23a38624187dd4b1c65a6dff2914fad
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 15 08:37:48 2012 +0100
  
    Updated Linux hints which includes gcc search libraries localisation
    fix 

==============================
2012-04-03 10:06:44 +0100 0.68
==============================

  commit e261b60280ae83ce7a643f5ebf1e33628e3e5660
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Apr 3 10:06:44 2012 +0100
  
    Updated hints files, includes support for NetBSD 6.* 

==============================
2012-02-08 13:01:27 +0000 0.66
==============================

  commit 61579d54b0273fbfcb1ac39175ff641434a87103
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Feb 8 13:01:27 2012 +0000
  
    Added cygwin hints file 

==============================
2012-02-04 14:40:40 +0000 0.64
==============================

  commit 31651f154271f81ce4b239366fa383e65c5b9355
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 4 14:37:53 2012 +0000
  
    Added a plugin system 

==============================
2011-11-05 23:14:37 +0000 0.62
==============================

  commit 3cb8b66ade12cf01ab420a29f5f65797786f0df0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Nov 5 23:14:37 2011 +0000
  
    Update FreeBSD hints to support FreeBSD 10.0 

==============================
2011-10-24 15:21:34 +0100 0.60
==============================

  commit b737b8521ffd34bf91438add2ff0073d9e01b65a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 24 15:21:34 2011 +0100
  
    Autoguessing perl versions was broken, it is fixed now.

    Thanks to Tom Molesworth and Paul Evans for helping to spot this. 

==============================
2011-10-03 21:24:45 +0100 0.58
==============================

  commit 2057805e5129dcde0a88ae81f5936547ad5a3484
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 21:24:45 2011 +0100
  
    Fix v5.14-ism in regex. Reported by Gregor Herrmann [rt.cpan.org
    #71416] 

==============================
2011-10-03 13:40:19 +0100 0.56
==============================

  commit e698b95b579df68d5bf7fef933269019fecf2e2c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 13:40:19 2011 +0100
  
    Fix previous update 

==============================
2011-10-03 13:02:08 +0100 0.54
==============================

  commit 6f7b6eafb637fcf30c7e8a21c9e3a4c2908f266c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Oct 3 13:02:08 2011 +0100
  
    Add patching of make_ext.pl for virtualisation fixes 

==============================
2011-08-13 21:52:41 +0100 0.52
==============================

  commit 77839624a774415a076c417c3defff8e0df340e3
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Aug 13 21:52:41 2011 +0100
  
    Bumpity version to 0.52

  commit eccf7d47787622467238fb3682e903f8f66f1874
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Aug 13 21:22:58 2011 +0100
  
    Correctly determine Perl source version even old stuff. 

==============================
2011-08-13 14:01:15 +0100 0.50
==============================

  commit 4e0cc3baaa12e396d38c765578f5c4d131c8762a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Aug 13 14:01:15 2011 +0100
  
    Bump to version 0.50

  commit 9051a36d11eebc6e3ee4301ea7f64711943e4450
  Author: John Peacock <jpeacock@cpan.org>
  Date:   Sat Aug 13 20:42:01 2011 +0800
  
    Specify Perl version for perlbrew & perl5.005 

==============================
2011-08-11 18:10:01 +0100 0.48
==============================

  commit e947810c9c6d42e0fc3bcf80f6488a6158054594
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Aug 11 18:05:42 2011 +0100
  
    Add HPUX hints file

    commit 9cfd094e6d0a842551c1c58e998eb057cd8425e3

    Author: H.Merijn Brand <h.m.brand@xs4all.nl>

    Date: Thu Aug 4 09:20:32 2011 +0200

    Support gcc-4.x on HP-UX PA-RISC/64

    Correct the socketsize. Probably due to big-endian versus

    little-endian, this has always worked on Intel CPUs. This

    is a very very old problem, and it has been the reason I

    never used gcc-4 on PA-RISC, because perl would not pass

    the test suite in 64bitall.

    Noticeable effects of wrong "$socksizetype" are return codes

    of 0 (pass) from functions like getpeername (), but invalid

    (or none) data in the returned structures or a return length

    of 0 or 256. In the latter case, the length is stored in the

    second part of the 64bit long and the 32bit first part is 0.

    This might be true on Intel-like machines too, but the tests

    will pass, as the significant part of the returned length is

    in the first 32bits and a pointer to int will still see that

    correct. Mind that in that case the 32bits after that might

    have been overridden => can of worms. 

==============================
2011-08-05 17:58:57 +0100 0.46
==============================

  commit df87087608a0aa3dbc4fe825e8b20c80638eff50
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Aug 5 17:58:57 2011 +0100
  
    Bump version 0.46

  commit 497752b280233381866ce4b056e51a40cadafcd6
  Author: David Golden <dagolden@cpan.org>
  Date:   Sat Aug 6 00:31:58 2011 +0800
  
    Fixes linux.sh hints file for Ubuntu multi-arch

    This updates to the latest linux.sh hints file, which is necessary to
    build older Perls on recent Ubuntu machines.

  commit e381b5d67c685cd835a25927cf6af13484b90ee7
  Author: Uwe Voelker <uwe.voelker@xing.com>
  Date:   Fri Aug 5 16:12:27 2011 +0200
  
    fix typo 

==============================
2011-07-26 11:39:36 +0100 0.44
==============================

  commit 12852760bd4d00c2075879ef28bd3f95599740d6
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 26 11:39:36 2011 +0100
  
    Bump to version 0.44

  commit 2e271b6610c913a77cb67070a8886c478eed3e44
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jul 26 11:06:45 2011 +0100
  
    Actually die if no 'patch' is available, but delay check until when
    we need it 

==============================
2011-07-21 10:24:51 +0100 0.42
==============================

  commit 4332ae76132eac3a9b17051e9982fe7692c427dd
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jul 21 10:24:51 2011 +0100
  
    Bump version to 0.42

  commit 72d63c4a85a098cf1c8a5c74830a1c79bb8bcd05
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Jul 21 10:23:18 2011 +0100
  
    Added hints file for 'darwin' for fixes > Snow Leopard and XCode 4 

==============================
2011-06-08 17:14:21 +0100 0.40
==============================

  commit 76f8b301b462352bfcf56f2d25fb3254b4170864
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 8 17:14:21 2011 +0100
  
    Fix the missing file declaration for dragonfly BSD 

==============================
2011-06-08 16:42:11 +0100 0.38
==============================

  commit 43ff4180e665641a992f3285db183cc6d4e25b8a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 8 16:42:11 2011 +0100
  
    Bump version

  commit 974bf68f582324d4924e57618da8e26ef5595bec
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 8 14:51:23 2011 +0100
  
    Added hints file for Dragonfly BSD to enable building with threads on
    < v5,12.0

  commit 6ee234e39ed09a44238d7951f164250b7ca9168b
  Author: Randy Stauner <randy@magnificent-tears.com>
  Date:   Mon May 16 20:23:04 2011 -0700
  
    Update documentation to reflect recent file mode change

    Since code recently changed from using 0755 to 0644 update the
    Synopsis Pod accordingly. 

==============================
2011-05-14 10:07:23 +0100 0.36
==============================

  commit 9adaa25602a33f3946c2e0108c4e433d91a7ebcf
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat May 14 10:07:23 2011 +0100
  
    chmod of hints files was too aggressive, make it only set 644 instead
    of 755.

    The 5.13.x branch of perls introduced 'porting/exec-bit.t' which is
    failing

    when files that shouldn't have execute bit in the source tree do.

    Highlighted by Randy Stauner (magnificent-tears) as an issue on
    Github. 

==============================
2011-05-11 09:16:15 +0100 0.34
==============================

  commit d4a8f9c8314afd9f73d82e83165621c93faa2b2d
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed May 11 09:16:15 2011 +0100
  
    Bump version

  commit 3dcec38b38fae48166a914b6be18ad734a9f1c41
  Author: punytan <punytan@gmail.com>
  Date:   Wed May 11 13:32:42 2011 +0800
  
    Add a patch to work around Ubuntu lib paths

    This is the same patch as
    https://github.com/mirrors/perl/commit/8313e401231663db6f72d5c2936ef3
    8a4d2d399c 

==============================
2011-05-09 11:36:45 +0100 0.32
==============================

  commit 6a2f21fca1def7b08ddc5dbac83931a69a37fdb9
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon May 9 11:36:45 2011 +0100
  
    Bump version to 0.32

  commit 99571866b79b0b2c31b49794ca2e515faf78fc53
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon May 9 11:35:23 2011 +0100
  
    Add another sub-test to the hints file test.

  commit 32e5c54feecc7406a576524d714eb7a128753328
  Author: Dave Rolsky <autarch@urth.org>
  Date:   Sun May 8 15:30:53 2011 -0500
  
    Add patches to work around an issue with older Archive-Tar version
    tests on ecryptfs

    See https://bugs.launchpad.net/ecryptfs/+bug/344878 and
    https://rt.cpan.org/Ticket/Display.html?id=57312

    Newer versions of Ubuntu offer to encrypt your home dir as part of
    the installation.

  commit 7b5d94e3a2e26191a3e03a5198c07a780668c30a
  Author: Dave Rolsky <autarch@urth.org>
  Date:   Sun May 8 14:23:36 2011 -0500
  
    Add the linux hints file from blead to accomodate Ubuntu 11.04 libs
    path change 

==============================
2011-03-21 22:05:51 +0000 0.30
==============================

  commit 336b84b63407d1cc6783d5bb6226d7ff2ffef043
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Mar 21 22:05:51 2011 +0000
  
    Bump version to 0.30

  commit 59a7ba098124e7175baaa5b7e441b8a1276492fc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Mar 21 22:03:03 2011 +0000
  
    Add hints for openbsd, to resolve issues with malloc on OpenBSD >=
    3.7 

==============================
2011-03-19 07:51:23 +0000 0.28
==============================

  commit 21843164fcdc2d919e0ec3b773c300d45d57d93a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 19 07:51:23 2011 +0000
  
    Resolve a fatal regression in patch_hints that meant the actual hints
    file didn't get actually patched. Doh. 

==============================
2011-03-16 13:56:15 +0000 0.26
==============================

  commit 6207abb679ef79bf6f899ffc5f735e5b62a18e3f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 16 13:56:15 2011 +0000
  
    Bump version

  commit 0c7f4bcd0027a164c036b06dc3c4c8f4ff39a65c
  Author: Florian Ragwitz <rafl@debian.org>
  Date:   Wed Mar 16 14:33:56 2011 +0100
  
    Add a patchperl utility

  commit 39a3ddb15c6637c2ee90640d528d2eda9a2d7fd9
  Author: Florian Ragwitz <rafl@debian.org>
  Date:   Wed Mar 16 14:28:22 2011 +0100
  
    Allow version guessing on paths other than '.'

    Also rename _determine to the more descriptive _determine_version
    while we're at it. 

==============================
2011-03-16 13:12:29 +0000 0.24
==============================

  commit bef4dbc7a8de0d806fd036203b1bec5929d77e88
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 16 13:12:29 2011 +0000
  
    Change PatchPerl to use Hints and bump version to 0.24

  commit 52d2af66e7f0518555d15703ede3d8c19571606b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 16 10:47:43 2011 +0000
  
    Updated Hints implementation and added test for it

  commit b3b041d95eccfb3d34227cd9e4e9e16877b328f4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 16 10:20:38 2011 +0000
  
    Added ::Hints module to handle patching hints files 

==============================
2011-03-16 00:28:05 +0000 0.22
==============================

  commit 0a2a948891e37251c060e740099d2ba1e52878ef
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 16 00:28:05 2011 +0000
  
    Added patching of hints/freebsd.sh file for all perls. 

==============================
2010-12-16 08:17:26 +0000 0.20
==============================

  commit e303b71103a28335b4388b942840710b3538752d
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Thu Dec 16 08:17:26 2010 +0000
  
    Lower the IPC::Cmd version requirement as requested by Florian
    Ragwitz

  commit 6d5e64ee1617af5d8011a6f161c0d32e225c88e5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Dec 8 09:34:27 2010 +0000
  
    Update dist.ini for new Dzil keywords 

==============================
2010-12-08 09:31:50 +0000 0.18
==============================

  commit aa5b538482b0613d4c63b3e4897da70e3b5bcc35
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Dec 8 09:31:50 2010 +0000
  
    Update the hints/netbsd.sh patching for recent blead changes

    usemymalloc will no longer default to 'y' 

==============================
2010-09-01 13:38:55 +0100 0.16
==============================

  commit 0f7ede5cdc62fb751e77939aacf741823be9f1c5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Sep 1 13:38:55 2010 +0100
  
    Add the auto-determination of perl version from the current working
    directory 

==============================
2010-09-01 13:22:41 +0100 0.14
==============================

  commit 2e6b0543bf7180ff086a4d63a828ad41acc16ee1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Sep 1 13:22:41 2010 +0100
  
    Patches added for makedepend.SH to fix various problems with 5.6.0 up
    to 5.8.8

    The infamous command-line and built-in fixes for gcc

    The typo in one of the sed replacement lines. 

==============================
2010-06-22 09:32:04 +0100 0.12
==============================

  commit 435296d955ec88a13b30663e9fa3c3a71ce466df
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Jun 22 09:32:04 2010 +0100
  
    Added patching of hints/netbsd.sh file for all perls. 

==============================
2010-06-21 21:29:07 +0100 0.10
==============================

  commit 4029c7f726e27882ce6e94380c1dd8daaa8ca371
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Jun 21 21:29:07 2010 +0100
  
    Switched to dzil and switched from File::chdir to File::pushd 

==============================
2010-05-18 22:18:47 +0100 0.08
==============================

  commit 8631ee6c74fc8b38f770621bc834619ba9caf975
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 18 22:18:47 2010 +0100
  
    Found a more elegant way to deal with our 'isa' problem 

==============================
2010-05-18 09:10:40 +0100 0.06
==============================

  commit 225c1ddde7fe4bdf568fba7784da4e4599444cf5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 18 09:10:40 2010 +0100
  
    Fixed a few issues, tested patching against perl-5.6.1 source tree
    and it works now. 

==============================
2010-05-18 00:33:32 +0100 0.04
==============================

  commit 09dfd7daa6a1fe5bc172aad1ad1d57eb0af86227
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 18 00:33:32 2010 +0100
  
    Fixed a bug calling patch_source as a exported function 

====================================
End of changes in the last 1825 days
====================================