Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines. WWW: http://search.cpan.org/dist/Proc-SafeExec/ This port is needed by the next version (to be submitted soon) of the existing suite of ports security/p5-openxpki*
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
Hi Sergei, I am working on the new Proc::SafeExec port you submitted and I had a question regarding the license: you mention the port uses an Artistic and a GPL license (same as Perl itself) but to me it seems that it uses a BSD and a GPL license from what is written in the module code: http://search.cpan.org/~bilbo/Proc-SafeExec/lib/Proc/SafeExec.pm Could you confirm this please? Thanks, Frederic
Hi Frederic, Yes, you are right. My fault. Thank you. Sergei On 14.02.2012 13:27, Frederic Culot wrote: > I am working on the new Proc::SafeExec port you submitted and I had a > question regarding the license: you mention the port uses an Artistic > and a GPL license (same as Perl itself) but to me it seems that it > uses a BSD and a GPL license from what is written in the module code: > > http://search.cpan.org/~bilbo/Proc-SafeExec/lib/Proc/SafeExec.pm > > Could you confirm this please?
culot 2012-02-14 12:43:20 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Proc-SafeExec Makefile distinfo pkg-descr pkg-plist Log: Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines. WWW: http://search.cpan.org/dist/Proc-SafeExec/ PR: ports/165061 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> Revision Changes Path 1.4838 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Proc-SafeExec/Makefile (new) 1.1 +2 -0 ports/devel/p5-Proc-SafeExec/distinfo (new) 1.1 +7 -0 ports/devel/p5-Proc-SafeExec/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Proc-SafeExec/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!
culot 2012-02-14 12:53:49 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Sergei Vyshenski <svysh@pn.sinp.msu.ru> for devel/p5-Proc-SafeExec. PR: ports/165061 Revision Changes Path 1.1061 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"