diff -rupN samhain.orig/Makefile samhain/Makefile --- samhain.orig/Makefile 2019-10-03 19:48:48.359036000 +0000 +++ samhain/Makefile 2019-10-02 18:01:06.958300000 +0000 @@ -1,9 +1,8 @@ # Created by: Nikola Kolev -# $FreeBSD: head/security/samhain/Makefile 512354 2019-09-19 15:57:53Z tobik $ +# $FreeBSD$ PORTNAME= samhain -PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTVERSION= 4.3.3 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ DISTNAME= samhain_signed-${PORTVERSION} diff -rupN samhain.orig/distinfo samhain/distinfo --- samhain.orig/distinfo 2019-10-03 19:48:48.359378000 +0000 +++ samhain/distinfo 2019-10-02 18:01:16.278812000 +0000 @@ -1,3 +1,3 @@ -TIMESTAMP = 1547727210 -SHA256 (samhain_signed-4.3.2.tar.gz) = 0582864ef56ab796031e8e611ed66c48adeb3a30ec34e1a8d0088572442035fc -SIZE (samhain_signed-4.3.2.tar.gz) = 2142763 +TIMESTAMP = 1570039276 +SHA256 (samhain_signed-4.3.3.tar.gz) = 33ad4bc3dad4699694553bd9635a6b5827939f965d1f0f05fce0b4e9cdadf21b +SIZE (samhain_signed-4.3.3.tar.gz) = 2142337 diff -rupN samhain.orig/files/patch-Makefile.in samhain/files/patch-Makefile.in --- samhain.orig/files/patch-Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ samhain/files/patch-Makefile.in 2019-10-03 19:27:44.571131000 +0000 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2019-10-03 19:26:23 UTC ++++ Makefile.in +@@ -68,7 +68,7 @@ BUILD_NUM = 1 + + DEFAULT_MAINTAINER = Nobody Nowhere + +-VFLAG = @mytclient@ ++VFLAG = @mytclient@ -D__BSD_VISIBLE=1 + SETPWD = @setpwd_prg@ + STEGIN = @stegin_prg@ + SAMHAIN = @sh_main_prg@ diff -rupN samhain.orig/files/patch-src_slib.c samhain/files/patch-src_slib.c --- samhain.orig/files/patch-src_slib.c 1970-01-01 00:00:00.000000000 +0000 +++ samhain/files/patch-src_slib.c 2019-10-03 19:04:04.731352000 +0000 @@ -0,0 +1,17 @@ +--- src/slib.c.orig 2019-01-17 20:05:33 UTC ++++ src/slib.c +@@ -18,12 +18,14 @@ + #include + #include + #include ++#include + #include + #ifdef HAVE_STDINT_H + /* for SIZE_MAX */ + #include + #endif + ++#include + #include + #include + #include