|
|
 |
 |
 |
Changelog for perl-base-5.8.8-alt14.i586.rpm :
Thu Aug 2 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt14 - MM_Unix.pm: only append custom CCFLAGS to standard ccflags, not replace - changed src.rpm packaging to keep separate tarball with upstream snapshot
Sun Jun 10 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt13 - updated to MAINT31223 (20070515)
Wed Apr 25 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt12 - fixed Fcntl::S_IFMT() breakage introduced by change 30674 (reported by Dmitry V. Levin)
Fri Apr 20 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt11 - updated to MAINT30961 (20070415) - XS::APItest and XS::Typemap are no longer packaged
Thu Apr 5 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt10 - updated to MAINT30816 (20070331)
Wed Mar 28 08:00:00 2007 Alexey Tourbin 1:5.8.8-alt9 - updated to MAINT30765 (20070326)
Fri Mar 23 07:00:00 2007 Alexey Tourbin 1:5.8.8-alt8 - updated to MAINT30705 (20070322), which fixes \'local($var=1)\' segfault (#11140, reported by Ivan Adzhubey) - XSUB.h: fixed XS() macro for C++ (due to my static_XS.patch)
Sat Mar 17 07:00:00 2007 Alexey Tourbin 1:5.8.8-alt7 - updated to MAINT30598 (20070315) - fixed libperl.so forward binary compatibility (so that modules compiled with this perl release will also work with earlier perl releases) by adjusting newXSproto() and sv_usepvn() macros - Perl_ninstr() changed in incompatible way, which broke Compress::Zlib and Filter; newer releases of these packages, which use memchr(3) instead, already available in Sisyphus; placed Conflicts in perl-base - DynaLoader.a officially moved to libperl.so, but I still provide empty DynaLoader.a to facilitate building e.g. irssi package - perl-base: removed Text::Soundex, to be packaged separately - perl-devel: packaged Module::Pluggable and Devel::InnerPackage - fixed a few cases of clobbering special variables in *.pm code - previous change 29132, which outlawed $#{AATT$aref} and ${AATTary}[1] syntax, was reverted with change 30181 (the syntax is still deprecated)
Tue Jan 9 07:00:00 2007 Alexey Tourbin 1:5.8.8-alt6 - updated to MAINT29163 (20061030) - compiled with default optimization flags (-O2) instead of -Os - compiled pp.o pp_ctl.o scope.o sv.o with -O3 -funroll-loops - FindBin.pm: fixed wrong treatment of PATH entries (merged into 5.9) - ExtUtils/ParseXS.pm, ExtUtils/typemap: implemented constant string folding and better error messages for generated code (merged into 5.9) - added /usr/include/perl5 symbolic link
Sun Oct 15 08:00:00 2006 Alexey Tourbin 1:5.8.8-alt5 - started git repo, which, along with my changes, has prisitine perl source for 5.8 and 5.9 branches, including every single change from public.activestate.com archive - this release is based on perl-5.8.8 MAINT28854; also backported a few changes from 5.9 branch - removed *.ph files generated by h2ph; wrote replacements: + socket.ph -- Socket wrapper (along with sys/socket.ph) + syslog.ph -- Sys::Syslog wrapper (ditto) + syscall.ph -- syscall numbers, generated with `cpp -dM\' etc. + ioctl.ph -- ioctl numbers (like syscall.ph) - moved c2ph (and pstruct) from perl-devel to perl4-compat - restricted the list of symbols exported from the shared library - reworked xsubpp static_XS stuff; auto-generated XS functions are now static by default (except for boot_$module); this behaviour can be disabled by setting XSUBPP_NO_STATIC_XS environment variable - ParseXS.pm: public visibility mode for boot_$module XS functions - MM_Unix.pm: link perl extensions with -lperl -lpthread - set man3ext to .3pm instead of .3
Sat Sep 2 08:00:00 2006 Alexey Tourbin 1:5.8.8-alt4 - fixed abi-sv_2iv.patch for c++ (missing extern \"C\")
Sun Aug 13 08:00:00 2006 Alexey Tourbin 1:5.8.8-alt3 - updated Test::Harness to 2.62, which restores the behavior of dying if any subtests failed - fixed and hardened File::Temp sanity check (cpan #14218) - preserve permission bits in File::Copy, but with respect to umask
Mon Aug 7 08:00:00 2006 Alexey Tourbin 1:5.8.8-alt2 - updated to 5.8.x patchlevel 28443 (Jun 28) - dealt with sv_2iv ABI issue - linked modules with libperl - moved some more unicore files to perl-base (Valentyn Solomko) - fixed Text::ParseWords::shellwords() issue (#7978)
Mon May 15 08:00:00 2006 Alexey Tourbin 1:5.8.8-alt1 - 5.8.7 -> 5.8.8
Mon Dec 19 07:00:00 2005 Dmitry V. Levin 1:5.8.7-alt4 - Updated upstream fix for CVE-2005-3962, patch from FC.
Tue Dec 6 07:00:00 2005 Dmitry V. Levin 1:5.8.7-alt3 - Backported upstream fix for potential integer overflow (CVE-2005-3962).
Fri Jun 17 08:00:00 2005 Alexey Tourbin 1:5.8.7-alt2 - pp_sys-getppid.patch: fixed getppid() cache and implemented a test - xsubpp-static_XS.patch: some XS functions go static (experimental) - DB_File-db_version.patch: now works with all patchlevels of libdb4.3 - fixed MANIFEST handling (some tests were not executed)
Wed Jun 1 08:00:00 2005 Alexey Tourbin 1:5.8.7-alt1 - 5.8.7-RC1 -> 5.8.7 + change 24070 was revered (-C on the #! line; fixes xmltv breakage) - linked DynaLoader.o into libperl.so; packaged empty DynaLoader.a - alt-configpm-common.patch: added more common keys to Config.pm - added build dependency on /proc and build-time check for /proc/self/exe - added build-time check for glibc-kernheaders (before running h2ph)
Sat May 21 08:00:00 2005 Alexey Tourbin 1:5.8.7-alt0.1 - 5.8.6 -> 5.8.7-RC1 - some patches were merged upstream, including: + threads and threads::shared linkage (rh #101767, change 24050) + h2ph processing of \"extern inline\" functions (perlbug #34493, change 24054) - introduced linker script for symbol versioning (libperl.so) - alt-ExtUtils-MakeMaker-no-parent-prereq.patch (weird stuff) - updated depndencies
Sun Mar 20 07:00:00 2005 Alexey Tourbin 1:5.8.6-alt4 - fixed directory layout for x86_64 - fixed h2ph processing of \"extern inline\" functions (#5138, perlbug #34493) - fixed manpage titles for vendor_perl modules in Pod/Man.pm (perlbug #34500) - applied debian sec fix for File::Path::rmtree (CAN-2004-0452, CAN-2005-0448) - deb-doio-close.patch: make close() return false if the stream had prior errors - downgraded Test::Simple to original version 0.47 (0.53 had too much problems) - moved re.so to perl-devel (re.pm left in perl-base)
Thu Feb 10 07:00:00 2005 ALT QA Team Robot 1:5.8.6-alt3.1 - Updated libdb4 build dependencies. - Rebuilt with libdb4.3.
Wed Feb 2 07:00:00 2005 Alexey Tourbin 1:5.8.6-alt3 - applied upstream change #23565: MakeMaker\'s default MANIFEST.SKIP was broken - applied Mandrake patch for suidperl/perlio exploit and buffer overflow (perlbug #33990, CAN-2005-0155, CAN-2005-0156) - restricted suidperl permissions (4711,root,root -> 4710,root,wheel) - added control facility for suidperl
Fri Dec 17 07:00:00 2004 Alexey Tourbin 1:5.8.6-alt2 - moved some more unicore files to perl-base (see also #6110) - perl-NEXT packaged separately
Sun Dec 12 07:00:00 2004 Alexey Tourbin 1:5.8.6-alt1 - 5.8.4 -> 5.8.6 - package layout: + new subpackages: perl4-compat, perl-threads, perl-PerlIO + packaged separately: perl-Net-Ping, perl-Text-Balanced, perl-Tie-File, perl-Attribute-Handlers, perl-Math-BigInt, perl-Math-BigRat, perl-bignum, perl-Filter, perl-Filter-Simple, perl-Switch, and *perldoc* + perl-i18n split into perl-unicore and separately packaged perl-I18N-LangTags, perl-Locale-Maketext, perl-Locale-Codes, perl-Unicode-Normalize, perl-Unicode-Collate, and perl-Encode + perl-man1 and perl-man3 not packaged (use perldoc) - perl-devel: updated Test::Simple from CPAN (0.47 -> 0.53) - perl-pod: OS-specific docs not packaged (e.g. perlaix) - updated and renamed most of the patches - applied CAN-2004-0976 fixes where applicable - suppressed socks5 support (e.g. when libdante-devel is installed) - added multilib support (#4893) - h2ph inline issues must have been fixed upstream (#5138) - fixed threads and threads::shared linkage (rh #101767; fixed rh patch) - made File::Copy::copy() preserve timestamps and permissions - made ExtUtils::MM_Unix::fixin() preserve timestamps and permissions; dropped re-exec shell code - updated descriptions
Mon Aug 9 08:00:00 2004 Alexey Tourbin 1:5.8.4-alt2 - alt-libc-realpath.patch: use realpath(3) rather than bsd_realpath() - 22839-sort.patch: fix the sort-in-place optimization
Wed Apr 28 08:00:00 2004 Alexey Tourbin 1:5.8.4-alt1 - 5.8.3 -> 5.8.4 - owl-tmp.patch disabled (looks like merged upstream) - rh-syslog.patch disabled (suidperl reworked heavily) - DBM_Filter (new to 5.8.4) placed into perl-DBM - Memoize modules gone into separate package
Sat Feb 14 07:00:00 2004 Alexey Tourbin 1:5.8.3-alt1.1 - rebuilt against libdb4.2
Fri Jan 16 07:00:00 2004 Alexey Tourbin 1:5.8.3-alt1 - 5.8.3 - libswanted.patch dropped in favour of `Configure -Dlibswanted=\' - fixed alt-no-perl.patch (inc_version_list works) - owl-tmp.patch updated (solarAATTowl)
Tue Dec 16 07:00:00 2003 Alexey Tourbin 1:5.8.3-alt0.1 - moved to the latest snapshot (21911, \"the penultimate call for patches for 5.8.3\") - MakeMaker-FHS.patch dropped (seems to be needed no more) - alt-fix-perms.patch updated
Tue Nov 11 07:00:00 2003 Alexey Tourbin 1:5.8.2-alt1 - 5.8.2 - perldoc-width.patch merged upstream
Mon Oct 20 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt7 - moved to the latest snapshot (maint 21501), which fixes: + binary compatibility issues between 5.8.1 and 5.8.0 + simple AATTINC hook core dump + sv.h broken with assert.h (reported and fixed by me) - patches updated: AnyDBM_File-DB_File, libswanted
Wed Oct 8 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt6.1.1 - p5p-21424.patch: AATTINC hook segfault fixed
Sun Sep 28 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt6.1 - deb-fixheaders.pl disabled due to __need_size_t mess (#3063)
Fri Sep 26 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt6 - perl-5.8.1 finally released, with fix-B-Deparse.patch in
Wed Sep 24 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt5.RC5 - fix-B-Deparse.patch: matching against string fixed (#3036)
Tue Sep 23 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt4.RC5 - 5.8.1-RC5 - MM-uninst.patch: helps to eliminate self-requires in BuildRequires with `buildreq --args=-bi\' - rh-syslog.patch updated - macros.d/perl5 moved to rpm-build-perl package - %oldversion dropped in perl-devel package due to dist-upgrade problems
Mon Sep 15 08:00:00 2003 Dmitry V. Levin 1:5.8.1-alt3.pre21050 - Relocated /usr/lib/perl5/i386-linux/auto/B/B.so from perl-devel to perl-base.
Fri Sep 5 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt2.pre21050 - moved to the latest snapshot (maint 21050) - perl-Storable built now from here, not from separate source package (BuildRequires closure) - O.pm moved to perl-devel for the sake of new perl.req RPM script - descriptions updated
Sat Aug 2 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt1.RC4 - 5.8.1-RC4 (some modules updated) - perl-DB_File merged to perl-DBM package; no-db.patch dropped
Thu Jul 31 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.9.RC3 - 5.8.1-RC3; some problems fixed as I reported: + tied values were mishandled by formats + B::Deparse versioning and gv_name stuff fixed, alt-B-Deparse-fixes.patch dropped - findreq_skiplist extended
Tue Jul 15 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.8.RC2 - 5.8.1-RC2
Thu Jul 10 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.7.RC1 - 5.8.1-RC1 - custom optimization (-Os -Wl,-O1)
Tue Jul 8 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.6.pre20073 - moved to the latest snapshot (maint 20014) + PERL_SKIP_TTY_TEST stuff was fixed as I reported - some attrs* modules were accidentally missing - copy-paste error in Provides fixed
Fri Jul 4 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.5.pre19975 - moved to the latest snapshot (maint 19975) - patches updated: libswanted, soname, norootcheck, owl-tmp - deb-accept-addrsz.patch merged upstream - fixed build for environments without /dev/tty - fixed build for environments without /proc filesystem mounted - fixed sys/_types.ph dependency stuff which comes out with new gcc
Wed Jun 18 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.4.pre19792 - moved to the latest snapshot (maint 19792) - alt-B-Deparse-fixes.patch (can\'t get comments on this from perl5-porters) - Term/ReadLine.pm moved to perl-Term-ReadLine-Gnu package - added support for /etc/perl5 module directory (debian) - fix-perms.patch: owner-writable permissions by default
Tue Jun 10 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.3.pre19733 - moved to the latest snapshot (maint 19733) - alt-diagnostics.patch: don\'t die when perldiag.pod is not available - Text::Balanced restored as it was removed in Parse-RecDescent-1.92 - owl-tmp.patch updated
Tue Jun 3 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.2.pre19613 - moved to the latest snapshot (maint 19613); some problems fixed as I reported: + ftp.pl removed (along with chat2.pl) + B::Deparse fixes - build dependencies clenup: + new patches: alt-libswanted, alt-trylist, alt-no-csh, alt-no-ksh, alt-no-perl, alt-no-db + build Cwd.so ASAP (Cwd.pm falls back to the method that scans the whole filesystem) + get rid of miniperl ASAP (miniperl cannot load Cwd.so) + skip some tests that fail under buildreq/strace or scan filesystem + buildreq applied (BuildRequires: libdb2-devel libgdbm-devel libtcb nss_tcb) - macros.d/perl: + export LD_BIND_NOW=1 PERL_DL_NONLAZY=1 for \'make test\' + more diagnostics - fixed a2p linked against extra libraries
Mon May 26 08:00:00 2003 Alexey Tourbin 1:5.8.1-alt0.1.pre19525 - moved to the latest snapshot (maint 19525) - revision of all patches: + updated: alt-MakeMaker-FHS, alt-deb-perldoc-width, alt-deb-perldoc-INC, alt-deb-accept-addrsz + needed no more (fixed): rh-pager, deb-Term-Cap-infocmp, deb-perlembed-examples, deb-POSIX-SigAction, deb-lib-args, deb-no-syslogd, deb-Safe + refused: mdk-MakeMaker-prefix (old hack, no longer supported) - new package layout: perl -> perl-i18n, perl-DBM: 1,7M perl-base 16K perl-full 1,8M perl-man1 112K perl-DBM 2,9M perl-i18n 1,3M perl-man3 944K perl-devel 48K perl-suidperl 1,5M perl-pod - dropped some conditional logic, old triggers and old dependencies
Fri Dec 27 07:00:00 2002 Alexey Tourbin 1:5.8.0-alt1 - #0001755: /usr/bin/suildperl was a hard links, this led to permission conflict; symlinking forced - %without_libnet: fixed an error in excluding libnet libraries
Tue Dec 10 07:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.9 - perl-full package (helps to install feature-rich perl kit) - moved from perl to perl-base: Sys::Syslog, Net::Ping, Net::*ent, Time::tm, Time::gmtime, Time::localtime, timelocal.pl, ctime.pl, flush.pl, stat.pl, getopt.pl, the rest of *.ph files - deb-Safe patch (security update for Safe.pm) - upstream patches: 17781, 17927, 18061 (RH)
Wed Nov 6 07:00:00 2002 Stanislav Ievlev 1:5.8.0-alt0.8.1 - fix conflicts with perl-DB_File
Tue Nov 5 07:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.8 - pager=\'/usr/bin/less -isR\'; rh-pager patch - %dir /usr/lib/perl5/vendor_perl/auto (perl-base) - %perl_venodr_install macro: various fixes - some more *.ph files moved to perl-base - /etc/rpm/macros.d/perl moved to perl-devel - AnyDBM_File moved to perl-DB_File package; all *DBM_File modules left in perl package (perl-base now depends on glibc-core and sh packages only) - Sisyphus release
Thu Oct 31 07:00:00 2002 Stanislav Ievlev 1:5.8.0-alt0.7.1 - adaptations for new gdbm
Mon Oct 28 07:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.7 - separate packages (again): perl-Parse-RecDescent, perl-Storable - provides, obsoletes: perl-MIME-Base64 (perl-base, but MIME/QuotedPrint.pm is in perl because it uses Encode.pm) - %perl_vendor_build macro: test, smp switches added (on by default) - %perl_fix_local new macro: replace /usr/local/ with /usr/ - %post/%postun sections added (perl-base) - libperl got soname (alt-pld-soname patch)
Fri Oct 25 08:00:00 2002 Dmitry V. Levin 1:5.8.0-alt0.6.1 - Build without libperl dependency autodetection.
Thu Oct 24 08:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.6 - separate packages: perl-CPAN, perl-libnet - provides, obsoletes: perl-Digest-MD5, perl-Time-HiRes (perl-base) - inc_version list mechanism is now partly supported -- for local installations only (/usr/local/lib/perl5/site_perl/5.8.8) - ultimate *dbm policy: try to include in perl-base the best one (according to AnyDBM_File.pm priorities; literally, this is ndbm) - chat2.pl obsolete (yet missing) library restored from perl-5.6.1 - patch correction: mdk-MakeMaker-fhs -> alt-mdk-MakeMaker-fhs (handle /usr/share/man as well as /usr/local/man) - debian perl_5.8.0-13 patches: perldoc-width, perldoc-INC, accept-addrsz, Term-Cap-infocmp, installman-nopod, perlembed-examples, POSIX-SigAction, lib-args, no-syslogd
Tue Oct 22 08:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.5 - perl-pod, perl-man1 and perl-man3 subpackages - /etc/rpm/macros.d/perl (perl-base) -- perl-specific rpm macros + %perl_vendor_{priv,arch,auto}lib, %perl_vendor_man[13]dir + %perl_vendor_{build,install} + %perl_binary_compat
Sat Oct 19 08:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.4 - make use of site/vendor distinction; additional perl packages provided by ALT Linux Team must install in /usr/lib/perl5/vendor_perl (typical invocation: \"perl Makefile.PL INSTALLDIRS=vendor\"); local installations must install in /usr/local/lib/perl5/site_perl/5.8.8 - mdk-MakeMaker-prefix patch (keep paths relative to prefix) - mdk-MakeMaker-fhs patch (fix implied $(PREFIX)/man mandir) - /usr/bin/perldoc and a bit of Pod stuff moved to perl-base - /usr/lib/perl5/man/man3 -> /usr/share/man/man3 - perl-base provides perl-version (for possible future use) - sdbm is in perl-base; gdbm and ndbm are in perl - %descriptions got more descriptive
Wed Oct 16 08:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.3 - major rearrangement; dependency tunings + static %files sections + some modules moved from perl to perl-base and perl-devel + perl and perl-devel depend on perl-base only + perl-base doesnot depend on perl; \"AutoReq: noperl\" switched off - libperl.so* relocated to /usr/lib - soname changed: libperl.so.5 -> libperl.so.5.8 - use of inc_version_list mechanism is finally deprecated - archlib name kept back to i386-linux - debian *.ph fixer
Sun Oct 6 08:00:00 2002 Aleksandr Blokhin \'Sass\' 1:5.8.0-alt0.2 - removed obsoleted Summary & description in KOI8-R encoding - added Packager & URL tags - repacked Source0 with bzip2
Tue Oct 1 08:00:00 2002 Alexey Tourbin 1:5.8.0-alt0.1 - 5.8.0 - revision of all patches - general specfile cleanup - builds now without AND with system-wide perl installation
Sun May 19 08:00:00 2002 Mikhail Zabaluev 1:5.6.1-alt17 - Synced with 5.6.1-41.99.6 (RedHat) and 5.601-14mdk (Mandrake) - suidperl subpackage
Fri Apr 5 08:00:00 2002 Mikhail Zabaluev 1:5.6.1-alt16 - Thrown unwanted libraries out of libswanted - Two more patches from RedHat - Added /usr/bin/perl to the perl-base provides
Sat Jan 5 07:00:00 2002 Mikhail Zabaluev 1:5.6.1-alt15 - dbmclose-in-DESTROY patch
Wed Nov 28 07:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt14 - Better solution of the previous problem: bail out if directories don\'t exist
Mon Nov 26 07:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt13 - Create directories prior to cd\'ing to them in the preinstall scripts
Tue Nov 6 07:00:00 2001 Stanislav Ievlev 1:5.6.1-alt12 - fix Autoreq
Sat Nov 3 07:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt11 - Parser patch from Gurusamy Sarathy (change #9950)
Tue Oct 23 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt10 - Relocated linux/modsetver.ph to perl-base - Refined perldoc patch - BuildRequires cleanup
Wed Oct 17 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt9 - Explicitly set inc_version_list
Fri Oct 5 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt8 - Synchronized with 5.601-6mdk - Added perldoc patch - noperl in AutoReq
Tue Jul 31 08:00:00 2001 Dmitry V. Levin 5.6.1-alt7 - Dropped symlinks to i386 arch-dependent directories for other ix86 arches because it breaks upgrade.
Tue Jul 17 08:00:00 2001 Dmitry V. Levin 5.6.1-alt7 - Set explicit install order: perl-base, perl, perl-devel. - Added preinstall scripts for somewhat better arch change.
Sat Jul 14 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt6 - made symlinks to i386 arch-dependent directories for other ix86 arches - removed sitelib directory from perl-base list
Tue Jul 10 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt5 - set archname to i386-linux for ix86 - removed kernel dependency as it turns out to be circular
Thu Jun 21 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt4 - Fixed soname
Tue May 29 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt3 - Synchronized with 5.601-4mdk - IMPORTANT: Removed version number part from privlib and archlib paths in order to make programs compiled with libperl.so using rpath immune to perl upgrades. Editing of ld.so.conf is abandoned. A (bare-)versioned soname is etched on libperl.so. - Use installprefix and edit Config.pm as INSTALL recommends to do
Wed Apr 18 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt2 - perl-base adds path to libperl.so to /etc/ld.so.conf on installation
Fri Apr 13 08:00:00 2001 Mikhail Zabaluev 1:5.6.1-alt1 - The long-awaited 5.6.1 - Changed release tag for ALT Linux Team - Trying to eliminate dependency on i386 dirs - Fixed LD_SO_PRELOAD in install stage
Sun Dec 17 07:00:00 2000 Mikhail Zabaluev 1:5.6.0-ipl3mdk - synchronized with 5.600-24mdk - Added: + ../site_perl/5.005/i386-linux as vendorarch + site_perl directory to the files list for perl-base
Fri Dec 1 07:00:00 2000 Mikhail Zabaluev 1:5.6.0-ipl2mdk - brought the spec in conformance to the GPL (the General Party Line, not to be mixed with the GNU Public License) - touch Config.pm to avoid unwanted rebuilds during install - not using packages that used to be a source for .ph\'s not needed by Perl itself. This will be done in a separate package. - eliminated build dependancy on the perl installed in the system - added kernel version supporting 64-bit I/O to Requires - added /boot/kernel.ph to Requires - moved h2ph to the main package, since it is used to generate /boot/kernel.ph
Sat Nov 25 07:00:00 2000 Mikhail Zabaluev 1:5.6.0-ipl1mdk - turned into an official Mandrake RE package - old version set to 5.00600 to comply with automatic requires - Russian groups and information - packages listed to build *.ph files are made BuildRequires - used _perl_lib_path macro to specify the Perl autodeps search path strictly
Thu Nov 23 07:00:00 2000 Mikhail Zabaluev 1:5.6.0-4mdk_mhz - synchronized with 5.600-20mdk by pixelAATTmandrakesoft.com - enabled \'uselargefiles\' again, since the new kernel must support it - removed redundant epoch 1 provides - automatic dependency building for perl
Mon Oct 16 08:00:00 2000 Mikhail Zabaluev 1:5.6.0-3mdk_mhz - -Uuselargefiles configuration option, for compatibility with Apache and workable fcntl($fd, F_SETLK, ...)
Sun Oct 8 08:00:00 2000 Mikhail Zabaluev 1:5.6.0-2mdk_mhz - added perl = 1:5.8.8 in provides to work around an rpm flaw
Sat Oct 7 08:00:00 2000 Mikhail Zabaluev 1:5.6.0-1mdk_mhz - versioning with epoch - excluded *.bs files from perl.list
Sun Sep 3 08:00:00 2000 Pixel 5.600-17mdk - also move warnings/register.pm - fix silly error
Sat Sep 2 08:00:00 2000 Pixel 5.600-16mdk - move Glob.pm and dependencies to perl-base
Sat Sep 2 08:00:00 2000 Pixel 5.600-15mdk - fix filelist cleaning
Wed Aug 23 08:00:00 2000 Pixel 5.600-14mdk - add Packager
Tue Aug 22 08:00:00 2000 Pixel 5.600-13mdk - move dir .../CORE to perl-base - move lib.pm to perl-base (to make installkernel happy)
Fri Aug 18 08:00:00 2000 Pixel 5.600-12mdk - fix-LD_RUN_PATH-for-MakeMaker
Mon Aug 7 08:00:00 2000 Pixel 5.600-11mdk - fix the mailx `!~\' (in case you\'re using the old mailx or a bug appears in mailx...)
Tue Jul 25 08:00:00 2000 Pixel 5.600-10mdk - move DynaLoader.a to -devel - remove menu
Sat Jul 22 08:00:00 2000 Pixel 5.600-9mdk - patch CGI.pm to have $TempFile::TMPDIRECTORY = \'/tmp\'
Fri Jul 21 08:00:00 2000 Pixel 5.600-8mdk - bad config.h
Fri Jul 21 08:00:00 2000 Pixel 5.600-7mdk - oups, devel was bad :-(
Wed Jul 19 08:00:00 2000 Pixel 5.600-6mdk - BM, macroization
Fri May 19 08:00:00 2000 François Pons 5.600-5mdk - changed asm/*.h to asm*/*.h during .ph generation for sparc.
Fri Mar 31 08:00:00 2000 Pixel 5.600-4mdk - fix a bug causing missing .ph\'s
Tue Mar 28 08:00:00 2000 Pixel 5.600-3mdk - really add menu
Mon Mar 27 08:00:00 2000 Pixel 5.600-2mdk - add menu
Thu Mar 23 07:00:00 2000 Pixel 5.600-1mdk - change version number for backward compatibility :( (serial is not enough, cuz there are some requires >= 5.00503)
Thu Mar 23 07:00:00 2000 Pixel 5.6.0-1mdk - new version
Tue Mar 21 07:00:00 2000 Pixel 5.6-0.3mdk - RC3
Thu Mar 16 07:00:00 2000 Pixel 5.6-0.2mdk - RC2
Thu Mar 9 07:00:00 2000 Pixel 5.6-0.1mdk - new version
Wed Mar 1 07:00:00 2000 Pixel 5.5.670-1mdk - new version
Thu Feb 24 07:00:00 2000 Pixel 5.5.660-1mdk - remove the strip\'ing and man page bzip\'ing - new version
Wed Feb 9 07:00:00 2000 Pixel 5.5.650-1mdk - new version
Thu Feb 3 07:00:00 2000 Pixel 5.5.640-6mdk - new version (and new version numbering)
Mon Jan 17 07:00:00 2000 François Pons - changed asm/*.h to asm*/*.h during .ph generation for sparc.
Fri Dec 17 07:00:00 1999 Pixel - clean up - fixed the reference to the egcs package
Mon Nov 29 07:00:00 1999 Pixel - removed the `Provides: perl\' in perl-base
Mon Nov 22 07:00:00 1999 Stefan van der Eijk - changed i386 into ${RPM_ARCH}
Mon Oct 25 08:00:00 1999 Chmouel Boudjnah - Fix forget manpages from %files.
Thu Oct 14 08:00:00 1999 Pixel - create hackperl based on perl\'s spec - split in two packages - removed csh dependencie - merged redhat\'s spec (not everything)
Mon Jul 12 08:00:00 1999 Chmouel Boudjnah - ln /usr/lib/perl5 to /usr/lib/perl5%current_version - bzip2 manpages.
Tue Apr 13 08:00:00 1999 Chmouel Boudjnah - Add patch from RedHat6.0. - Update to 5.005_03
Sat Apr 10 08:00:00 1999 Bernhard Rosenkraenzer - Mandrake adaptions - bzip2 man/info pages - handle RPM_OPT_FLAGS - add de locale
Thu Jan 7 07:00:00 1999 Cristian Gafton - guilty of the inlined Makefile in the spec file - adapted for the arm build
Wed Sep 9 08:00:00 1998 Preston Brown - added newer CGI.pm to the build - changed the version naming scheme around to work with RPM
Sun Jul 19 08:00:00 1998 Jeff Johnson - attempt to generate *.ph files reproducibly
Mon Jun 15 08:00:00 1998 Jeff Johnson - update to 5.004_04-m4 (pre-5.005 maintenance release)
Fri Jun 12 08:00:00 1998 Christopher McCrory - need stdarg.h from gcc shadow to fix \"use Sys::Syslog\" (problem #635)
Fri May 8 08:00:00 1998 Cristian Gafton - added a patch to correct the .ph constructs unless defined (foo) to read unless(defined(foo))
Thu May 7 08:00:00 1998 Prospector System - translations modified for de, fr, tr
Tue Mar 10 07:00:00 1998 Cristian Gafton - fixed strftime problem
Sun Mar 8 07:00:00 1998 Cristian Gafton - added a patch to fix a security race - do not use setres[ug]id - those are not implemented on 2.0.3x kernels
Mon Mar 2 07:00:00 1998 Cristian Gafton - upgraded to 5.004_04 - 5.004_01 had some nasty memory leaks. - fixed the spec file to be version-independent
Fri Dec 5 07:00:00 1997 Erik Troan - Config.pm wasn\'t right do to the builtrooting
Mon Oct 20 08:00:00 1997 Erik Troan - fixed arch-specfic part of spec file
Sun Oct 19 08:00:00 1997 Erik Troan - updated to perl 5.004_01 - users a build root
Thu Jun 12 08:00:00 1997 Erik Troan - built against glibc
Tue Apr 22 08:00:00 1997 Erik Troan - Incorporated security patch from Chip Salzenberg
Fri Feb 7 07:00:00 1997 Erik Troan - Use -Darchname=i386-linux - Require csh (for glob) - Use RPM_ARCH during configuration and installation for arch independence
|
|
|