Re: [yocto] [meta-security][PATCH 2/2] Bastille: Remove dependency on lib-perl

2013-09-25 Thread mulhern
. You'll still need to make the Bastille recipe dependent on the Lib module, but you'll find that among the standard perl modules elsewhere in the Yocto distribution. - mulhern On Fri, Sep 20, 2013 at 12:20 AM, Joe MacDonald j...@deserted.net wrote: Bastille never uses more than the minimal

[yocto] Fwd: [meta-security][PATCH 1/2] Bastille: make questions files writable

2013-09-25 Thread mulhern
-- Forwarded message -- From: mulhern mulh...@gmail.com Date: Wed, Sep 25, 2013 at 6:00 PM Subject: Re: [yocto] [meta-security][PATCH 1/2] Bastille: make questions files writable To: Joe MacDonald j...@deserted.net Hi! Thanks for the patch, however the problem addressed by patch

[yocto] [PATCH 1/1] libcap-ng: omit an unnecessary build time dependency.

2013-09-05 Thread mulhern
[YOCTO #5084] libcap has been removed from the list of DEPENDS packages. Since libcap was the only package in the list the DEPENDS variable has been removed from the recipe file. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/libcap-ng/libcap-ng_0.7.3.bb |1 - 1 file

[yocto] [PATCH 0/1] [meta-security] Remove dependency from libcap-ng.

2013-09-05 Thread mulhern
/poky-contrib mulhern/bug5084 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug5084 mulhern (1): libcap-ng: omit an unnecessary build time dependency. recipes-security/libcap-ng/libcap-ng_0.7.3.bb |1 - 1 file changed, 1 deletion(-) -- 1.7.10.4

[yocto] [PATCH 1/2] libenv-perl: Remove redundant recipe in meta-security layer.

2013-09-05 Thread mulhern
-by: mulhern mulh...@yoctoproject.org --- .../checksecurity/checksecurity_2.0.14.bb |2 +- recipes-security/perl/env-perl_1.04.bb | 25 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 recipes-security/perl/env-perl_1.04.bb diff --git

[yocto] [PATCH 2/2] libcurses-perl: curses-perl renamed to libcurses-perl.

2013-09-05 Thread mulhern
[YOCTO #5081] The recipe meta-security/recipes-security/perl/curses-perl_1.28.bb is renamed to libcurses-perl_1.28.bb to conform to accepted naming scheme. The dependency in the Bastille recipe is updated accordingly. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille

[yocto] [PATCH 0/2] [meta-security] Cleanup of perl recipes.

2013-09-05 Thread mulhern
. (2013-08-30 15:42:10 -0400) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mulhern/bug5081 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug5081 mulhern (2): libenv-perl: Remove redundant recipe in meta-security layer. libcurses-perl

[yocto] [PATCH 0/6] [meta-security] Bastille bug fixes and enhancements

2013-08-27 Thread mulhern
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mulhern/bastille-final http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bastille-final mulhern (6): Bastille: Preliminary cleanup of existing patches. Bastille: Miscellaneous fixes to the Bastille

[yocto] [PATCH 5/6] Bastille: set Yocto specific questions via config file.

2013-08-27 Thread mulhern
that are relevant to the Yocto project. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|3 + .../bastille/files/set_required_questions.py | 135 2 files changed, 138 insertions(+) create mode 100755 recipes-security/bastille

[yocto] [PATCH 1/6] Bastille: Preliminary cleanup of existing patches.

2013-08-27 Thread mulhern
script. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|5 +- .../files/Curses-and-IOLoader-changes.patch| 50 .../bastille/files/call_output_config.patch| 13 + ...rd-patch.patch

[yocto] [PATCH 2/6] Bastille: Miscellaneous fixes to the Bastille code base.

2013-08-27 Thread mulhern
defined but not used cases, and makes the error reporting more informative. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|4 ++ .../files/fix_missing_use_directives.patch | 48 .../bastille/files

[yocto] [PATCH 6/6] Bastille: document the current status and usability of the Bastille install.

2013-08-27 Thread mulhern
. This is better than attempting to make the changes and making the screen flicker . The text on the final screen has been updated appropriately. Signed-off-by: mulhern mulh...@yoctoproject.org --- README | 44 +--- recipes-security/bastille

[yocto] [PATCH 3/6] Bastille: change in behavior of bastille -l.

2013-08-27 Thread mulhern
[YOCTO #3867] bastille -l now reports existing configuration file paths even if it has not previously been run. Previously, it exited with an error if it detected an absence of log files indicating a previous run. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille

[yocto] [PATCH 4/6] Bastille: accept and observe --os flag in multiple situations.

2013-08-27 Thread mulhern
distros Bastille would quit with an error. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|5 + .../bastille/files/accept_os_flag_in_backend.patch | 28 ++ .../bastille/files/allow_os_with_assess.patch | 37 ++ .../bastille/files

[yocto] [PATCH 0/5] [meta-security] Bastille bug fixes and enhancements

2013-08-25 Thread mulhern
://git.yoctoproject.org/poky-contrib mulhern/bastille-final http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bastille-final mulhern (5): Bastille: Preliminary cleanup of existing patches. Bastille: Miscellaneous fixes to the Bastille code base. Bastille: change in behavior of bastille -l

[yocto] [PATCH 1/5] Bastille: Preliminary cleanup of existing patches.

2013-08-25 Thread mulhern
script. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|5 +- .../files/Curses-and-IOLoader-changes.patch| 50 .../bastille/files/call_output_config.patch| 13 + ...rd-patch.patch

[yocto] [PATCH 3/5] Bastille: change in behavior of bastille -l.

2013-08-25 Thread mulhern
[YOCTO #3867] bastille -l now reports existing configuration file paths even if it has not previously been run. Previously, it exited with an error if it detected an absence of log files indicating a previous run. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille

[yocto] [PATCH 4/5] Bastille: accept and observe --os flag in multiple situations.

2013-08-25 Thread mulhern
distros Bastille would quit with an error. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|5 + .../bastille/files/accept_os_flag_in_backend.patch | 28 ++ .../bastille/files/allow_os_with_assess.patch | 37 ++ .../bastille/files

[yocto] [PATCH 2/5] Bastille: Miscellaneous fixes to the Bastille code base.

2013-08-25 Thread mulhern
defined but not used cases, and makes the error reporting more informative. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/bastille/bastille_3.2.1.bb|4 ++ .../files/fix_missing_use_directives.patch | 48 .../bastille/files

[yocto] [PATCH 2/2] lib-perl: Change description to match package.

2013-08-16 Thread mulhern
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196 The description field in the recipe was changed to match the package. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/perl/lib-perl_0.63.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions

[yocto] [PATCH 1/2] curses-perl: Change description to match package.

2013-08-15 Thread mulhern
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196 The description field in the recipe was changed to match the package. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/perl/curses-perl_1.28.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions

[yocto] [PATCH 0/2] [meta-security] Change descriptions to match packages.

2013-08-15 Thread mulhern
mulhern/bug4916-final2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final2 mulhern (2): curses-perl: Change description to match package. lib-perl: Change description to match package. recipes-security/perl/curses-perl_1.28.bb |5 ++--- recipes-security/perl

[yocto] [PATCH 2/2] lib-perl: Change description to match package.

2013-08-15 Thread mulhern
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196 The description field in the recipe was changed to match the package. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/perl/lib-perl_0.63.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions

Re: [yocto] [PATCH 1/2] curses-perl: Change description to match package.

2013-08-15 Thread mulhern
OK. I'm submitting a revised patchset with the change your system's = the - mulhern On Thu, Aug 15, 2013 at 5:07 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Aug 15, 2013 at 1:36 PM, mulhern mulh...@gmail.com wrote: -DESCRIPTION = This package contains the URI.pm module with friends

[yocto] [PATCH 0/2] [meta-security] Change descriptions to match packages.

2013-08-15 Thread mulhern
mulhern/bug4916-final4 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final4 mulhern (2): curses-perl: Change description to match package. lib-perl: Change description to match package. recipes-security/perl/curses-perl_1.28.bb |5 ++--- recipes-security/perl

[yocto] [PATCH 1/2] curses-perl: Change description to match package.

2013-08-15 Thread mulhern
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196 The description field in the recipe was changed to match the package. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/perl/curses-perl_1.28.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions

[yocto] [PATCH 2/2] lib-perl: Change description to match package.

2013-08-15 Thread mulhern
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196 The description field in the recipe was changed to match the package. Signed-off-by: mulhern mulh...@yoctoproject.org --- recipes-security/perl/lib-perl_0.63.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-27 Thread mulhern
I think the high level summary is: 1. You can look and see if the module is in open-embedded by checking at http://layers.openembedded.org/ http://layers.openembedded.org/layerindex/ . 2. You're supposed to make a separate recipe for every little module. - mulhern On Sat, Jul 27, 2013 at 12:03

[yocto] Setting up Perl modules

2013-07-27 Thread mulhern
will be available for use in the directory for my build machine when building snort for my target machine? Should getting all the RDEPENDS_${PN} correct and putting pulledpork-native in the DEPENDS variable for Snort do it? Or must I do something else? Thanks! - mulhern

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread mulhern
. - mulhern On Thu, Jul 25, 2013 at 7:52 AM, Trevor Woerner trevor.woer...@linaro.orgwrote: On 24 July 2013 11:30, mulhern mulh...@gmail.com wrote: pulledpork tries to use the module Crypt::SSLeay and in my current configuration it can't find it. It looks like this module has a recipe

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread mulhern
On Thu, Jul 25, 2013 at 10:22 AM, Trevor Woerner trevor.woer...@linaro.orgwrote: On 25 July 2013 09:25, mulhern mulh...@gmail.com wrote: It's nice of you to point out for me the location of that one but what about the more like 15 or so others I didn't list and where they might or might

[yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-24 Thread mulhern
to package them up than writing individual recipes for each and every missing module? Third, are there naming conventions that should be followed? For example there is a recipe for liburi-perl that provides the very simply named Perl module URI. Thanks! - mulhern