Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 16:35:25 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542753 - head/security/samhain
Message-ID:  <202007211635.06LGZPJk094168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Jul 21 16:35:25 2020
New Revision: 542753
URL: https://svnweb.freebsd.org/changeset/ports/542753

Log:
  Update to 4.4.1
  
  PR:		244648
  Submitted by:	Greg Veldman <freebsd@gregv.net> (maintainer)
  Reported by:	Nikola Kolev <koue@chaosophia.net>

Modified:
  head/security/samhain/Makefile
  head/security/samhain/distinfo

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Tue Jul 21 16:06:06 2020	(r542752)
+++ head/security/samhain/Makefile	Tue Jul 21 16:35:25 2020	(r542753)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	samhain
-PORTVERSION=	4.3.3
+PORTVERSION=	4.4.1
 CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/
 DISTNAME=	samhain_signed-${PORTVERSION}
@@ -17,7 +17,7 @@ BROKEN_mips=		fails to configure: error: Could not fin
 BROKEN_mips64=		fails to configure: error: Could not find the libwrap library
 
 OPTIONS_DEFINE=		ASM DB_RELOAD DEBUG DNMALLOC DOCS ENCRYPT GNUPG IPV6 \
-			KCHECK LIBWRAP LOGFILE_MONITOR LOGIN_WATCH MAIL \
+			LIBWRAP LOGFILE_MONITOR LOGIN_WATCH MAIL \
 			MOUNTS_CHECK PORT_CHECK POSIX_ACL PRELUDE PROCESS_CHECK \
 			PTRACE SRP STATIC SUIDCHECK UDP USERFILES XML_LOGS
 OPTIONS_DEFAULT=	ASM DNMALLOC ENCRYPT LIBWRAP MAIL SRP
@@ -29,7 +29,6 @@ DB_DESC=	Database support
 DB_RELOAD_DESC=	Enable database reload on SIGHUP
 DNMALLOC_DESC=	Enable dnmalloc
 ENCRYPT_DESC=	Enable client/server encryption
-KCHECK_DESC=	Enable rogue KLD detection
 LOGFILE_MONITOR_DESC=	Enable monitor logfiles
 LOGIN_WATCH_DESC=	Enable watch for login/logout
 MAIL_DESC=	Enable internal SMTP mailer
@@ -55,7 +54,8 @@ CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-alttimeserver=true
 
 USES=			shebangfix
-SHEBANG_FILES=		scripts/samhainadmin.pl.in
+SHEBANG_FILES=		scripts/samhainadmin-gpg.pl.in \
+			scripts/samhainadmin-sig.pl.in
 
 ASM_CONFIGURE_ENABLE=		asm
 
@@ -72,8 +72,6 @@ GNUPG_BUILD_DEPENDS=		gpg:security/gnupg
 
 IPV6_CONFIGURE_ENABLE=		ipv6
 
-KCHECK_CONFIGURE_WITH=		kcheck
-
 LIBWRAP_CONFIGURE_WITH=		libwrap
 
 LOGFILE_MONITOR_CONFIGURE_ENABLE=	logfile-monitor
@@ -163,14 +161,6 @@ pre-everything::
 
 .if defined(WITH_CLIENT) && defined(WITH_SERVER)
 IGNORE=		can't build client and server at once
-.endif
-
-.if ${PORT_OPTIONS:MKCHECK}
-	@${ECHO_MSG}
-	@${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem"
-	@${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit"
-	@${ECHO_MSG} "Control-C and restart the build as root."
-	@${ECHO_MSG}
 .endif
 
 post-extract:

Modified: head/security/samhain/distinfo
==============================================================================
--- head/security/samhain/distinfo	Tue Jul 21 16:06:06 2020	(r542752)
+++ head/security/samhain/distinfo	Tue Jul 21 16:35:25 2020	(r542753)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570039276
-SHA256 (samhain_signed-4.3.3.tar.gz) = 33ad4bc3dad4699694553bd9635a6b5827939f965d1f0f05fce0b4e9cdadf21b
-SIZE (samhain_signed-4.3.3.tar.gz) = 2142337
+TIMESTAMP = 1583533568
+SHA256 (samhain_signed-4.4.1.tar.gz) = a15516f6809b1daf812b39fb5aa6be3fac1a51b5efca53568759fdf54572a2e9
+SIZE (samhain_signed-4.4.1.tar.gz) = 2159641



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211635.06LGZPJk094168>