svn commit: r513960 - in head/security/samhain: . files

Steve Wills swills at FreeBSD.org
Mon Oct 7 15:25:36 UTC 2019


Author: swills
Date: Mon Oct  7 15:25:35 2019
New Revision: 513960
URL: https://svnweb.freebsd.org/changeset/ports/513960

Log:
  security/samhain: update to 4.3.3
  
  PR:		241044
  Submitted by:	Nikola Kolev <koue at chaosophia.net> (maintainer)

Added:
  head/security/samhain/files/patch-Makefile.in   (contents, props changed)
  head/security/samhain/files/patch-src_slib.c   (contents, props changed)
Modified:
  head/security/samhain/Makefile   (contents, props changed)
  head/security/samhain/distinfo   (contents, props changed)

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Mon Oct  7 15:24:13 2019	(r513959)
+++ head/security/samhain/Makefile	Mon Oct  7 15:25:35 2019	(r513960)
@@ -2,8 +2,7 @@
 # $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}

Modified: head/security/samhain/distinfo
==============================================================================
--- head/security/samhain/distinfo	Mon Oct  7 15:24:13 2019	(r513959)
+++ head/security/samhain/distinfo	Mon Oct  7 15:25:35 2019	(r513960)
@@ -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

Added: head/security/samhain/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/samhain/files/patch-Makefile.in	Mon Oct  7 15:25:35 2019	(r513960)
@@ -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 <nobody at example.com>
+ 
+-VFLAG    = @mytclient@
++VFLAG    = @mytclient@ -D__BSD_VISIBLE=1
+ SETPWD   = @setpwd_prg@
+ STEGIN   = @stegin_prg@
+ SAMHAIN  = @sh_main_prg@

Added: head/security/samhain/files/patch-src_slib.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/samhain/files/patch-src_slib.c	Mon Oct  7 15:25:35 2019	(r513960)
@@ -0,0 +1,17 @@
+--- src/slib.c.orig	2019-01-17 20:05:33 UTC
++++ src/slib.c
+@@ -18,12 +18,14 @@
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <string.h>
++#include <strings.h>
+ #include <limits.h>
+ #ifdef HAVE_STDINT_H
+ /* for SIZE_MAX */
+ #include <stdint.h>
+ #endif
+ 
++#include <sys/mman.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>


More information about the svn-ports-head mailing list