All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Li xin <lixin.fnst@cn.fujitsu.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-security][PATCH] samhain: upgrade to 4.1.0
Date: Fri, 30 Oct 2015 11:41:58 -0700	[thread overview]
Message-ID: <5633B9F6.5070509@gmail.com> (raw)
In-Reply-To: <1446197859-1701-1-git-send-email-lixin.fnst@cn.fujitsu.com>

Li Xin,

Master-next already has the 4.1.0 update. I have merged the additional
fixes to master-next.

thanks,
Armin

On 10/30/2015 02:37 AM, Li xin wrote:
> From: Li Xin <lixin.fnst@cn.fujitsu.com>
> 
> Also fix an error when "samhain -t check" is executed.
> The error is like this:
> 'ERROR: msg=<Record with bad version number in file signature database>,
> subroutine=<sh_dbIO_getdataent>, path=<(null)>'
> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  .../samhain/{samhain-client_4.0.0.bb => samhain-client_4.1.0.bb}    | 3 ++-
>  .../samhain/{samhain-server_4.0.0.bb => samhain-server_4.1.0.bb}    | 0
>  recipes-security/samhain/samhain.inc                                | 6 +++---
>  3 files changed, 5 insertions(+), 4 deletions(-)
>  rename recipes-security/samhain/{samhain-client_4.0.0.bb => samhain-client_4.1.0.bb} (79%)
>  rename recipes-security/samhain/{samhain-server_4.0.0.bb => samhain-server_4.1.0.bb} (100%)
> 
> diff --git a/recipes-security/samhain/samhain-client_4.0.0.bb b/recipes-security/samhain/samhain-client_4.1.0.bb
> similarity index 79%
> rename from recipes-security/samhain/samhain-client_4.0.0.bb
> rename to recipes-security/samhain/samhain-client_4.1.0.bb
> index c671b48..bb47449 100644
> --- a/recipes-security/samhain/samhain-client_4.0.0.bb
> +++ b/recipes-security/samhain/samhain-client_4.1.0.bb
> @@ -8,7 +8,8 @@ EXTRA_OECONF += " \
>          --with-logserver=${SAMHAIN_SERVER} \
>          --with-port=${SAMHAIN_PORT} \
>          --with-config-file=/etc/samhainrc \
> -        --with-data-file=/var/lib/samhain/samhain_file \
> +        --with-data-file=/var/samhain/samhain.data \
> +        --with-pid-file=/var/samhain/samhain.pid \
>          "
>  
>  
> diff --git a/recipes-security/samhain/samhain-server_4.0.0.bb b/recipes-security/samhain/samhain-server_4.1.0.bb
> similarity index 100%
> rename from recipes-security/samhain/samhain-server_4.0.0.bb
> rename to recipes-security/samhain/samhain-server_4.1.0.bb
> diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc
> index e33182f..dedcf76 100644
> --- a/recipes-security/samhain/samhain.inc
> +++ b/recipes-security/samhain/samhain.inc
> @@ -8,9 +8,8 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \
>  	   file://${INITSCRIPT_NAME}.init \
>  	   file://${INITSCRIPT_NAME}.default \
>  	  "
> -
> -SRC_URI[md5sum] = "2144383cc5452b9b80c7e4e4c991ad4a"
> -SRC_URI[sha256sum] = "5a841708f78c6d9b4731970fa39151dff366885de08ecddc382e8c45a2c1b4e2"
> +SRC_URI[md5sum] = "fcb59c6c8a1d30cc6ffc21557a0046d3"
> +SRC_URI[sha256sum] = "a8e10454782a7f3bb5f709dd05cee695ffbd052afc709668a3e7c4b629771189"
>  
>  S = "${WORKDIR}/samhain-${PV}"
>  
> @@ -87,4 +86,5 @@ do_install_append () {
>  	install -d ${D}${docdir}/${PN}
>  	cp -r docs/* ${D}${docdir}/${PN}
>  	cp -r scripts ${D}${docdir}/${PN}
> +        install -d -m 755 ${D}/var/samhain
>  }
> 


  reply	other threads:[~2015-10-30 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30  9:37 [meta-security][PATCH] samhain: upgrade to 4.1.0 Li xin
2015-10-30 18:41 ` akuster808 [this message]
2015-11-02  1:38   ` Li, Xin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5633B9F6.5070509@gmail.com \
    --to=akuster808@gmail.com \
    --cc=lixin.fnst@cn.fujitsu.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.