File perl.changes of Package perl
1455
1
-------------------------------------------------------------------
2
Wed May 8 14:28:56 CEST 2024 - mls@suse.de
3
- fix space calculation issues in pp_pack.c [bnc#1082216]
4
[CVE-2018-6913]
5
* new patch: perl-pack-overflow.diff
6
- fix heap buffer overflow in regexec.c [bnc#1082233]
7
[CVE-2018-6798]
8
new patch: perl-regexec-heap-overflow.diff
9
- enable TLS cert verification in CPAN [bnc#1210999] [CVE-2023-31484]
10
new patch: perl-cpan_verify_cert.diff
11
- fix File::Path rmtree/remove_tree race condition
12
[bnc#1047178] [CVE-2017-6512]
13
new patch: perl-file_path_rmtree_fchmod.diff
14
15
-------------------------------------------------------------------
16
Thu Mar 31 07:29:06 UTC 2022 - Ali Abdallah <ali.abdallah@suse.com>
17
18
- Stabilize Socket::VERSION comparisons [bnc#1193489]
19
new patch: perl-Stabilize-Socket-VERSION-comparisons.patch
20
21
-------------------------------------------------------------------
22
Tue Jun 9 11:59:51 CEST 2020 - mls@suse.de
23
24
- Fix various security issues in the study_chunk function
25
[bnc#1171863] [CVE-2020-10543]
26
[bnc#1171864] [CVE-2020-10878]
27
[bnc#1171866] [CVE-2020-12723]
28
new patch: perl-study.diff
29
- Comment out bad warning in features.ph file [bnc#1172348]
30
31
-------------------------------------------------------------------
32
Wed Feb 5 15:46:22 CET 2020 - mls@suse.de
33
34
- Backport perl-fix2020.patch to make timelocal calls work in
35
the year 2020 [bnc#1102840] [bnc#1160039]
36
new patch: perl-fix2020.patch
37
38
-------------------------------------------------------------------
39
Wed Nov 21 15:07:41 CET 2018 - mls@suse.de
40
41
- fix heap-based buffer overflow in regex
42
[bnc#1114686] [CVE-2018-18314]
43
new patch: perl-extended-charclass-assert.diff
44
- fix heap-buffer-overflow read if regex contains \0 chars
45
[bnc#1114681] [CVE-2018-18313]
46
new patch: perl-regcomp-strchr-memchr.diff
47
- fix reg_node overrun
48
[bnc#1114675] [CVE-2018-18312]
49
new patch: perl-reg-node-overrun.diff
50
- fix integer overflow with oversize environment
51
[bnc#1114674] [CVE-2018-18311]
52
new patch: perl-setenv-integer-wrap.diff
53
54
-------------------------------------------------------------------
55
Wed Jun 27 16:11:25 CEST 2018 - mls@suse.de
56
57
- fix Archive::Tar directory traversal vulnerability [bnc#1096718]
58
[CVE-2018-12015]
59
new patch: perl-archive-tar-dirtrav.diff
60
61
-------------------------------------------------------------------
62
Thu Feb 22 15:10:43 UTC 2018 - fvogt@suse.com
63
64
- Use %license (boo#1082318)
65
66
-------------------------------------------------------------------
67
Mon Jan 22 10:25:12 UTC 2018 - schwab@suse.de
68
69
- posix-sigaction.patch: make sure Perl_sighandler is always installed
70
with SA_SIGINFO (bsc#1064697)
71
72
-------------------------------------------------------------------
73
Wed Jan 10 11:57:01 UTC 2018 - normand@linux.vnet.ibm.com
74
75
- ignore make check transient errors for PowerPC
76
that are reported since 20170907
77
bypass boo#1063176
78
new patch: perl_skip_flaky_tests_powerpc.patch
79
80
-------------------------------------------------------------------
81
Mon Dec 4 17:50:10 UTC 2017 - bwiedemann@suse.com
82
83
- Add perl-reproducible.patch to make build reproducible (boo#1047218)
84
85
-------------------------------------------------------------------
86
Thu Nov 23 13:43:59 UTC 2017 - rbrown@suse.com
87
88
- Replace references to /var/adm/fillup-templates with new
89
%_fillupdir macro (boo#1069468)
90
91
-------------------------------------------------------------------
92
Sat Sep 23 10:40:59 UTC 2017 - coolo@suse.com
93
94
- update to perl-5.26.1
95
* [CVE-2017-12837] Heap buffer overflow in regular expression compiler
96
* [CVE-2017-12883] Buffer over-read in regular expression parser
97
* tons of bug fixes
98
- update list of obsoletes
99
100
-------------------------------------------------------------------
101
Wed Aug 30 14:44:49 CEST 2017 - mls@suse.de
102
103
- update to perl-5.26.0
104
* "." no longer in @INC
105
* "do" may now warn
106
* regexp: a literal left brace "{" should be escaped
107
* lexical subroutines are no longer experimental
108
* indented Here-documents
109
* new regular expression modifier /xx
110
* declaring a reference to a variable
111
* unicode 9.0 is now supported
112
* new Hash Function For 64-bit Builds
113
- rename perl-5.24.0.dif to perl-5.26.0.dif
114
- remove obsolete perl-avoid-warnings.patch
115
- remove obsolete Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
116
117
-------------------------------------------------------------------
118
Thu May 18 13:36:24 UTC 2017 - tchvatal@suse.com
119
120
- Remove patch from previous commit, does not work:
121
* Compress-Raw-Zlib-2.071-Adapt-tests-to-zlib-1.2.11.patch
122
- Add patch taken from upstream release instead:
123
* Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
124
125
-------------------------------------------------------------------
126
Wed May 10 13:52:26 UTC 2017 - mpluskal@suse.com
127
128
- Fix building with zlib-1.2.10 (RT#119762):
129
* Compress-Raw-Zlib-2.071-Adapt-tests-to-zlib-1.2.11.patch
130
131
-------------------------------------------------------------------
132
Wed May 3 13:51:56 UTC 2017 - coolo@suse.com
133
134
- Update to perl-5.24.1
135
136
-Di switch is now required for PerlIO debugging output
137
Previously PerlIO debugging output would be sent to the file specified
138
by the "PERLIO_DEBUG" environment variable if perl wasn't running setuid
139
and the -T or -t switches hadn't been parsed yet.
140
141
If perl performed output at a point where it hadn't yet parsed its
142
switches this could result in perl creating or overwriting the file
143
named by "PERLIO_DEBUG" even when the -T switch had been supplied.
144
145
Perl now requires the -Di switch to produce PerlIO debugging output. By
146
default this is written to "stderr", but can optionally be redirected to
147
a file by setting the "PERLIO_DEBUG" environment variable.
148
149
If perl is running setuid or the -T switch was supplied "PERLIO_DEBUG"
150
is ignored and the debugging output is sent to "stderr" as for any other
151
-D switch.
152
153
Core modules and tools no longer search "." for optional modules
154
The tools and many modules supplied in core no longer search the default
155
current directory entry in @INC for optional modules. For example,
156
Storable will remove the final "." from @INC before trying to load
157
Log::Agent.
158
159
This prevents an attacker injecting an optional module into a process
160
run by another user where the current directory is writable by the
161
attacker, e.g. the /tmp directory.
162
163
- Refresh patches
164
165
-------------------------------------------------------------------
166
Sun Jun 26 08:45:05 UTC 2016 - schwab@suse.de
167
168
- Move parent.pm to perl-base, used by File::Temp
169
170
-------------------------------------------------------------------
171
Thu Jun 2 08:47:48 UTC 2016 - idonmez@suse.com
172
173
- Add perl-avoid-warnings.patch to fix a warning in cop.h, which
174
breaks perf build due to -Werror. Already upstream.
175
176
-------------------------------------------------------------------
177
Tue May 10 15:27:33 CEST 2016 - mls@suse.de
178
179
- Update to perl-5.24.0
180
* postfix dereferencing is no longer experimental
181
* unicode 8.0 is now supported
182
* perl will now croak when closing an in-place output file fails
183
* new "\b{lb}" boundary in regular expressions
184
* qr/(?[ ])/" now works in UTF-8 locales
185
* integer shift ("<<" and ">>") now more explicitly defined
186
* printf and sprintf now allow reordered precision arguments
187
* more fields provided to "sigaction" callback with "SA_SIGINFO"
188
* hashbang redirection to Perl 6
189
* set proper umask before calling mkstemp(3)
190
* fix loss of taint in canonpath
191
* remove duplicate environment variables from "environ"
192
- rename patch perl-5.22.0.dif to perl-5.24.0.dif
193
194
-------------------------------------------------------------------
195
Fri Feb 12 13:04:14 UTC 2016 - idonmez@suse.com
196
197
- Update to perl-5.22.1
198
* Several bugs, including a segmentation fault, have been fixed
199
with the bounds checking constructs (introduced in Perl 5.22)
200
* Module::CoreList has been upgraded from version 5.20150520 to
201
5.20151213.
202
* PerlIO::scalar has been upgraded from version 0.22 to 0.23.
203
* POSIX has been upgraded from version 1.53 to 1.53_01.
204
* Storable has been upgraded from version 2.53 to 2.53_01.
205
* warnings has been upgraded from version 1.32 to 1.34.
206
* See perldelta.pod for all the changes.
207
- Update perl-5.22.0.dif stop patching CPAN.pm, it was MacOS only
208
and was breaking tests (due to SHA-1 mismatch).
209
210
-------------------------------------------------------------------
211
Thu Jan 7 16:12:11 UTC 2016 - bwiedemann@suse.com
212
213
- fix perl_gen_filelist macro to not fail on foo.1 man page
214
215
-------------------------------------------------------------------
216
Mon Dec 7 16:58:56 UTC 2015 - opensuse@dstoecker.de
217
218
- prevent bad RPM provides for Math::BigInt and DB
219
(patch file perl-5.22.0_wrong_rpm_provides.diff)
220
221
-------------------------------------------------------------------
222
Mon Jun 22 06:47:41 UTC 2015 - dimstar@opensuse.org
223
224
- Reformat baselibs.conf.
225
226
-------------------------------------------------------------------
227
Tue Jun 9 15:24:45 UTC 2015 - hsk@imb-jena.de
228
229
- update to perl-5.22.0
230
* several new experimental features
231
* new <<>> (double-diamond) operator
232
* new "\b" boundaries in REs, w.r.t. Unicode
233
* non-capturing RE flag "/n"
234
* Unicode 7.0
235
* "defined(@array)", "defined(%hash)" are now fatal
236
* unescaped literal "{" in a pattern results in deprecation warning
237
* several modules updated
238
* modules CGI, Module::Build no longer included
239
* for a complete list of changes see perldelta.pod
240
- perl-5.20.0.dif changed to fit 5.22.0, and renamed to perl-5.22.0.dif
241
- changed patches to fit 5.22.0: perl-5.18.2-overflow.diff,
242
perl-netcmdutf8.diff, perl-regexp-refoverflow.diff,
243
perl-saverecontext.diff
244
- dropped patches (now upstream): DataDumper-no-infinite-recursion.diff,
245
perl-5.20.2-Fix-Errno.pm-generation-for-gcc-5.0.patch,
246
perl-5.21.8-h2ph-correct-handling-of-hex-constants-for-the-pream.patch,
247
perl-5.21.8-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch
248
249
-------------------------------------------------------------------
250
Mon Feb 23 13:13:16 UTC 2015 - idonmez@suse.com
251
252
- Add multiple patches for gcc5 support, tracked by RT#123784
253
* perl-5.20.2-Fix-Errno.pm-generation-for-gcc-5.0.patch
254
* perl-5.21.8-h2ph-correct-handling-of-hex-constants-for-the-pream.patch
255
* perl-5.21.8-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph-instead-.patch
256
257
-------------------------------------------------------------------
258
Thu Feb 5 07:44:14 UTC 2015 - coolo@suse.com
259
260
- use rm with -f to avoid prompts for rpmbuild in terminals
261
262
-------------------------------------------------------------------
263
Wed Sep 17 14:22:41 CEST 2014 - mls@suse.de
264
265
- update to perl-5.20.1
266
* some performance improvements and bug fixes
267
* utf8, version, File::Copy, Exporter and other modules
268
have been updated
269
- fix infinite recursion in Data::Dumper [bnc#896715]
270
new patch: DataDumper-no-infinite-recursion.diff
271
272
-------------------------------------------------------------------
273
Sun Jun 8 12:13:23 UTC 2014 - coolo@suse.com
274
275
- fix some obsoletes
276
277
-------------------------------------------------------------------
278
Mon Jun 2 16:50:44 CEST 2014 - mls@suse.de
279
280
- update to perl-5.20.0
281
* experimental subroutine signatures
282
* new slice syntax
283
* experimental postfix dereferencing
284
* unicode 6.3 support
285
* better 64-bit support
286
* do" can no longer be used to call subroutines
287
* tainting now conforms to documentation
288
* performance enhancements
289
* multiple modules updated to current version
290
- perl-5.18.0.dif renamed to perl-5.20.0.dif
291
- dropped patches: perl-db6.diff, perl-gracefull-net-ftp.diff,
292
perl-threads.t-timeout.diff
293
294
-------------------------------------------------------------------
295
Mon Apr 7 16:43:51 CEST 2014 - mls@suse.de
296
297
- move English.pm into perl-base [bnc#869736]
298
299
-------------------------------------------------------------------
300
Tue Mar 25 11:06:56 UTC 2014 - rguenther@suse.com
301
302
- perl-5.18.2-overflow.diff: avoid undefined overflow in S_sv_2iuv_common
303
304
-------------------------------------------------------------------
305
Sat Jan 18 19:08:31 UTC 2014 - schwab@suse.de
306
307
- perl-threads.t-timeout.diff: increase timeout in t/op/threads.t
308
309
-------------------------------------------------------------------
310
Wed Jan 8 15:11:45 CET 2014 - mls@suse.de
311
312
- update to perl-5.18.2
313
* updates for the B::Concise, English, File::Glob modules
314
* a lexical subs regression has been fixed
315
* a regression when using SUPER with AUTOLOAD has been fixed
316
* a buffer overflow with very long identifiers has been fixed
317
* some other minor bug fixes
318
- perl-reg89.diff is no longer needed
319
320
-------------------------------------------------------------------
321
Wed Sep 4 10:30:50 CEST 2013 - mls@suse.de
322
323
- add libperl_requires macro
324
325
-------------------------------------------------------------------
326
Tue Sep 3 15:30:23 CEST 2013 - mls@suse.de
327
328
- update to perl-5.18.1
329
* B has been upgraded from 1.42 to 1.42_01
330
* Digest::SHA has been upgraded from 5.84 to 5.84_01
331
* Module::CoreList has been upgraded from 2.89 to 2.96
332
* A number of memory leaks in regexp have been plugged
333
* The debugger's man command been fixed
334
* @_ is now correctly visible in the debugger
335
* Lexical constants no longer crash when inlined
336
* Deep recursion warnings no longer crash lexical subroutines
337
- backport backref fix from upstream
338
- fix INC containing directories multiple times
339
340
-------------------------------------------------------------------
341
Thu Aug 8 14:51:42 UTC 2013 - dvaleev@suse.com
342
343
- skip itimer test from Timer-HiRes for powerpc. Build hosts
344
are overloaded, building locally shows tests are passed
345
(skip_time_hires.patch)
346
347
-------------------------------------------------------------------
348
Fri Jun 14 22:51:27 UTC 2013 - jengelh@inai.de
349
350
- Add perl-db6.diff to bring the DB_File module up to version 1.828
351
where it supports building with libdb-6.0.
352
353
-------------------------------------------------------------------
354
Tue Jun 11 11:49:17 UTC 2013 - coolo@suse.com
355
356
- moving the provides of perl-macros to perl-doc so we can check
357
for duplicated man pages in the gen_filelist macro
358
359
-------------------------------------------------------------------
360
Tue Jun 11 04:31:59 UTC 2013 - coolo@suse.com
361
362
- obsolete perl-PathTools and other modules in core
363
364
-------------------------------------------------------------------
365
Thu Jun 6 15:21:34 CEST 2013 - mls@suse.de
366
367
- update to 5.18.0
368
* new handling of experimental features
369
* new hash functions to improve security
370
* better hash randomization
371
* upgrade to Unicode 6.2
372
* support for computed labels
373
* vertical tabs are now whitespace
374
* smartmatch is experimental again
375
* lots of bug fixes
376
- change perl_requires macro to use MODULE_COMPAT form
377
378
-------------------------------------------------------------------
379
Mon May 20 19:02:09 UTC 2013 - schwab@suse.de
380
381
- Disable testsuite only on qemu user space build
382
383
-------------------------------------------------------------------
384
Fri Nov 16 08:41:10 UTC 2012 - coolo@suse.com
385
386
- update to 5.16.2
387
* <Module::CoreList> has been upgraded from version 2.70 to version 2.76
388
389
Perl 5.16.2 represents approximately 2 months of development since Perl
390
5.16.1 and contains approximately 740 lines of changes across 20 files
391
from 9 authors.
392
393
-------------------------------------------------------------------
394
Wed Nov 14 19:02:24 UTC 2012 - opensuse@dstoecker.de
395
396
- fix version for Module::Build obsoletes, so installing newer version is possible
397
398
-------------------------------------------------------------------
399
Tue Sep 4 13:05:25 UTC 2012 - coolo@suse.com
400
401
- update to 5.16.1
402
* an off-by-two error in Scalar-List-Util has been fixed
403
* many perl modules updated
404
405
-------------------------------------------------------------------
406
Tue Jun 12 05:58:13 UTC 2012 - coolo@suse.com
407
408
- update perl-base file list
409
410
-------------------------------------------------------------------
411
Wed May 30 07:44:16 UTC 2012 - coolo@suse.com
412
413
- provide a higher version for Module::Build to calm down rpm
414
415
-------------------------------------------------------------------
416
Wed May 23 15:09:25 CEST 2012 - mls@suse.de
417
418
- update to 5.16.0
419
* new __SUB__ token to reference current sub
420
* more consistent eval
421
* ties can now be weakended
422
* supports (almost) unicode 6.1
423
* proper supports for unicode in symbol names
424
* new foldcase function fc()
425
* continue no longer requires the switch feature
426
* removed LinuxThreads hack for $$ and getppid
427
* performance optimizations
428
429
-------------------------------------------------------------------
430
Mon Apr 2 11:08:47 UTC 2012 - coolo@suse.com
431
432
- correct license statement
433
434
-------------------------------------------------------------------
435
Fri Jan 13 14:50:25 CET 2012 - mls@suse.de
436
437
- bring back NDBM_File [bnc#732929]
438
439
-------------------------------------------------------------------
440
Tue Oct 25 15:20:26 CEST 2011 - mls@suse.de
441
442
- update to 5.14.2
443
* calling bsd_glob with GLOB_ALTDIRFUNC no longer segfaults
444
* a heap overflow in decode_xs was fixed
445
* a memory leak in caller() was fixed
446
* modules were updated to their latest version
447
* several other bug fixes, see perldelta
448
449
-------------------------------------------------------------------
450
Fri Jun 17 11:18:09 CEST 2011 - mls@suse.de
451
452
- update to 5.14.1
453
- B::Deparse has been upgraded
454
- Pod::Perldoc has been upgraded
455
- given, when and default are now listed in perlfunc
456
- multiple other doc fixes and clarifications
457
- several bug fixes
458
459
-------------------------------------------------------------------
460
Thu May 26 11:27:14 CEST 2011 - mls@suse.de
461
462
- backport CBuilder fix that keeps it from overwriting ccflags
463
from the perl config if CCFLAGS is set in the environment
464
465
-------------------------------------------------------------------
466
Tue May 17 16:20:56 CEST 2011 - mls@suse.de
467
468
- Test::Simple is actually 0.98
469
470
-------------------------------------------------------------------
471
Mon May 16 13:57:44 CEST 2011 - mls@suse.de
472
473
- update to 5.14.0
474
* unicode version 6.0 is now supported (mostly)
475
* any unsigned value can be encoded as a character
476
* some regexp enhancements, e.g. s///r option
477
* array and hash container functions accept references
478
* package block syntax
479
* overridable tie functions
480
* assignment to $0 works again
481
* improved IPv6 support in the Socket module
482
- fix regexp crash in reg_numbered_buff_fetch [bnc#676086]
483
[CVE-2010-4777]
484
- move unicode files from perl-doc to perl again [bnc#678877]
485
- remove feedback@suse.de mail address, it no longer exists
486
[bnc#657625]
487
- support unversioned site_perl include directory
488
489
-------------------------------------------------------------------
490
Wed Feb 23 13:54:05 CET 2011 - mls@suse.de
491
492
- versionify perl-Test-Simple provides/obsoletes
493
494
-------------------------------------------------------------------
495
Mon Feb 14 16:30:20 CET 2011 - mls@suse.de
496
497
- update to perl-5.12.3 final
498
- remove obsolete perl-cgi-injection.diff
499
- remove obsolete perl-constprint.diff
500
501
-------------------------------------------------------------------
502
Fri Jan 28 09:38:54 UTC 2011 - lnussel@suse.de
503
504
- Suggest instead of Recommend perl-doc. It's not useful on a
505
end-user system and saves 20MB on a minimal installation.
506
507
-------------------------------------------------------------------
508
Fri Jan 14 18:04:16 CET 2011 - mls@suse.de
509
510
- update to perl-5.12.3-RC1
511
* bug fix only release
512
* lvalue sub return values are now COW
513
- fix CGI injection bugs, CVE-2010-2761, CVE-2010-4410,
514
CVE-2010-4411 [bnc#657343]
515
516
-------------------------------------------------------------------
517
Tue Nov 30 10:23:06 UTC 2010 - coolo@novell.com
518
519
- added a new macro %perl_requires
520
521
-------------------------------------------------------------------
522
Mon Nov 29 15:20:19 UTC 2010 - coolo@novell.com
523
524
- simplify macro logic a bit
525
526
-------------------------------------------------------------------
527
Mon Nov 22 19:27:42 UTC 2010 - chris@computersalat.de
528
529
- rework process_packlist macro
530
o remove .packlist, perllocal.pod file
531
hence no /var/adm/perl-modules/perl-{cpan_name}
532
533
-------------------------------------------------------------------
534
Wed Nov 17 16:40:13 CET 2010 - meissner@suse.de
535
536
- increase the t/HiRes.t skew (for ppc).
537
538
-------------------------------------------------------------------
539
Mon Sep 27 09:48:57 UTC 2010 - coolo@novell.com
540
541
- update to perl-5.12.2
542
This release contains minor bug fixes and updates of several
543
core modules, as well as minor documentation updates.
544
545
-------------------------------------------------------------------
546
Wed Jul 28 11:45:46 CEST 2010 - mls@suse.de
547
548
- fix constant print issue [bnc#621856]
549
- fix h2ph so that _h2ph_pre.ph doesn't lead to warnings
550
- do not add vendorlib/auto to filelist [bnc#624628]
551
552
-------------------------------------------------------------------
553
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
554
555
- use %_smp_mflags
556
557
-------------------------------------------------------------------
558
Fri Jun 18 12:59:27 CEST 2010 - mls@suse.de
559
560
- update to perl-5.12.1
561
* updated CGI.pm to 3.49
562
* updated Pod::Simple to 3.13
563
* updated Safe to 2.27
564
* fixed a couple of bugs and regressions (see perldelta)
565
566
-------------------------------------------------------------------
567
Mon May 24 07:49:24 UTC 2010 - bg@novell.com
568
569
- fix for hppa [deb#543731]
570
571
-------------------------------------------------------------------
572
Fri May 21 12:30:00 CEST 2010 - mls@suse.de
573
574
- also run h2ph on /usr/include/linux [bnc#603840]
575
576
-------------------------------------------------------------------
577
Tue Apr 13 15:18:05 CEST 2010 - mls@suse.de
578
579
- update to perl-5.12.0 final
580
- move Compress::Zlib.pm back into perlpriv directory,
581
moved autosplit file into it as well
582
583
-------------------------------------------------------------------
584
Fri Apr 9 12:15:11 CEST 2010 - mls@suse.de
585
586
- update to perl-5.12.0-RC4
587
* documentation updates
588
* don't initialize end in pp_reverse when begin is NULL
589
* fix eval + feature.pm + syntax error segfault
590
- move Compress::Zlib.pm into perlarch directory
591
592
-------------------------------------------------------------------
593
Sun Apr 4 03:25:11 UTC 2010 - aj@suse.de
594
595
- Provide perl-base = pversion-release as well since this is
596
required by some packages.
597
598
-------------------------------------------------------------------
599
Wed Mar 31 19:24:32 CEST 2010 - mls@suse.de
600
601
- update to perl-5.12.0-RC1
602
* mostly documentation updates
603
* some regression fixes
604
605
-------------------------------------------------------------------
606
Wed Mar 24 14:05:46 CET 2010 - mls@suse.de
607
608
- update to perl-5.12.0-RC0
609
* new ... operator
610
* unicode improvements
611
* "each" now also works on arrays
612
* support for "delete local"
613
* suidperl was dropped
614
615
-------------------------------------------------------------------
616
Fri Feb 12 10:53:11 UTC 2010 - chris@computersalat.de
617
618
- fix for macros.perl
619
o only add mandir if exist :)
620
621
-------------------------------------------------------------------
622
Thu Jan 28 12:47:02 CET 2010 - rguenther@suse.de
623
624
- add libbz2-devel to BuildRequires
625
626
-------------------------------------------------------------------
627
Sun Dec 13 18:52:18 CET 2009 - jengelh@medozas.de
628
629
- enable parallel building
630
- package documentation as noarch
631
632
-------------------------------------------------------------------
633
Sun Oct 25 18:46:40 UTC 2009 - coolo@novell.com
634
635
- update to perl-5.10.1 again
636
637
-------------------------------------------------------------------
638
Tue Sep 8 13:43:35 CEST 2009 - mls@suse.de
639
640
- backport upstream fixes for POSIX module to avoid clashes
641
with Fcntl [bnc#446098], [bnc#515948]
642
- backport upstream fix for ISA assertion failure [bnc#528423]
643
- move unicode files from perl-doc to perl, otherwise some
644
perl modules will not work
645
646
-------------------------------------------------------------------
647
Sat Sep 5 15:47:24 CEST 2009 - coolo@novell.com
648
649
- revert to 5.10.0, too many problems (10 failures and 162
650
cyclic dependencies for d:l:p)
651
652
-------------------------------------------------------------------
653
Thu Sep 3 17:05:44 CEST 2009 - mls@suse.de
654
655
- update to perl-5.10.1 to get rid of some patches
656
(the update mostly consists of changes in the
657
experimental features)
658
659
-------------------------------------------------------------------
660
Tue Jul 7 15:55:54 CEST 2009 - coolo@novell.com
661
662
- disable as-needed as it breaks at least make test
663
664
-------------------------------------------------------------------
665
Tue Jul 7 12:10:14 CEST 2009 - coolo@novell.com
666
667
- fix macros file
668
669
-------------------------------------------------------------------
670
Mon Jun 29 22:32:43 CEST 2009 - chris@computersalat.de
671
672
- spec mods
673
o added lost Provides/Obsoletes perl-macros
674
o cleanup tags
675
676
-------------------------------------------------------------------
677
Fri Jun 26 12:49:33 CEST 2009 - chris@computersalat.de
678
679
- fix for perl_gen_filelist
680
o add test for
681
-f "${RPM_BUILD_ROOT}/var/adm/perl-modules/{name}"
682
683
-------------------------------------------------------------------
684
Fri Jun 26 11:51:18 CEST 2009 - mls@suse.de
685
686
- add macros.perl, README.macros files contributed by
687
Christian <chris@computersalat.de>
688
- move perl specific macros from rpm macro file to macros.perl
689
690
-------------------------------------------------------------------
691
Wed Jun 10 11:46:53 CEST 2009 - mls@suse.de
692
693
- fixed off-by-one in zlib inflate code [bnc#511241]
694
- fixed errorcount initialization [bnc#498425]
695
- fixed utf8 handling in Net::Cmd [bnc#493978]
696
- fixed performace degradation in syslog [bnc#489114]
697
698
-------------------------------------------------------------------
699
Wed Jan 14 15:58:56 CET 2009 - mls@suse.de
700
701
- work around nroff change [bnc#463444]
702
- fix another rmtree vulnerability [bnc#450385]
703
704
-------------------------------------------------------------------
705
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
706
707
- obsolete old -XXbit packages (bnc#437293)
708
709
-------------------------------------------------------------------
710
Wed Nov 26 11:11:51 CET 2008 - mls@suse.de
711
712
- add perl-base to baselibs.conf [bnc#448884]
713
- include everything arch dependand in baselibs packages
714
715
-------------------------------------------------------------------
716
Wed Nov 19 18:10:24 CET 2008 - mls@suse.de
717
718
- fix ph file generation [bnc#413218]
719
720
-------------------------------------------------------------------
721
Fri Aug 29 15:23:59 CEST 2008 - rguenther@suse.de
722
723
- Add Tie/Hash.pm to perl-base. [bnc#421191]
724
725
-------------------------------------------------------------------
726
Mon Jul 14 16:07:39 CEST 2008 - schwab@suse.de
727
728
- Fix another regexp backref overflow crash.
729
- Reenable testsuite on ppc64.
730
731
-------------------------------------------------------------------
732
Mon Jul 14 13:53:49 CEST 2008 - mls@suse.de
733
734
- fix regexp backref overflow crash fix
735
736
-------------------------------------------------------------------
737
Fri Jul 11 14:23:02 CEST 2008 - mls@suse.de
738
739
- fix bug File:Path that made synlink targets world-writable [bnc#402660]
740
- fix regexp backref overflow crash [bnc#372331]
741
742
-------------------------------------------------------------------
743
Tue May 6 21:34:57 CEST 2008 - aj@suse.de
744
745
- Fix missing return value in configure script to silence rpmlint
746
checks.
747
748
-------------------------------------------------------------------
749
Fri Apr 11 17:49:26 CEST 2008 - mls@suse.de
750
751
- compile with -DPERL_USE_SAFE_PUTENV [bnc#377543]
752
753
-------------------------------------------------------------------
754
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
755
756
- added baselibs.conf file to build xxbit packages
757
for multilib support
758
759
-------------------------------------------------------------------
760
Mon Mar 17 17:30:54 CET 2008 - coolo@suse.de
761
762
- fix path for generated perl bindings (bnc#371713)
763
764
-------------------------------------------------------------------
765
Sat Mar 15 09:07:45 CET 2008 - coolo@suse.de
766
767
- pod/perldiag.pod is needed in the base distribution
768
769
-------------------------------------------------------------------
770
Tue Mar 11 20:31:18 CET 2008 - coolo@suse.de
771
772
- after several discussions on how to decrease size of perl
773
distribution: split out perl-doc
774
- preparing blacklists for temporarly autorequires
775
776
-------------------------------------------------------------------
777
Mon Mar 10 13:20:38 CET 2008 - pth@suse.de
778
779
- Fix call to dbmclose in ext/ODBM_File/ODBM_File.xs
780
- Run 'make check' in %check
781
782
-------------------------------------------------------------------
783
Tue Feb 19 15:31:36 CET 2008 - mls@suse.de
784
785
- fix bug in regexp engine [bnc#355233]
786
787
-------------------------------------------------------------------
788
Fri Jan 18 15:29:06 CET 2008 - mls@suse.de
789
790
- obsolete more packages
791
- fix bug in enc2xs [#354424]
792
793
-------------------------------------------------------------------
794
Tue Jan 15 16:42:36 CET 2008 - schwab@suse.de
795
796
- Remove broken test.
797
798
-------------------------------------------------------------------
799
Mon Jan 7 20:30:37 CET 2008 - mls@suse.de
800
801
- update to perl-5.10.0
802
* happy 20th birthday, perl!
803
* many new features, e.g. say, switch, state, dor, smart match
804
* regular expressions now even more convoluted
805
* some modules are now in core, e.g. zlib, digest::sha
806
* modules updated to current version
807
* see perldelta to know all of the glorious details
808
809
-------------------------------------------------------------------
810
Tue Nov 6 09:58:35 CET 2007 - mls@suse.de
811
812
- fix buffer overflow in regex engine CVE-2007-5116 (#332199)
813
814
-------------------------------------------------------------------
815
Wed Oct 31 16:04:58 CET 2007 - dmueller@suse.de
816
817
- update rpmlintrc
818
819
-------------------------------------------------------------------
820
Fri May 25 23:59:15 CEST 2007 - ro@suse.de
821
822
- added rpmlintrc: ignore some devel files in perl package
823
824
-------------------------------------------------------------------
825
Mon May 21 12:07:03 CEST 2007 - rguenther@suse.de
826
827
- Include Config_heavy.pl in perl-base.
828
829
-------------------------------------------------------------------
830
Fri May 11 13:58:01 CEST 2007 - rguenther@suse.de
831
832
- Add all required directories to perl-base.
833
834
-------------------------------------------------------------------
835
Mon Apr 23 17:55:37 CEST 2007 - rguenther@suse.de
836
837
- Split off a perl-base package containing /usr/bin/perl and
838
some basic modules.
839
- Depend on perl-base from perl.
840
841
-------------------------------------------------------------------
842
Mon Mar 26 14:53:40 CEST 2007 - rguenther@suse.de
843
844
- Add gdbm-devel, ncurses-devel and zlib-devel BuildRequires.
845
846
-------------------------------------------------------------------
847
Wed Dec 27 18:27:40 CET 2006 - schwab@suse.de
848
849
- Fix makedepend.
850
851
-------------------------------------------------------------------
852
Wed Dec 20 21:17:03 CET 2006 - jw@suse.de
853
854
- graceful-net-ftp patch added.
855
Lousy FTP server responses could trigger silly error messages in Net::FTP
856
and had no usable status_line in LWP.
857
Now it is 500 + whatever message the server responded.
858
859
-------------------------------------------------------------------
860
Fri Feb 17 15:27:39 CET 2006 - mls@suse.de
861
862
- suppress prototype warning in autouse [#151459]
863
864
-------------------------------------------------------------------
865
Wed Feb 1 12:34:18 CET 2006 - mls@suse.de
866
867
- update to perl-5.8.8
868
- enable use64bitint on ppc/ppc64
869
870
-------------------------------------------------------------------
871
Sun Jan 29 12:23:21 CET 2006 - mls@suse.de
872
873
- converted neededforbuild to BuildRequires
874
875
-------------------------------------------------------------------
876
Sat Jan 28 01:35:53 CET 2006 - mls@suse.de
877
878
- update to perl-5.8.8-RC1
879
880
-------------------------------------------------------------------
881
Fri Dec 9 17:22:44 CET 2005 - mls@suse.de
882
883
- fix sprintf format string issues CVE-2005-3962 (#136360)
884
- added workaround for hanging debugger (#135559)
885
- moved SuSEconfig script to /usr/lib/perl5 (#130762)
886
887
-------------------------------------------------------------------
888
Tue Sep 6 14:37:05 CEST 2005 - mls@suse.de
889
890
- fix infinite warn recursion by backporting change from bleadperl
891
[#115402]
892
893
-------------------------------------------------------------------
894
Thu Aug 18 18:50:30 CEST 2005 - mls@suse.de
895
896
- remove postun, handle it with ghosts
897
898
-------------------------------------------------------------------
899
Thu Jul 28 12:33:48 CEST 2005 - mls@suse.de
900
901
- deal with new Config_heavy.pl
902
903
-------------------------------------------------------------------
904
Mon Jul 25 19:25:24 CEST 2005 - mls@suse.de
905
906
- add rmtree patch (CAN-2005-0448)
907
908
-------------------------------------------------------------------
909
Fri Jul 22 19:30:36 CEST 2005 - lmuelle@suse.de
910
911
- update to perl-5.8.7
912
913
-------------------------------------------------------------------
914
Wed Apr 6 21:27:28 CEST 2005 - meissner@suse.de
915
916
- moved # icecream 0 tag where it does not get removed by checkin.
917
918
-------------------------------------------------------------------
919
Wed Apr 6 13:21:20 CEST 2005 - meissner@suse.de
920
921
- Disable icecream to avoid problem with gcc4 / libperl.so preload.
922
923
-------------------------------------------------------------------
924
Thu Mar 24 16:13:57 CET 2005 - uli@suse.de
925
926
- fixed to build on ARM
927
928
-------------------------------------------------------------------
929
Fri Feb 18 17:47:06 CET 2005 - mls@suse.de
930
931
- fix perlbug mail sending
932
933
-------------------------------------------------------------------
934
Thu Feb 17 19:36:23 CET 2005 - mls@suse.de
935
936
- fix broken :encoding(utf8)
937
938
-------------------------------------------------------------------
939
Fri Feb 4 15:18:30 CET 2005 - mls@suse.de
940
941
- fix CAN-2005-0155/CAN-2005-0156 (PERLIO_DEBUG)
942
- fix CAN-2004-0452 (File::Path::rmtree)
943
944
-------------------------------------------------------------------
945
Mon Nov 29 15:02:23 CET 2004 - mls@suse.de
946
947
- update to perl-5.8.6
948
949
-------------------------------------------------------------------
950
Thu Aug 26 18:39:36 CEST 2004 - schwab@suse.de
951
952
- Remove gratuitous use of kernel header.
953
- Fix mkdir race.
954
955
-------------------------------------------------------------------
956
Wed Jul 28 15:56:03 CEST 2004 - mls@suse.de
957
958
- update to perl-5.8.5
959
960
-------------------------------------------------------------------
961
Tue Mar 16 12:36:56 CET 2004 - mls@suse.de
962
963
- fix instmodsh tmp file usage
964
965
-------------------------------------------------------------------
966
Fri Feb 27 11:56:26 CET 2004 - mls@suse.de
967
968
- update to perl-5.8.3
969
970
-------------------------------------------------------------------
971
Mon Dec 8 16:23:17 CET 2003 - mls@suse.de
972
973
- fix setenv issue by making perl behave differently if used
974
embedded in an application (turns on PERL_USE_SAFE_PUTENV).
975
[#32548]
976
977
-------------------------------------------------------------------
978
Sun Nov 2 19:53:46 CET 2003 - adrian@suse.de
979
980
- add missing Requires for gzip (used in SuSEconfig.perl)
981
- make it possible to build as non-root
982
983
-------------------------------------------------------------------
984
Mon Oct 6 12:25:27 CEST 2003 - mls@suse.de
985
986
- update to perl-5.8.1
987
- fix srand initialization problem [perl change #21397]
988
989
-------------------------------------------------------------------
990
Mon Sep 22 14:11:28 CEST 2003 - mls@suse.de
991
992
- update to perl-5.8.1-RC5
993
994
-------------------------------------------------------------------
995
Fri Aug 22 17:52:41 CEST 2003 - mls@suse.de
996
997
- update to perl-5.8.1-RC4
998
- added sysconfig metadata
999
- use /usr/lib/perl* in the filelist so /usr/lib/debug doesn't get
1000
picked up
1001
1002
-------------------------------------------------------------------
1003
Thu Aug 21 19:32:39 CEST 2003 - mjancar@suse.cz
1004
1005
- use $RPM_OPT_FLAGS
1006
1007
-------------------------------------------------------------------
1008
Fri Aug 1 12:40:57 CEST 2003 - mls@suse.de
1009
1010
- fixed perlcc
1011
1012
-------------------------------------------------------------------
1013
Thu Jul 31 13:55:14 CEST 2003 - mls@suse.de
1014
1015
- update to perl-5.8.1-RC3
1016
1017
-------------------------------------------------------------------
1018
Mon Jul 14 11:32:35 CEST 2003 - mls@suse.de
1019
1020
- MM_Unix: fix vendor/siteman default path
1021
1022
-------------------------------------------------------------------
1023
Fri Jul 11 16:55:56 CEST 2003 - mls@suse.de
1024
1025
- create auto dirs in vendor_perl
1026
1027
-------------------------------------------------------------------
1028
Fri Jul 11 11:58:21 CEST 2003 - mls@suse.de
1029
1030
- update to perl-5.8.1-RC2
1031
- use buildroot
1032
1033
-------------------------------------------------------------------
1034
Wed Jun 11 14:44:47 CEST 2003 - kukuk@suse.de
1035
1036
- Add auto subdirectory for perl modules
1037
1038
-------------------------------------------------------------------
1039
Fri May 9 11:19:39 CEST 2003 - ro@suse.de
1040
1041
- fix build with db-4.1
1042
1043
-------------------------------------------------------------------
1044
Thu Feb 6 17:21:26 CET 2003 - mls@suse.de
1045
1046
- add sysconfig metadata to sysconfig.suseconfig-perl
1047
- fix memory leak in socket creation
1048
- restart stdio read/write when receiving EINTR
1049
1050
-------------------------------------------------------------------
1051
Thu Jan 9 16:09:52 CET 2003 - mls@suse.de
1052
1053
- link with -lgdbm_compat when building ODBM_File
1054
1055
-------------------------------------------------------------------
1056
Tue Sep 17 18:06:17 CEST 2002 - ro@suse.de
1057
1058
- get all ph-files for bi-arch platforms
1059
1060
-------------------------------------------------------------------
1061
Tue Sep 17 13:50:59 MEST 2002 - mls@suse.de
1062
1063
- work around a bug in .ph file generation (#19664)
1064
1065
-------------------------------------------------------------------
1066
Mon Sep 9 12:41:28 MEST 2002 - mls@suse.de
1067
1068
- fix permissions of libperl.so
1069
- added missing enc2xs binary
1070
- create more .ph header files
1071
- fixed h2ph enum handling
1072
- (fixes bug #19175)
1073
1074
-------------------------------------------------------------------
1075
Fri Aug 23 17:26:08 MEST 2002 - mls@suse.de
1076
1077
- Fix bug in conversion of literals to floating point
1078
- Add workaround for glibc crypt_r() bug
1079
1080
-------------------------------------------------------------------
1081
Fri Aug 9 13:02:25 MEST 2002 - mls@suse.de
1082
1083
- fix libs to include pthreads if threads are selected and
1084
/lib64/libc.so.6 exists
1085
1086
-------------------------------------------------------------------
1087
Thu Aug 8 18:21:53 CEST 2002 - mls@suse.de
1088
1089
- enabled thread support
1090
1091
-------------------------------------------------------------------
1092
Wed Aug 7 11:26:08 CEST 2002 - mls@suse.de
1093
1094
- corrected file list, added obsolete entries also to provides
1095
1096
-------------------------------------------------------------------
1097
Wed Jul 31 14:05:24 CEST 2002 - mls@suse.de
1098
1099
- Added Obsoletes line to obsolete all modules now packed
1100
with the core perl
1101
1102
-------------------------------------------------------------------
1103
Fri Jul 26 20:01:10 CEST 2002 - kukuk@suse.de
1104
1105
- Add a Provide "perl-base" [Bug #17259]
1106
1107
-------------------------------------------------------------------
1108
Tue Jul 23 14:41:19 MEST 2002 - mls@suse.de
1109
1110
- Allow missing tests in 'make test'
1111
- delete broken lib/File/Find/t/find.t test
1112
1113
-------------------------------------------------------------------
1114
Tue Jul 23 13:50:51 MEST 2002 - mls@suse.de
1115
1116
- MM_Unix.pm: use INSTALLARCHLIB instead of INSTALLSITEARCH to
1117
store the site perllocal.pod file, like the printed message says
1118
- added missing man3 pages
1119
1120
-------------------------------------------------------------------
1121
Mon Jul 22 20:29:02 MEST 2002 - mls@suse.de
1122
1123
- MM_Unix.pm: allow to overwrite PREFIX in the makefile, use
1124
better default for installsiteman{1,3}dir
1125
1126
-------------------------------------------------------------------
1127
Fri Jul 19 12:26:10 MEST 2002 - mls@suse.de
1128
1129
- update to perl-5.8.0
1130
1131
-------------------------------------------------------------------
1132
Fri Jul 5 11:08:51 CEST 2002 - kukuk@suse.de
1133
1134
- Use %ix86 macro
1135
1136
-------------------------------------------------------------------
1137
Tue Jun 18 12:00:46 CEST 2002 - uli@suse.de
1138
1139
- disable check on armv4l
1140
1141
-------------------------------------------------------------------
1142
Mon Jun 10 15:15:21 MEST 2002 - mls@suse.de
1143
1144
- Pod::Man: don't put the generation date in the man pages
1145
1146
-------------------------------------------------------------------
1147
Thu Jun 6 15:26:00 CEST 2002 - olh@suse.de
1148
1149
- disable make check on ppc64, enable lfs test on ppc
1150
1151
-------------------------------------------------------------------
1152
Thu Mar 14 15:56:03 MET 2002 - mls@suse.de
1153
1154
- Allow XSUBs as AUTOLOAD functions, worked in 5.6.0, needed
1155
for perl-Qt
1156
1157
-------------------------------------------------------------------
1158
Fri Feb 22 16:05:54 MET 2002 - mls@suse.de
1159
1160
- Fixed File::Find if no_chdir is set (Ticket 20020213990000277)
1161
1162
-------------------------------------------------------------------
1163
Wed Feb 20 19:15:31 MET 2002 - mls@suse.de
1164
1165
- Build DynaLoader.a with -fPIC to make mod_perl work on s390x
1166
1167
-------------------------------------------------------------------
1168
Wed Feb 6 15:48:49 CET 2002 - coolo@suse.de
1169
1170
- patch Configure to also use -fPIC on Linux - prevents crashes on
1171
s390x
1172
- ported over the hints patch from 7.2-lib64
1173
1174
-------------------------------------------------------------------
1175
Tue Feb 5 15:52:07 MET 2002 - mls@suse.de
1176
1177
- Use Config.pm of libperl.so build, so that apps use the right
1178
link options.
1179
1180
-------------------------------------------------------------------
1181
Mon Feb 4 20:51:05 MET 2002 - mls@suse.de
1182
1183
- Added generation of libperl.so
1184
1185
-------------------------------------------------------------------
1186
Thu Jan 24 18:06:14 CET 2002 - schwab@suse.de
1187
1188
- Fix h2ph for gcc 3.
1189
1190
-------------------------------------------------------------------
1191
Mon Jan 14 18:43:27 MET 2002 - mls@suse.de
1192
1193
- Moved rc.config variable to sysconfig/suseconfig
1194
1195
-------------------------------------------------------------------
1196
Mon Jan 7 13:48:27 CET 2002 - schwab@suse.de
1197
1198
- Fix dependency generation for gcc 3.1 again.
1199
1200
-------------------------------------------------------------------
1201
Thu Dec 6 13:00:35 CET 2001 - schwab@suse.de
1202
1203
- Don't add /usr/local/lib and /usr/local/include to the search paths.
1204
- Fix dependency generation for gcc 3.1.
1205
1206
-------------------------------------------------------------------
1207
Tue Nov 20 20:42:09 CET 2001 - schwab@suse.de
1208
1209
- Don't generate h2ph, h2xs, pod2man manpages by hand.
1210
1211
-------------------------------------------------------------------
1212
Thu Sep 27 15:04:35 MEST 2001 - mls@suse.de
1213
1214
- Fixed generation of perllocal.pod, also create perllocal.3pm
1215
1216
-------------------------------------------------------------------
1217
Wed Sep 12 18:57:59 MEST 2001 - mls@suse.de
1218
1219
- Fixed h2ph macro expansion/redefinition bugs.
1220
- Moved *.ph creation from SuSEconfig to spec file.
1221
1222
-------------------------------------------------------------------
1223
Fri Aug 31 16:25:27 CEST 2001 - schwab@suse.de
1224
1225
- Remove ia64 workarounds.
1226
1227
-------------------------------------------------------------------
1228
Wed Jun 20 16:53:34 CEST 2001 - mls@suse.de
1229
1230
- bzip2 source
1231
1232
-------------------------------------------------------------------
1233
Wed Jun 20 16:09:46 MEST 2001 - mls@suse.de
1234
1235
- Update to perl-5.6.1
1236
- Merged linux-alpha.sh and linux-sparc.sh into linux.sh
1237
- axp compiler workaround: add -mieee
1238
- use /lib64:/usr/lib64 on sparc64
1239
1240
-------------------------------------------------------------------
1241
Mon Jun 11 16:44:22 CEST 2001 - schwab@suse.de
1242
1243
- Remove ElectricFence from neededforbuild (got added by accident).
1244
1245
-------------------------------------------------------------------
1246
Fri Apr 13 18:11:32 CEST 2001 - schwab@suse.de
1247
1248
- Build with -O0 on ia64.
1249
1250
-------------------------------------------------------------------
1251
Mon Mar 26 17:32:39 CEST 2001 - schwab@suse.de
1252
1253
- Fix equality operator for systems that don't have NV_PRESERVES_UV.
1254
- Reenable some tests on ia64.
1255
1256
-------------------------------------------------------------------
1257
Thu Feb 22 13:37:01 CET 2001 - schwab@suse.de
1258
1259
- Fix POSIX module.
1260
1261
-------------------------------------------------------------------
1262
Tue Dec 5 12:59:26 CET 2000 - schwab@suse.de
1263
1264
- Disable some problematic tests on ia64.
1265
- Merge ia64 configuration with generic linux.
1266
1267
-------------------------------------------------------------------
1268
Thu Oct 26 18:37:24 CEST 2000 - ro@suse.de
1269
1270
- use new db for DB_File
1271
- perl binary is no longer linked to any db lib
1272
1273
-------------------------------------------------------------------
1274
Tue Oct 10 01:07:08 CEST 2000 - ro@suse.de
1275
1276
- Config.pm: set $perl to 'perl'
1277
- bzipped sources
1278
- added some mandir patches
1279
1280
-------------------------------------------------------------------
1281
Mon Sep 25 18:05:25 CEST 2000 - ro@suse.de
1282
1283
- no test for lfs on ppc
1284
1285
-------------------------------------------------------------------
1286
Wed Aug 16 01:26:39 CEST 2000 - ro@suse.de
1287
1288
- update to 5.6.0
1289
1290
-------------------------------------------------------------------
1291
Tue Aug 15 12:32:45 CEST 2000 - ro@suse.de
1292
1293
- Security fix (/bin/mail+suidperl) added (from draht@suse.de)
1294
1295
-------------------------------------------------------------------
1296
Fri Jul 14 17:12:54 CEST 2000 - kukuk@suse.de
1297
1298
- Add license information and group tag (Bug #3454)
1299
1300
-------------------------------------------------------------------
1301
Tue Jul 11 01:40:29 CEST 2000 - ro@suse.de
1302
1303
- make perllocal.SuSE script more flexible
1304
1305
-------------------------------------------------------------------
1306
Sat Apr 1 23:37:39 CEST 2000 - bk@suse.de
1307
1308
- some tests don't pass on s390 too, known.
1309
1310
-------------------------------------------------------------------
1311
Fri Mar 3 12:19:29 CET 2000 - schwab@suse.de
1312
1313
- Add support for ia64.
1314
1315
-------------------------------------------------------------------
1316
Wed Jan 19 17:35:56 CET 2000 - ro@suse.de
1317
1318
- man -> /usr/share/man ; affects all perl packages
1319
1320
-------------------------------------------------------------------
1321
Tue Dec 14 19:05:48 MET 1999 - kukuk@suse.de
1322
1323
- Fixed for SPARC
1324
1325
-------------------------------------------------------------------
1326
Tue Nov 2 14:54:32 CET 1999 - ro@suse.de
1327
1328
- do h2ph for stdarg and stddef (BUG#785)
1329
1330
-------------------------------------------------------------------
1331
Tue Oct 19 00:51:19 CEST 1999 - ro@suse.de
1332
1333
- don't print error if /usr/src/linux is not owned by a package
1334
(BUG#215)
1335
1336
-------------------------------------------------------------------
1337
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
1338
1339
- ran old prepare_spec on spec file to switch to new prepare_spec.
1340
1341
-------------------------------------------------------------------
1342
Fri Aug 27 11:51:06 CEST 1999 - ro@suse.de
1343
1344
- added "gnu","net" and "rpc" to directories for h2ph
1345
1346
-------------------------------------------------------------------
1347
Fri Jul 9 00:52:40 MEST 1999 - ro@suse.de
1348
1349
- added "bits" to directories for h2ph (closing BUG 58)
1350
1351
-------------------------------------------------------------------
1352
Thu Jul 8 18:39:31 MEST 1999 - ro@suse.de
1353
1354
- fix for perldoc
1355
- update to 5.005_03
1356
1357
-------------------------------------------------------------------
1358
Mon Mar 1 15:00:34 MET 1999 - ro@suse.de
1359
1360
- t/lib/anydbm: removed test 12 : create empty record: invalid for db2
1361
1362
-------------------------------------------------------------------
1363
Thu Jan 7 18:59:59 MET 1999 - ro@suse.de
1364
1365
- alpha changes ; dont "make test" on alpha for now :-(
1366
1367
-------------------------------------------------------------------
1368
Mon Nov 16 10:17:07 MET 1998 - ro@suse.de
1369
1370
- update to 5.00502
1371
- fixed manpages for h2ph, h2xs, pod2man
1372
- use configure.gnu
1373
- keep SuSEconfig.perl from using more time than needed
1374
1375
-------------------------------------------------------------------
1376
Fri Aug 28 15:34:45 MEST 1998 - ro@suse.de
1377
1378
- updated to version perl5.004_05-MAINT_TRIAL_5
1379
- updated filelist
1380
- temporarily disablet test op/group.t for nobody/nogroup problem
1381
1382
-------------------------------------------------------------------
1383
Wed Aug 19 09:38:30 MEST 1998 - ro@suse.de
1384
1385
- added security-patches for pstruct and perldoc
1386
1387
-------------------------------------------------------------------
1388
Fri Jul 24 10:06:48 MEST 1998 - bs@suse.de
1389
1390
- enabled bincompat3
1391
1392
-------------------------------------------------------------------
1393
Thu Jul 9 15:58:52 MEST 1998 - ro@suse.de
1394
1395
- added some security and glib-patches (doio.c, perl.c)
1396
- re-added support for gdbm
1397
1398
-------------------------------------------------------------------
1399
Mon Jul 6 16:50:20 MEST 1998 - ro@suse.de
1400
1401
- added rc.config.perl with variables:
1402
CREATE_PERLLOCAL_POD="yes"
1403
GENERATE_PERL_SYSTEM_INCLUDES="yes"
1404
1405
-------------------------------------------------------------------
1406
Mon Jul 6 14:22:03 MEST 1998 - ro@suse.de
1407
1408
- added SuSEconfig.perl and perllocal.SuSE
1409
+ check if kernel-sources have changed and call h2ph
1410
+ check installed modules and add/delete entries in perllocal.pod
1411
1412
-------------------------------------------------------------------
1413
Thu Jan 22 19:22:53 MET 1998 - florian@suse.de
1414
1415
- use a fixed path as architecture name
1416
1417
-------------------------------------------------------------------
1418
Tue Nov 11 19:46:21 MET 1997 - florian@suse.de
1419
1420
- fixed file list
1421
1422
- update to perl 5.004_04
1423
1424
-------------------------------------------------------------------
1425
Tue Oct 14 12:47:35 MEST 1997 - ro@suse.de
1426
1427
- ready for autobuild
1428
updated file list
1429
1430
-------------------------------------------------------------------
1431
Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
1432
1433
- prepare for autobuild
1434
1435
-------------------------------------------------------------------
1436
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
1437
1438
1439
- update to version 5.004
1440
1441
- disable hooks to csh in perl, it is not installed on all systems
1442
1443
1444
-------------------------------------------------------------------
1445
Mon Nov 4 01:59:08 CET 1996 - bs@suse.de
1446
1447
1448
h2ph call in doinst.sh added.
1449
1450
-------------------------------------------------------------------
1451
Sun Aug 25 19:28:50 MET DST 1996 - florian@suse.de
1452
1453
update to version 5.003
1454
security fix for suidperl
1455