mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
security/samhain: update to 4.4.2
PR: 249113 Submitted by: Greg Veldman <freebsd@gregv.net> (maintainer)
This commit is contained in:
parent
5841776f6c
commit
b26082ade5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547556
@ -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 to sbrk
|
||||
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 \
|
||||
@ -53,10 +57,6 @@ CONFIGURE_ARGS= --localstatedir=/var \
|
||||
--with-timeserver=true \
|
||||
--with-alttimeserver=true
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= scripts/samhainadmin-gpg.pl.in \
|
||||
scripts/samhainadmin-sig.pl.in
|
||||
|
||||
ASM_CONFIGURE_ENABLE= asm
|
||||
|
||||
DB_RELOAD_CONFIGURE_ENABLE= db-reload
|
||||
|
@ -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
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- configure.orig 2020-07-21 09:51:28.253298000 -0400
|
||||
+++ configure 2020-07-21 09:54:19.024797000 -0400
|
||||
@@ -13998,6 +13998,13 @@
|
||||
then
|
||||
cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
|
||||
fi
|
||||
+# Default action if building as network server but without GPG.
|
||||
+# Note in that case the provided functionality won't actually work,
|
||||
+# but this will keep the install-program target from barfing...
|
||||
+if test "x${mygpg}" == x && test "x${mysignify}" == x
|
||||
+then
|
||||
+ cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
|
||||
+fi
|
||||
|
||||
|
||||
if test "x${cross_compiling}" = xyes
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user