Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 17:23:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547556 - in head/security/samhain: . files
Message-ID:  <202009041723.084HNTSj064218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Sep  4 17:23:29 2020
New Revision: 547556
URL: https://svnweb.freebsd.org/changeset/ports/547556

Log:
  security/samhain: update to 4.4.2
  
  PR:		249113
  Submitted by:	Greg Veldman <freebsd@gregv.net> (maintainer)

Deleted:
  head/security/samhain/files/patch-configure
Modified:
  head/security/samhain/Makefile   (contents, props changed)
  head/security/samhain/distinfo   (contents, props changed)
  head/security/samhain/pkg-plist   (contents, props changed)

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Fri Sep  4 17:23:12 2020	(r547555)
+++ head/security/samhain/Makefile	Fri Sep  4 17:23:29 2020	(r547556)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	samhain
-PORTVERSION=	4.4.1
+PORTVERSION=	4.4.2
 CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/
 DISTNAME=	samhain_signed-${PORTVERSION}
@@ -16,6 +16,10 @@ BROKEN_aarch64=		fails to build: undefined reference t
 BROKEN_mips=		fails to configure: error: Could not find the libwrap library
 BROKEN_mips64=		fails to configure: error: Could not find the libwrap library
 
+USES=			shebangfix
+SHEBANG_FILES=		scripts/samhainadmin-gpg.pl.in \
+			scripts/samhainadmin-sig.pl.in
+
 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 \
@@ -52,10 +56,6 @@ CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-altlogserver=true \
 		--with-timeserver=true \
 		--with-alttimeserver=true
-
-USES=			shebangfix
-SHEBANG_FILES=		scripts/samhainadmin-gpg.pl.in \
-			scripts/samhainadmin-sig.pl.in
 
 ASM_CONFIGURE_ENABLE=		asm
 

Modified: head/security/samhain/distinfo
==============================================================================
--- head/security/samhain/distinfo	Fri Sep  4 17:23:12 2020	(r547555)
+++ head/security/samhain/distinfo	Fri Sep  4 17:23:29 2020	(r547556)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583533568
-SHA256 (samhain_signed-4.4.1.tar.gz) = a15516f6809b1daf812b39fb5aa6be3fac1a51b5efca53568759fdf54572a2e9
-SIZE (samhain_signed-4.4.1.tar.gz) = 2159641
+TIMESTAMP = 1599228563
+SHA256 (samhain_signed-4.4.2.tar.gz) = 2bb2750b32646be32517d0b2259402559c72b96979800f6c33774fcdea327fff
+SIZE (samhain_signed-4.4.2.tar.gz) = 2160169

Modified: head/security/samhain/pkg-plist
==============================================================================
--- head/security/samhain/pkg-plist	Fri Sep  4 17:23:12 2020	(r547555)
+++ head/security/samhain/pkg-plist	Fri Sep  4 17:23:29 2020	(r547556)
@@ -27,5 +27,6 @@
 %%YULE%%man/man8/yule.8.gz
 %%YULE%%sbin/yule
 %%YULE%%sbin/yule_setpwd
-%%YULE%%sbin/yuleadmin.pl
+%%YULE%%sbin/yuleadmin-gpg.pl
+%%YULE%%sbin/yuleadmin-sig.pl
 %%YULE%%sbin/yulectl



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