Date: Tue, 15 Dec 2020 17:47:43 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558166 - head/security/samhain Message-ID: <202012151747.0BFHlh8A094134@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Dec 15 17:47:43 2020 New Revision: 558166 URL: https://svnweb.freebsd.org/changeset/ports/558166 Log: security/samhain: Update to 4.4.3 ChangeLog: https://www.la-samhna.de/samhain/index.html PR: 251735 Submitted by: freebsd@gregv.net (maintainer) Modified: head/security/samhain/Makefile head/security/samhain/distinfo head/security/samhain/pkg-descr head/security/samhain/pkg-plist Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Tue Dec 15 17:36:59 2020 (r558165) +++ head/security/samhain/Makefile Tue Dec 15 17:47:43 2020 (r558166) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ DISTNAME= samhain_signed-${PORTVERSION} @@ -21,6 +20,15 @@ USES= shebangfix SHEBANG_FILES= scripts/samhainadmin-gpg.pl.in \ scripts/samhainadmin-sig.pl.in +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var \ + --with-logserver=true \ + --with-altlogserver=true \ + --with-timeserver=true \ + --with-alttimeserver=true + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + OPTIONS_DEFINE= ASM DB_RELOAD DEBUG DNMALLOC DOCS ENCRYPT GNUPG IPV6 \ LIBWRAP LOGFILE_MONITOR LOGIN_WATCH MAIL \ MOUNTS_CHECK PORT_CHECK POSIX_ACL PRELUDE PROCESS_CHECK \ @@ -39,9 +47,9 @@ LOGIN_WATCH_DESC= Enable watch for login/logout MAIL_DESC= Enable internal SMTP mailer MOUNTS_CHECK_DESC= Enable check mount options on filesystems PORT_CHECK_DESC= Enable check ports -PROCESS_CHECK_DESC= Enable check processes POSIX_ACL_DESC= Enable check posix acls PRELUDE_DESC= Enable Prelude Framework support +PROCESS_CHECK_DESC= Enable check processes PTRACE_DESC= Enable use anti-debugger options SRP_DESC= Enable SRP for authentication SUIDCHECK_DESC= Enable check for suid/sgid files @@ -49,15 +57,6 @@ UDP_DESC= Enable UDP server USERFILES_DESC= Enable check for users config files XML_LOGS_DESC= Enable XML-formatted logs -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --with-logserver=true \ - --with-altlogserver=true \ - --with-timeserver=true \ - --with-alttimeserver=true - ASM_CONFIGURE_ENABLE= asm DB_RELOAD_CONFIGURE_ENABLE= db-reload @@ -68,8 +67,8 @@ DNMALLOC_CONFIGURE_ENABLE= dnmalloc ENCRYPT_CONFIGURE_ENABLE= encrypt -GNUPG_CONFIGURE_WITH= gpg=${PREFIX}/bin/gpg GNUPG_BUILD_DEPENDS= gpg:security/gnupg +GNUPG_CONFIGURE_WITH= gpg=${PREFIX}/bin/gpg IPV6_CONFIGURE_ENABLE= ipv6 @@ -97,12 +96,12 @@ PGSQL_CONFIGURE_ON= --with-database=postgresql PORT_CHECK_CONFIGURE_ENABLE= port-check -PROCESS_CHECK_CONFIGURE_ENABLE= process-check - POSIX_ACL_CONFIGURE_ENABLE= posix-acl PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude PRELUDE_CONFIGURE_WITH= prelude + +PROCESS_CHECK_CONFIGURE_ENABLE= process-check PTRACE_CONFIGURE_ENABLE= ptrace Modified: head/security/samhain/distinfo ============================================================================== --- head/security/samhain/distinfo Tue Dec 15 17:36:59 2020 (r558165) +++ head/security/samhain/distinfo Tue Dec 15 17:47:43 2020 (r558166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599228563 -SHA256 (samhain_signed-4.4.2.tar.gz) = 2bb2750b32646be32517d0b2259402559c72b96979800f6c33774fcdea327fff -SIZE (samhain_signed-4.4.2.tar.gz) = 2160169 +TIMESTAMP = 1607614629 +SHA256 (samhain_signed-4.4.3.tar.gz) = 3e57574036d5055e9557ec5095818b419ea6c4365370fc2ccce1e9f87f9fad08 +SIZE (samhain_signed-4.4.3.tar.gz) = 2160977 Modified: head/security/samhain/pkg-descr ============================================================================== --- head/security/samhain/pkg-descr Tue Dec 15 17:36:59 2020 (r558165) +++ head/security/samhain/pkg-descr Tue Dec 15 17:47:43 2020 (r558166) @@ -1,6 +1,6 @@ Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, -and and thus can remember file changes - contrary to a tool that runs +and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). Modified: head/security/samhain/pkg-plist ============================================================================== --- head/security/samhain/pkg-plist Tue Dec 15 17:36:59 2020 (r558165) +++ head/security/samhain/pkg-plist Tue Dec 15 17:47:43 2020 (r558166) @@ -18,7 +18,6 @@ %%SAMHAIN%%man/man8/samhain.8.gz %%SAMHAIN%%sbin/samhain %%SETPWD%%sbin/samhain_setpwd -%%YULE%%@dir /var/lib %%YULE%%@dir /var/lib/yule %%YULE%%@dir /var/log/yule %%YULE%%@sample etc/yulerc.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012151747.0BFHlh8A094134>