<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/perl5.8/distinfo, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-03-03T16:21:02Z</updated>
<entry>
<title>Update BSDPAN:</title>
<updated>2009-03-03T16:21:02Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-03-03T16:21:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e13ea629c3e2d297aef354ce522eabaa392eb298'/>
<id>urn:sha1:e13ea629c3e2d297aef354ce522eabaa392eb298</id>
<content type='text'>
- fix pkgdb/+* files creation
- add lang/perl5.X as package dependency (via @pkgdep line)
</content>
</entry>
<entry>
<title>* Fix suidperl functionality. [1]</title>
<updated>2009-02-15T22:42:37Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-02-15T22:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e13b7326f81143a42ee7cbdb934d838a037450e4'/>
<id>urn:sha1:e13b7326f81143a42ee7cbdb934d838a037450e4</id>
<content type='text'>
* Update BSDPAN.

PR:		ports/131434 [1]
Submitted by:	William Olson &lt;wolson xx gmail.com&gt; [1]
</content>
</entry>
<entry>
<title>Update to 5.8.9</title>
<updated>2009-01-13T21:38:50Z</updated>
<author>
<name>Sergey Skvortsov</name>
<email>skv@FreeBSD.org</email>
</author>
<published>2009-01-13T21:38:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4ab5fefc98eaa00392de2ce4470acec599b7a6a2'/>
<id>urn:sha1:4ab5fefc98eaa00392de2ce4470acec599b7a6a2</id>
<content type='text'>
Also:

- add option SITECUSTOMIZE which enable -Dusesitecustomize [1]

- add patch against sv_dup() bug causes memory corruption in threaded perl [2]

Changes:	http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod
PR:		111120 [1], 130033 [2]
Submitted by:	"Ian A. Tegebo" &lt;yontege xx dev-mug.rescomp.berkeley.edu&gt; [1],
		kevin brintnall &lt;kbrint xx rufus.net&gt; [2]
</content>
</entry>
<entry>
<title>Upgrade to 5.8.8.</title>
<updated>2006-02-20T20:24:36Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2006-02-20T20:24:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3b9dcea28e43a643dcb066fad645c839c9eb636d'/>
<id>urn:sha1:3b9dcea28e43a643dcb066fad645c839c9eb636d</id>
<content type='text'>
Also:
Do not strip when built with -DWITH_DEBUGGING. [1]
Do not build non-threaded perl with -pthread. [2]
Add rebuild-xs target which should be used when
perl-after-upgrade does not do its job adequately. [3]
Fix perl-after-upgrade to handle threaded perl. [4]

Submitted by:	John Narron &lt;jnarron@cdsinet.net&gt; [2],
		Sergey Prikhodko &lt;sergey@network-asp.biz&gt; [4],
		parv@pair.com [1],
		pavel@ctk.ru [2],
		skv [3],
		vasilis &lt;vasilis@karkampounas.gr&gt; [2]
PR:	83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2]
</content>
</entry>
<entry>
<title>Patch for CVE-2005-3962 (fixes for sprintf formatting issues).</title>
<updated>2005-12-19T14:50:50Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2005-12-19T14:50:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=35ea162e45c864484ec151e750b13550a7d53704'/>
<id>urn:sha1:35ea162e45c864484ec151e750b13550a7d53704</id>
<content type='text'>
Bump PORTREVISION.

This revision is compatible with the previous one, so no need to rebuild
dependant ports.
</content>
</entry>
<entry>
<title>Upgrade to 5.8.7.  In addition:</title>
<updated>2005-06-24T09:17:06Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2005-06-24T09:17:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cb044765cac302a6d2f050170f3c803917d5eb06'/>
<id>urn:sha1:cb044765cac302a6d2f050170f3c803917d5eb06</id>
<content type='text'>
    - add perl-after-upgrade utility to move around
      dependent packages
    - fix $0 expansion in use.perl [1]
    - enable threaded perl on amd64 [2]
    - always compile perl with -pthread [3]
    - fix errno issue in SDBM_File [4]
    - add support for // and err (defined-or) [5]
    - add WITH_DEBUGGING option [6]
    - fix suidperl symlink [7]
    - fix several small bugs in use.perl
    - print possible WITH_XXX flags (no OPTIONS support yet)

[1] Submitted by:	erwin, Niël Dogger &lt;niel@introweb.nl&gt;
[2] Nudged by:		Mike Schroll &lt;FreeBSD@LogicX.us&gt;
[3] Nudged by:		skv
[4] perl bug #35938
[5] Obtained from:	H.Merijn Brand &lt;h.m.brand@xs4all.nl&gt;
[6] PR:	78811, submitted by:	skv
[7] PR:	80069, submitted by:	Sergey N. Voronkov &lt;serg@tmn.ru&gt;
    A different solution was actually implemented.
</content>
</entry>
<entry>
<title>Update to 5.8.6.  Also:</title>
<updated>2005-02-01T13:36:21Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2005-02-01T13:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=45dd233be8d067e875f6351b8b617eca012962a9'/>
<id>urn:sha1:45dd233be8d067e875f6351b8b617eca012962a9</id>
<content type='text'>
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
  this resolves CAN-2004-0452
  (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION &lt; 500036, create symlinks in /usr/bin not only for
  perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
  perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
  pod2text, s2p, and splain;  perl and suidperl are still enough for
  more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
  lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
  [7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
  pkg-deinstall;  apart from the changes already mentioned above, this
  is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].

Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.

[1] Nudged by: krion
[2] Reported by: nectar
    Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
    PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum &lt;freebsd %at% nagilum de&gt;
</content>
</entry>
<entry>
<title>Update to 5.8.5.</title>
<updated>2004-07-30T08:31:19Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2004-07-30T08:31:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b6b33242e7bcdb1465ab0997407a591498e395a8'/>
<id>urn:sha1:b6b33242e7bcdb1465ab0997407a591498e395a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. Update to 5.8.4.</title>
<updated>2004-05-30T23:13:56Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2004-05-30T23:13:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ceb8fe7d89a842322c1416e9d2061e2b941392ac'/>
<id>urn:sha1:ceb8fe7d89a842322c1416e9d2061e2b941392ac</id>
<content type='text'>
2. Make this port respect Makefile.local.
3. Transfer manpages to Makefile.man.
4. Move manpages for modules, included into distribution, into
   lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts
   with p5 ports for modules included with perl.
5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile.
6. Switch to bzipped sources.
7. Other small adjustments.

PR:	65925, 66096, 67205

Submitted by:	foxfair (1), Charles Swiger &lt;chuck@pkix.net&gt; (1), krion (3)
Reported by:	Roy Badami &lt;roy@gnomon.org.uk&gt; (2)
</content>
</entry>
<entry>
<title>SIZEify (maintainer timeout)</title>
<updated>2004-03-31T03:12:58Z</updated>
<author>
<name>Trevor Johnson</name>
<email>trevor@FreeBSD.org</email>
</author>
<published>2004-03-31T03:12:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8232e82f85d5e79b74b8239b447880627016bc6f'/>
<id>urn:sha1:8232e82f85d5e79b74b8239b447880627016bc6f</id>
<content type='text'>
</content>
</entry>
</feed>
