Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-BSD-Resource | Distribution: openSUSE Leap 16.0 |
Version: 1.2911 | Vendor: openSUSE |
Release: lp160.1.2 | Build date: Tue Apr 11 07:05:55 2017 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 119066 | Source RPM: perl-BSD-Resource-1.2911-lp160.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/BSD-Resource/ | |
Summary: BSD process resource limit and priority functions |
BSD process resource limit and priority functions
Artistic-2.0 or LGPL-2.0
* Tue Apr 11 2017 coolo@suse.com - updated to 1.2911 see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog 2017-04-07 Jarkko Hietaniemi <jhi@iki.fi> * Prepend "./" to require-d pathnames in tests, in preparation of Perl 5.26.0. [cpan #120993] * Add RLIMIT_POSIXLOCKS from DragonFly BSD. * Release 1.2911. * Sat May 28 2016 coolo@suse.com - updated to 1.2910 see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog 2016-05-12 Jarkko Hietaniemi <jhi@iki.fi> * Add RLIMIT_RSESTACK from hpux/ia64, and RLIMIT_FREEMEM and RLIMIT_NTHR from QNX. * Add more PRIO_ values from Solaris: PRIO_CONTRACT PRIO_LWP PRIO_PROJECT PRIO_SESSION PRIO_TASK PRIO_ZONE * HPUX: Do not unconditionally define the RLIMIT_ and RLIM_NLIMITS * Add missing word ('enough') in getrusage.t test skippage. * Repoint all the license pointers to COPYRIGHT and LICENSE in Resource.pm, add LICENSE file as a new pointer. * Release 1.2910. * Mon Nov 16 2015 coolo@suse.com - updated to 1.2909 see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog 2015-11-15 Jarkko Hietaniemi <jhi@iki.fi> * The added RLIMIT_ values were not added quite right. Our own tests didn't detect this, but mod_perl2 ones did [cpan #108955] * Sat Oct 24 2015 coolo@suse.com - updated to 1.2908 see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog - fix license - it's not apache * Fri Jul 26 2013 coolo@suse.com - updated to 1.2907 * Address rt.cpan.org #86857: t/setrlimit.t failure Skip setrlimit() tests also if the hard limit is RLIM_INFINITY. * Release 1.2907. 2013-07-07 Jarkko Hietaniemi <jhi@iki.fi> * Skip number-of-files and stack setrlimit tests in Cygwin: the constants exist but the implementation doesn't really seem to be there. Document this in the pod. Testing by dsolimano. * For setrlimit tests involving byte sizes (memory or file size) round the byte sizes down to 4 kB boundaries. * Fix some pod nits. * Release 1.2906. 2013-06-22 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #86334: typo fixes * Address rt.cpan.org #62504: Disable user/system timing tests if workload accumulate too little time * Attempt harder in getrusage.t to burn enough user and system time, refactor the "burn some cpu" utility into t/burn.pl, use that also in t/times.t. * Fix a testing problem in NetBSD for t/setrlimit.t, the tests were misnumbered. * Silence compilation warnings coming from Perl 5.18.0. * Clarify the license to be Artistic 2.0 or LGPL 2.0. * Regenerate ppport.h with Perl 5.18.0. * Release 1.2905. * Fri Nov 18 2011 coolo@suse.com - use original .tar.gz * Tue Nov 30 2010 coolo@novell.com - switch to perl_requires macro * Mon Nov 29 2010 coolo@novell.com - remove /var/adm/perl-modules * Tue Oct 19 2010 coolo@novell.com - add perl as explicit buildrequire * Thu Mar 25 2010 anicka@suse.cz - update to 1.2904 * Address rt.cpan.org #53856: memory leak in get_rlimits() * Address rt.cpan.org #53859: clarify get_rlimits() docs * Thu Feb 04 2010 jengelh@medozas.de - add comment about possible testcase failure * Sun Jan 10 2010 jengelh@medozas.de - enable parallel build * Mon Apr 06 2009 anicka@suse.cz - update to 1.2903 * Address rt.cpan.org #44082: "Bug in compiler detection (Makefile.PL)" (for AIX xlc) * Fri Jan 23 2009 anicka@suse.cz - update to 1.2902 * Lowered the "0.95 of the current limit" down to "0.75 of the current limit" in setrlimit.t so that more memory-constrained systems (like 2MB or less of default stack) have slightly more chance of completing the test. The 0.75 also has more chance of aligning with page sizes. * The scalar context return of getrlimit() was documented to return an object, even though it really returned the soft limit. Fixed the documentation. * Judging by the cpantesters reports no netbsd has a functional RLIMIT_STACK, so skipping the test in all of them. * netbsd-alpha does not have a functional RLIMIT_STACK, reported by David Cantrell. Skip the test, and document as a known issue. - remove the last patch, because upstream prefers fixing documentation before fixing the behavior. We are compatible with the upstream now, but not with our last release. * Tue Nov 25 2008 anicka@suse.cz - getrlimit: return object in scalar context according to the documentation (bnc#446693) * Mon Mar 03 2008 anicka@suse.cz - update to 1.2901 * Rewrite the setrlimit.t test. * 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. - drop setrlimit.t patch * Sun Jan 13 2008 coolo@suse.de - take a patch from fedora to make it build * Fri Oct 27 2006 dmueller@suse.de - don't build as root * Wed Jul 12 2006 anicka@suse.cz - update to 1.28 * many bugfixes added - remove unneccessary test patch * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Nov 15 2005 uli@suse.de - no test on ARM (unimplemented calls in QEMU) * Fri Aug 13 2004 mjancar@suse.cz - update to 1.24 * Thu Feb 26 2004 mjancar@suse.cz - update to 1.23 * Fri Aug 22 2003 mjancar@suse.cz - require the perl version we build with * Thu Aug 07 2003 mjancar@suse.cz - fix test that assumed that it runs with nice 0 * Wed Aug 06 2003 mludvig@suse.cz - package creation
/usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/BSD /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/BSD/Resource.pm /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/Resource.so /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/_find_prio.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/_find_rlimit.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/_g.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/autosplit.ix /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/get_prios.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/get_rlimits.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/getpriority.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/getrlimit.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/getrusage.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/hard.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/idrss.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/inblock.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/isrss.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/ixrss.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/majflt.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/maxrss.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/minflt.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/msgrcv.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/msgsnd.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/nivcsw.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/nsignals.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/nswap.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/nvcsw.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/oublock.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/setpriority.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/setrlimit.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/soft.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/stime.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/times.al /usr/lib/perl5/vendor_perl/5.38.2/ppc64le-linux-thread-multi/auto/BSD/Resource/utime.al /usr/share/doc/packages/perl-BSD-Resource /usr/share/doc/packages/perl-BSD-Resource/ChangeLog /usr/share/doc/packages/perl-BSD-Resource/README /usr/share/licenses/perl-BSD-Resource /usr/share/licenses/perl-BSD-Resource/LICENSE /usr/share/man/man3/BSD::Resource.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 29 23:22:13 2025