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