summaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain
Commit message (Collapse)AuthorAgeFilesLines
* samhain: Avoid empty source archiverLei Maohui2016-06-261-10/+7
| | | | | | | | | It is better to put necessary work into do_patch task than add a new task. Otherwise,you can not get correct source code in some functions(such as archiver.bbclass). Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
* samhain-client: Erorr FixLi Xin2016-03-141-1/+6
| | | | | | | | | | | | The Error is as following: # /usr/sbin/samhain -t init -p info ...... Segmentation fault # echo $? 139 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain-client: update to 4.1.2Armin Kuster2016-01-171-0/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Samhain: package update to 4.1.2Armin Kuster2016-01-172-2/+4
| | | | | | | | | | | | | | | | | | | 4.1.1 Changes: - Fix for broken libwrap support. - Fix for broken baseline update (-t update) on FreeBSD and maybe other non GNU/Linux systems. - Fix for ungraceful handling of rotated logiles if logfile content is always zero or constant. - Fix for timezone offset calculation on month rollover for timezones west of GMT. 4.1.2 Changes: - Fix for broken rpm / rpm-light makefile targets. - Fix for the failure to detect open UDP ports sometimes. - Fix for reporting file changes with the wrong policy if both inotify is used and the file change occurs during a configuration reload. - New configure options --enable-posix-acl and --enable-selinux to turn the soft failure (no support for checking compiled in) into a hard failure if required headers/libraries are missing for this feature. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Fix an error when samhain -t checkLi Xin2015-10-302-1/+3
| | | | | | | | | | Fixes 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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update to 4.1.0Armin Kuster2015-10-303-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain-client: update to 4.0.0Armin Kuster2015-10-084-38/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain-server: fix build warnBian Naimeng2015-07-201-1/+1
| | | | | | | WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update client and server to 3.1.5Armin Kuster2015-04-153-3/+3
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> fix missing bash depends in server recipe
* samhain: fix aarch64 build issuesArmin Kuster2015-02-012-0/+39
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: client fix rdependsArmin Kuster2015-02-011-1/+1
| | | | | | WARNING: QA Issue: samhain-client requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update to 3.1.3Armin Kuster2014-11-283-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update to 3.1.2Armin Kuster2014-10-263-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: arm build failureArmin Kuster2014-08-271-0/+4
| | | | | | | | | | | | | | | x_sh_error.c: In function 'sh_error_string': | x_sh_error.c:1580:31: error: incompatible type for argument 1 of 'memmove' | #define VA_COPY(ap1, ap2) memmove ((ap1), (ap2), sizeof (va_list)) | ^ | x_sh_error.c:1720:14: note: in expansion of macro 'VA_COPY' | /*@i@*/VA_COPY(vl2, vl); | ^ this patch fixes the arm build failure. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: server packageArmin Kuster2014-08-271-0/+50
| | | | | | This is the server portion. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: client packageArmin Kuster2014-08-271-0/+21
| | | | | | This is the client portion. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: New ISD packageArmin Kuster2014-08-276-0/+327
These are the base files needed by both client and server recipes. Signed-off-by: Armin Kuster <akuster808@gmail.com>