pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-BSD-Resource



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Jul 17 13:52:44 UTC 2008

Modified Files:
        pkgsrc/devel/p5-BSD-Resource: Makefile distinfo
Added Files:
        pkgsrc/devel/p5-BSD-Resource/patches: patch-aa

Log Message:
Update from version 1.28 to 1.29.01 (original has 1.2901, but
that's an accident waiting to happen on next version number "increase").

Also included is a bugfix for one of the self-tests, a comparison
which was the wrong way.  Reported upstream.

Tests OK on i386/4.0 if you bump the stack limit to something more
than the default 2MB.

Changes:

2008-01-29  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * netbsd-alpha does not have a functional RLIMIT_STACK,
          reported by David Cantrell.  Skip the test, and document
          as a known issue.

        * Release 1.2901.

2008-01-27  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Rewrite the setrlimit.t test.  Simplify it a lot; now all
          RLIM_INFINITY limits are simply skipped; for those that
          are limited we try setting only the soft limit, and accept
          a value lower than we tried to set, since various systems
          might either enforce lower limits, or round up the limits.
          Added documentation on setrlimit() about this.

        * Allow calling getrlimit/setrlimit and getpriority/setpriority
          with the string names ("RLIMIT_NPROC", for example).

        * Include ppport.h (generated with perl 5.8.8), reshuffle
          system header includes appropriately.

        * Tested also with older Perls, 5.005_05 and 5.6.2, in OS X.
          (5.005_04 didn't work, it creates but then cannot dynaload
           the .bundle files, go figure.)

        * Minor documentation tweaks and copyright year bumps.

        * Release 1.29.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/devel/p5-BSD-Resource/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/p5-BSD-Resource/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/p5-BSD-Resource/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index