2015-08-26 13:51:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.53:
0.53 2015-08-24
* Fixed bug in Linux occurring if process name is empty (RT#106571)
* Added missing includes on AIX (RT#39748)
* Some minor changes on tests and documentation
|
2015-08-24 08:28:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove patch that was integrated in upstream for 0.52.
|
2015-08-24 05:46:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 0.52
--------------
0.52 2015-08-23
* Incorporated mainly bugfixes (see github repor for details);
OS affected: NetBSD, cygwin, AIX, bsdi, Linux
* Added test for another odd command name ([])
* Added some scripts for process tracking. Still in beta-phase.
|
2015-08-20 17:38:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix buffer overflow detected by SSP.
Sent upstream as https://rt.cpan.org/Public/Bug/Display.html?id=106564
Bump PKGREVISION.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-10-20 11:00:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.51:
0.51
- Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
#99163 (segfault from canonicalize_file_name), pulled patch from Borislav
Nikolov.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-02-01 11:53:49 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.50:
0.45 Mon Sep 8 09:13:14 MDT 2008
-Patch from Milosz Tanski <mtanski@gridapp.com> to make module
thread-safe on linux (rt.cpan.org ID 38709). Patch from Scott
Davis <darkpreludesi@hotmail.com> for new constructor flag
enable_ttys, which when set to 0 disables traversing the
device tree.
0.46 Fri, Oct 19 2012
-Initial release by new maintainer jswartz, identical to 0.45 except for meta
files and README
0.47 16 Feb. 2013
-Initial releas by new maintainer jwb. Incorporated meta file updates from
Jonathan Swartz <swartz@pobox.com>. Closed a bunch of bugs: Patch from
Christian Boitel <christian.boitel@gmail.com> (fixes #51470); added
suggestion from Opera Wang <Opera.Wang@synopsys.com> (fixes #51470 even
more); patches from Michael Schilli (MSCHILLI) (fix #41397, #46861 and
#58236), work on perl w/o threads; pulled commits from Slaven ReziÄ
<SREZIC@cpan.org>, use kvm implementation for FreeBSD >= 6.0 (closes \
#68405
and #16978); fixed bug #69397, fh not closed; fixed RT #72862, unsafe use of
/tmp; added tests;
0.48
-Pulled commits from Chris Williams <chris@bingosnet.co.uk>, fixes build
errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file),
applied patch to fix #67224 (cygwin PID_ORPHANED) by <rurban at x-ray.at>.
Pulled FreeBSD patches from Slaven ReziÄ <SREZIC@cpan.org>;
Pulled from David Zaebst <zaebst@gmail.com>): Fixes to stay accurate on
machines with many cpus (#82175), to include system time into calculations
(#80391) and others (#81312, #82175 and #80391) and to fix unknown process
states for debian kernels #71976. Tried to get it compiling under
MidnightBSD.
0.49
-Fixed #61946 (odd process names), solution by Bernd Kallies. Fixed #48445, \
patch from
Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
from yyang. Got it (hopefully) running under kfreebsd.
|
2014-01-07 20:40:41 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Pass -D_POSIX_PTHREAD_SEMANTICS on SunOS to use correct readdir_r().
|